PAL: Operational 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       csit-vpp-perf-verify-2001-3n-hsw:
184         - 6   # NDRPDR sel
185         - 7   # NDRPDR sel
186         - 8   # NDRPDR sel
187         - 9   # NDRPDR sel
188         - 10  # NDRPDR sel
189         - 11  # NDRPDR sel
190         - 12  # NDRPDR sel
191         - 13  # NDRPDR sel
192         - 14  # NDRPDR sel
193         - 15  # NDRPDR sel
194
195     plot-vpp-hdrh-lat-3n-hsw:
196       csit-vpp-perf-verify-2001-3n-hsw:
197         - 15  # NDRPDR sel
198
199     plot-vpp-nfv-3n-hsw-ndrpdr:
200       csit-vpp-perf-verify-2001-3n-hsw:
201         - 6   # NDRPDR sel
202         - 7   # NDRPDR sel
203         - 8   # NDRPDR sel
204         - 9   # NDRPDR sel
205         - 10  # NDRPDR sel
206         - 11  # NDRPDR sel
207         - 12  # NDRPDR sel
208         - 13  # NDRPDR sel
209         - 14  # NDRPDR sel
210         - 15  # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-mrr:
213       csit-vpp-perf-verify-2001-3n-hsw:
214         - 17  # MRR sel
215
216     plot-dpdk-throughput-latency-3n-hsw:
217       csit-dpdk-perf-verify-2001-3n-hsw:
218         - 4   # NDRPDR sel
219         - 5   # NDRPDR sel
220         - 6   # NDRPDR sel
221         - 7   # NDRPDR sel
222         - 8   # NDRPDR sel
223         - 9   # NDRPDR sel
224         - 10  # NDRPDR sel
225         - 11  # NDRPDR sel
226         - 12  # NDRPDR sel
227         - 13  # NDRPDR sel
228
229     plot-dpdk-hdrh-lat-3n-hsw:
230       csit-dpdk-perf-verify-2001-3n-hsw:
231         - 13  # NDRPDR sel
232
233     # 3n-skx
234
235     plot-vpp-throughput-lat-tsa-3n-skx:
236       # TODO: Add the data
237       csit-vpp-perf-verify-2001-3n-skx:
238         - 5   # NDRPDR sel
239         - 6   # NDRPDR sel
240         - 8   # NDRPDR sel
241         - 9   # NDRPDR sel
242
243     plot-vpp-hdrh-lat-3n-skx:
244       csit-vpp-perf-verify-2001-3n-skx:
245         - 5  # NDRPDR sel
246
247     plot-vpp-nfv-3n-skx-ndrpdr:
248       # TODO: Add data
249       csit-vpp-perf-verify-2001-3n-skx:
250         - 5   # NDRPDR sel
251         - 6   # NDRPDR sel
252         - 8   # NDRPDR sel
253         - 9   # NDRPDR sel
254
255     plot-vpp-nfv-3n-skx-mrr:
256       # TODO: Replace
257       # csit-vpp-perf-verify-2001-3n-skx:
258       csit-vpp-perf-verify-1908-3n-skx:
259         - 36  # MRR sel
260
261     plot-dpdk-throughput-latency-3n-skx:
262       csit-dpdk-perf-verify-2001-3n-skx:
263         - 1   # NDRPDR sel
264         - 2   # NDRPDR sel
265         - 3   # NDRPDR sel
266         - 4   # NDRPDR sel
267         - 5   # NDRPDR sel
268         - 6   # NDRPDR sel
269         - 7   # NDRPDR sel
270         - 8   # NDRPDR sel
271         - 9   # NDRPDR sel
272         - 10  # NDRPDR sel
273
274     plot-dpdk-hdrh-lat-3n-skx:
275       csit-dpdk-perf-verify-2001-3n-skx:
276         - 1   # NDRPDR sel
277
278     # 2n-skx
279
280     plot-vpp-throughput-lat-tsa-2n-skx:
281       # TODO: Add the data
282       csit-vpp-perf-verify-2001-2n-skx:
283         - 6   # NDRPDR sel
284         - 7   # NDRPDR sel
285         - 10  # NDRPDR sel
286
287     plot-vpp-hdrh-lat-2n-skx:
288       csit-vpp-perf-verify-2001-2n-skx:
289         - 10  # NDRPDR sel
290
291     plot-vpp-http-server-performance:
292       # TODO: Replace:
293       # csit-vpp-perf-verify-2001-2n-skx:
294       csit-vpp-perf-verify-1908-2n-skx:
295         - 29  # TCP
296         - 30  # TCP
297         - 58  # TCP
298
299     plot-vpp-soak-2n-skx:
300       # TODO: Replace the data
301       # csit-vpp-perf-verify-2001-2n-skx:
302       csit-vpp-perf-verify-1908-2n-skx:
303         - 83  # SOAK
304         - 86  # SOAK
305
306     plot-vpp-nfv-2n-skx-ndrpdr:
307       # TODO: Add the data
308       csit-vpp-perf-verify-2001-2n-skx:
309         - 9   # NFV
310         - 12  # NFV
311         - 13  # NFV
312         - 15  # NFV
313         - 16  # NFV
314
315     plot-vpp-nfv-2n-skx-mrr:
316       # TODO: Replace the data
317       # csit-vpp-perf-verify-2001-2n-skx:
318       csit-vpp-perf-verify-1908-2n-skx:
319         - 71  # NFV MRR
320
321     plot-vpp-nfv-reconf-2n-skx:
322       # TODO: Replace the data
323       # csit-vpp-perf-verify-2001-2n-skx:
324       csit-vpp-perf-verify-1908-2n-skx:
325         - 113 # NFV reconf sel
326         - 114 # NFV reconf sel
327         - 115 # NFV reconf sel
328
329     plot-dpdk-throughput-latency-2n-skx:
330       csit-dpdk-perf-verify-2001-2n-skx:
331         - 1   # NDRPDR sel
332         - 2   # NDRPDR sel
333         - 3   # NDRPDR sel
334         - 4   # NDRPDR sel
335         - 5   # NDRPDR sel
336         - 6   # NDRPDR sel
337         - 7   # NDRPDR sel
338         - 8   # NDRPDR sel
339         - 9   # NDRPDR sel
340         - 10  # NDRPDR sel
341         - 11  # NDRPDR sel
342         - 13  # NDRPDR sel
343         - 18  # NDRPDR sel
344         - 19  # NDRPDR sel
345
346     plot-dpdk-hdrh-lat-2n-skx:
347       csit-dpdk-perf-verify-2001-2n-skx:
348         - 1   # NDRPDR sel
349         - 19  # NDRPDR sel
350
351     # 2n-clx
352
353     plot-vpp-throughput-lat-tsa-2n-clx:
354       # TODO: Add the data
355       csit-vpp-perf-verify-2001-2n-clx:
356         - 6   # NDRPDR sel
357         - 7   # NDRPDR sel
358         - 8   # NDRPDR sel
359         - 10  # NDRPDR sel
360         - 11  # NDRPDR sel
361
362     plot-vpp-hdrh-lat-2n-clx:
363       csit-vpp-perf-verify-2001-2n-clx:
364         - 6  # NDRPDR sel
365
366     plot-vpp-nfv-2n-clx-ndrpdr:
367       # TODO: Add the data
368       csit-vpp-perf-verify-2001-2n-clx:
369         - 6   # NDRPDR sel
370         - 7   # NDRPDR sel
371         - 8   # NDRPDR sel
372         - 10  # NDRPDR sel
373         - 11  # NDRPDR sel
374
375     plot-vpp-nfv-2n-clx-mrr:
376       # TODO: Replace the data
377       csit-vpp-perf-verify-2001-2n-clx:
378         - 3   # NDRPDR sel RC2
379         - 4   # NDRPDR sel RC2
380
381     plot-dpdk-throughput-latency-2n-clx:
382       csit-dpdk-perf-verify-2001-2n-clx:
383         - 1   # NDRPDR sel
384         - 2   # NDRPDR sel
385         - 3   # NDRPDR sel
386         - 4   # NDRPDR sel
387         - 5   # NDRPDR sel
388         - 6   # NDRPDR sel
389         - 7   # NDRPDR sel
390         - 8   # NDRPDR sel
391         - 9   # NDRPDR sel
392         - 10  # NDRPDR sel
393
394     plot-dpdk-hdrh-lat-2n-clx:
395       csit-dpdk-perf-verify-2001-2n-clx:
396         - 1   # NDRPDR sel
397
398     # 3n-tsh
399
400     plot-vpp-throughput-lat-tsa-3n-tsh:
401       # TODO: Add the data
402       csit-vpp-perf-verify-2001-3n-tsh:
403         - 3   # NDRPDR sel
404         - 4   # NDRPDR sel
405
406     plot-vpp-hdrh-lat-3n-tsh:
407       csit-vpp-perf-verify-2001-3n-tsh:
408         - 3   # NDRPDR sel
409
410     # 3n-dnv
411
412     plot-vpp-throughput-lat-tsa-3n-dnv:
413       # TODO: Add the data
414       csit-vpp-perf-verify-2001-3n-dnv:
415         - 5   # NDRPDR sel
416         - 6   # NDRPDR sel
417         - 7   # NDRPDR sel
418         - 8   # NDRPDR sel
419         - 9   # NDRPDR sel
420         - 10  # NDRPDR sel
421
422     # 2n-dnv
423
424     plot-vpp-throughput-lat-tsa-2n-dnv:
425       # TODO: Add the data
426       csit-vpp-perf-verify-2001-2n-dnv:
427         - 4   # NDRPDR sel
428         - 5   # NDRPDR sel
429         - 6   # NDRPDR sel
430         - 7   # NDRPDR sel
431         - 8   # NDRPDR sel
432         - 9   # NDRPDR sel
433         - 10  # NDRPDR sel
434         - 11  # NDRPDR sel
435         - 13  # NDRPDR sel
436
437     ###########################################################################
438     # Simple tables (only one data set):
439
440     # NIC Comparisons
441
442     vpp-nic-comparison-3n-skx:
443       # TODO: Add the data
444       csit-vpp-perf-verify-2001-3n-skx:
445         - 5   # NDRPDR sel
446         - 6   # NDRPDR sel
447         - 8   # NDRPDR sel
448         - 9   # NDRPDR sel
449
450     vpp-nic-comparison-2n-skx:
451       # TODO: Add the data
452       csit-vpp-perf-verify-2001-2n-skx:
453         - 6   # NDRPDR sel
454         - 7   # NDRPDR sel
455         - 10  # NDRPDR sel
456
457     vpp-nic-comparison-3n-skx-mrr:
458       # TODO: Replace
459       # csit-vpp-perf-verify-2001-3n-skx:
460       csit-vpp-perf-verify-1908-3n-skx:
461         - 36  # MRR sel
462
463     vpp-nic-comparison-2n-skx-mrr:
464       # TODO: Replace
465       # csit-vpp-perf-verify-2001-2n-skx:
466       csit-vpp-perf-verify-1908-2n-skx:
467         - 69  # MRR sel
468
469     # Results
470
471     vpp-perf-results-3n-hsw:
472       csit-vpp-perf-verify-2001-3n-hsw:
473         - 15  # NDRPDR sel
474
475     vpp-perf-results-3n-skx:
476       # TODO: Replace
477       csit-vpp-perf-verify-2001-3n-skx:
478         - 6  # NDRPDR sel
479
480     vpp-perf-results-2n-skx:
481       # TODO: Replace
482       csit-vpp-perf-verify-2001-2n-skx:
483         - 10  # NDRPDR sel
484
485     vpp-perf-results-2n-clx:
486       # TODO: Replace
487       csit-vpp-perf-verify-2001-2n-clx:
488         - 6  # NDRPDR sel
489
490     vpp-perf-results-3n-tsh:
491       # TODO: Replace
492       csit-vpp-perf-verify-2001-3n-tsh:
493         - 3   # NDRPDR sel
494
495     vpp-perf-results-3n-dnv:
496       # TODO: Replace
497       csit-vpp-perf-verify-2001-3n-dnv:
498         - 5   # NDRPDR sel
499
500     vpp-perf-results-2n-dnv:
501       # TODO: Replace
502       csit-vpp-perf-verify-2001-2n-dnv:
503         - 4   # NDRPDR sel
504
505     vpp-mrr-results-3n-hsw:
506       csit-vpp-perf-verify-2001-3n-hsw:
507         - 17  # MRR sel
508
509     vpp-mrr-results-3n-skx:
510       # TODO: Replace
511       # csit-vpp-perf-verify-2001-3n-skx:
512       csit-vpp-perf-verify-1908-3n-skx:
513         - 36  # MRR sel
514
515     vpp-mrr-results-2n-skx:
516       # TODO: Replace
517       # csit-vpp-perf-verify-2001-2n-skx:
518       csit-vpp-perf-verify-1908-2n-skx:
519         - 69  # MRR sel
520
521     vpp-mrr-results-2n-clx:
522       # TODO: Replace
523       # csit-vpp-perf-verify-2001-2n-clx:
524       csit-vpp-perf-verify-1908-2n-skx:
525         - 69  # MRR sel
526
527     vpp-mrr-results-3n-tsh:
528       # TODO: Replace
529       # csit-vpp-perf-verify-2001-3n-tsh:
530       csit-vpp-perf-verify-1908-3n-tsh:
531         - 17  # MRR sel
532
533     vpp-mrr-results-3n-dnv:
534       # TODO: Replace
535       # csit-vpp-perf-verify-2001-3n-dnv:
536       csit-vpp-perf-verify-1908-3n-dnv:
537         - 17  # MRR sel
538
539     vpp-mrr-results-2n-dnv:
540       # TODO: Replace
541       # csit-vpp-perf-verify-2001-2n-dnv:
542       csit-vpp-perf-verify-1908-2n-dnv:
543         - 11  # MRR sel
544
545     vpp-device-results-ubuntu:
546       csit-vpp-device-2001-ubuntu1804-1n-skx:
547         - 57
548
549     dpdk-perf-results-3n-hsw:
550       csit-dpdk-perf-verify-2001-3n-hsw:
551         - 13  # NDRPDR sel
552
553     dpdk-perf-results-3n-skx:
554       csit-dpdk-perf-verify-2001-3n-skx:
555         - 1   # NDRPDR sel
556
557     dpdk-perf-results-2n-skx:
558       csit-dpdk-perf-verify-2001-2n-skx:
559         - 1   # NDRPDR sel
560         - 19  # NDRPDR sel
561
562     dpdk-perf-results-2n-clx:
563       csit-dpdk-perf-verify-2001-2n-clx:
564         - 1   # NDRPDR sel
565
566 ###########################################################################
567     # Tables (more than one data set)
568
569     # Performance changes
570
571     vpp-performance-changes-3n-hsw-h1:
572       csit-vpp-perf-verify-1904-3n-hsw:
573         - 11  # NDRPDR sel
574         - 12  # NDRPDR sel
575         - 20  # NDRPDR sel
576         - 21  # NDRPDR sel
577         - 23  # NDRPDR sel
578         - 24  # NDRPDR sel
579         - 25  # NDRPDR sel
580         - 26  # NDRPDR sel
581         - 29  # NDRPDR sel
582         - 30  # NDRPDR sel
583     vpp-performance-changes-3n-hsw-ref:
584       csit-vpp-perf-verify-1908-3n-hsw:
585         - 12  # NDRPDR sel
586         - 13  # NDRPDR sel
587         - 14  # NDRPDR sel
588         - 15  # NDRPDR sel
589         - 16  # NDRPDR sel
590         - 17  # NDRPDR sel
591         - 18  # NDRPDR sel
592         - 19  # NDRPDR sel
593         - 20  # NDRPDR sel
594         - 21  # NDRPDR sel
595     vpp-performance-changes-3n-hsw-cmp:
596       csit-vpp-perf-verify-2001-3n-hsw:
597         - 6   # NDRPDR sel
598         - 7   # NDRPDR sel
599         - 8   # NDRPDR sel
600         - 9   # NDRPDR sel
601         - 10  # NDRPDR sel
602         - 11  # NDRPDR sel
603         - 12  # NDRPDR sel
604         - 13  # NDRPDR sel
605         - 14  # NDRPDR sel
606         - 15  # NDRPDR sel
607     vpp-performance-changes-3n-hsw:
608       - "vpp-performance-changes-3n-hsw-h1"
609       - "vpp-performance-changes-3n-hsw-ref"
610       - "vpp-performance-changes-3n-hsw-cmp"
611
612     vpp-performance-changes-3n-skx-h1:
613       csit-vpp-perf-verify-1904-3n-skx:
614         - 8   # NDRPDR sel
615         - 9   # NDRPDR sel
616         - 10  # NDRPDR sel
617         - 11  # NDRPDR sel
618         - 12  # NDRPDR sel
619         - 14  # NDRPDR sel
620         - 16  # NDRPDR sel
621         - 21  # NDRPDR sel
622         - 23  # NDRPDR sel
623         - 25  # NDRPDR sel
624     vpp-performance-changes-3n-skx-ref:
625       csit-vpp-perf-verify-1908-3n-skx:
626         - 14  # NDRPDR sel
627         - 16  # NDRPDR sel
628         - 19  # NDRPDR sel
629         - 20  # NDRPDR sel
630         - 22  # NDRPDR sel
631         - 23  # NDRPDR sel
632         - 24  # NDRPDR sel
633         - 25  # NDRPDR sel
634         - 26  # NDRPDR sel
635         - 29  # NDRPDR sel
636     vpp-performance-changes-3n-skx-cmp:
637       # TODO: Add the data
638       csit-vpp-perf-verify-2001-3n-skx:
639         - 5   # NDRPDR sel
640         - 6   # NDRPDR sel
641         - 8   # NDRPDR sel
642         - 9   # NDRPDR sel
643     vpp-performance-changes-3n-skx:
644       - "vpp-performance-changes-3n-skx-h1"
645       - "vpp-performance-changes-3n-skx-ref"
646       - "vpp-performance-changes-3n-skx-cmp"
647
648     vpp-performance-changes-2n-skx-h1:
649       csit-vpp-perf-verify-1904-2n-skx:
650         - 12  # NDRPDR sel
651         - 14  # NDRPDR sel
652         - 16  # NDRPDR sel
653         - 17  # NDRPDR sel
654         - 18  # NDRPDR sel
655         - 21  # NDRPDR sel
656         - 27  # NDRPDR sel
657         - 30  # NDRPDR sel
658         - 31  # NDRPDR sel
659         - 32  # NDRPDR sel
660     vpp-performance-changes-2n-skx-ref:
661       csit-vpp-perf-verify-1908-2n-skx:
662         - 26  # NDRPDR sel
663         - 27  # NDRPDR sel
664         - 34  # NDRPDR sel
665         - 35  # NDRPDR sel
666         - 36  # NDRPDR sel
667         - 42  # NDRPDR sel
668         - 43  # NDRPDR sel
669         - 44  # NDRPDR sel
670         - 45  # NDRPDR sel
671         - 46  # NDRPDR sel
672     vpp-performance-changes-2n-skx-cmp:
673       # TODO: Add the data
674       csit-vpp-perf-verify-2001-2n-skx:
675         - 6   # NDRPDR sel
676         - 7   # NDRPDR sel
677         - 10  # NDRPDR sel
678     vpp-performance-changes-2n-skx:
679       - "vpp-performance-changes-2n-skx-h1"
680       - "vpp-performance-changes-2n-skx-ref"
681       - "vpp-performance-changes-2n-skx-cmp"
682
683     vpp-performance-changes-nfv-2n-skx-ref:
684       csit-vpp-perf-verify-1908-2n-skx:
685         - 22  # NFV
686         - 31  # NFV
687         - 32  # NFV
688     vpp-performance-changes-nfv-2n-skx-cmp:
689       # TODO: Add the data
690       csit-vpp-perf-verify-2001-2n-skx:
691         - 9   # NFV
692         - 12  # NFV
693         - 13  # NFV
694         - 15  # NFV
695         - 16  # NFV
696     vpp-performance-changes-nfv-2n-skx:
697       - "vpp-performance-changes-nfv-2n-skx-ref"
698       - "vpp-performance-changes-nfv-2n-skx-cmp"
699
700     vpp-performance-changes-2n-dnv-ref:
701       csit-vpp-perf-verify-1908-2n-dnv:
702         - 1   # NDRPDR sel
703         - 2   # NDRPDR sel
704         - 3   # NDRPDR sel
705         - 4   # NDRPDR sel
706         - 5   # NDRPDR sel
707         - 6   # NDRPDR sel
708         - 7   # NDRPDR sel
709         - 8   # NDRPDR sel
710         - 9   # NDRPDR sel
711         - 10  # NDRPDR sel
712     vpp-performance-changes-2n-dnv-cmp:
713       # TODO: Add the data
714       csit-vpp-perf-verify-2001-2n-dnv:
715         - 4   # NDRPDR sel
716         - 5   # NDRPDR sel
717         - 6   # NDRPDR sel
718         - 7   # NDRPDR sel
719         - 8   # NDRPDR sel
720         - 9   # NDRPDR sel
721         - 10  # NDRPDR sel
722         - 11  # NDRPDR sel
723         - 13  # NDRPDR sel
724     vpp-performance-changes-2n-dnv:
725       - "vpp-performance-changes-2n-dnv-ref"
726       - "vpp-performance-changes-2n-dnv-cmp"
727
728     vpp-performance-changes-3n-dnv-ref:
729       csit-vpp-perf-verify-1908-3n-dnv:
730         - 6   # NDRPDR sel
731         - 7   # NDRPDR sel
732         - 8   # NDRPDR sel
733         - 9   # NDRPDR sel
734         - 10  # NDRPDR sel
735         - 12  # NDRPDR sel
736         - 13  # NDRPDR sel
737         - 14  # NDRPDR sel
738         - 15  # NDRPDR sel
739         - 16  # NDRPDR sel
740     vpp-performance-changes-3n-dnv-cmp:
741       # TODO: Add the data
742       csit-vpp-perf-verify-2001-3n-dnv:
743         - 5   # NDRPDR sel
744         - 6   # NDRPDR sel
745         - 7   # NDRPDR sel
746         - 8   # NDRPDR sel
747         - 9   # NDRPDR sel
748         - 10  # NDRPDR sel
749     vpp-performance-changes-3n-dnv:
750       - "vpp-performance-changes-3n-dnv-ref"
751       - "vpp-performance-changes-3n-dnv-cmp"
752
753     vpp-performance-changes-3n-tsh-ref:
754       csit-vpp-perf-verify-1908-3n-tsh:
755         - 7   # NDRPDR sel
756         - 8   # NDRPDR sel
757         - 9   # NDRPDR sel
758         - 10  # NDRPDR sel
759         - 11  # NDRPDR sel
760         - 12  # NDRPDR sel
761         - 13  # NDRPDR sel
762         - 14  # NDRPDR sel
763         - 15  # NDRPDR sel
764         - 16  # NDRPDR sel
765     vpp-performance-changes-3n-tsh-cmp:
766       # TODO: Add the data
767       csit-vpp-perf-verify-2001-3n-tsh:
768         - 3   # NDRPDR sel
769         - 4   # NDRPDR sel
770     vpp-performance-changes-3n-tsh:
771       - "vpp-performance-changes-3n-tsh-ref"
772       - "vpp-performance-changes-3n-tsh-cmp"
773
774     vpp-soak-vs-ndr-2n-skx-ref:
775       # TODO: Replace
776       # csit-vpp-perf-verify-2001-2n-skx:
777       csit-vpp-perf-verify-1908-2n-skx:
778         - 26  # NDRPDR sel
779         - 27  # NDRPDR sel
780         - 34  # NDRPDR sel
781     vpp-soak-vs-ndr-2n-skx-cmp:
782       # TODO: Replace
783       # csit-vpp-perf-verify-2001-2n-skx:
784       csit-vpp-perf-verify-1908-2n-skx:
785         - 83  # SOAK
786         - 86  # SOAK
787     vpp-soak-vs-ndr-2n-skx:
788       # TODO: Replace
789       # csit-vpp-perf-verify-2001-2n-skx:
790       csit-vpp-perf-verify-1908-2n-skx:
791         - 26  # NDRPDR sel
792         - 27  # NDRPDR sel
793         - 34  # NDRPDR sel
794         - 83  # SOAK
795         - 86  # SOAK
796
797     vpp-performance-changes-3n-hsw-mrr-h1:
798       csit-vpp-perf-verify-1904-3n-hsw:
799         - 9   # MRR sel
800     vpp-performance-changes-3n-hsw-mrr-ref:
801       csit-vpp-perf-verify-1908-3n-hsw:
802         - 39  # MRR sel
803     vpp-performance-changes-3n-hsw-mrr-cmp:
804       csit-vpp-perf-verify-2001-3n-hsw:
805         - 17  # MRR sel
806     vpp-performance-changes-3n-hsw-mrr:
807       - "vpp-performance-changes-3n-hsw-mrr-h1"
808       - "vpp-performance-changes-3n-hsw-mrr-ref"
809       - "vpp-performance-changes-3n-hsw-mrr-cmp"
810
811     vpp-performance-changes-3n-skx-mrr-h1:
812       csit-vpp-perf-verify-1904-3n-skx:
813         - 7   # MRR sel
814     vpp-performance-changes-3n-skx-mrr-ref:
815       csit-vpp-perf-verify-1908-3n-skx:
816         - 36  # MRR sel
817     vpp-performance-changes-3n-skx-mrr-cmp:
818       # TODO: Replace
819       # csit-vpp-perf-verify-2001-3n-skx:
820       csit-vpp-perf-verify-1908-3n-skx:
821         - 36  # MRR sel
822     vpp-performance-changes-3n-skx-mrr:
823       - "vpp-performance-changes-3n-skx-mrr-h1"
824       - "vpp-performance-changes-3n-skx-mrr-ref"
825       - "vpp-performance-changes-3n-skx-mrr-cmp"
826
827     vpp-performance-changes-2n-skx-mrr-h1:
828       csit-vpp-perf-verify-1904-2n-skx:
829         - 11  # MRR sel
830     vpp-performance-changes-2n-skx-mrr-ref:
831       csit-vpp-perf-verify-1908-2n-skx:
832         - 69  # MRR sel
833     vpp-performance-changes-2n-skx-mrr-cmp:
834       # TODO: Replace
835       # csit-vpp-perf-verify-2001-2n-skx:
836       csit-vpp-perf-verify-1908-2n-skx:
837         - 69  # MRR sel
838     vpp-performance-changes-2n-skx-mrr:
839       - "vpp-performance-changes-2n-skx-mrr-h1"
840       - "vpp-performance-changes-2n-skx-mrr-ref"
841       - "vpp-performance-changes-2n-skx-mrr-cmp"
842
843     vpp-performance-changes-nfv-2n-skx-mrr-ref:
844       csit-vpp-perf-verify-1908-2n-skx:
845         - 71  # NFV MRR
846     vpp-performance-changes-nfv-2n-skx-mrr-cmp:
847       # TODO: Replace
848       # csit-vpp-perf-verify-2001-2n-skx:
849       csit-vpp-perf-verify-1908-2n-skx:
850         - 71  # NFV MRR
851     vpp-performance-changes-nfv-2n-skx-mrr:
852       - "vpp-performance-changes-nfv-2n-skx-mrr-ref"
853       - "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
854
855     vpp-performance-changes-2n-dnv-mrr-ref:
856       csit-vpp-perf-verify-1908-2n-dnv:
857         - 11  # MRR sel
858     vpp-performance-changes-2n-dnv-mrr-cmp:
859       # TODO: Replace
860       # csit-vpp-perf-verify-2001-2n-dnv:
861       csit-vpp-perf-verify-1908-2n-dnv:
862         - 11  # MRR sel
863     vpp-performance-changes-2n-dnv-mrr:
864       - "vpp-performance-changes-2n-dnv-mrr-ref"
865       - "vpp-performance-changes-2n-dnv-mrr-cmp"
866
867     vpp-performance-changes-3n-dnv-mrr-ref:
868       csit-vpp-perf-verify-1908-3n-dnv:
869         - 17  # MRR sel
870     vpp-performance-changes-3n-dnv-mrr-cmp:
871       # TODO: Replace
872       # csit-vpp-perf-verify-2001-3n-dnv:
873       csit-vpp-perf-verify-1908-3n-dnv:
874         - 17  # MRR sel
875     vpp-performance-changes-3n-dnv-mrr:
876       - "vpp-performance-changes-3n-dnv-mrr-ref"
877       - "vpp-performance-changes-3n-dnv-mrr-cmp"
878
879     vpp-performance-changes-3n-tsh-mrr-ref:
880       csit-vpp-perf-verify-1908-3n-tsh:
881         - 17  # MRR sel
882     vpp-performance-changes-3n-tsh-mrr-cmp:
883       # TODO: Replace
884       # csit-vpp-perf-verify-2001-3n-tsh:
885       csit-vpp-perf-verify-1908-3n-tsh:
886         - 17  # MRR sel
887     vpp-performance-changes-3n-tsh-mrr:
888       - "vpp-performance-changes-3n-tsh-mrr-ref"
889       - "vpp-performance-changes-3n-tsh-mrr-cmp"
890
891     dpdk-performance-changes-3n-hsw-h1:
892       csit-dpdk-perf-verify-1904-3n-hsw:
893         - 2   # NDRPDR sel
894         - 3   # NDRPDR sel
895         - 5   # NDRPDR sel
896         - 6   # NDRPDR sel
897         - 13  # NDRPDR sel
898         - 14  # NDRPDR sel
899         - 15  # NDRPDR sel
900         - 18  # NDRPDR sel
901         - 19  # NDRPDR sel
902         - 20  # NDRPDR sel
903     dpdk-performance-changes-3n-hsw-ref:
904       csit-dpdk-perf-verify-1908-3n-hsw:
905         - 2   # NDRPDR sel
906         - 3   # NDRPDR sel
907         - 4   # NDRPDR sel
908         - 5   # NDRPDR sel
909         - 6   # NDRPDR sel
910         - 7   # NDRPDR sel
911         - 8   # NDRPDR sel
912         - 9   # NDRPDR sel
913         - 10  # NDRPDR sel
914         - 11  # NDRPDR sel
915     dpdk-performance-changes-3n-hsw-cmp:
916       csit-dpdk-perf-verify-2001-3n-hsw:
917         - 4   # NDRPDR sel
918         - 5   # NDRPDR sel
919         - 6   # NDRPDR sel
920         - 7   # NDRPDR sel
921         - 8   # NDRPDR sel
922         - 9   # NDRPDR sel
923         - 10  # NDRPDR sel
924         - 11  # NDRPDR sel
925         - 12  # NDRPDR sel
926         - 13  # NDRPDR sel
927     dpdk-performance-changes-3n-hsw:
928       - "dpdk-performance-changes-3n-hsw-h1"
929       - "dpdk-performance-changes-3n-hsw-ref"
930       - "dpdk-performance-changes-3n-hsw-cmp"
931
932     dpdk-performance-changes-3n-skx-h1:
933       csit-dpdk-perf-verify-1904-3n-skx:
934         - 2   # NDRPDR sel
935         - 3   # NDRPDR sel
936         - 4   # NDRPDR sel
937         - 5   # NDRPDR sel
938         - 6   # NDRPDR sel
939         - 7   # NDRPDR sel
940         - 11  # NDRPDR sel
941         - 12  # NDRPDR sel
942         - 13  # NDRPDR sel
943         - 14  # NDRPDR sel
944     dpdk-performance-changes-3n-skx-ref:
945       csit-dpdk-perf-verify-1908-3n-skx:
946         - 3   # NDRPDR sel
947         - 4   # NDRPDR sel
948         - 5   # NDRPDR sel
949         - 6   # NDRPDR sel
950         - 7   # NDRPDR sel
951         - 8   # NDRPDR sel
952         - 9   # NDRPDR sel
953         - 10  # NDRPDR sel
954         - 11  # NDRPDR sel
955         - 12  # NDRPDR sel
956     dpdk-performance-changes-3n-skx-cmp:
957       csit-dpdk-perf-verify-2001-3n-skx:
958         - 1   # NDRPDR sel
959         - 2   # NDRPDR sel
960         - 3   # NDRPDR sel
961         - 4   # NDRPDR sel
962         - 5   # NDRPDR sel
963         - 6   # NDRPDR sel
964         - 7   # NDRPDR sel
965         - 8   # NDRPDR sel
966         - 9   # NDRPDR sel
967         - 10  # NDRPDR sel
968     dpdk-performance-changes-3n-skx:
969       - "dpdk-performance-changes-3n-skx-h1"
970       - "dpdk-performance-changes-3n-skx-ref"
971       - "dpdk-performance-changes-3n-skx-cmp"
972
973     dpdk-performance-changes-2n-skx-h1:
974       csit-dpdk-perf-verify-1904-2n-skx:
975         - 2   # NDRPDR sel
976         - 3   # NDRPDR sel
977         - 4   # NDRPDR sel
978         - 5   # NDRPDR sel
979         - 7   # NDRPDR sel
980         - 8   # NDRPDR sel
981         - 9   # NDRPDR sel
982         - 10  # NDRPDR sel
983         - 11  # NDRPDR sel
984         - 12  # NDRPDR sel
985     dpdk-performance-changes-2n-skx-ref:
986       csit-dpdk-perf-verify-1908-2n-skx:
987         - 2   # NDRPDR sel
988         - 3   # NDRPDR sel
989         - 4   # NDRPDR sel
990         - 5   # NDRPDR sel
991         - 7   # NDRPDR sel
992         - 8   # NDRPDR sel
993         - 9   # NDRPDR sel
994         - 10  # NDRPDR sel
995         - 11  # NDRPDR sel
996         - 12  # NDRPDR sel
997     dpdk-performance-changes-2n-skx-cmp:
998       csit-dpdk-perf-verify-2001-2n-skx:
999         - 1   # NDRPDR sel
1000         - 2   # NDRPDR sel
1001         - 3   # NDRPDR sel
1002         - 4   # NDRPDR sel
1003         - 5   # NDRPDR sel
1004         - 6   # NDRPDR sel
1005         - 7   # NDRPDR sel
1006         - 8   # NDRPDR sel
1007         - 9   # NDRPDR sel
1008         - 10  # NDRPDR sel
1009         - 11  # NDRPDR sel
1010         - 13  # NDRPDR sel
1011         - 18  # NDRPDR sel
1012         - 19  # NDRPDR sel
1013     dpdk-performance-changes-2n-skx:
1014       - "dpdk-performance-changes-2n-skx-h1"
1015       - "dpdk-performance-changes-2n-skx-ref"
1016       - "dpdk-performance-changes-2n-skx-cmp"
1017
1018     # Compare testbeds
1019
1020     vpp-compare-testbeds-ref:
1021       csit-vpp-perf-verify-2001-3n-hsw:
1022         - 6   # NDRPDR sel
1023         - 7   # NDRPDR sel
1024         - 8   # NDRPDR sel
1025         - 9   # NDRPDR sel
1026         - 10  # NDRPDR sel
1027         - 11  # NDRPDR sel
1028         - 12  # NDRPDR sel
1029         - 13  # NDRPDR sel
1030         - 14  # NDRPDR sel
1031         - 15  # NDRPDR sel
1032     vpp-compare-testbeds-cmp:
1033       # TODO: Add the data
1034       csit-vpp-perf-verify-2001-3n-skx:
1035         - 5   # NDRPDR sel
1036         - 6   # NDRPDR sel
1037         - 8   # NDRPDR sel
1038         - 9   # NDRPDR sel
1039     vpp-compare-testbeds:
1040       - "vpp-compare-testbeds-ref"
1041       - "vpp-compare-testbeds-cmp"
1042
1043     vpp-compare-testbeds-skx-clx-ref:
1044       # TODO: Add the data
1045       csit-vpp-perf-verify-2001-2n-skx:
1046         - 6   # NDRPDR sel
1047         - 7   # NDRPDR sel
1048         - 10  # NDRPDR sel
1049     vpp-compare-testbeds-skx-clx-cmp:
1050       # TODO: Add the data
1051       csit-vpp-perf-verify-2001-2n-clx:
1052         - 6   # NDRPDR sel
1053         - 7   # NDRPDR sel
1054         - 8   # NDRPDR sel
1055         - 10  # NDRPDR sel
1056         - 11  # NDRPDR sel
1057     vpp-compare-testbeds-skx-clx:
1058       - "vpp-compare-testbeds-skx-clx-ref"
1059       - "vpp-compare-testbeds-skx-clx-cmp"
1060
1061     vpp-compare-testbeds-mrr-ref:
1062       csit-vpp-perf-verify-2001-3n-hsw:
1063         - 17  # MRR sel
1064     vpp-compare-testbeds-mrr-cmp:
1065       # TODO: Replace
1066       # csit-vpp-perf-verify-2001-3n-skx:
1067       csit-vpp-perf-verify-1908-3n-skx:
1068         - 36  # MRR sel
1069     vpp-compare-testbeds-mrr:
1070       - "vpp-compare-testbeds-mrr-ref"
1071       - "vpp-compare-testbeds-mrr-cmp"
1072
1073     vpp-compare-testbeds-mrr-skx-clx-ref:
1074       # TODO: Replace
1075       # csit-vpp-perf-verify-2001-2n-skx:
1076       csit-vpp-perf-verify-1908-2n-skx:
1077         - 69  # MRR sel
1078     vpp-compare-testbeds-mrr-skx-clx-cmp:
1079       # TODO: Replace
1080       # csit-vpp-perf-verify-2001-2n-clx:
1081       csit-vpp-perf-verify-1908-2n-skx:
1082         - 69  # MRR sel
1083     vpp-compare-testbeds-mrr-skx-clx:
1084       - "vpp-compare-testbeds-mrr-skx-clx-ref"
1085       - "vpp-compare-testbeds-mrr-skx-clx-cmp"
1086
1087     dpdk-compare-testbeds-ref:
1088       csit-dpdk-perf-verify-2001-3n-hsw:
1089         - 4   # NDRPDR sel
1090         - 5   # NDRPDR sel
1091         - 6   # NDRPDR sel
1092         - 7   # NDRPDR sel
1093         - 8   # NDRPDR sel
1094         - 9   # NDRPDR sel
1095         - 10  # NDRPDR sel
1096         - 11  # NDRPDR sel
1097         - 12  # NDRPDR sel
1098         - 13  # NDRPDR sel
1099     dpdk-compare-testbeds-cmp:
1100       csit-dpdk-perf-verify-2001-3n-skx:
1101         - 1   # NDRPDR sel
1102         - 2   # NDRPDR sel
1103         - 3   # NDRPDR sel
1104         - 4   # NDRPDR sel
1105         - 5   # NDRPDR sel
1106         - 6   # NDRPDR sel
1107         - 7   # NDRPDR sel
1108         - 8   # NDRPDR sel
1109         - 9   # NDRPDR sel
1110         - 10  # NDRPDR sel
1111     dpdk-compare-testbeds:
1112       - "dpdk-compare-testbeds-ref"
1113       - "dpdk-compare-testbeds-cmp"
1114
1115     dpdk-compare-testbeds-skx-clx-ref:
1116       csit-dpdk-perf-verify-2001-2n-skx:
1117         - 1   # NDRPDR sel
1118         - 2   # NDRPDR sel
1119         - 3   # NDRPDR sel
1120         - 4   # NDRPDR sel
1121         - 5   # NDRPDR sel
1122         - 6   # NDRPDR sel
1123         - 7   # NDRPDR sel
1124         - 8   # NDRPDR sel
1125         - 9   # NDRPDR sel
1126         - 10  # NDRPDR sel
1127         - 11  # NDRPDR sel
1128         - 13  # NDRPDR sel
1129         - 18  # NDRPDR sel
1130         - 19  # NDRPDR sel
1131     dpdk-compare-testbeds-skx-clx-cmp:
1132       csit-dpdk-perf-verify-2001-2n-clx:
1133         - 1   # NDRPDR sel
1134         - 2   # NDRPDR sel
1135         - 3   # NDRPDR sel
1136         - 4   # NDRPDR sel
1137         - 5   # NDRPDR sel
1138         - 6   # NDRPDR sel
1139         - 7   # NDRPDR sel
1140         - 8   # NDRPDR sel
1141         - 9   # NDRPDR sel
1142         - 10  # NDRPDR sel
1143     dpdk-compare-testbeds-skx-clx:
1144       - "dpdk-compare-testbeds-skx-clx-ref"
1145       - "dpdk-compare-testbeds-skx-clx-cmp"
1146
1147     # Compare topologies
1148
1149     vpp-compare-topologies-ref:
1150       # TODO: Add the data
1151       csit-vpp-perf-verify-2001-3n-skx:
1152         - 5   # NDRPDR sel
1153         - 6   # NDRPDR sel
1154         - 8   # NDRPDR sel
1155         - 9   # NDRPDR sel
1156     vpp-compare-topologies-cmp:
1157       # TODO: Add the data
1158       csit-vpp-perf-verify-2001-2n-skx:
1159         - 6   # NDRPDR sel
1160         - 7   # NDRPDR sel
1161         - 10  # NDRPDR sel
1162     vpp-compare-topologies:
1163       - "vpp-compare-topologies-ref"
1164       - "vpp-compare-topologies-cmp"
1165
1166     vpp-compare-topologies-mrr-ref:
1167       # TODO: Replace
1168       # csit-vpp-perf-verify-2001-3n-skx:
1169       csit-vpp-perf-verify-1908-3n-skx:
1170         - 36  # MRR sel
1171     vpp-compare-topologies-mrr-cmp:
1172       # TODO: Replace
1173       # csit-vpp-perf-verify-2001-2n-skx:
1174       csit-vpp-perf-verify-1908-2n-skx:
1175         - 69  # MRR sel
1176     vpp-compare-topologies-mrr:
1177       - "vpp-compare-topologies-mrr-ref"
1178       - "vpp-compare-topologies-mrr-cmp"
1179
1180     dpdk-compare-topologies-ref:
1181       csit-dpdk-perf-verify-2001-3n-skx:
1182         - 1   # NDRPDR sel
1183         - 2   # NDRPDR sel
1184         - 3   # NDRPDR sel
1185         - 4   # NDRPDR sel
1186         - 5   # NDRPDR sel
1187         - 6   # NDRPDR sel
1188         - 7   # NDRPDR sel
1189         - 8   # NDRPDR sel
1190         - 9   # NDRPDR sel
1191         - 10  # NDRPDR sel
1192     dpdk-compare-topologies-cmp:
1193       csit-dpdk-perf-verify-2001-2n-skx:
1194         - 1   # NDRPDR sel
1195         - 2   # NDRPDR sel
1196         - 3   # NDRPDR sel
1197         - 4   # NDRPDR sel
1198         - 5   # NDRPDR sel
1199         - 6   # NDRPDR sel
1200         - 7   # NDRPDR sel
1201         - 8   # NDRPDR sel
1202         - 9   # NDRPDR sel
1203         - 10  # NDRPDR sel
1204         - 11  # NDRPDR sel
1205         - 13  # NDRPDR sel
1206         - 18  # NDRPDR sel
1207         - 19  # NDRPDR sel
1208     dpdk-compare-topologies:
1209       - "dpdk-compare-topologies-ref"
1210       - "dpdk-compare-topologies-cmp"
1211
1212   plot-layouts:
1213
1214     plot-soak-throughput:
1215       titlefont:
1216         size: 18
1217       xaxis:
1218         title: "<b>Test Cases [Index]</b>"
1219         titlefont:
1220           size: 16
1221         autorange: True
1222         fixedrange: False
1223         gridcolor: "rgb(230, 230, 230)"
1224         linecolor: "rgb(220, 220, 220)"
1225         linewidth: 1
1226         showgrid: True
1227         showline: True
1228         showticklabels: True
1229         tickcolor: "rgb(220, 220, 220)"
1230         tickmode: "linear"
1231         tickfont:
1232           size: 16
1233         zeroline: False
1234       yaxis:
1235         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1236         titlefont:
1237           size: 16
1238         gridcolor: "rgb(230, 230, 230)"
1239         hoverformat: ".4r"
1240         tickformat: ".3r"
1241         linecolor: "rgb(220, 220, 220)"
1242         linewidth: 1
1243         showgrid: True
1244         showline: True
1245         showticklabels: True
1246         tickcolor: "rgb(220, 220, 220)"
1247         tickfont:
1248           size: 16
1249         zeroline: False
1250         range: [0,50]
1251       autosize: False
1252       margin:
1253         t: 50
1254         b: 0
1255         l: 80
1256         r: 20
1257       showlegend: True
1258       legend:
1259         orientation: "h"
1260         font:
1261           size: 16
1262       width: 700
1263       height: 900
1264       paper_bgcolor: "#fff"
1265       plot_bgcolor: "#fff"
1266       hoverlabel:
1267         namelength: -1
1268
1269     plot-service-density:
1270       titlefont:
1271         size: 18
1272       xaxis:
1273         side: "top"
1274         autorange: True
1275         fixedrange: False
1276         showgrid: False
1277         showline: False
1278         showticklabels: False
1279         ticks: ""
1280         ticklen: 0
1281         tickwidth: 0
1282         zeroline: False
1283       yaxis:
1284         autorange: "reversed"
1285         showgrid: False
1286         showline: False
1287         showticklabels: False
1288         ticks: ""
1289         ticklen: 0
1290         tickwidth: 0
1291         zeroline: False
1292       showlegend: False
1293       paper_bgcolor: "#fff"
1294       plot_bgcolor: "#fff"
1295       width: 700
1296       height: 700
1297       hoverlabel:
1298         namelength: -1
1299
1300     plot-cps:
1301       titlefont:
1302         size: 18
1303       xaxis:
1304         title: "<b>Test Cases [Index]</b>"
1305         titlefont:
1306           size: 16
1307         autorange: True
1308         fixedrange: False
1309         gridcolor: "rgb(230, 230, 230)"
1310         linecolor: "rgb(220, 220, 220)"
1311         linewidth: 1
1312         showgrid: True
1313         showline: True
1314         showticklabels: True
1315         tickcolor: "rgb(220, 220, 220)"
1316         tickmode: "linear"
1317         tickfont:
1318           size: 16
1319         zeroline: False
1320       yaxis:
1321         title: "<b>Connections Per Second [cps]</b>"
1322         titlefont:
1323           size: 16
1324         gridcolor: "rgb(230, 230, 230)"
1325         hoverformat: ".4s"
1326         linecolor: "rgb(220, 220, 220)"
1327         linewidth: 1
1328         rangemode: "tozero"
1329         showgrid: True
1330         showline: True
1331         showticklabels: True
1332         tickcolor: "rgb(220, 220, 220)"
1333         tickformat: ".3s"
1334         tickfont:
1335           size: 16
1336         zeroline: False
1337       boxmode: "group"
1338       boxgroupgap: 0.5
1339       autosize: False
1340       margin:
1341         t: 50
1342         b: 20
1343         l: 80
1344         r: 20
1345       showlegend: True
1346       legend:
1347         orientation: "h"
1348         font:
1349           size: 16
1350       width: 700
1351       height: 800
1352       paper_bgcolor: "#fff"
1353       plot_bgcolor: "#fff"
1354       hoverlabel:
1355         namelength: -1
1356
1357     plot-rps:
1358       titlefont:
1359         size: 18
1360       xaxis:
1361         title: "<b>Test Cases [Index]</b>"
1362         titlefont:
1363           size: 16
1364         autorange: True
1365         fixedrange: False
1366         gridcolor: "rgb(230, 230, 230)"
1367         linecolor: "rgb(220, 220, 220)"
1368         linewidth: 1
1369         showgrid: True
1370         showline: True
1371         showticklabels: True
1372         tickcolor: "rgb(220, 220, 220)"
1373         tickmode: "linear"
1374         tickfont:
1375           size: 16
1376         zeroline: False
1377       yaxis:
1378         title: "<b>Requests Per Second [rps]</b>"
1379         titlefont:
1380           size: 16
1381         gridcolor: "rgb(230, 230, 230)"
1382         hoverformat: ".4s"
1383         linecolor: "rgb(220, 220, 220)"
1384         linewidth: 1
1385         rangemode: "tozero"
1386         showgrid: True
1387         showline: True
1388         showticklabels: True
1389         tickcolor: "rgb(230, 230, 230)"
1390         tickformat: ".3s"
1391         tickfont:
1392           size: 16
1393         zeroline: False
1394       boxmode: "group"
1395       boxgroupgap: 0.5
1396       autosize: False
1397       margin:
1398         t: 50
1399         b: 20
1400         l: 80
1401         r: 20
1402       showlegend: True
1403       legend:
1404         orientation: "h"
1405         font:
1406           size: 16
1407       width: 700
1408       height: 800
1409       paper_bgcolor: "#fff"
1410       plot_bgcolor: "#fff"
1411       hoverlabel:
1412         namelength: -1
1413
1414     plot-throughput:
1415       titlefont:
1416         size: 18
1417       xaxis:
1418         title: "<b>Test Cases [Index]</b>"
1419         titlefont:
1420           size: 16
1421         autorange: True
1422         fixedrange: False
1423         gridcolor: "rgb(230, 230, 230)"
1424         linecolor: "rgb(220, 220, 220)"
1425         linewidth: 1
1426         showgrid: True
1427         showline: True
1428         showticklabels: True
1429         tickcolor: "rgb(220, 220, 220)"
1430         tickmode: "linear"
1431         tickfont:
1432           size: 16
1433         zeroline: False
1434       yaxis:
1435         title: "<b>Packet Throughput [Mpps]</b>"
1436         titlefont:
1437           size: 16
1438         gridcolor: "rgb(230, 230, 230)"
1439         hoverformat: ".4r"
1440         tickformat: ".3r"
1441         linecolor: "rgb(220, 220, 220)"
1442         linewidth: 1
1443         showgrid: True
1444         showline: True
1445         showticklabels: True
1446         tickcolor: "rgb(220, 220, 220)"
1447         tickfont:
1448           size: 16
1449         zeroline: False
1450         range: [0,50]
1451       autosize: False
1452       margin:
1453         t: 50
1454         b: 0
1455         l: 80
1456         r: 20
1457       showlegend: True
1458       legend:
1459         orientation: "h"
1460         font:
1461           size: 16
1462       width: 700
1463       height: 900
1464       paper_bgcolor: "#fff"
1465       plot_bgcolor: "#fff"
1466       hoverlabel:
1467         namelength: -1
1468
1469     plot-throughput-speedup-analysis:
1470       titlefont:
1471         size: 18
1472       xaxis:
1473         title: "<b>Number of Cores [Qty]</b>"
1474         titlefont:
1475           size: 16
1476         autorange: True
1477         fixedrange: False
1478         gridcolor: "rgb(230, 230, 230)"
1479         linecolor: "rgb(220, 220, 220)"
1480         linewidth: 1
1481         showgrid: True
1482         showline: True
1483         showticklabels: True
1484         tickcolor: "rgb(238, 238, 238)"
1485         tickmode: "linear"
1486         tickfont:
1487           size: 16
1488         zeroline: False
1489       yaxis:
1490         title: "<b>Packet Throughput [Mpps]</b>"
1491         titlefont:
1492           size: 16
1493         type: "linear"
1494         gridcolor: "rgb(230, 230, 230)"
1495         hoverformat: ".4s"
1496         linecolor: "rgb(220, 220, 220)"
1497         linewidth: 1
1498         showgrid: True
1499         showline: True
1500         showticklabels: True
1501         tickcolor: "rgb(220, 220, 220)"
1502         tickformat: ".4s"
1503         tickfont:
1504           size: 16
1505         zeroline: True
1506         rangemode: "tozero"
1507         range: [0,100]
1508       legend:
1509         orientation: "h"
1510         font:
1511           size: 16
1512         xanchor: "left"
1513         yanchor: "top"
1514         x: 0
1515         y: -0.2
1516         bgcolor: "rgba(255, 255, 255, 0)"
1517         bordercolor: "rgba(255, 255, 255, 0)"
1518         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1519       autosize: False
1520       margin:
1521           't': 50
1522           'b': 150
1523           'l': 85
1524           'r': 10
1525       showlegend: True
1526       width: 700
1527       height: 700
1528       paper_bgcolor: "#fff"
1529       plot_bgcolor: "#fff"
1530       hoverlabel:
1531         namelength: -1
1532       annotations: [
1533         {
1534           text: "_ _          __          ...",
1535           align: "left",
1536           showarrow: False,
1537           xref: "paper",
1538           yref: "paper",
1539           xanchor: "left",
1540           yanchor: "top",
1541           x: 0,
1542           y: -0.13,
1543           font: {
1544             family: "Consolas, Courier New",
1545             size: 15
1546           },
1547         },
1548         {
1549           text: "    Perfect     Measured     Limit",
1550           align: "left",
1551           showarrow: False,
1552           xref: "paper",
1553           yref: "paper",
1554           xanchor: "left",
1555           yanchor: "top",
1556           x: 0,
1557           y: -0.15,
1558           font: {
1559             family: "Consolas, Courier New",
1560             size: 15
1561           },
1562         },
1563       ]
1564
1565     plot-latency:
1566       titlefont:
1567         size: 18
1568       xaxis:
1569         title: "<b>Direction</b>"
1570         titlefont:
1571           size: 16
1572         autorange: True
1573         fixedrange: False
1574         gridcolor: "rgb(230, 230, 230)"
1575         linecolor: "rgb(220, 220, 220)"
1576         linewidth: 1
1577         showgrid: True
1578         showline: True
1579         showticklabels: False
1580         tickcolor: "rgb(220, 220, 220)"
1581         tickmode: "linear"
1582         tickfont:
1583           size: 16
1584         zeroline: False
1585       yaxis:
1586         title: "<b>Packet Latency [uSec]</b>"
1587         titlefont:
1588           size: 16
1589         type: "linear"
1590         gridcolor: "rgb(230, 230, 230)"
1591         hoverformat: ".4s"
1592         linecolor: "rgb(220, 220, 220)"
1593         linewidth: 1
1594         showgrid: True
1595         showline: True
1596         showticklabels: True
1597         tickcolor: "rgb(220, 220, 220)"
1598         tickformat: ".4s"
1599         tickfont:
1600           size: 16
1601         zeroline: True
1602         rangemode: "tozero"
1603       legend:
1604         orientation: "h"
1605         font:
1606           size: 16
1607         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1608       autosize: False
1609       margin:
1610           't': 50
1611           'b': 150
1612           'l': 80
1613           'r': 10
1614       showlegend: True
1615       width: 700
1616       height: 700
1617       paper_bgcolor: "#fff"
1618       plot_bgcolor: "#fff"
1619       hoverlabel:
1620         namelength: -1
1621
1622     plot-hdrh-latency:
1623       title:
1624         text: ""
1625         xanchor: "center"
1626         x: 0.5
1627         font:
1628           size: 16
1629       width: 700
1630       plot_bgcolor: "white"
1631       annotations:
1632         - font:
1633             size: 14
1634           showarrow: False
1635           text: "<b>Packet Latency [uSec]</b>"
1636           x: 1
1637           xanchor: "right"
1638           xref: "paper"
1639           y: -0.045
1640           yanchor: "top"
1641           yref: "paper"
1642         - font:
1643             size: 14
1644           showarrow: False
1645           text: "<b>Probability [%]</b>"
1646           textangle: 270
1647           x: -0.06
1648           xanchor: "center"
1649           xref: "paper"
1650           y: 0.5
1651           yanchor: "middle"
1652           yref: "paper"
1653         - font:
1654             size: 14
1655           showarrow: False
1656           text: "<b>Direction: E-W</b>"
1657           x: 0.24
1658           xanchor: "center"
1659           xref: "paper"
1660           y: 1.05
1661           yanchor: "bottom"
1662           yref: "paper"
1663         - font:
1664             size: 14
1665           showarrow: False
1666           text: "<b>Direction: W-E</b>"
1667           x: 0.74
1668           xanchor: "center"
1669           xref: "paper"
1670           y: 1.05
1671           yanchor: "bottom"
1672           yref: "paper"
1673
1674     plot-hdrh-latency-percentile:
1675       title:
1676         text: ""
1677         xanchor: "center"
1678         x: 0.5
1679         font:
1680           size: 18
1681       xaxis:
1682         type: "log"
1683         title: "<b>Percentile [%]</b>"
1684         titlefont:
1685           size: 16
1686         autorange: True
1687         fixedrange: False
1688         gridcolor: "rgb(230, 230, 230)"
1689         linecolor: "rgb(220, 220, 220)"
1690         linewidth: 1
1691         showgrid: True
1692         showline: True
1693         showticklabels: True
1694         tickcolor: "rgb(220, 220, 220)"
1695         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1696         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1697         tickfont:
1698           size: 16
1699       yaxis:
1700         title: "<b>Packet Latency [uSec]</b>"
1701         titlefont:
1702           size: 16
1703         gridcolor: "rgb(230, 230, 230)"
1704         linecolor: "rgb(220, 220, 220)"
1705         linewidth: 1
1706         showgrid: True
1707         showline: True
1708         showticklabels: True
1709         tickcolor: "rgb(220, 220, 220)"
1710         tickfont:
1711           size: 16
1712       autosize: False
1713       showlegend: True
1714       legend:
1715         traceorder: "normal"
1716         orientation: "h"
1717         font:
1718           size: 16
1719         xanchor: "left"
1720         yanchor: "top"
1721         x: 0
1722         y: -0.15
1723         bgcolor: "rgba(255, 255, 255, 0)"
1724         bordercolor: "rgba(255, 255, 255, 0)"
1725       width: 700
1726       height: 700
1727       paper_bgcolor: "white"
1728       plot_bgcolor: "white"
1729
1730     plot-hdrh-latency-by-percentile:
1731       title:
1732         text: "<b>Latency by Percentile Distribution</b>"
1733         xanchor: "center"
1734         x: 0.5
1735         font:
1736           size: 18
1737       showlegend: True
1738       legend:
1739         traceorder: "normal"
1740         orientation: "h"
1741         font:
1742           size: 16
1743         xanchor: "left"
1744         yanchor: "top"
1745         x: 0
1746         y: -0.2
1747         bgcolor: "rgba(255, 255, 255, 0)"
1748         bordercolor: "rgba(255, 255, 255, 0)"
1749       xaxis:
1750         type: "log"
1751         title: "<b>Percentile [%]</b>"
1752         titlefont:
1753           size: 14
1754         autorange: False
1755         fixedrange: False
1756         range: [1e-6, 3]
1757         gridcolor: "rgb(230, 230, 230)"
1758         linecolor: "rgb(220, 220, 220)"
1759         linewidth: 1
1760         showgrid: True
1761         showline: True
1762         showticklabels: True
1763         tickcolor: "rgb(220, 220, 220)"
1764         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1765         tickangle: 315
1766         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1767         tickfont:
1768           size: 14
1769       yaxis:
1770         title: "<b>Packet Latency [uSec]</b>"
1771         titlefont:
1772           size: 14
1773         gridcolor: "rgb(230, 230, 230)"
1774         linecolor: "rgb(220, 220, 220)"
1775         linewidth: 1
1776         showgrid: True
1777         showline: True
1778         showticklabels: True
1779         tickcolor: "rgb(220, 220, 220)"
1780         tickfont:
1781           size: 14
1782       width: 700
1783       height: 700
1784       paper_bgcolor: "white"
1785       plot_bgcolor: "white"
1786
1787 - type: "static"
1788   src-path: "{DIR[RST]}"
1789   dst-path: "{DIR[WORKING,SRC]}"
1790
1791 - type: "input"
1792   general:
1793     file-name: "output_info.xml.gz"
1794     file-format: ".gz"
1795     arch-file-format:
1796       - ".gz"
1797       - ".zip"
1798     download-path: "{job}/{build}/archives/{filename}"
1799     extract: "output.xml"
1800
1801     zip-file-name: "robot-plugin.zip"
1802     zip-file-format: ".zip"
1803     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1804     zip-extract: "robot-plugin/output.xml"
1805
1806   builds:
1807
1808     csit-vpp-perf-verify-1904-3n-hsw:
1809       - 9   # MRR sel
1810       - 11  # NDRPDR sel
1811       - 12  # NDRPDR sel
1812       - 20  # NDRPDR sel
1813       - 21  # NDRPDR sel
1814       - 23  # NDRPDR sel
1815       - 24  # NDRPDR sel
1816       - 25  # NDRPDR sel
1817       - 26  # NDRPDR sel
1818       - 29  # NDRPDR sel
1819       - 30  # NDRPDR sel
1820     csit-vpp-perf-verify-1908-3n-hsw:
1821       - 12  # NDRPDR sel
1822       - 13  # NDRPDR sel
1823       - 14  # NDRPDR sel
1824       - 15  # NDRPDR sel
1825       - 16  # NDRPDR sel
1826       - 17  # NDRPDR sel
1827       - 18  # NDRPDR sel
1828       - 19  # NDRPDR sel
1829       - 20  # NDRPDR sel
1830       - 21  # NDRPDR sel
1831       - 48  # NDRPDR sel vhost
1832       - 49  # NDRPDR sel vhost
1833       - 52  # NDRPDR sel vhost
1834       - 53  # NDRPDR sel vhost
1835       - 54  # NDRPDR sel vhost
1836       - 55  # NDRPDR sel vhost
1837       - 56  # NDRPDR sel vhost
1838       - 57  # NDRPDR sel vhost
1839       - 58  # NDRPDR sel vhost
1840       - 59  # NDRPDR sel vhost
1841       - 39  # MRR sel
1842     csit-vpp-perf-verify-2001-3n-hsw:
1843       - 6   # NDRPDR sel
1844       - 7   # NDRPDR sel
1845       - 8   # NDRPDR sel
1846       - 9   # NDRPDR sel
1847       - 10  # NDRPDR sel
1848       - 11  # NDRPDR sel
1849       - 12  # NDRPDR sel
1850       - 13  # NDRPDR sel
1851       - 14  # NDRPDR sel
1852       - 15  # NDRPDR sel
1853       - 17  # MRR sel
1854
1855     csit-vpp-perf-verify-1904-3n-skx:
1856       - 7   # MRR sel
1857       - 8   # NDRPDR sel
1858       - 9   # NDRPDR sel
1859       - 10  # NDRPDR sel
1860       - 11  # NDRPDR sel
1861       - 12  # NDRPDR sel
1862       - 14  # NDRPDR sel
1863       - 16  # NDRPDR sel
1864       - 21  # NDRPDR sel
1865       - 23  # NDRPDR sel
1866       - 25  # NDRPDR sel
1867     csit-vpp-perf-verify-1908-3n-skx:
1868       - 14  # NDRPDR sel
1869       - 16  # NDRPDR sel
1870       - 19  # NDRPDR sel
1871       - 20  # NDRPDR sel
1872       - 22  # NDRPDR sel
1873       - 23  # NDRPDR sel
1874       - 24  # NDRPDR sel
1875       - 25  # NDRPDR sel
1876       - 26  # NDRPDR sel
1877       - 29  # NDRPDR sel
1878       - 52  # NDRPDR sel vhost
1879       - 53  # NDRPDR sel vhost
1880       - 55  # NDRPDR sel vhost
1881       - 61  # NDRPDR sel vhost
1882       - 62  # NDRPDR sel vhost
1883       - 63  # NDRPDR sel vhost
1884       - 64  # NDRPDR sel vhost
1885       - 65  # NDRPDR sel vhost
1886       - 66  # NDRPDR sel vhost
1887       - 67  # NDRPDR sel vhost
1888       - 36  # MRR sel
1889     csit-vpp-perf-verify-2001-3n-skx:
1890       - 5   # NDRPDR sel
1891       - 6   # NDRPDR sel
1892       - 8   # NDRPDR sel
1893       - 9   # NDRPDR sel
1894
1895     csit-vpp-perf-verify-1904-2n-skx:
1896       - 11  # MRR sel
1897       - 12  # NDRPDR sel
1898       - 14  # NDRPDR sel
1899       - 16  # NDRPDR sel
1900       - 17  # NDRPDR sel
1901       - 18  # NDRPDR sel
1902       - 21  # NDRPDR sel
1903       - 27  # NDRPDR sel
1904       - 30  # NDRPDR sel
1905       - 31  # NDRPDR sel
1906       - 32  # NDRPDR sel
1907     csit-vpp-perf-verify-1908-2n-skx:
1908       - 26  # NDRPDR sel
1909       - 27  # NDRPDR sel
1910       - 34  # NDRPDR sel
1911       - 35  # NDRPDR sel
1912       - 36  # NDRPDR sel
1913       - 42  # NDRPDR sel
1914       - 43  # NDRPDR sel
1915       - 44  # NDRPDR sel
1916       - 45  # NDRPDR sel
1917       - 46  # NDRPDR sel
1918       - 88  # NDRPDR sel vhost
1919       - 89  # NDRPDR sel vhost
1920       - 91  # NDRPDR sel vhost
1921       - 92  # NDRPDR sel vhost
1922       - 93  # NDRPDR sel vhost
1923       - 94  # NDRPDR sel vhost
1924       - 95  # NDRPDR sel vhost
1925       - 96  # NDRPDR sel vhost
1926       - 97  # NDRPDR sel vhost
1927       - 98  # NDRPDR sel vhost
1928       - 69  # MRR sel
1929       - 29  # TCP
1930       - 30  # TCP
1931       - 58  # TCP
1932       - 22  # NFV
1933       - 31  # NFV
1934       - 32  # NFV
1935       - 71  # NFV MRR
1936       - 113 # NFV reconf sel
1937       - 114 # NFV reconf sel
1938       - 115 # NFV reconf sel
1939       - 83  # SOAK
1940       - 86  # SOAK
1941     csit-vpp-perf-verify-2001-2n-skx:
1942       - 6   # NDRPDR sel
1943       - 7   # NDRPDR sel
1944       - 10  # NDRPDR sel
1945       - 9   # NFV
1946       - 12  # NFV
1947       - 13  # NFV
1948       - 15  # NFV
1949       - 16  # NFV
1950
1951     csit-vpp-perf-verify-2001-2n-clx:
1952       - 6   # NDRPDR sel
1953       - 7   # NDRPDR sel
1954       - 8   # NDRPDR sel
1955       - 10  # NDRPDR sel
1956       - 11  # NDRPDR sel
1957
1958     csit-vpp-perf-verify-1908-3n-tsh:
1959       - 7   # NDRPDR sel
1960       - 8   # NDRPDR sel
1961       - 9   # NDRPDR sel
1962       - 10  # NDRPDR sel
1963       - 11  # NDRPDR sel
1964       - 12  # NDRPDR sel
1965       - 13  # NDRPDR sel
1966       - 14  # NDRPDR sel
1967       - 15  # NDRPDR sel
1968       - 16  # NDRPDR sel
1969       - 17  # MRR sel
1970     csit-vpp-perf-verify-2001-3n-tsh:
1971       - 3   # NDRPDR sel
1972       - 4   # NDRPDR sel
1973
1974     csit-vpp-perf-verify-1908-3n-dnv:
1975       - 6   # NDRPDR sel
1976       - 7   # NDRPDR sel
1977       - 8   # NDRPDR sel
1978       - 9   # NDRPDR sel
1979       - 10  # NDRPDR sel
1980       - 12  # NDRPDR sel
1981       - 13  # NDRPDR sel
1982       - 14  # NDRPDR sel
1983       - 15  # NDRPDR sel
1984       - 16  # NDRPDR sel
1985       - 17  # MRR sel
1986     csit-vpp-perf-verify-2001-3n-dnv:
1987       - 5   # NDRPDR sel
1988       - 6   # NDRPDR sel
1989       - 7   # NDRPDR sel
1990       - 8   # NDRPDR sel
1991       - 9   # NDRPDR sel
1992       - 10  # NDRPDR sel
1993
1994     csit-vpp-perf-verify-1908-2n-dnv:
1995       - 1   # NDRPDR sel
1996       - 2   # NDRPDR sel
1997       - 3   # NDRPDR sel
1998       - 4   # NDRPDR sel
1999       - 5   # NDRPDR sel
2000       - 6   # NDRPDR sel
2001       - 7   # NDRPDR sel
2002       - 8   # NDRPDR sel
2003       - 9   # NDRPDR sel
2004       - 10  # NDRPDR sel
2005       - 11  # MRR sel
2006     csit-vpp-perf-verify-2001-2n-dnv:
2007       - 4   # NDRPDR sel
2008       - 5   # NDRPDR sel
2009       - 6   # NDRPDR sel
2010       - 7   # NDRPDR sel
2011       - 8   # NDRPDR sel
2012       - 9   # NDRPDR sel
2013       - 10  # NDRPDR sel
2014       - 11  # NDRPDR sel
2015       - 13  # NDRPDR sel
2016
2017     csit-dpdk-perf-verify-1904-3n-hsw:
2018       - 2   # NDRPDR sel
2019       - 3   # NDRPDR sel
2020       - 5   # NDRPDR sel
2021       - 6   # NDRPDR sel
2022       - 13  # NDRPDR sel
2023       - 14  # NDRPDR sel
2024       - 15  # NDRPDR sel
2025       - 18  # NDRPDR sel
2026       - 19  # NDRPDR sel
2027       - 20  # NDRPDR sel
2028     csit-dpdk-perf-verify-1908-3n-hsw:
2029       - 2   # NDRPDR sel
2030       - 3   # NDRPDR sel
2031       - 4   # NDRPDR sel
2032       - 5   # NDRPDR sel
2033       - 6   # NDRPDR sel
2034       - 7   # NDRPDR sel
2035       - 8   # NDRPDR sel
2036       - 9   # NDRPDR sel
2037       - 10  # NDRPDR sel
2038       - 11  # NDRPDR sel
2039     csit-dpdk-perf-verify-2001-3n-hsw:
2040       - 4   # NDRPDR sel
2041       - 5   # NDRPDR sel
2042       - 6   # NDRPDR sel
2043       - 7   # NDRPDR sel
2044       - 8   # NDRPDR sel
2045       - 9   # NDRPDR sel
2046       - 10  # NDRPDR sel
2047       - 11  # NDRPDR sel
2048       - 12  # NDRPDR sel
2049       - 13  # NDRPDR sel
2050
2051     csit-dpdk-perf-verify-1904-3n-skx:
2052       - 2   # NDRPDR sel
2053       - 3   # NDRPDR sel
2054       - 4   # NDRPDR sel
2055       - 5   # NDRPDR sel
2056       - 6   # NDRPDR sel
2057       - 7   # NDRPDR sel
2058       - 11  # NDRPDR sel
2059       - 12  # NDRPDR sel
2060       - 13  # NDRPDR sel
2061       - 14  # NDRPDR sel
2062     csit-dpdk-perf-verify-1908-3n-skx:
2063       - 3   # NDRPDR sel
2064       - 4   # NDRPDR sel
2065       - 5   # NDRPDR sel
2066       - 6   # NDRPDR sel
2067       - 7   # NDRPDR sel
2068       - 8   # NDRPDR sel
2069       - 9   # NDRPDR sel
2070       - 10  # NDRPDR sel
2071       - 11  # NDRPDR sel
2072       - 12  # NDRPDR sel
2073     csit-dpdk-perf-verify-2001-3n-skx:
2074       - 1   # NDRPDR sel
2075       - 2   # NDRPDR sel
2076       - 3   # NDRPDR sel
2077       - 4   # NDRPDR sel
2078       - 5   # NDRPDR sel
2079       - 6   # NDRPDR sel
2080       - 7   # NDRPDR sel
2081       - 8   # NDRPDR sel
2082       - 9   # NDRPDR sel
2083       - 10  # NDRPDR sel
2084
2085     csit-dpdk-perf-verify-1904-2n-skx:
2086       - 2   # NDRPDR sel
2087       - 3   # NDRPDR sel
2088       - 4   # NDRPDR sel
2089       - 5   # NDRPDR sel
2090       - 7   # NDRPDR sel
2091       - 8   # NDRPDR sel
2092       - 9   # NDRPDR sel
2093       - 10  # NDRPDR sel
2094       - 11  # NDRPDR sel
2095       - 12  # NDRPDR sel
2096     csit-dpdk-perf-verify-1908-2n-skx:
2097       - 2   # NDRPDR sel
2098       - 3   # NDRPDR sel
2099       - 4   # NDRPDR sel
2100       - 5   # NDRPDR sel
2101       - 7   # NDRPDR sel
2102       - 8   # NDRPDR sel
2103       - 9   # NDRPDR sel
2104       - 10  # NDRPDR sel
2105       - 11  # NDRPDR sel
2106       - 12  # NDRPDR sel
2107     csit-dpdk-perf-verify-2001-2n-skx:
2108       - 1   # NDRPDR sel
2109       - 2   # NDRPDR sel
2110       - 3   # NDRPDR sel
2111       - 4   # NDRPDR sel
2112       - 5   # NDRPDR sel
2113       - 6   # NDRPDR sel
2114       - 7   # NDRPDR sel
2115       - 8   # NDRPDR sel
2116       - 9   # NDRPDR sel
2117       - 10  # NDRPDR sel
2118       - 11  # NDRPDR sel
2119       - 13  # NDRPDR sel
2120       - 18  # NDRPDR sel
2121       - 19  # NDRPDR sel
2122
2123     csit-dpdk-perf-verify-2001-2n-clx:
2124       - 1   # NDRPDR sel
2125       - 2   # NDRPDR sel
2126       - 3   # NDRPDR sel
2127       - 4   # NDRPDR sel
2128       - 5   # NDRPDR sel
2129       - 6   # NDRPDR sel
2130       - 7   # NDRPDR sel
2131       - 8   # NDRPDR sel
2132       - 9   # NDRPDR sel
2133       - 10  # NDRPDR sel
2134
2135     csit-vpp-device-2001-ubuntu1804-1n-skx:
2136       - 57
2137
2138 - type: "output"
2139   output: "report"
2140   format:
2141     html:
2142     - full
2143 # TODO: Enable for release runs:
2144 #    pdf:
2145 #    - minimal
2146
2147 ################################################################################
2148 ###                               T A B L E S                                ###
2149 ################################################################################
2150
2151 # VPP Soak vs NDR
2152 - type: "table"
2153   title: "VPP Soak vs NDR 2n-skx"
2154   algorithm: "table_soak_vs_ndr"
2155   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2156   reference:
2157     title: "NDR"
2158     data: "vpp-soak-vs-ndr-2n-skx-ref"
2159   compare:
2160     title: "Soak"
2161     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2162   data: "vpp-soak-vs-ndr-2n-skx"
2163   include-tests: "NDR"
2164   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2165   parameters:
2166     - "throughput"
2167     - "name"
2168     - "parent"
2169
2170 ################################################################################
2171
2172 # VPP Compare NICs 3n-skx 2t1c ndr
2173 - type: "table"
2174   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2175   algorithm: "table_nics_comparison"
2176   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2177   reference:
2178     title: "x710"
2179     nic: "NIC_Intel-X710"
2180   compare:
2181     title: "xxv710"
2182     nic: "NIC_Intel-XXV710"
2183   data: "vpp-nic-comparison-3n-skx"
2184   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2185   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2186   parameters:
2187   - "name"
2188   - "parent"
2189   - "throughput"
2190   - "tags"
2191
2192 # VPP Compare NICs 3n-skx 4t2c ndr
2193 - type: "table"
2194   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2195   algorithm: "table_nics_comparison"
2196   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2197   reference:
2198     title: "x710"
2199     nic: "NIC_Intel-X710"
2200   compare:
2201     title: "xxv710"
2202     nic: "NIC_Intel-XXV710"
2203   data: "vpp-nic-comparison-3n-skx"
2204   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2205   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2206   parameters:
2207   - "name"
2208   - "parent"
2209   - "throughput"
2210   - "tags"
2211
2212 # VPP Compare NICs 3n-skx 2t1c pdr
2213 - type: "table"
2214   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2215   algorithm: "table_nics_comparison"
2216   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2217   reference:
2218     title: "x710"
2219     nic: "NIC_Intel-X710"
2220   compare:
2221     title: "xxv710"
2222     nic: "NIC_Intel-XXV710"
2223   data: "vpp-nic-comparison-3n-skx"
2224   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2225   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2226   parameters:
2227   - "name"
2228   - "parent"
2229   - "throughput"
2230   - "tags"
2231
2232  # VPP Compare NICs 3n-skx 4t2c pdr
2233 - type: "table"
2234   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2235   algorithm: "table_nics_comparison"
2236   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2237   reference:
2238     title: "x710"
2239     nic: "NIC_Intel-X710"
2240   compare:
2241     title: "xxv710"
2242     nic: "NIC_Intel-XXV710"
2243   data: "vpp-nic-comparison-3n-skx"
2244   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2245   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2246   parameters:
2247   - "name"
2248   - "parent"
2249   - "throughput"
2250   - "tags"
2251
2252 # VPP Compare NICs 3n-skx 2t1c mrr
2253 - type: "table"
2254   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2255   algorithm: "table_nics_comparison"
2256   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2257   reference:
2258     title: "x710"
2259     nic: "NIC_Intel-X710"
2260   compare:
2261     title: "xxv710"
2262     nic: "NIC_Intel-XXV710"
2263   data: "vpp-nic-comparison-3n-skx-mrr"
2264   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2265   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2266   parameters:
2267   - "name"
2268   - "parent"
2269   - "result"
2270   - "tags"
2271
2272 # VPP Compare NICs 3n-skx 4t2c mrr
2273 - type: "table"
2274   title: "VPP Compare NICs 3n-skx 4t2c mrr"
2275   algorithm: "table_nics_comparison"
2276   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2277   reference:
2278     title: "x710"
2279     nic: "NIC_Intel-X710"
2280   compare:
2281     title: "xxv710"
2282     nic: "NIC_Intel-XXV710"
2283   data: "vpp-nic-comparison-3n-skx-mrr"
2284   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2285   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2286   parameters:
2287   - "name"
2288   - "parent"
2289   - "result"
2290   - "tags"
2291
2292  # VPP Compare NICs 3n-skx 8t4c mrr
2293 - type: "table"
2294   title: "VPP Compare NICs 3n-skx 8t4c mrr"
2295   algorithm: "table_nics_comparison"
2296   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2297   reference:
2298     title: "x710"
2299     nic: "NIC_Intel-X710"
2300   compare:
2301     title: "xxv710"
2302     nic: "NIC_Intel-XXV710"
2303   data: "vpp-nic-comparison-3n-skx-mrr"
2304   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2305   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2306   parameters:
2307   - "name"
2308   - "parent"
2309   - "result"
2310   - "tags"
2311
2312 # VPP Compare NICs 2n-skx 2t1c ndr
2313 - type: "table"
2314   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2315   algorithm: "table_nics_comparison"
2316   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2317   reference:
2318     title: "x710"
2319     nic: "NIC_Intel-X710"
2320   compare:
2321     title: "xxv710"
2322     nic: "NIC_Intel-XXV710"
2323   data: "vpp-nic-comparison-2n-skx"
2324   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2325   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2326   parameters:
2327   - "name"
2328   - "parent"
2329   - "throughput"
2330   - "tags"
2331
2332 # VPP Compare NICs 2n-skx 4t2c ndr
2333 - type: "table"
2334   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2335   algorithm: "table_nics_comparison"
2336   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2337   reference:
2338     title: "x710"
2339     nic: "NIC_Intel-X710"
2340   compare:
2341     title: "xxv710"
2342     nic: "NIC_Intel-XXV710"
2343   data: "vpp-nic-comparison-2n-skx"
2344   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2345   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2346   parameters:
2347   - "name"
2348   - "parent"
2349   - "throughput"
2350   - "tags"
2351
2352  # VPP Compare NICs 2n-skx 2t1c pdr
2353 - type: "table"
2354   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2355   algorithm: "table_nics_comparison"
2356   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2357   reference:
2358     title: "x710"
2359     nic: "NIC_Intel-X710"
2360   compare:
2361     title: "xxv710"
2362     nic: "NIC_Intel-XXV710"
2363   data: "vpp-nic-comparison-2n-skx"
2364   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2365   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2366   parameters:
2367   - "name"
2368   - "parent"
2369   - "throughput"
2370   - "tags"
2371
2372 # VPP Compare NICs 2n-skx 4t2c pdr
2373 - type: "table"
2374   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2375   algorithm: "table_nics_comparison"
2376   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2377   reference:
2378     title: "x710"
2379     nic: "NIC_Intel-X710"
2380   compare:
2381     title: "xxv710"
2382     nic: "NIC_Intel-XXV710"
2383   data: "vpp-nic-comparison-2n-skx"
2384   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2385   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2386   parameters:
2387   - "name"
2388   - "parent"
2389   - "throughput"
2390   - "tags"
2391
2392 # VPP Compare NICs 2n-skx 2t1c mrr
2393 - type: "table"
2394   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2395   algorithm: "table_nics_comparison"
2396   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2397   reference:
2398     title: "x710"
2399     nic: "NIC_Intel-X710"
2400   compare:
2401     title: "xxv710"
2402     nic: "NIC_Intel-XXV710"
2403   data: "vpp-nic-comparison-2n-skx-mrr"
2404   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2405   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2406   parameters:
2407   - "name"
2408   - "parent"
2409   - "result"
2410   - "tags"
2411
2412 # VPP Compare NICs 2n-skx 4t2c mrr
2413 - type: "table"
2414   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2415   algorithm: "table_nics_comparison"
2416   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2417   reference:
2418     title: "x710"
2419     nic: "NIC_Intel-X710"
2420   compare:
2421     title: "xxv710"
2422     nic: "NIC_Intel-XXV710"
2423   data: "vpp-nic-comparison-2n-skx-mrr"
2424   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2425   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2426   parameters:
2427   - "name"
2428   - "parent"
2429   - "result"
2430   - "tags"
2431
2432 # VPP Compare NICs 2n-skx 8t4c mrr
2433 - type: "table"
2434   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2435   algorithm: "table_nics_comparison"
2436   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2437   reference:
2438     title: "x710"
2439     nic: "NIC_Intel-X710"
2440   compare:
2441     title: "xxv710"
2442     nic: "NIC_Intel-XXV710"
2443   data: "vpp-nic-comparison-2n-skx-mrr"
2444   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2445   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2446   parameters:
2447   - "name"
2448   - "parent"
2449   - "result"
2450   - "tags"
2451
2452 ################################################################################
2453 # VPP
2454
2455 # VPP Performance Changes 3n-hsw 1t1c pdr
2456 - type: "table"
2457   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2458   algorithm: "table_perf_comparison"
2459   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2460   history:
2461     - title: "rls1904"
2462       data: "vpp-performance-changes-3n-hsw-h1"
2463   reference:
2464     title: "rls1908"
2465     data: "vpp-performance-changes-3n-hsw-ref"
2466     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2467   compare:
2468     title: "rls2001"
2469     data: "vpp-performance-changes-3n-hsw-cmp"
2470   data: "vpp-performance-changes-3n-hsw"
2471   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2472   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2473   parameters:
2474   - "name"
2475   - "parent"
2476   - "throughput"
2477
2478 # VPP Performance Changes 3n-hsw 2t2c pdr
2479 - type: "table"
2480   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2481   algorithm: "table_perf_comparison"
2482   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2483   history:
2484     - title: "rls1904"
2485       data: "vpp-performance-changes-3n-hsw-h1"
2486   reference:
2487     title: "rls1908"
2488     data: "vpp-performance-changes-3n-hsw-ref"
2489     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2490   compare:
2491     title: "rls2001"
2492     data: "vpp-performance-changes-3n-hsw-cmp"
2493   data: "vpp-performance-changes-3n-hsw"
2494   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2495   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2496   parameters:
2497   - "name"
2498   - "parent"
2499   - "throughput"
2500
2501 # VPP Performance Changes 3n-hsw 1t1c ndr
2502 - type: "table"
2503   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2504   algorithm: "table_perf_comparison"
2505   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2506   history:
2507     - title: "rls1904"
2508       data: "vpp-performance-changes-3n-hsw-h1"
2509   reference:
2510     title: "rls1908"
2511     data: "vpp-performance-changes-3n-hsw-ref"
2512     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2513   compare:
2514     title: "rls2001"
2515     data: "vpp-performance-changes-3n-hsw-cmp"
2516   data: "vpp-performance-changes-3n-hsw"
2517   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2518   filter: "'1T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2519   parameters:
2520   - "name"
2521   - "parent"
2522   - "throughput"
2523
2524 # VPP Performance Changes 3n-hsw 2t2c ndr
2525 - type: "table"
2526   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2527   algorithm: "table_perf_comparison"
2528   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2529   history:
2530     - title: "rls1904"
2531       data: "vpp-performance-changes-3n-hsw-h1"
2532   reference:
2533     title: "rls1908"
2534     data: "vpp-performance-changes-3n-hsw-ref"
2535     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost"
2536   compare:
2537     title: "rls2001"
2538     data: "vpp-performance-changes-3n-hsw-cmp"
2539   data: "vpp-performance-changes-3n-hsw"
2540   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2541   filter: "'2T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2542   parameters:
2543   - "name"
2544   - "parent"
2545   - "throughput"
2546
2547 # VPP Performance Changes 3n-skx 2t1c pdr
2548 - type: "table"
2549   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2550   algorithm: "table_perf_comparison_nic"
2551   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2552   history:
2553     - title: "rls1904 x710"
2554       data: "vpp-performance-changes-3n-skx-h1"
2555       nic: "NIC_Intel-X710"
2556   reference:
2557     title: "rls1908 xxv710"
2558     data: "vpp-performance-changes-3n-skx-ref"
2559     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2560     nic: "NIC_Intel-XXV710"
2561   compare:
2562     title: "rls2001 xxv710"
2563     data: "vpp-performance-changes-3n-skx-cmp"
2564     nic: "NIC_Intel-XXV710"
2565   data: "vpp-performance-changes-3n-skx"
2566   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2567   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2568   parameters:
2569   - "name"
2570   - "parent"
2571   - "throughput"
2572   - "tags"
2573
2574 # VPP Performance Changes 3n-skx 4t2c pdr
2575 - type: "table"
2576   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2577   algorithm: "table_perf_comparison_nic"
2578   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2579   history:
2580     - title: "rls1904 x710"
2581       data: "vpp-performance-changes-3n-skx-h1"
2582       nic: "NIC_Intel-X710"
2583   reference:
2584     title: "rls1908 x710"
2585     data: "vpp-performance-changes-3n-skx-ref"
2586     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2587     nic: "NIC_Intel-X710"
2588   compare:
2589     title: "rls2001 xxv710"
2590     data: "vpp-performance-changes-3n-skx-cmp"
2591     nic: "NIC_Intel-XXV710"
2592   data: "vpp-performance-changes-3n-skx"
2593   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2594   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2595   parameters:
2596   - "name"
2597   - "parent"
2598   - "throughput"
2599   - "tags"
2600
2601 # VPP Performance Changes 3n-skx 2t1c ndr
2602 - type: "table"
2603   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2604   algorithm: "table_perf_comparison_nic"
2605   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2606   history:
2607     - title: "rls1904 x710"
2608       data: "vpp-performance-changes-3n-skx-h1"
2609       nic: "NIC_Intel-X710"
2610   reference:
2611     title: "rls1908 x710"
2612     data: "vpp-performance-changes-3n-skx-ref"
2613     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2614     nic: "NIC_Intel-X710"
2615   compare:
2616     title: "rls2001 xxv710"
2617     data: "vpp-performance-changes-3n-skx-cmp"
2618     nic: "NIC_Intel-XXV710"
2619   data: "vpp-performance-changes-3n-skx"
2620   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2621   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2622   parameters:
2623   - "name"
2624   - "parent"
2625   - "throughput"
2626   - "tags"
2627
2628 # VPP Performance Changes 3n-skx 4t2c ndr
2629 - type: "table"
2630   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2631   algorithm: "table_perf_comparison_nic"
2632   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2633   history:
2634     - title: "rls1904 x710"
2635       data: "vpp-performance-changes-3n-skx-h1"
2636       nic: "NIC_Intel-X710"
2637   reference:
2638     title: "rls1908 x710"
2639     data: "vpp-performance-changes-3n-skx-ref"
2640     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
2641     nic: "NIC_Intel-X710"
2642   compare:
2643     title: "rls2001 xxv710"
2644     data: "vpp-performance-changes-3n-skx-cmp"
2645     nic: "NIC_Intel-XXV710"
2646   data: "vpp-performance-changes-3n-skx"
2647   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2648   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2649   parameters:
2650   - "name"
2651   - "parent"
2652   - "throughput"
2653   - "tags"
2654
2655 # VPP Performance Changes 2n-skx 2t1c pdr
2656 - type: "table"
2657   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2658   algorithm: "table_perf_comparison_nic"
2659   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2660   history:
2661     - title: "rls1904 x710"
2662       data: "vpp-performance-changes-2n-skx-h1"
2663       nic: "NIC_Intel-X710"
2664   reference:
2665     title: "rls1908 xxv710"
2666     data: "vpp-performance-changes-2n-skx-ref"
2667     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2668     nic: "NIC_Intel-XXV710"
2669   compare:
2670     title: "rls2001 xxv710"
2671     data: "vpp-performance-changes-2n-skx-cmp"
2672     nic: "NIC_Intel-XXV710"
2673   data: "vpp-performance-changes-2n-skx"
2674   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2675   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2676   parameters:
2677   - "name"
2678   - "parent"
2679   - "throughput"
2680   - "tags"
2681
2682 # VPP Performance Changes 2n-skx 4t2c pdr
2683 - type: "table"
2684   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2685   algorithm: "table_perf_comparison_nic"
2686   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2687   history:
2688     - title: "rls1904 x710"
2689       data: "vpp-performance-changes-2n-skx-h1"
2690       nic: "NIC_Intel-X710"
2691   reference:
2692     title: "rls1908 xxv710"
2693     data: "vpp-performance-changes-2n-skx-ref"
2694     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2695     nic: "NIC_Intel-XXV710"
2696   compare:
2697     title: "rls2001 xxv710"
2698     data: "vpp-performance-changes-2n-skx-cmp"
2699     nic: "NIC_Intel-XXV710"
2700   data: "vpp-performance-changes-2n-skx"
2701   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2702   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2703   parameters:
2704   - "name"
2705   - "parent"
2706   - "throughput"
2707   - "tags"
2708
2709 # VPP Performance Changes 2n-skx 2t1c ndr
2710 - type: "table"
2711   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2712   algorithm: "table_perf_comparison_nic"
2713   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2714   history:
2715     - title: "rls1904 x710"
2716       data: "vpp-performance-changes-2n-skx-h1"
2717       nic: "NIC_Intel-X710"
2718   reference:
2719     title: "rls1908 xxv710"
2720     data: "vpp-performance-changes-2n-skx-ref"
2721     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2722     nic: "NIC_Intel-XXV710"
2723   compare:
2724     title: "rls2001 xxv710"
2725     data: "vpp-performance-changes-2n-skx-cmp"
2726     nic: "NIC_Intel-XXV710"
2727   data: "vpp-performance-changes-2n-skx"
2728   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2729   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2730   parameters:
2731   - "name"
2732   - "parent"
2733   - "throughput"
2734   - "tags"
2735
2736 # VPP Performance Changes 2n-skx 4t2c ndr
2737 - type: "table"
2738   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2739   algorithm: "table_perf_comparison_nic"
2740   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2741   history:
2742     - title: "rls1904 x710"
2743       data: "vpp-performance-changes-2n-skx-h1"
2744       nic: "NIC_Intel-X710"
2745   reference:
2746     title: "rls1908 xxv710"
2747     data: "vpp-performance-changes-2n-skx-ref"
2748     data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
2749     nic: "NIC_Intel-XXV710"
2750   compare:
2751     title: "rls2001 xxv710"
2752     data: "vpp-performance-changes-2n-skx-cmp"
2753     nic: "NIC_Intel-XXV710"
2754   data: "vpp-performance-changes-2n-skx"
2755   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2756   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2757   parameters:
2758   - "name"
2759   - "parent"
2760   - "throughput"
2761   - "tags"
2762
2763 # VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr
2764 - type: "table"
2765   title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c pdr"
2766   algorithm: "table_perf_comparison"
2767   output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-pdr"
2768   reference:
2769     title: "rls1908"
2770     data: "vpp-performance-changes-nfv-2n-skx-ref"
2771   compare:
2772     title: "rls2001"
2773     data: "vpp-performance-changes-nfv-2n-skx-cmp"
2774   data: "vpp-performance-changes-nfv-2n-skx"
2775   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2776   filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
2777   parameters:
2778   - "name"
2779   - "parent"
2780   - "throughput"
2781   - "tags"
2782
2783 # VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr
2784 - type: "table"
2785   title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c pdr"
2786   algorithm: "table_perf_comparison"
2787   output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-pdr"
2788   reference:
2789     title: "rls1908"
2790     data: "vpp-performance-changes-nfv-2n-skx-ref"
2791   compare:
2792     title: "rls2001"
2793     data: "vpp-performance-changes-nfv-2n-skx-cmp"
2794   data: "vpp-performance-changes-nfv-2n-skx"
2795   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2796   filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
2797   parameters:
2798   - "name"
2799   - "parent"
2800   - "throughput"
2801   - "tags"
2802
2803 # VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr
2804 - type: "table"
2805   title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c ndr"
2806   algorithm: "table_perf_comparison"
2807   output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-ndr"
2808   reference:
2809     title: "rls1908"
2810     data: "vpp-performance-changes-nfv-2n-skx-ref"
2811   compare:
2812     title: "rls2001"
2813     data: "vpp-performance-changes-nfv-2n-skx-cmp"
2814   data: "vpp-performance-changes-nfv-2n-skx"
2815   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2816   filter: "'2T1C' and 'NDRPDR' and 'NF_DENSITY'"
2817   parameters:
2818   - "name"
2819   - "parent"
2820   - "throughput"
2821   - "tags"
2822
2823 # VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr
2824 - type: "table"
2825   title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c ndr"
2826   algorithm: "table_perf_comparison"
2827   output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-ndr"
2828   reference:
2829     title: "rls1908"
2830     data: "vpp-performance-changes-nfv-2n-skx-ref"
2831   compare:
2832     title: "rls2001"
2833     data: "vpp-performance-changes-nfv-2n-skx-cmp"
2834   data: "vpp-performance-changes-nfv-2n-skx"
2835   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2836   filter: "'4T2C' and 'NDRPDR' and 'NF_DENSITY'"
2837   parameters:
2838   - "name"
2839   - "parent"
2840   - "throughput"
2841   - "tags"
2842
2843 # VPP Performance Changes 2n-dnv 1t1c pdr
2844 - type: "table"
2845   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2846   algorithm: "table_perf_comparison"
2847   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2848   reference:
2849     title: "rls1908"
2850     data: "vpp-performance-changes-2n-dnv-ref"
2851   compare:
2852     title: "rls2001"
2853     data: "vpp-performance-changes-2n-dnv-cmp"
2854   data: "vpp-performance-changes-2n-dnv"
2855   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2856   filter: "'1T1C'"
2857   parameters:
2858   - "name"
2859   - "parent"
2860   - "throughput"
2861   - "tags"
2862
2863 # VPP Performance Changes 2n-dnv 2t2c pdr
2864 - type: "table"
2865   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2866   algorithm: "table_perf_comparison"
2867   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2868   reference:
2869     title: "rls1908"
2870     data: "vpp-performance-changes-2n-dnv-ref"
2871   compare:
2872     title: "rls2001"
2873     data: "vpp-performance-changes-2n-dnv-cmp"
2874   data: "vpp-performance-changes-2n-dnv"
2875   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2876   filter: "'2T2C'"
2877   parameters:
2878   - "name"
2879   - "parent"
2880   - "throughput"
2881   - "tags"
2882
2883 # VPP Performance Changes 2n-dnv 1t1c ndr
2884 - type: "table"
2885   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2886   algorithm: "table_perf_comparison"
2887   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2888   reference:
2889     title: "rls1908"
2890     data: "vpp-performance-changes-2n-dnv-ref"
2891   compare:
2892     title: "rls2001"
2893     data: "vpp-performance-changes-2n-dnv-cmp"
2894   data: "vpp-performance-changes-2n-dnv"
2895   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2896   filter: "'1T1C'"
2897   parameters:
2898   - "name"
2899   - "parent"
2900   - "throughput"
2901   - "tags"
2902
2903 # VPP Performance Changes 2n-dnv 2t2c ndr
2904 - type: "table"
2905   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2906   algorithm: "table_perf_comparison"
2907   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2908   reference:
2909     title: "rls1908 "
2910     data: "vpp-performance-changes-2n-dnv-ref"
2911   compare:
2912     title: "rls2001"
2913     data: "vpp-performance-changes-2n-dnv-cmp"
2914   data: "vpp-performance-changes-2n-dnv"
2915   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2916   filter: "'2T2C'"
2917   parameters:
2918   - "name"
2919   - "parent"
2920   - "throughput"
2921   - "tags"
2922
2923 # VPP Performance Changes 3n-dnv 1t1c pdr
2924 - type: "table"
2925   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
2926   algorithm: "table_perf_comparison"
2927   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
2928   reference:
2929     title: "rls1908"
2930     data: "vpp-performance-changes-3n-dnv-ref"
2931   compare:
2932     title: "rls2001"
2933     data: "vpp-performance-changes-3n-dnv-cmp"
2934   data: "vpp-performance-changes-3n-dnv"
2935   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2936   filter: "'1T1C'"
2937   parameters:
2938   - "name"
2939   - "parent"
2940   - "throughput"
2941   - "tags"
2942
2943 # VPP Performance Changes 3n-dnv 2t2c pdr
2944 - type: "table"
2945   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
2946   algorithm: "table_perf_comparison"
2947   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
2948   reference:
2949     title: "rls1908"
2950     data: "vpp-performance-changes-3n-dnv-ref"
2951   compare:
2952     title: "rls2001"
2953     data: "vpp-performance-changes-3n-dnv-cmp"
2954   data: "vpp-performance-changes-3n-dnv"
2955   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2956   filter: "'2T2C'"
2957   parameters:
2958   - "name"
2959   - "parent"
2960   - "throughput"
2961   - "tags"
2962
2963 # VPP Performance Changes 3n-dnv 1t1c ndr
2964 - type: "table"
2965   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
2966   algorithm: "table_perf_comparison"
2967   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
2968   reference:
2969     title: "rls1908"
2970     data: "vpp-performance-changes-3n-dnv-ref"
2971   compare:
2972     title: "rls2001"
2973     data: "vpp-performance-changes-3n-dnv-cmp"
2974   data: "vpp-performance-changes-3n-dnv"
2975   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2976   filter: "'1T1C'"
2977   parameters:
2978   - "name"
2979   - "parent"
2980   - "throughput"
2981   - "tags"
2982
2983 # VPP Performance Changes 3n-dnv 2t2c ndr
2984 - type: "table"
2985   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
2986   algorithm: "table_perf_comparison"
2987   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
2988   reference:
2989     title: "rls1908"
2990     data: "vpp-performance-changes-3n-dnv-ref"
2991   compare:
2992     title: "rls2001"
2993     data: "vpp-performance-changes-3n-dnv-cmp"
2994   data: "vpp-performance-changes-3n-dnv"
2995   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2996   filter: "'2T2C'"
2997   parameters:
2998   - "name"
2999   - "parent"
3000   - "throughput"
3001   - "tags"
3002
3003 # VPP Performance Changes 3n-tsh 1t1c pdr
3004 - type: "table"
3005   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3006   algorithm: "table_perf_comparison"
3007   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3008   reference:
3009     title: "rls1908"
3010     data: "vpp-performance-changes-3n-tsh-ref"
3011   compare:
3012     title: "rls2001"
3013     data: "vpp-performance-changes-3n-tsh-cmp"
3014   data: "vpp-performance-changes-3n-tsh"
3015   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3016   filter: "'1T1C'"
3017   parameters:
3018   - "name"
3019   - "parent"
3020   - "throughput"
3021   - "tags"
3022
3023 # VPP Performance Changes 3n-tsh 2t2c pdr
3024 - type: "table"
3025   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3026   algorithm: "table_perf_comparison"
3027   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3028   reference:
3029     title: "rls1908"
3030     data: "vpp-performance-changes-3n-tsh-ref"
3031   compare:
3032     title: "rls2001"
3033     data: "vpp-performance-changes-3n-tsh-cmp"
3034   data: "vpp-performance-changes-3n-tsh"
3035   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3036   filter: "'2T2C'"
3037   parameters:
3038   - "name"
3039   - "parent"
3040   - "throughput"
3041   - "tags"
3042
3043 # VPP Performance Changes 3n-tsh 1t1c ndr
3044 - type: "table"
3045   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3046   algorithm: "table_perf_comparison"
3047   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3048   reference:
3049     title: "rls1908"
3050     data: "vpp-performance-changes-3n-tsh-ref"
3051   compare:
3052     title: "rls2001"
3053     data: "vpp-performance-changes-3n-tsh-cmp"
3054   data: "vpp-performance-changes-3n-tsh"
3055   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3056   filter: "'1T1C'"
3057   parameters:
3058   - "name"
3059   - "parent"
3060   - "throughput"
3061   - "tags"
3062
3063 # VPP Performance Changes 3n-tsh 2t2c ndr
3064 - type: "table"
3065   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3066   algorithm: "table_perf_comparison"
3067   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3068   reference:
3069     title: "rls1908"
3070     data: "vpp-performance-changes-3n-tsh-ref"
3071   compare:
3072     title: "rls2001"
3073     data: "vpp-performance-changes-3n-tsh-cmp"
3074   data: "vpp-performance-changes-3n-tsh"
3075   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3076   filter: "'2T2C'"
3077   parameters:
3078   - "name"
3079   - "parent"
3080   - "throughput"
3081   - "tags"
3082
3083 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3084 - type: "table"
3085   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3086   algorithm: "table_perf_comparison_nic"
3087   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3088   reference:
3089     title: "3n-hsw xl710"
3090     data: "vpp-compare-testbeds-ref"
3091     nic: "NIC_Intel-XL710"
3092   compare:
3093     title: "3n-skx xxv710"
3094     data: "vpp-compare-testbeds-cmp"
3095     nic: "NIC_Intel-XXV710"
3096   data: "vpp-compare-testbeds"
3097   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3098   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3099   parameters:
3100   - "name"
3101   - "parent"
3102   - "throughput"
3103   - "tags"
3104
3105 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3106 - type: "table"
3107   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3108   algorithm: "table_perf_comparison_nic"
3109   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3110   reference:
3111     title: "3n-hsw xl710"
3112     data: "vpp-compare-testbeds-ref"
3113     nic: "NIC_Intel-XL710"
3114   compare:
3115     title: "3n-skx xxv710"
3116     data: "vpp-compare-testbeds-cmp"
3117     nic: "NIC_Intel-XXV710"
3118   data: "vpp-compare-testbeds"
3119   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3120   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3121   parameters:
3122   - "name"
3123   - "parent"
3124   - "throughput"
3125   - "tags"
3126
3127 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3128 - type: "table"
3129   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3130   algorithm: "table_perf_comparison_nic"
3131   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3132   reference:
3133     title: "3n-hsw xl710"
3134     data: "vpp-compare-testbeds-ref"
3135     nic: "NIC_Intel-XL710"
3136   compare:
3137     title: "3n-skx xxv710"
3138     data: "vpp-compare-testbeds-cmp"
3139     nic: "NIC_Intel-XXV710"
3140   data: "vpp-compare-testbeds"
3141   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3142   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3143   parameters:
3144   - "name"
3145   - "parent"
3146   - "throughput"
3147   - "tags"
3148
3149 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3150 - type: "table"
3151   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3152   algorithm: "table_perf_comparison_nic"
3153   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3154   reference:
3155     title: "3n-hsw xl710"
3156     data: "vpp-compare-testbeds-ref"
3157     nic: "NIC_Intel-XL710"
3158   compare:
3159     title: "3n-skx xxv710"
3160     data: "vpp-compare-testbeds-cmp"
3161     nic: "NIC_Intel-XXV710"
3162   data: "vpp-compare-testbeds"
3163   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3164   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3165   parameters:
3166   - "name"
3167   - "parent"
3168   - "throughput"
3169   - "tags"
3170
3171 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3172 - type: "table"
3173   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3174   algorithm: "table_perf_comparison"
3175   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3176   reference:
3177     title: "2n-skx"
3178     data: "vpp-compare-testbeds-skx-clx-ref"
3179   compare:
3180     title: "2n-clx"
3181     data: "vpp-compare-testbeds-skx-clx-cmp"
3182   data: "vpp-compare-testbeds-skx-clx"
3183   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3184   filter: "'2T1C'"
3185   parameters:
3186   - "name"
3187   - "parent"
3188   - "throughput"
3189   - "tags"
3190
3191 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3192 - type: "table"
3193   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3194   algorithm: "table_perf_comparison"
3195   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3196   reference:
3197     title: "2n-skx"
3198     data: "vpp-compare-testbeds-skx-clx-ref"
3199   compare:
3200     title: "2n-clx"
3201     data: "vpp-compare-testbeds-skx-clx-cmp"
3202   data: "vpp-compare-testbeds-skx-clx"
3203   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3204   filter: "'4T2C'"
3205   parameters:
3206   - "name"
3207   - "parent"
3208   - "throughput"
3209   - "tags"
3210
3211 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3212 - type: "table"
3213   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3214   algorithm: "table_perf_comparison"
3215   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3216   reference:
3217     title: "2n-skx"
3218     data: "vpp-compare-testbeds-skx-clx-ref"
3219   compare:
3220     title: "2n-clx"
3221     data: "vpp-compare-testbeds-skx-clx-cmp"
3222   data: "vpp-compare-testbeds-skx-clx"
3223   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3224   filter: "'2T1C'"
3225   parameters:
3226   - "name"
3227   - "parent"
3228   - "throughput"
3229   - "tags"
3230
3231 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3232 - type: "table"
3233   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3234   algorithm: "table_perf_comparison"
3235   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3236   reference:
3237     title: "2n-skx"
3238     data: "vpp-compare-testbeds-skx-clx-ref"
3239   compare:
3240     title: "2n-clx"
3241     data: "vpp-compare-testbeds-skx-clx-cmp"
3242   data: "vpp-compare-testbeds-skx-clx"
3243   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3244   filter: "'4T2C'"
3245   parameters:
3246   - "name"
3247   - "parent"
3248   - "throughput"
3249   - "tags"
3250
3251 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
3252 - type: "table"
3253   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
3254   algorithm: "table_perf_comparison"
3255   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
3256   reference:
3257     title: "3-Node Skx"
3258     data: "vpp-compare-topologies-ref"
3259   compare:
3260     title: "2-Node Skx"
3261     data: "vpp-compare-topologies-cmp"
3262   data: "vpp-compare-topologies"
3263   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3264   filter: "'NDRPDR' and '1C'"
3265   parameters:
3266   - "name"
3267   - "parent"
3268   - "throughput"
3269
3270 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
3271 - type: "table"
3272   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
3273   algorithm: "table_perf_comparison"
3274   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
3275   reference:
3276     title: "3-Node Skx"
3277     data: "vpp-compare-topologies-ref"
3278   compare:
3279     title: "2-Node Skx"
3280     data: "vpp-compare-topologies-cmp"
3281   data: "vpp-compare-topologies"
3282   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3283   filter: "'NDRPDR' and '2C'"
3284   parameters:
3285   - "name"
3286   - "parent"
3287   - "throughput"
3288
3289 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
3290 - type: "table"
3291   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
3292   algorithm: "table_perf_comparison"
3293   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
3294   reference:
3295     title: "3-Node Skx"
3296     data: "vpp-compare-topologies-ref"
3297   compare:
3298     title: "2-Node Skx"
3299     data: "vpp-compare-topologies-cmp"
3300   data: "vpp-compare-topologies"
3301   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3302   filter: "'NDRPDR' and '1C'"
3303   parameters:
3304   - "name"
3305   - "parent"
3306   - "throughput"
3307
3308 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
3309 - type: "table"
3310   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
3311   algorithm: "table_perf_comparison"
3312   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
3313   reference:
3314     title: "3-Node Skx"
3315     data: "vpp-compare-topologies-ref"
3316   compare:
3317     title: "2-Node Skx"
3318     data: "vpp-compare-topologies-cmp"
3319   data: "vpp-compare-topologies"
3320   include-tests: "PDR"
3321   filter: "'NDRPDR' and '2C'"
3322   parameters:
3323   - "name"
3324   - "parent"
3325   - "throughput"
3326
3327 # VPP Performance Changes 3n-hsw 1t1c MRR
3328 - type: "table"
3329   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
3330   algorithm: "table_perf_comparison"
3331   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
3332   history:
3333     - title: "rls1904"
3334       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3335   reference:
3336     title: "rls1908"
3337     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3338   compare:
3339     title: "rls2001"
3340     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3341   data: "vpp-performance-changes-3n-hsw-mrr"
3342   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3343   filter: "'1T1C' and 'MRR' and not 'NF_DENSITY'"
3344   parameters:
3345   - "name"
3346   - "parent"
3347   - "result"
3348
3349 # VPP Performance Changes 3n-hsw 2t2c MRR
3350 - type: "table"
3351   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
3352   algorithm: "table_perf_comparison"
3353   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
3354   history:
3355     - title: "rls1904"
3356       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3357   reference:
3358     title: "rls1908"
3359     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3360   compare:
3361     title: "rls2001"
3362     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3363   data: "vpp-performance-changes-3n-hsw-mrr"
3364   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3365   filter: "'2T2C' and 'MRR' and not 'NF_DENSITY'"
3366   parameters:
3367   - "name"
3368   - "parent"
3369   - "result"
3370
3371 # VPP Performance Changes 3n-hsw 4t4c MRR
3372 - type: "table"
3373   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
3374   algorithm: "table_perf_comparison"
3375   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
3376   history:
3377     - title: "rls1904"
3378       data: "vpp-performance-changes-3n-hsw-mrr-h1"
3379   reference:
3380     title: "rls1908"
3381     data: "vpp-performance-changes-3n-hsw-mrr-ref"
3382   compare:
3383     title: "rls2001"
3384     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
3385   data: "vpp-performance-changes-3n-hsw-mrr"
3386   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3387   filter: "'4T4C' and 'MRR' and not 'NF_DENSITY'"
3388   parameters:
3389   - "name"
3390   - "parent"
3391   - "result"
3392
3393 # VPP Performance Changes 3n-skx 2t1c MRR
3394 - type: "table"
3395   title: "VPP Performance Changes 3n-skx 2t1c MRR"
3396   algorithm: "table_perf_comparison"
3397   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
3398   history:
3399     - title: "rls1904"
3400       data: "vpp-performance-changes-3n-skx-mrr-h1"
3401   reference:
3402     title: "rls1908"
3403     data: "vpp-performance-changes-3n-skx-mrr-ref"
3404   compare:
3405     title: "rls2001"
3406     data: "vpp-performance-changes-3n-skx-mrr-cmp"
3407   data: "vpp-performance-changes-3n-skx-mrr"
3408   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3409   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3410   parameters:
3411   - "name"
3412   - "parent"
3413   - "result"
3414
3415 # VPP Performance Changes 3n-skx 4t2c MRR
3416 - type: "table"
3417   title: "VPP Performance Changes 3n-skx 4t2c MRR"
3418   algorithm: "table_perf_comparison"
3419   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
3420   history:
3421     - title: "rls1904"
3422       data: "vpp-performance-changes-3n-skx-mrr-h1"
3423   reference:
3424     title: "rls1908"
3425     data: "vpp-performance-changes-3n-skx-mrr-ref"
3426   compare:
3427     title: "rls2001"
3428     data: "vpp-performance-changes-3n-skx-mrr-cmp"
3429   data: "vpp-performance-changes-3n-skx-mrr"
3430   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3431   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3432   parameters:
3433   - "name"
3434   - "parent"
3435   - "result"
3436
3437 # VPP Performance Changes 3n-skx 8t4c MRR
3438 - type: "table"
3439   title: "VPP Performance Changes 3n-skx 8t4c MRR"
3440   algorithm: "table_perf_comparison"
3441   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
3442   history:
3443     - title: "rls1904"
3444       data: "vpp-performance-changes-3n-skx-mrr-h1"
3445   reference:
3446     title: "rls1908"
3447     data: "vpp-performance-changes-3n-skx-mrr-ref"
3448   compare:
3449     title: "rls2001"
3450     data: "vpp-performance-changes-3n-skx-mrr-cmp"
3451   data: "vpp-performance-changes-3n-skx-mrr"
3452   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3453   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3454   parameters:
3455   - "name"
3456   - "parent"
3457   - "result"
3458
3459 # VPP Performance Changes 2n-skx 2t1c MRR
3460 - type: "table"
3461   title: "VPP Performance Changes 2n-skx 2t1c MRR"
3462   algorithm: "table_perf_comparison"
3463   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
3464   history:
3465     - title: "rls1904"
3466       data: "vpp-performance-changes-2n-skx-mrr-h1"
3467   reference:
3468     title: "rls1908"
3469     data: "vpp-performance-changes-2n-skx-mrr-ref"
3470   compare:
3471     title: "rls2001"
3472     data: "vpp-performance-changes-2n-skx-mrr-cmp"
3473   data: "vpp-performance-changes-2n-skx-mrr"
3474   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3475   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
3476   parameters:
3477   - "name"
3478   - "parent"
3479   - "result"
3480
3481 # VPP Performance Changes 2n-skx 4t2c MRR
3482 - type: "table"
3483   title: "VPP Performance Changes 2n-skx 4t2c MRR"
3484   algorithm: "table_perf_comparison"
3485   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
3486   history:
3487     - title: "rls1904"
3488       data: "vpp-performance-changes-2n-skx-mrr-h1"
3489   reference:
3490     title: "rls1908"
3491     data: "vpp-performance-changes-2n-skx-mrr-ref"
3492   compare:
3493     title: "rls2001"
3494     data: "vpp-performance-changes-2n-skx-mrr-cmp"
3495   data: "vpp-performance-changes-2n-skx-mrr"
3496   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3497   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3498   parameters:
3499   - "name"
3500   - "parent"
3501   - "result"
3502
3503 # VPP Performance Changes 2n-skx 8t4c MRR
3504 - type: "table"
3505   title: "VPP Performance Changes 2n-skx 8t4c MRR"
3506   algorithm: "table_perf_comparison"
3507   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
3508   history:
3509     - title: "rls1904"
3510       data: "vpp-performance-changes-2n-skx-mrr-h1"
3511   reference:
3512     title: "rls1908"
3513     data: "vpp-performance-changes-2n-skx-mrr-ref"
3514   compare:
3515     title: "rls2001"
3516     data: "vpp-performance-changes-2n-skx-mrr-cmp"
3517   data: "vpp-performance-changes-2n-skx-mrr"
3518   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3519   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3520   parameters:
3521   - "name"
3522   - "parent"
3523   - "result"
3524
3525 # VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr
3526 - type: "table"
3527   title: "VPP Performance Changes NFV Service Density 2n-skx 2t1c mrr"
3528   algorithm: "table_perf_comparison"
3529   output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-2t1c-mrr"
3530   reference:
3531     title: "rls1908"
3532     data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3533   compare:
3534     title: "rls2001"
3535     data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3536   data: "vpp-performance-changes-nfv-2n-skx-mrr"
3537   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3538   filter: "'2T1C' and 'MRR' and 'NF_DENSITY'"
3539   parameters:
3540   - "name"
3541   - "parent"
3542   - "result"
3543
3544 # VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr
3545 - type: "table"
3546   title: "VPP Performance Changes NFV Service Density 2n-skx 4t2c mrr"
3547   algorithm: "table_perf_comparison"
3548   output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-4t2c-mrr"
3549   reference:
3550     title: "rls1908"
3551     data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3552   compare:
3553     title: "rls2001"
3554     data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3555   data: "vpp-performance-changes-nfv-2n-skx-mrr"
3556   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3557   filter: "'4T2C' and 'MRR' and 'NF_DENSITY'"
3558   parameters:
3559   - "name"
3560   - "parent"
3561   - "result"
3562
3563 # VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr
3564 - type: "table"
3565   title: "VPP Performance Changes NFV Service Density 2n-skx 8t4c mrr"
3566   algorithm: "table_perf_comparison"
3567   output-file: "{DIR[STATIC,VPP]}/performance-changes-nfv-2n-skx-8t4c-mrr"
3568   reference:
3569     title: "rls1908"
3570     data: "vpp-performance-changes-nfv-2n-skx-mrr-ref"
3571   compare:
3572     title: "rls2001"
3573     data: "vpp-performance-changes-nfv-2n-skx-mrr-cmp"
3574   data: "vpp-performance-changes-nfv-2n-skx-mrr"
3575   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3576   filter: "'8T4C' and 'MRR' and 'NF_DENSITY'"
3577   parameters:
3578   - "name"
3579   - "parent"
3580   - "result"
3581
3582 # VPP Performance Changes 2n-dnv 1t1c MRR
3583 - type: "table"
3584   title: "VPP Performance Changes 2n-dnv 1t1c MRR"
3585   algorithm: "table_perf_comparison"
3586   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
3587   reference:
3588     title: "rls1908"
3589     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3590   compare:
3591     title: "rls2001"
3592     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3593   data: "vpp-performance-changes-2n-dnv-mrr"
3594   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3595   filter: "'1T1C' and 'MRR'"
3596   parameters:
3597   - "name"
3598   - "parent"
3599   - "result"
3600
3601 # VPP Performance Changes 2n-dnv 2t2c MRR
3602 - type: "table"
3603   title: "VPP Performance Changes 2n-dnv 2t2c MRR"
3604   algorithm: "table_perf_comparison"
3605   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
3606   reference:
3607     title: "rls1908"
3608     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3609   compare:
3610     title: "rls2001"
3611     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3612   data: "vpp-performance-changes-2n-dnv-mrr"
3613   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3614   filter: "'2T2C' and 'MRR'"
3615   parameters:
3616   - "name"
3617   - "parent"
3618   - "result"
3619
3620 # VPP Performance Changes 2n-dnv 4t4c MRR
3621 - type: "table"
3622   title: "VPP Performance Changes 2n-dnv 4t4c MRR"
3623   algorithm: "table_perf_comparison"
3624   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
3625   reference:
3626     title: "rls1908"
3627     data: "vpp-performance-changes-2n-dnv-mrr-ref"
3628   compare:
3629     title: "rls2001"
3630     data: "vpp-performance-changes-2n-dnv-mrr-cmp"
3631   data: "vpp-performance-changes-2n-dnv-mrr"
3632   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3633   filter: "'4T4C' and 'MRR'"
3634   parameters:
3635   - "name"
3636   - "parent"
3637   - "result"
3638
3639 # VPP Performance Changes 3n-dnv 1t1c MRR
3640 - type: "table"
3641   title: "VPP Performance Changes 3n-dnv 1t1c MRR"
3642   algorithm: "table_perf_comparison"
3643   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
3644   reference:
3645     title: "rls1908"
3646     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3647   compare:
3648     title: "rls2001"
3649     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3650   data: "vpp-performance-changes-3n-dnv-mrr"
3651   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3652   filter: "'1T1C' and 'MRR'"
3653   parameters:
3654   - "name"
3655   - "parent"
3656   - "result"
3657
3658 # VPP Performance Changes 3n-dnv 2t2c MRR
3659 - type: "table"
3660   title: "VPP Performance Changes 3n-dnv 2t2c MRR"
3661   algorithm: "table_perf_comparison"
3662   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
3663   reference:
3664     title: "rls1908"
3665     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3666   compare:
3667     title: "rls2001"
3668     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3669   data: "vpp-performance-changes-3n-dnv-mrr"
3670   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3671   filter: "'2T2C' and 'MRR'"
3672   parameters:
3673   - "name"
3674   - "parent"
3675   - "result"
3676
3677 # VPP Performance Changes 3n-dnv 4t4c MRR
3678 - type: "table"
3679   title: "VPP Performance Changes 3n-dnv 4t4c MRR"
3680   algorithm: "table_perf_comparison"
3681   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
3682   reference:
3683     title: "rls1908"
3684     data: "vpp-performance-changes-3n-dnv-mrr-ref"
3685   compare:
3686     title: "rls2001"
3687     data: "vpp-performance-changes-3n-dnv-mrr-cmp"
3688   data: "vpp-performance-changes-3n-dnv-mrr"
3689   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3690   filter: "'4T4C' and 'MRR'"
3691   parameters:
3692   - "name"
3693   - "parent"
3694   - "result"
3695
3696 # VPP Performance Changes 3n-tsh 1t1c MRR
3697 - type: "table"
3698   title: "VPP Performance Changes 3n-tsh 1t1c MRR"
3699   algorithm: "table_perf_comparison"
3700   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
3701   reference:
3702     title: "rls1908"
3703     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3704   compare:
3705     title: "rls2001"
3706     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3707   data: "vpp-performance-changes-3n-tsh-mrr"
3708   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3709   filter: "'1T1C' and 'MRR'"
3710   parameters:
3711   - "name"
3712   - "parent"
3713   - "result"
3714
3715 # VPP Performance Changes 3n-tsh 2t2c MRR
3716 - type: "table"
3717   title: "VPP Performance Changes 3n-tsh 2t2c MRR"
3718   algorithm: "table_perf_comparison"
3719   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
3720   reference:
3721     title: "rls1908"
3722     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3723   compare:
3724     title: "rls2001"
3725     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3726   data: "vpp-performance-changes-3n-tsh-mrr"
3727   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3728   filter: "'2T2C' and 'MRR'"
3729   parameters:
3730   - "name"
3731   - "parent"
3732   - "result"
3733
3734 # VPP Performance Changes 3n-tsh 4t4c MRR
3735 - type: "table"
3736   title: "VPP Performance Changes 3n-tsh 4t4c MRR"
3737   algorithm: "table_perf_comparison"
3738   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
3739   reference:
3740     title: "rls1908"
3741     data: "vpp-performance-changes-3n-tsh-mrr-ref"
3742   compare:
3743     title: "rls2001"
3744     data: "vpp-performance-changes-3n-tsh-mrr-cmp"
3745   data: "vpp-performance-changes-3n-tsh-mrr"
3746   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3747   filter: "'4T4C' and 'MRR'"
3748   parameters:
3749   - "name"
3750   - "parent"
3751   - "result"
3752
3753 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
3754 - type: "table"
3755   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
3756   algorithm: "table_perf_comparison_nic"
3757   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
3758   reference:
3759     title: "3n-hsw xl710"
3760     data: "vpp-compare-testbeds-mrr-ref"
3761     nic: "NIC_Intel-XL710"
3762   compare:
3763     title: "3n-skx xxv710"
3764     data: "vpp-compare-testbeds-mrr-cmp"
3765     nic: "NIC_Intel-XXV710"
3766   data: "vpp-compare-testbeds-mrr"
3767   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3768   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
3769   parameters:
3770   - "name"
3771   - "parent"
3772   - "result"
3773   - "tags"
3774
3775 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
3776 - type: "table"
3777   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
3778   algorithm: "table_perf_comparison_nic"
3779   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
3780   reference:
3781     title: "3n-hsw xl710"
3782     data: "vpp-compare-testbeds-mrr-ref"
3783     nic: "NIC_Intel-XL710"
3784   compare:
3785     title: "3n-skx xxv710"
3786     data: "vpp-compare-testbeds-mrr-cmp"
3787     nic: "NIC_Intel-XXV710"
3788   data: "vpp-compare-testbeds-mrr"
3789   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3790   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
3791   parameters:
3792   - "name"
3793   - "parent"
3794   - "result"
3795   - "tags"
3796
3797 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
3798 - type: "table"
3799   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
3800   algorithm: "table_perf_comparison_nic"
3801   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
3802   reference:
3803     title: "3n-hsw xl710"
3804     data: "vpp-compare-testbeds-mrr-ref"
3805     nic: "NIC_Intel-XL710"
3806   compare:
3807     title: "3n-skx xxv710"
3808     data: "vpp-compare-testbeds-mrr-cmp"
3809     nic: "NIC_Intel-XXV710"
3810   data: "vpp-compare-testbeds-mrr"
3811   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3812   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
3813   parameters:
3814   - "name"
3815   - "parent"
3816   - "result"
3817   - "tags"
3818
3819 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
3820 - type: "table"
3821   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
3822   algorithm: "table_perf_comparison"
3823   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
3824   reference:
3825     title: "2n-skx"
3826     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
3827   compare:
3828     title: "2n-clx"
3829     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
3830   data: "vpp-compare-testbeds-mrr-skx-clx"
3831   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3832   filter: "'2T1C'"
3833   parameters:
3834   - "name"
3835   - "parent"
3836   - "result"
3837   - "tags"
3838
3839 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
3840 - type: "table"
3841   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
3842   algorithm: "table_perf_comparison"
3843   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
3844   reference:
3845     title: "2n-skx"
3846     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
3847   compare:
3848     title: "2n-clx"
3849     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
3850   data: "vpp-compare-testbeds-mrr-skx-clx"
3851   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3852   filter: "'4T2C'"
3853   parameters:
3854   - "name"
3855   - "parent"
3856   - "result"
3857   - "tags"
3858
3859 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
3860 - type: "table"
3861   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
3862   algorithm: "table_perf_comparison"
3863   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
3864   reference:
3865     title: "2n-skx"
3866     data: "vpp-compare-testbeds-mrr-skx-clx-ref"
3867   compare:
3868     title: "2n-clx"
3869     data: "vpp-compare-testbeds-mrr-skx-clx-cmp"
3870   data: "vpp-compare-testbeds-mrr-skx-clx"
3871   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3872   filter: "'8T4C'"
3873   parameters:
3874   - "name"
3875   - "parent"
3876   - "result"
3877   - "tags"
3878
3879 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
3880 - type: "table"
3881   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
3882   algorithm: "table_perf_comparison"
3883   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
3884   reference:
3885     title: "3-Node Skx"
3886     data: "vpp-compare-topologies-mrr-ref"
3887   compare:
3888     title: "2-Node Skx"
3889     data: "vpp-compare-topologies-mrr-cmp"
3890   data: "vpp-compare-topologies-mrr"
3891   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3892   filter: "'MRR' and '1C'"
3893   parameters:
3894   - "name"
3895   - "parent"
3896   - "result"
3897
3898 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
3899 - type: "table"
3900   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3901   algorithm: "table_perf_comparison"
3902   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3903   reference:
3904     title: "3-Node Skx"
3905     data: "vpp-compare-topologies-mrr-ref"
3906   compare:
3907     title: "2-Node Skx"
3908     data: "vpp-compare-topologies-mrr-cmp"
3909   data: "vpp-compare-topologies-mrr"
3910   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3911   filter: "'MRR' and '2C'"
3912   parameters:
3913   - "name"
3914   - "parent"
3915   - "result"
3916
3917 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3918 - type: "table"
3919   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3920   algorithm: "table_perf_comparison"
3921   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3922   reference:
3923     title: "3-Node Skx"
3924     data: "vpp-compare-topologies-mrr-ref"
3925   compare:
3926     title: "2-Node Skx"
3927     data: "vpp-compare-topologies-mrr-cmp"
3928   data: "vpp-compare-topologies-mrr"
3929   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3930   filter: "'MRR' and '4C'"
3931   parameters:
3932   - "name"
3933   - "parent"
3934   - "result"
3935
3936 # Detailed Test Results - VPP Performance Results 3n-hsw
3937 - type: "table"
3938   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3939   algorithm: "table_merged_details"
3940   output-file-ext: ".csv"
3941   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3942   columns:
3943   - title: "Name"
3944     data: "data name"
3945   - title: "Status"
3946     data: "data msg"
3947   rows: "generated"
3948   data: "vpp-perf-results-3n-hsw"
3949   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3950   parameters:
3951   - "name"
3952   - "parent"
3953   - "msg"
3954
3955 # Detailed Test Results - VPP Performance Results 3n-skx
3956 - type: "table"
3957   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3958   algorithm: "table_merged_details"
3959   output-file-ext: ".csv"
3960   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3961   columns:
3962   - title: "Name"
3963     data: "data name"
3964   - title: "Status"
3965     data: "data msg"
3966   rows: "generated"
3967   data: "vpp-perf-results-3n-skx"
3968   filter: "not 'CFS_OPT'"
3969   parameters:
3970   - "name"
3971   - "parent"
3972   - "msg"
3973
3974 # Detailed Test Results - VPP Performance Results 2n-skx
3975 - type: "table"
3976   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3977   algorithm: "table_merged_details"
3978   output-file-ext: ".csv"
3979   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3980   columns:
3981   - title: "Name"
3982     data: "data name"
3983   - title: "Status"
3984     data: "data msg"
3985   rows: "generated"
3986   data: "vpp-perf-results-2n-skx"
3987   filter: "not 'CFS_OPT'"
3988   parameters:
3989   - "name"
3990   - "parent"
3991   - "msg"
3992
3993 # Detailed Test Results - VPP Performance Results 2n-clx
3994 - type: "table"
3995   title: "Detailed Test Results - VPP Performance Results 2n-clx"
3996   algorithm: "table_merged_details"
3997   output-file-ext: ".csv"
3998   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
3999   columns:
4000   - title: "Name"
4001     data: "data name"
4002   - title: "Status"
4003     data: "data msg"
4004   rows: "generated"
4005   data: "vpp-perf-results-2n-clx"
4006   filter: "not 'CFS_OPT'"
4007   parameters:
4008   - "name"
4009   - "parent"
4010   - "msg"
4011
4012 # Detailed Test Results - VPP Performance Results 3n-tsh
4013 - type: "table"
4014   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4015   algorithm: "table_merged_details"
4016   output-file-ext: ".csv"
4017   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
4018   columns:
4019   - title: "Name"
4020     data: "data name"
4021   - title: "Status"
4022     data: "data msg"
4023   rows: "generated"
4024   data: "vpp-perf-results-3n-tsh"
4025   filter: "not 'CFS_OPT'"
4026   parameters:
4027   - "name"
4028   - "parent"
4029   - "msg"
4030
4031 # Detailed Test Results - VPP Performance Results 3n-dnv
4032 - type: "table"
4033   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4034   algorithm: "table_details"
4035   output-file-ext: ".csv"
4036   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
4037   columns:
4038   - title: "Name"
4039     data: "data name"
4040   - title: "Status"
4041     data: "data msg"
4042   rows: "generated"
4043   data: "vpp-perf-results-3n-dnv"
4044   filter: "'NDRPDR'"
4045   parameters:
4046   - "name"
4047   - "parent"
4048   - "msg"
4049
4050 # Detailed Test Results - VPP Performance Results 2n-dnv
4051 - type: "table"
4052   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4053   algorithm: "table_details"
4054   output-file-ext: ".csv"
4055   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4056   columns:
4057   - title: "Name"
4058     data: "data name"
4059   - title: "Status"
4060     data: "data msg"
4061   rows: "generated"
4062   data: "vpp-perf-results-2n-dnv"
4063   filter: "'NDRPDR'"
4064   parameters:
4065   - "name"
4066   - "parent"
4067   - "msg"
4068
4069 # Test configuration - VPP Performance Test Configs 3n-hsw
4070 - type: "table"
4071   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4072   algorithm: "table_merged_details"
4073   output-file-ext: ".csv"
4074   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
4075   columns:
4076   - title: "Name"
4077     data: "data name"
4078   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4079     data: "data conf-history"
4080   rows: "generated"
4081   data: "vpp-perf-results-3n-hsw"
4082   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4083   parameters:
4084   - "parent"
4085   - "name"
4086   - "conf-history"
4087
4088 # Test configuration - VPP Performance Test Configs 3n-skx
4089 - type: "table"
4090   title: "Test configuration - VPP Performance Test Configs 3n-skx"
4091   algorithm: "table_merged_details"
4092   output-file-ext: ".csv"
4093   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
4094   columns:
4095   - title: "Name"
4096     data: "data name"
4097   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4098     data: "data conf-history"
4099   rows: "generated"
4100   data: "vpp-perf-results-3n-skx"
4101   filter: "not 'CFS_OPT'"
4102   parameters:
4103   - "parent"
4104   - "name"
4105   - "conf-history"
4106
4107 # Test configuration - VPP Performance Test Configs 2n-skx
4108 - type: "table"
4109   title: "Test configuration - VPP Performance Test Configs 2n-skx"
4110   algorithm: "table_merged_details"
4111   output-file-ext: ".csv"
4112   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
4113   columns:
4114   - title: "Name"
4115     data: "data name"
4116   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4117     data: "data conf-history"
4118   rows: "generated"
4119   data: "vpp-perf-results-2n-skx"
4120   filter: "not 'CFS_OPT'"
4121   parameters:
4122   - "parent"
4123   - "name"
4124   - "conf-history"
4125
4126 # Test configuration - VPP Performance Test Configs 2n-clx
4127 - type: "table"
4128   title: "Test configuration - VPP Performance Test Configs 2n-clx"
4129   algorithm: "table_merged_details"
4130   output-file-ext: ".csv"
4131   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_test_configuration_2n_clx"
4132   columns:
4133   - title: "Name"
4134     data: "data name"
4135   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4136     data: "data conf-history"
4137   rows: "generated"
4138   data: "vpp-perf-results-2n-clx"
4139   filter: "not 'CFS_OPT'"
4140   parameters:
4141   - "parent"
4142   - "name"
4143   - "conf-history"
4144
4145 # Test configuration - VPP Performance Test Configs 3n-tsh
4146 - type: "table"
4147   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
4148   algorithm: "table_merged_details"
4149   output-file-ext: ".csv"
4150   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
4151   columns:
4152   - title: "Name"
4153     data: "data name"
4154   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4155     data: "data conf-history"
4156   rows: "generated"
4157   data: "vpp-perf-results-3n-tsh"
4158   filter: "not 'CFS_OPT'"
4159   parameters:
4160   - "parent"
4161   - "name"
4162   - "conf-history"
4163
4164 # Test configuration - VPP Performance Test Configs 3n-dnv
4165 - type: "table"
4166   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
4167   algorithm: "table_details"
4168   output-file-ext: ".csv"
4169   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_test_configuration_3n_dnv"
4170   columns:
4171   - title: "Name"
4172     data: "data name"
4173   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4174     data: "data conf-history"
4175   rows: "generated"
4176   data: "vpp-perf-results-3n-dnv"
4177   filter: "'NDRPDR'"
4178   parameters:
4179   - "parent"
4180   - "name"
4181   - "conf-history"
4182
4183 # Test configuration - VPP Performance Test Configs 2n-dnv
4184 - type: "table"
4185   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
4186   algorithm: "table_details"
4187   output-file-ext: ".csv"
4188   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
4189   columns:
4190   - title: "Name"
4191     data: "data name"
4192   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4193     data: "data conf-history"
4194   rows: "generated"
4195   data: "vpp-perf-results-2n-dnv"
4196   filter: "'NDRPDR'"
4197   parameters:
4198   - "parent"
4199   - "name"
4200   - "conf-history"
4201
4202 # Test Operational Data - VPP Performance Operational Data 3n-hsw
4203 - type: "table"
4204   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
4205   algorithm: "table_oper_data_html"
4206   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4207   data: "vpp-perf-results-3n-hsw"
4208   filter: "'NDRPDR'"
4209
4210 # Test Operational Data - VPP Performance Operational Data 3n-skx
4211 - type: "table"
4212   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4213   algorithm: "table_oper_data_html"
4214   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4215   data: "vpp-perf-results-3n-skx"
4216   filter: "not 'CFS_OPT'"
4217
4218 # Test Operational Data - VPP Performance Operational Data 2n-skx
4219 - type: "table"
4220   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4221   algorithm: "table_oper_data_html"
4222   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4223   data: "vpp-perf-results-2n-skx"
4224   filter: "not 'CFS_OPT'"
4225
4226 # Test Operational Data - VPP Performance Operational Data 2n-clx
4227 - type: "table"
4228   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4229   algorithm: "table_oper_data_html"
4230   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4231   data: "vpp-perf-results-2n-clx"
4232   filter: "not 'CFS_OPT'"
4233
4234 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4235 - type: "table"
4236   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4237   algorithm: "table_oper_data_html"
4238   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4239   data: "vpp-perf-results-3n-tsh"
4240   filter: "not 'CFS_OPT'"
4241
4242 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4243 - type: "table"
4244   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4245   algorithm: "table_oper_data_html"
4246   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4247   data: "vpp-perf-results-3n-dnv"
4248   filter: "'NDRPDR'"
4249
4250 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4251 - type: "table"
4252   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4253   algorithm: "table_oper_data_html"
4254   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4255   data: "vpp-perf-results-2n-dnv"
4256   filter: "'NDRPDR'"
4257
4258 # Detailed Test Results - VPP MRR Results 3n-hsw
4259 - type: "table"
4260   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4261   algorithm: "table_details"
4262   output-file-ext: ".csv"
4263   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4264   columns:
4265   - title: "Name"
4266     data: "data name"
4267   - title: "Status"
4268     data: "data msg"
4269   rows: "generated"
4270   data: "vpp-mrr-results-3n-hsw"
4271   filter: "'MRR'"
4272   parameters:
4273   - "name"
4274   - "parent"
4275   - "msg"
4276
4277 # Detailed Test Results - VPP MRR Results 3n-skx
4278 - type: "table"
4279   title: "Detailed Test Results - VPP MRR Results 3n-skx"
4280   algorithm: "table_details"
4281   output-file-ext: ".csv"
4282   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4283   columns:
4284   - title: "Name"
4285     data: "data name"
4286   - title: "Status"
4287     data: "data msg"
4288   rows: "generated"
4289   data: "vpp-mrr-results-3n-skx"
4290   filter: "'MRR'"
4291   parameters:
4292   - "name"
4293   - "parent"
4294   - "msg"
4295
4296 # Detailed Test Results - VPP MRR Results 2n-skx
4297 - type: "table"
4298   title: "Detailed Test Results - VPP MRR Results 2n-skx"
4299   algorithm: "table_details"
4300   output-file-ext: ".csv"
4301   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4302   columns:
4303   - title: "Name"
4304     data: "data name"
4305   - title: "Status"
4306     data: "data msg"
4307   rows: "generated"
4308   data: "vpp-mrr-results-2n-skx"
4309   filter: "'MRR'"
4310   parameters:
4311   - "name"
4312   - "parent"
4313   - "msg"
4314
4315 # Detailed Test Results - VPP MRR Results 2n-clx
4316 - type: "table"
4317   title: "Detailed Test Results - VPP MRR Results 2n-clx"
4318   algorithm: "table_details"
4319   output-file-ext: ".csv"
4320   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4321   columns:
4322   - title: "Name"
4323     data: "data name"
4324   - title: "Status"
4325     data: "data msg"
4326   rows: "generated"
4327   data: "vpp-mrr-results-2n-clx"
4328   filter: "'MRR'"
4329   parameters:
4330   - "name"
4331   - "parent"
4332   - "msg"
4333
4334 # Detailed Test Results - VPP MRR Results 3n-tsh
4335 - type: "table"
4336   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4337   algorithm: "table_details"
4338   output-file-ext: ".csv"
4339   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4340   columns:
4341   - title: "Name"
4342     data: "data name"
4343   - title: "Status"
4344     data: "data msg"
4345   rows: "generated"
4346   data: "vpp-mrr-results-3n-tsh"
4347   filter: "'MRR'"
4348   parameters:
4349   - "name"
4350   - "parent"
4351   - "msg"
4352
4353 # Detailed Test Results - VPP MRR Results 3n-dnv
4354 - type: "table"
4355   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4356   algorithm: "table_details"
4357   output-file-ext: ".csv"
4358   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4359   columns:
4360   - title: "Name"
4361     data: "data name"
4362   - title: "Status"
4363     data: "data msg"
4364   rows: "generated"
4365   data: "vpp-mrr-results-3n-dnv"
4366   filter: "'MRR'"
4367   parameters:
4368   - "name"
4369   - "parent"
4370   - "msg"
4371
4372 # Detailed Test Results - VPP MRR Results 2n-dnv
4373 - type: "table"
4374   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4375   algorithm: "table_details"
4376   output-file-ext: ".csv"
4377   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4378   columns:
4379   - title: "Name"
4380     data: "data name"
4381   - title: "Status"
4382     data: "data msg"
4383   rows: "generated"
4384   data: "vpp-mrr-results-2n-dnv"
4385   filter: "'MRR'"
4386   parameters:
4387   - "name"
4388   - "parent"
4389   - "msg"
4390
4391 # Test configuration - VPP MRR Test Configs 3n-hsw
4392 - type: "table"
4393   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
4394   algorithm: "table_details"
4395   output-file-ext: ".csv"
4396   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
4397   columns:
4398   - title: "Name"
4399     data: "data name"
4400   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4401     data: "data conf-history"
4402   rows: "generated"
4403   data: "vpp-mrr-results-3n-hsw"
4404   filter: "'MRR'"
4405   parameters:
4406   - "parent"
4407   - "name"
4408   - "conf-history"
4409
4410 # Test configuration - VPP MRR Test Configs 3n-skx
4411 - type: "table"
4412   title: "Test configuration - VPP MRR Test Configs 3n-skx"
4413   algorithm: "table_details"
4414   output-file-ext: ".csv"
4415   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
4416   columns:
4417   - title: "Name"
4418     data: "data name"
4419   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4420     data: "data conf-history"
4421   rows: "generated"
4422   data: "vpp-mrr-results-3n-skx"
4423   filter: "'MRR'"
4424   parameters:
4425   - "parent"
4426   - "name"
4427   - "conf-history"
4428
4429 # Test configuration - VPP MRR Test Configs 2n-skx
4430 - type: "table"
4431   title: "Test configuration - VPP MRR Test Configs 2n-skx"
4432   algorithm: "table_details"
4433   output-file-ext: ".csv"
4434   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
4435   columns:
4436   - title: "Name"
4437     data: "data name"
4438   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4439     data: "data conf-history"
4440   rows: "generated"
4441   data: "vpp-mrr-results-2n-skx"
4442   filter: "'MRR'"
4443   parameters:
4444   - "parent"
4445   - "name"
4446   - "conf-history"
4447
4448 # Test configuration - VPP MRR Test Configs 2n-clx
4449 - type: "table"
4450   title: "Test configuration - VPP MRR Test Configs 2n-clx"
4451   algorithm: "table_details"
4452   output-file-ext: ".csv"
4453   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
4454   columns:
4455   - title: "Name"
4456     data: "data name"
4457   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4458     data: "data conf-history"
4459   rows: "generated"
4460   data: "vpp-mrr-results-2n-clx"
4461   filter: "'MRR'"
4462   parameters:
4463   - "parent"
4464   - "name"
4465   - "conf-history"
4466
4467 # Test configuration - VPP MRR Test Configs 3n-tsh
4468 - type: "table"
4469   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
4470   algorithm: "table_details"
4471   output-file-ext: ".csv"
4472   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
4473   columns:
4474   - title: "Name"
4475     data: "data name"
4476   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4477     data: "data conf-history"
4478   rows: "generated"
4479   data: "vpp-mrr-results-3n-tsh"
4480   filter: "'MRR'"
4481   parameters:
4482   - "parent"
4483   - "name"
4484   - "conf-history"
4485
4486 # Test configuration - VPP MRR Test Configs 3n-dnv
4487 - type: "table"
4488   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
4489   algorithm: "table_details"
4490   output-file-ext: ".csv"
4491   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
4492   columns:
4493   - title: "Name"
4494     data: "data name"
4495   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4496     data: "data conf-history"
4497   rows: "generated"
4498   data: "vpp-mrr-results-3n-dnv"
4499   filter: "'MRR'"
4500   parameters:
4501   - "parent"
4502   - "name"
4503   - "conf-history"
4504
4505 # Test configuration - VPP MRR Test Configs 2n-dnv
4506 - type: "table"
4507   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
4508   algorithm: "table_details"
4509   output-file-ext: ".csv"
4510   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
4511   columns:
4512   - title: "Name"
4513     data: "data name"
4514   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4515     data: "data conf-history"
4516   rows: "generated"
4517   data: "vpp-mrr-results-2n-dnv"
4518   filter: "'MRR'"
4519   parameters:
4520   - "parent"
4521   - "name"
4522   - "conf-history"
4523
4524 # Detailed Test Results - VPP Device Results - Ubuntu
4525 - type: "table"
4526   title: "Detailed Test Results - VPP Device Results - Ubuntu"
4527   algorithm: "table_details"
4528   output-file-ext: ".csv"
4529   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4530   columns:
4531   - title: "Name"
4532     data: "data name"
4533   - title: "Documentation"
4534     data: "data doc"
4535   - title: "Status"
4536     data: "data status"
4537   rows: "generated"
4538   data: "vpp-device-results-ubuntu"
4539   filter: "all"
4540   parameters:
4541   - "name"
4542   - "parent"
4543   - "doc"
4544   - "status"
4545
4546 # Test configuration - VPP Device Test Configs - Ubuntu
4547 - type: "table"
4548   title: "Test configuration - VPP Device Test Configs - Ubuntu"
4549   algorithm: "table_details"
4550   output-file-ext: ".csv"
4551   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4552   columns:
4553   - title: "Name"
4554     data: "data name"
4555   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4556     data: "data conf-history"
4557   rows: "generated"
4558   data: "vpp-device-results-ubuntu"
4559   filter: "all"
4560   parameters:
4561   - "parent"
4562   - "name"
4563   - "conf-history"
4564
4565 ################################################################################
4566
4567 # DPDK Performance Changes 3n-hsw 1t1c pdr
4568 - type: "table"
4569   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4570   algorithm: "table_perf_comparison"
4571   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4572   history:
4573     - title: "rls1904"
4574       data: "dpdk-performance-changes-3n-hsw-h1"
4575   reference:
4576     title: "rls1908"
4577     data: "dpdk-performance-changes-3n-hsw-ref"
4578   compare:
4579     title: "rls2001"
4580     data: "dpdk-performance-changes-3n-hsw-cmp"
4581   data: "dpdk-performance-changes-3n-hsw"
4582   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4583   filter: "'1T1C'"
4584   parameters:
4585   - "name"
4586   - "parent"
4587   - "throughput"
4588
4589 # DPDK Performance Changes 3n-hsw 2t2c pdr
4590 - type: "table"
4591   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4592   algorithm: "table_perf_comparison"
4593   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4594   history:
4595     - title: "rls1904"
4596       data: "dpdk-performance-changes-3n-hsw-h1"
4597   reference:
4598     title: "rls1908"
4599     data: "dpdk-performance-changes-3n-hsw-ref"
4600   compare:
4601     title: "rls2001"
4602     data: "dpdk-performance-changes-3n-hsw-cmp"
4603   data: "dpdk-performance-changes-3n-hsw"
4604   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4605   filter: "'2T2C'"
4606   parameters:
4607   - "name"
4608   - "parent"
4609   - "throughput"
4610
4611 # DPDK Performance Changes 3n-hsw 1t1c ndr
4612 - type: "table"
4613   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4614   algorithm: "table_perf_comparison"
4615   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4616   history:
4617     - title: "rls1904"
4618       data: "dpdk-performance-changes-3n-hsw-h1"
4619   reference:
4620     title: "rls1908"
4621     data: "dpdk-performance-changes-3n-hsw-ref"
4622   compare:
4623     title: "rls2001"
4624     data: "dpdk-performance-changes-3n-hsw-cmp"
4625   data: "dpdk-performance-changes-3n-hsw"
4626   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4627   filter: "'1T1C'"
4628   parameters:
4629   - "name"
4630   - "parent"
4631   - "throughput"
4632
4633 # DPDK Performance Changes 3n-hsw 2t2c ndr
4634 - type: "table"
4635   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4636   algorithm: "table_perf_comparison"
4637   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4638   history:
4639     - title: "rls1904"
4640       data: "dpdk-performance-changes-3n-hsw-h1"
4641   reference:
4642     title: "rls1908"
4643     data: "dpdk-performance-changes-3n-hsw-ref"
4644   compare:
4645     title: "rls2001"
4646     data: "dpdk-performance-changes-3n-hsw-cmp"
4647   data: "dpdk-performance-changes-3n-hsw"
4648   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4649   filter: "'2T2C'"
4650   parameters:
4651   - "name"
4652   - "parent"
4653   - "throughput"
4654
4655 # DPDK Performance Changes 3n-skx 2t1c pdr
4656 - type: "table"
4657   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4658   algorithm: "table_perf_comparison"
4659   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4660   history:
4661     - title: "rls1904"
4662       data: "dpdk-performance-changes-3n-skx-h1"
4663   reference:
4664     title: "rls1908"
4665     data: "dpdk-performance-changes-3n-skx-ref"
4666   compare:
4667     title: "rls2001"
4668     data: "dpdk-performance-changes-3n-skx-cmp"
4669   data: "dpdk-performance-changes-3n-skx"
4670   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4671   filter: "'2T1C'"
4672   parameters:
4673   - "name"
4674   - "parent"
4675   - "throughput"
4676
4677 # DPDK Performance Changes 3n-skx 4t2c pdr
4678 - type: "table"
4679   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4680   algorithm: "table_perf_comparison"
4681   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4682   history:
4683     - title: "rls1904"
4684       data: "dpdk-performance-changes-3n-skx-h1"
4685   reference:
4686     title: "rls1908"
4687     data: "dpdk-performance-changes-3n-skx-ref"
4688   compare:
4689     title: "rls2001"
4690     data: "dpdk-performance-changes-3n-skx-cmp"
4691   data: "dpdk-performance-changes-3n-skx"
4692   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4693   filter: "'4T2C'"
4694   parameters:
4695   - "name"
4696   - "parent"
4697   - "throughput"
4698
4699 # DPDK Performance Changes 3n-skx 2t1c ndr
4700 - type: "table"
4701   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4702   algorithm: "table_perf_comparison"
4703   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4704   history:
4705     - title: "rls1904"
4706       data: "dpdk-performance-changes-3n-skx-h1"
4707   reference:
4708     title: "rls1908"
4709     data: "dpdk-performance-changes-3n-skx-ref"
4710   compare:
4711     title: "rls2001"
4712     data: "dpdk-performance-changes-3n-skx-cmp"
4713   data: "dpdk-performance-changes-3n-skx"
4714   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4715   filter: "'2T1C'"
4716   parameters:
4717   - "name"
4718   - "parent"
4719   - "throughput"
4720
4721 # DPDK Performance Changes 3n-skx 4t2c ndr
4722 - type: "table"
4723   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4724   algorithm: "table_perf_comparison"
4725   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4726   history:
4727     - title: "rls1904"
4728       data: "dpdk-performance-changes-3n-skx-h1"
4729   reference:
4730     title: "rls1908"
4731     data: "dpdk-performance-changes-3n-skx-ref"
4732   compare:
4733     title: "rls2001"
4734     data: "dpdk-performance-changes-3n-skx-cmp"
4735   data: "dpdk-performance-changes-3n-skx"
4736   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4737   filter: "'4T2C'"
4738   parameters:
4739   - "name"
4740   - "parent"
4741   - "throughput"
4742
4743 # DPDK Performance Changes 2n-skx 2t1c pdr
4744 - type: "table"
4745   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
4746   algorithm: "table_perf_comparison"
4747   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
4748   history:
4749     - title: "rls1904"
4750       data: "dpdk-performance-changes-2n-skx-h1"
4751   reference:
4752     title: "rls1908"
4753     data: "dpdk-performance-changes-2n-skx-ref"
4754   compare:
4755     title: "rls2001"
4756     data: "dpdk-performance-changes-2n-skx-cmp"
4757   data: "dpdk-performance-changes-2n-skx"
4758   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4759   filter: "'2T1C'"
4760   parameters:
4761   - "name"
4762   - "parent"
4763   - "throughput"
4764
4765 # DPDK Performance Changes 2n-skx 4t2c pdr
4766 - type: "table"
4767   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
4768   algorithm: "table_perf_comparison"
4769   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
4770   history:
4771     - title: "rls1904"
4772       data: "dpdk-performance-changes-2n-skx-h1"
4773   reference:
4774     title: "rls1908"
4775     data: "dpdk-performance-changes-2n-skx-ref"
4776   compare:
4777     title: "rls2001"
4778     data: "dpdk-performance-changes-2n-skx-cmp"
4779   data: "dpdk-performance-changes-2n-skx"
4780   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4781   filter: "'4T2C'"
4782   parameters:
4783   - "name"
4784   - "parent"
4785   - "throughput"
4786
4787 # DPDK Performance Changes 2n-skx 2t1c ndr
4788 - type: "table"
4789   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
4790   algorithm: "table_perf_comparison"
4791   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
4792   history:
4793     - title: "rls1904"
4794       data: "dpdk-performance-changes-2n-skx-h1"
4795   reference:
4796     title: "rls1908"
4797     data: "dpdk-performance-changes-2n-skx-ref"
4798   compare:
4799     title: "rls2001"
4800     data: "dpdk-performance-changes-2n-skx-cmp"
4801   data: "dpdk-performance-changes-2n-skx"
4802   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4803   filter: "'2T1C'"
4804   parameters:
4805   - "name"
4806   - "parent"
4807   - "throughput"
4808
4809 # DPDK Performance Changes 2n-skx 4t2c ndr
4810 - type: "table"
4811   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
4812   algorithm: "table_perf_comparison"
4813   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
4814   history:
4815     - title: "rls1904"
4816       data: "dpdk-performance-changes-2n-skx-h1"
4817   reference:
4818     title: "rls1908"
4819     data: "dpdk-performance-changes-2n-skx-ref"
4820   compare:
4821     title: "rls2001"
4822     data: "dpdk-performance-changes-2n-skx-cmp"
4823   data: "dpdk-performance-changes-2n-skx"
4824   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4825   filter: "'4T2C'"
4826   parameters:
4827   - "name"
4828   - "parent"
4829   - "throughput"
4830
4831 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
4832 - type: "table"
4833   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
4834   algorithm: "table_perf_comparison"
4835   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
4836   reference:
4837     title: "3-Node Hsw"
4838     data: "dpdk-compare-testbeds-ref"
4839   compare:
4840     title: "3-Node Skx"
4841     data: "dpdk-compare-testbeds-cmp"
4842   data: "dpdk-compare-testbeds"
4843   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4844   filter: "'NIC_Intel-X710'"
4845   parameters:
4846   - "name"
4847   - "parent"
4848   - "throughput"
4849
4850 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
4851 - type: "table"
4852   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
4853   algorithm: "table_perf_comparison"
4854   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
4855   reference:
4856     title: "3-Node Hsw"
4857     data: "dpdk-compare-testbeds-ref"
4858   compare:
4859     title: "3-Node Skx"
4860     data: "dpdk-compare-testbeds-cmp"
4861   data: "dpdk-compare-testbeds"
4862   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4863   filter: "'NIC_Intel-X710'"
4864   parameters:
4865   - "name"
4866   - "parent"
4867   - "throughput"
4868
4869 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
4870 - type: "table"
4871   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
4872   algorithm: "table_perf_comparison"
4873   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
4874   reference:
4875     title: "2-Node Skx"
4876     data: "dpdk-compare-testbeds-skx-clx-ref"
4877   compare:
4878     title: "2-Node Clx"
4879     data: "dpdk-compare-testbeds-skx-clx-cmp"
4880   data: "dpdk-compare-testbeds-skx-clx"
4881   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4882   filter: "'NDRPDR'"
4883   parameters:
4884   - "name"
4885   - "parent"
4886   - "throughput"
4887
4888 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
4889 - type: "table"
4890   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
4891   algorithm: "table_perf_comparison"
4892   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
4893   reference:
4894     title: "2-Node Skx"
4895     data: "dpdk-compare-testbeds-skx-clx-ref"
4896   compare:
4897     title: "2-Node Clx"
4898     data: "dpdk-compare-testbeds-skx-clx-cmp"
4899   data: "dpdk-compare-testbeds-skx-clx"
4900   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4901   filter: "'NDRPDR'"
4902   parameters:
4903   - "name"
4904   - "parent"
4905   - "throughput"
4906
4907 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
4908 - type: "table"
4909   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
4910   algorithm: "table_perf_comparison"
4911   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
4912   reference:
4913     title: "3-Node Skx"
4914     data: "dpdk-compare-topologies-ref"
4915   compare:
4916     title: "2-Node Skx"
4917     data: "dpdk-compare-topologies-cmp"
4918   data: "dpdk-compare-topologies"
4919   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4920   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4921   parameters:
4922   - "name"
4923   - "parent"
4924   - "throughput"
4925
4926 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
4927 - type: "table"
4928   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
4929   algorithm: "table_perf_comparison"
4930   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
4931   reference:
4932     title: "3-Node Skx"
4933     data: "dpdk-compare-topologies-ref"
4934   compare:
4935     title: "2-Node Skx"
4936     data: "dpdk-compare-topologies-cmp"
4937   data: "dpdk-compare-topologies"
4938   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4939   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4940   parameters:
4941   - "name"
4942   - "parent"
4943   - "throughput"
4944
4945 # Detailed Test Results - DPDK Performance Results 3n-hsw
4946 - type: "table"
4947   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
4948   algorithm: "table_details"
4949   output-file-ext: ".csv"
4950   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4951   columns:
4952   - title: "Name"
4953     data: "data name"
4954   - title: "Status"
4955     data: "data msg"
4956   rows: "generated"
4957   data: "dpdk-perf-results-3n-hsw"
4958   filter: "all"
4959   parameters:
4960   - "name"
4961   - "parent"
4962   - "msg"
4963
4964 # Detailed Test Results - DPDK Performance Results 3n-skx
4965 - type: "table"
4966   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
4967   algorithm: "table_details"
4968   output-file-ext: ".csv"
4969   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4970   columns:
4971   - title: "Name"
4972     data: "data name"
4973   - title: "Status"
4974     data: "data msg"
4975   rows: "generated"
4976   data: "dpdk-perf-results-3n-skx"
4977   filter: "all"
4978   parameters:
4979   - "name"
4980   - "parent"
4981   - "msg"
4982
4983 # Detailed Test Results - DPDK Performance Results 2n-skx
4984 - type: "table"
4985   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
4986   algorithm: "table_details"
4987   output-file-ext: ".csv"
4988   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4989   columns:
4990   - title: "Name"
4991     data: "data name"
4992   - title: "Status"
4993     data: "data msg"
4994   rows: "generated"
4995   data: "dpdk-perf-results-2n-skx"
4996   filter: "all"
4997   parameters:
4998   - "name"
4999   - "parent"
5000   - "msg"
5001
5002 # Detailed Test Results - DPDK Performance Results 2n-clx
5003 - type: "table"
5004   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5005   algorithm: "table_details"
5006   output-file-ext: ".csv"
5007   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5008   columns:
5009   - title: "Name"
5010     data: "data name"
5011   - title: "Status"
5012     data: "data msg"
5013   rows: "generated"
5014   data: "dpdk-perf-results-2n-clx"
5015   filter: "all"
5016   parameters:
5017   - "name"
5018   - "parent"
5019   - "msg"
5020
5021 ################################################################################
5022 ###                                F I L E S                                 ###
5023 ################################################################################
5024
5025 # VPP Performance Results 3n-hsw
5026 - type: "file"
5027   title: "VPP Performance Results 3n-hsw"
5028   algorithm: "file_test_results"
5029   output-file-ext: ".rst"
5030   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
5031   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"
5032   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5033   data: "vpp-perf-results-3n-hsw"
5034   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5035   parameters:
5036   - "name"
5037   - "doc"
5038   - "level"
5039   - "parent"
5040   data-start-level: 3
5041
5042 # VPP Performance Results 3n-skx
5043 - type: "file"
5044   title: "VPP Performance Results 3n-skx"
5045   algorithm: "file_test_results"
5046   output-file-ext: ".rst"
5047   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
5048   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"
5049   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5050   data: "vpp-perf-results-3n-skx"
5051   filter: "not 'CFS_OPT'"
5052   parameters:
5053   - "name"
5054   - "doc"
5055   - "level"
5056   - "parent"
5057   data-start-level: 3
5058
5059 # VPP Performance Results 2n-skx
5060 - type: "file"
5061   title: "VPP Performance Results 2n-skx"
5062   algorithm: "file_test_results"
5063   output-file-ext: ".rst"
5064   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
5065   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"
5066   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5067   data: "vpp-perf-results-2n-skx"
5068   filter: "not 'CFS_OPT'"
5069   parameters:
5070   - "name"
5071   - "doc"
5072   - "level"
5073   - "parent"
5074   data-start-level: 3
5075
5076 # VPP Performance Results 2n-clx
5077 - type: "file"
5078   title: "VPP Performance Results 2n-clx"
5079   algorithm: "file_test_results"
5080   output-file-ext: ".rst"
5081   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
5082   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"
5083   dir-tables: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5084   data: "vpp-perf-results-2n-clx"
5085   filter: "not 'CFS_OPT'"
5086   parameters:
5087   - "name"
5088   - "doc"
5089   - "level"
5090   - "parent"
5091   data-start-level: 3
5092
5093 # VPP Performance Results 3n-tsh
5094 - type: "file"
5095   title: "VPP Performance Results 3n-tsh"
5096   algorithm: "file_test_results"
5097   output-file-ext: ".rst"
5098   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
5099   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"
5100   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5101   data: "vpp-perf-results-3n-tsh"
5102   filter: "not 'CFS_OPT'"
5103   parameters:
5104   - "name"
5105   - "doc"
5106   - "level"
5107   - "parent"
5108   data-start-level: 3
5109
5110 # VPP Performance Results 3n-dnv
5111 - type: "file"
5112   title: "VPP Performance Results 3n-dnv"
5113   algorithm: "file_test_results"
5114   output-file-ext: ".rst"
5115   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
5116   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"
5117   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5118   data: "vpp-perf-results-3n-dnv"
5119   filter: "'NDRPDR'"
5120   parameters:
5121   - "name"
5122   - "doc"
5123   - "level"
5124   - "parent"
5125   data-start-level: 3
5126
5127 # VPP Performance Results 2n-dnv
5128 - type: "file"
5129   title: "VPP Performance Results 2n-dnv"
5130   algorithm: "file_test_results"
5131   output-file-ext: ".rst"
5132   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5133   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"
5134   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5135   data: "vpp-perf-results-2n-dnv"
5136   filter: "'NDRPDR'"
5137   parameters:
5138   - "name"
5139   - "doc"
5140   - "level"
5141   - "parent"
5142   data-start-level: 3
5143
5144 # VPP Performance Configuration 3n-hsw
5145 - type: "file"
5146   title: "VPP Performance Configuration 3n-hsw"
5147   algorithm: "file_test_results"
5148   output-file-ext: ".rst"
5149   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
5150   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"
5151   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5152   data: "vpp-perf-results-3n-hsw"
5153   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5154   parameters:
5155   - "name"
5156   - "doc"
5157   - "level"
5158   - "parent"
5159   data-start-level: 3
5160
5161 # VPP Performance Configuration 3n-skx
5162 - type: "file"
5163   title: "VPP Performance Configuration 3n-skx"
5164   algorithm: "file_test_results"
5165   output-file-ext: ".rst"
5166   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
5167   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"
5168   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5169   data: "vpp-perf-results-3n-skx"
5170   filter: "not 'CFS_OPT'"
5171   parameters:
5172   - "name"
5173   - "doc"
5174   - "level"
5175   - "parent"
5176   data-start-level: 3
5177
5178 # VPP Performance Configuration 2n-skx
5179 - type: "file"
5180   title: "VPP Performance Configuration 2n-skx"
5181   algorithm: "file_test_results"
5182   output-file-ext: ".rst"
5183   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
5184   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"
5185   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5186   data: "vpp-perf-results-2n-skx"
5187   filter: "not 'CFS_OPT'"
5188   parameters:
5189   - "name"
5190   - "doc"
5191   - "level"
5192   - "parent"
5193   data-start-level: 3
5194
5195 # VPP Performance Configuration 2n-clx
5196 - type: "file"
5197   title: "VPP Performance Configuration 2n-clx"
5198   algorithm: "file_test_results"
5199   output-file-ext: ".rst"
5200   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_performance_configuration_2n_clx"
5201   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"
5202   dir-tables: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5203   data: "vpp-perf-results-2n-clx"
5204   filter: "not 'CFS_OPT'"
5205   parameters:
5206   - "name"
5207   - "doc"
5208   - "level"
5209   - "parent"
5210   data-start-level: 3
5211
5212 # VPP Performance Configuration 3n-tsh
5213 - type: "file"
5214   title: "VPP Performance Configuration 3n-tsh"
5215   algorithm: "file_test_results"
5216   output-file-ext: ".rst"
5217   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
5218   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"
5219   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5220   data: "vpp-perf-results-3n-tsh"
5221   filter: "not 'CFS_OPT'"
5222   parameters:
5223   - "name"
5224   - "doc"
5225   - "level"
5226   - "parent"
5227   data-start-level: 3
5228
5229 # VPP Performance Configuration 3n-dnv
5230 - type: "file"
5231   title: "VPP Performance Configuration 3n-dnv"
5232   algorithm: "file_test_results"
5233   output-file-ext: ".rst"
5234   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_performance_configuration_3n_dnv"
5235   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"
5236   dir-tables: "{DIR[DTC,PERF,VPP,3N,DNV]}"
5237   data: "vpp-perf-results-3n-dnv"
5238   filter: "'NDRPDR'"
5239   parameters:
5240   - "name"
5241   - "doc"
5242   - "level"
5243   - "parent"
5244   data-start-level: 3
5245
5246 # VPP Performance Configuration 2n-dnv
5247 - type: "file"
5248   title: "VPP Performance Configuration 2n-dnv"
5249   algorithm: "file_test_results"
5250   output-file-ext: ".rst"
5251   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
5252   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"
5253   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5254   data: "vpp-perf-results-2n-dnv"
5255   filter: "'NDRPDR'"
5256   parameters:
5257   - "name"
5258   - "doc"
5259   - "level"
5260   - "parent"
5261   data-start-level: 3
5262
5263 # VPP Performance Operational Data 3n-hsw
5264 - type: "file"
5265   title: "VPP Performance Operational Data 3n-hsw"
5266   algorithm: "file_test_results_html"
5267   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
5268   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"
5269   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
5270   data: "vpp-perf-results-3n-hsw"
5271   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5272   data-start-level: 3
5273
5274 # VPP Performance Operational Data 3n-skx
5275 - type: "file"
5276   title: "VPP Performance Operational Data 3n-skx"
5277   algorithm: "file_test_results_html"
5278   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
5279   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"
5280   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
5281   data: "vpp-perf-results-3n-skx"
5282   filter: "not 'CFS_OPT'"
5283   data-start-level: 3
5284
5285 # VPP Performance Operational Data 2n-skx
5286 - type: "file"
5287   title: "VPP Performance Operational Data 2n-skx"
5288   algorithm: "file_test_results_html"
5289   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
5290   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"
5291   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
5292   data: "vpp-perf-results-2n-skx"
5293   filter: "not 'CFS_OPT'"
5294   data-start-level: 3
5295
5296 # VPP Performance Operational Data 2n-clx
5297 - type: "file"
5298   title: "VPP Performance Operational Data 2n-clx"
5299   algorithm: "file_test_results_html"
5300   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_performance_operational_data_2n_clx"
5301   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"
5302   dir-tables: "{DIR[DTO,PERF,VPP,2N,CLX]}"
5303   data: "vpp-perf-results-2n-clx"
5304   filter: "not 'CFS_OPT'"
5305   data-start-level: 3
5306
5307 # VPP Performance Operational Data 3n-tsh
5308 - type: "file"
5309   title: "VPP Performance Operational Data 3n-tsh"
5310   algorithm: "file_test_results_html"
5311   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
5312   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"
5313   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
5314   data: "vpp-perf-results-3n-tsh"
5315   filter: "not 'CFS_OPT'"
5316   data-start-level: 3
5317
5318 # VPP Performance Operational Data 3n-dnv
5319 - type: "file"
5320   title: "VPP Performance Operational Data 3n-dnv"
5321   algorithm: "file_test_results_html"
5322   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_performance_operational_data_3n_dnv"
5323   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"
5324   dir-tables: "{DIR[DTO,PERF,VPP,3N,DNV]}"
5325   data: "vpp-perf-results-3n-dnv"
5326   filter: "'NDRPDR'"
5327   data-start-level: 3
5328
5329 # VPP Performance Operational Data 2n-dnv
5330 - type: "file"
5331   title: "VPP Performance Operational Data 2n-dnv"
5332   algorithm: "file_test_results_html"
5333   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
5334   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"
5335   dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
5336   data: "vpp-perf-results-2n-dnv"
5337   filter: "'NDRPDR'"
5338   data-start-level: 3
5339
5340 # VPP MRR Results 3n-hsw
5341 - type: "file"
5342   title: "VPP MRR Results 3n-hsw"
5343   algorithm: "file_test_results"
5344   output-file-ext: ".rst"
5345   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
5346   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"
5347   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
5348   data: "vpp-mrr-results-3n-hsw"
5349   filter: "'MRR'"
5350   parameters:
5351   - "name"
5352   - "doc"
5353   - "level"
5354   - "parent"
5355   data-start-level: 3
5356
5357 # VPP MRR Results 3n-skx
5358 - type: "file"
5359   title: "VPP MRR Results 3n-skx"
5360   algorithm: "file_test_results"
5361   output-file-ext: ".rst"
5362   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
5363   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"
5364   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
5365   data: "vpp-mrr-results-3n-skx"
5366   filter: "'MRR'"
5367   parameters:
5368   - "name"
5369   - "doc"
5370   - "level"
5371   - "parent"
5372   data-start-level: 3
5373
5374 # VPP MRR Results 2n-skx
5375 - type: "file"
5376   title: "VPP MRR Results 2n-skx"
5377   algorithm: "file_test_results"
5378   output-file-ext: ".rst"
5379   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
5380   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"
5381   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
5382   data: "vpp-mrr-results-2n-skx"
5383   filter: "all"
5384   parameters:
5385   - "name"
5386   - "doc"
5387   - "level"
5388   - "parent"
5389   data-start-level: 3
5390
5391 # VPP MRR Results 2n-clx
5392 - type: "file"
5393   title: "VPP MRR Results 2n-clx"
5394   algorithm: "file_test_results"
5395   output-file-ext: ".rst"
5396   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
5397   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
5398   dir-tables: "{DIR[DTR,MRR,VPP,2N,CLX]}"
5399   data: "vpp-mrr-results-2n-clx"
5400   filter: "all"
5401   parameters:
5402   - "name"
5403   - "doc"
5404   - "level"
5405   - "parent"
5406   data-start-level: 3
5407
5408 # VPP MRR Results 3n-tsh
5409 - type: "file"
5410   title: "VPP MRR Results 3n-tsh"
5411   algorithm: "file_test_results"
5412   output-file-ext: ".rst"
5413   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
5414   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"
5415   dir-tables: "{DIR[DTR,MRR,VPP,3N,TSH]}"
5416   data: "vpp-mrr-results-3n-tsh"
5417   filter: "'MRR'"
5418   parameters:
5419   - "name"
5420   - "doc"
5421   - "level"
5422   - "parent"
5423   data-start-level: 3
5424
5425 # VPP MRR Results 3n-dnv
5426 - type: "file"
5427   title: "VPP MRR Results 3n-dnv"
5428   algorithm: "file_test_results"
5429   output-file-ext: ".rst"
5430   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
5431   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"
5432   dir-tables: "{DIR[DTR,MRR,VPP,3N,DNV]}"
5433   data: "vpp-mrr-results-3n-dnv"
5434   filter: "'MRR'"
5435   parameters:
5436   - "name"
5437   - "doc"
5438   - "level"
5439   - "parent"
5440   data-start-level: 3
5441
5442 # VPP MRR Results 2n-dnv
5443 - type: "file"
5444   title: "VPP MRR Results 2n-dnv"
5445   algorithm: "file_test_results"
5446   output-file-ext: ".rst"
5447   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
5448   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"
5449   dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
5450   data: "vpp-mrr-results-2n-dnv"
5451   filter: "'MRR'"
5452   parameters:
5453   - "name"
5454   - "doc"
5455   - "level"
5456   - "parent"
5457   data-start-level: 3
5458
5459 # VPP MRR Configuration 3n-hsw
5460 - type: "file"
5461   title: "VPP MRR Configuration 3n-hsw"
5462   algorithm: "file_test_results"
5463   output-file-ext: ".rst"
5464   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
5465   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"
5466   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
5467   data: "vpp-mrr-results-3n-hsw"
5468   filter: "'MRR'"
5469   parameters:
5470   - "name"
5471   - "doc"
5472   - "level"
5473   - "parent"
5474   data-start-level: 3
5475
5476 # VPP MRR Configuration 3n-skx
5477 - type: "file"
5478   title: "VPP MRR Configuration 3n-skx"
5479   algorithm: "file_test_results"
5480   output-file-ext: ".rst"
5481   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
5482   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"
5483   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
5484   data: "vpp-mrr-results-3n-skx"
5485   filter: "'MRR'"
5486   parameters:
5487   - "name"
5488   - "doc"
5489   - "level"
5490   - "parent"
5491   data-start-level: 3
5492
5493 # VPP MRR Configuration 2n-skx
5494 - type: "file"
5495   title: "VPP MRR Configuration 2n-skx"
5496   algorithm: "file_test_results"
5497   output-file-ext: ".rst"
5498   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
5499   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"
5500   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
5501   data: "vpp-mrr-results-2n-skx"
5502   filter: "'MRR'"
5503   parameters:
5504   - "name"
5505   - "doc"
5506   - "level"
5507   - "parent"
5508   data-start-level: 3
5509
5510 # VPP MRR Configuration 2n-clx
5511 - type: "file"
5512   title: "VPP MRR Configuration 2n-clx"
5513   algorithm: "file_test_results"
5514   output-file-ext: ".rst"
5515   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_configuration_2n_clx"
5516   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"
5517   dir-tables: "{DIR[DTC,MRR,VPP,2N,CLX]}"
5518   data: "vpp-mrr-results-2n-clx"
5519   filter: "'MRR'"
5520   parameters:
5521   - "name"
5522   - "doc"
5523   - "level"
5524   - "parent"
5525   data-start-level: 3
5526
5527 # VPP MRR Configuration 3n-tsh
5528 - type: "file"
5529   title: "VPP MRR Configuration 3n-tsh"
5530   algorithm: "file_test_results"
5531   output-file-ext: ".rst"
5532   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
5533   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"
5534   dir-tables: "{DIR[DTC,MRR,VPP,3N,TSH]}"
5535   data: "vpp-mrr-results-3n-tsh"
5536   filter: "'MRR'"
5537   parameters:
5538   - "name"
5539   - "doc"
5540   - "level"
5541   - "parent"
5542   data-start-level: 3
5543
5544 # VPP MRR Configuration 3n-dnv
5545 - type: "file"
5546   title: "VPP MRR Configuration 3n-dnv"
5547   algorithm: "file_test_results"
5548   output-file-ext: ".rst"
5549   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_configuration_3n_dnv"
5550   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"
5551   dir-tables: "{DIR[DTC,MRR,VPP,3N,DNV]}"
5552   data: "vpp-mrr-results-3n-dnv"
5553   filter: "'MRR'"
5554   parameters:
5555   - "name"
5556   - "doc"
5557   - "level"
5558   - "parent"
5559   data-start-level: 3
5560
5561 # VPP MRR Configuration 2n-dnv
5562 - type: "file"
5563   title: "VPP MRR Configuration 2n-dnv"
5564   algorithm: "file_test_results"
5565   output-file-ext: ".rst"
5566   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5567   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"
5568   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5569   data: "vpp-mrr-results-2n-dnv"
5570   filter: "'MRR'"
5571   parameters:
5572   - "name"
5573   - "doc"
5574   - "level"
5575   - "parent"
5576   data-start-level: 3
5577
5578 # VPP Device Results - Ubuntu
5579 - type: "file"
5580   title: "VPP Device Results - Ubuntu"
5581   algorithm: "file_test_results"
5582   output-file-ext: ".rst"
5583   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5584   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"
5585   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5586   data: "vpp-device-results-ubuntu"
5587   filter: "all"
5588   parameters:
5589   - "name"
5590   - "doc"
5591   - "level"
5592   - "parent"
5593   data-start-level: 2
5594
5595 # VPP Device Configuration - Ubuntu
5596 - type: "file"
5597   title: "VPP Device Configuration - Ubuntu"
5598   algorithm: "file_test_results"
5599   output-file-ext: ".rst"
5600   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5601   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"
5602   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5603   data: "vpp-device-results-ubuntu"
5604   filter: "all"
5605   parameters:
5606   - "name"
5607   - "doc"
5608   - "level"
5609   - "parent"
5610   data-start-level: 2
5611
5612 # DPDK Performance Results 3n-hsw
5613 - type: "file"
5614   title: "DPDK Performance Results 3n-hsw"
5615   algorithm: "file_test_results"
5616   output-file-ext: ".rst"
5617   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5618   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"
5619   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5620   data: "dpdk-perf-results-3n-hsw"
5621   filter: "all"
5622   parameters:
5623   - "name"
5624   - "doc"
5625   - "level"
5626   - "parent"
5627   data-start-level: 3
5628
5629 # DPDK Performance Results 3n-skx
5630 - type: "file"
5631   title: "DPDK Performance Results 3n-skx"
5632   algorithm: "file_test_results"
5633   output-file-ext: ".rst"
5634   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5635   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"
5636   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5637   data: "dpdk-perf-results-3n-skx"
5638   filter: "all"
5639   parameters:
5640   - "name"
5641   - "doc"
5642   - "level"
5643   - "parent"
5644   data-start-level: 3
5645
5646 # DPDK Performance Results 2n-skx
5647 - type: "file"
5648   title: "DPDK Performance Results 2n-skx"
5649   algorithm: "file_test_results"
5650   output-file-ext: ".rst"
5651   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5652   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"
5653   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5654   data: "dpdk-perf-results-2n-skx"
5655   filter: "all"
5656   parameters:
5657   - "name"
5658   - "doc"
5659   - "level"
5660   - "parent"
5661   data-start-level: 3
5662
5663 # DPDK Performance Results 2n-clx
5664 - type: "file"
5665   title: "DPDK Performance Results 2n-clx"
5666   algorithm: "file_test_results"
5667   output-file-ext: ".rst"
5668   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5669   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"
5670   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5671   data: "dpdk-perf-results-2n-clx"
5672   filter: "all"
5673   parameters:
5674   - "name"
5675   - "doc"
5676   - "level"
5677   - "parent"
5678   data-start-level: 3
5679
5680 ################################################################################
5681 ###                                P L O T S                                 ###
5682 ################################################################################
5683
5684 # Plots VPP HTTP Server Performance
5685 - type: "plot"
5686   title: "VPP HTTP Server Performance"
5687   algorithm: "plot_http_server_perf_box"
5688   output-file-type: ".html"
5689   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5690   data:
5691     "plot-vpp-http-server-performance"
5692   # Keep this formatting, the filter is enclosed with " (quotation mark) and
5693   # each tag is enclosed with ' (apostrophe).
5694   filter: "'HTTP' and 'TCP_CPS'"
5695   parameters:
5696   - "result"
5697   - "name"
5698   traces:
5699     hoverinfo: "y+name"
5700     boxpoints: "outliers"
5701     whiskerwidth: 0
5702   layout:
5703     title: "VPP HTTP Server Performance"
5704     layout:
5705       "plot-cps"
5706
5707 - type: "plot"
5708   title: "VPP HTTP Server Performance"
5709   algorithm: "plot_http_server_perf_box"
5710   output-file-type: ".html"
5711   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5712   data:
5713     "plot-vpp-http-server-performance"
5714   filter: "'HTTP' and 'TCP_RPS'"
5715   parameters:
5716   - "result"
5717   - "name"
5718   traces:
5719     hoverinfo: "y+name"
5720     boxpoints: "outliers"
5721     whiskerwidth: 0
5722   layout:
5723     title: "VPP HTTP Server Performance"
5724     layout:
5725       "plot-rps"
5726
5727 ################################################################################
5728
5729 # Soak Test (PLRsearch), boxes
5730 - type: "plot"
5731   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5732   algorithm: "plot_perf_box_name"
5733   output-file-type: ".html"
5734   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
5735   data: "plot-vpp-soak-2n-skx"
5736   include:
5737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
5738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
5739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
5740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
5741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
5742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
5743   layout:
5744     title: "30 Minutes Soak Test (PLRsearch)"
5745     layout: "plot-soak-throughput"
5746
5747 # Soak Test (PLRsearch), boxes
5748 - type: "plot"
5749   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5750   algorithm: "plot_perf_box_name"
5751   output-file-type: ".html"
5752   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
5753   data: "plot-vpp-soak-2n-skx"
5754   include:
5755     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
5756     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
5757     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
5758     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
5759     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
5760     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
5761   layout:
5762     title: "30 Minutes Soak Test (PLRsearch)"
5763     layout: "plot-soak-throughput"
5764
5765 ###############################################################################
5766
5767 - type: "plot"
5768   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5769   algorithm: "plot_nf_reconf_box_name"
5770   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
5771   data: "plot-vpp-nfv-reconf-2n-skx"
5772   include:
5773     - "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"
5774     - "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"
5775     - "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"
5776     - "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"
5777     - "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"
5778     - "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"
5779   layout:
5780     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5781     layout: "plot-throughput"
5782
5783 - type: "plot"
5784   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5785   algorithm: "plot_nf_reconf_box_name"
5786   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
5787   data: "plot-vpp-nfv-reconf-2n-skx"
5788   include:
5789     - "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"
5790     - "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"
5791     - "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"
5792     - "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"
5793     - "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"
5794     - "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"
5795   layout:
5796     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5797     layout: "plot-throughput"
5798
5799 - type: "plot"
5800   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5801   algorithm: "plot_nf_reconf_box_name"
5802   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
5803   data: "plot-vpp-nfv-reconf-2n-skx"
5804   include:
5805     - "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"
5806     - "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"
5807     - "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"
5808     - "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"
5809     - "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"
5810     - "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"
5811   layout:
5812     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5813     layout: "plot-throughput"
5814
5815 ###############################################################################
5816 # Plots - NF Density - VSC - MRR 64b
5817 - type: "plot"
5818   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5819   algorithm: "plot_nf_heatmap"
5820   output-file-type: ".html"
5821   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
5822   data: "plot-vpp-nfv-2n-skx-mrr"
5823   filter: "'NIC_Intel-XXV710' and
5824            'NF_DENSITY' and
5825            'VHOST' and
5826            not 'VXLAN' and
5827            'CHAIN' and
5828            'NF_VPPIP4' and
5829            '64B' and
5830            '2T1C' and
5831            'MRR'"
5832   parameters:
5833   - "result"
5834   - "name"
5835   - "tags"
5836   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5837   x-axis: "X = VNFs per Service Chain"
5838   y-axis: "Y = Number of Service Chains"
5839   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5840   layout:
5841     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5842     layout: "plot-service-density"
5843
5844 - type: "plot"
5845   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5846   algorithm: "plot_nf_heatmap"
5847   output-file-type: ".html"
5848   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
5849   data: "plot-vpp-nfv-2n-skx-mrr"
5850   filter: "'NIC_Intel-XXV710' and
5851            'NF_DENSITY' and
5852            'VHOST' and
5853            not 'VXLAN' and
5854            'CHAIN' and
5855            'NF_VPPIP4' and
5856            '64B' and
5857            '4T2C' and
5858            'MRR'"
5859   parameters:
5860   - "result"
5861   - "name"
5862   - "tags"
5863   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5864   x-axis: "X = VNFs per Service Chain"
5865   y-axis: "Y = Number of Service Chains"
5866   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5867   layout:
5868     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5869     layout: "plot-service-density"
5870
5871 - type: "plot"
5872   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5873   algorithm: "plot_nf_heatmap"
5874   output-file-type: ".html"
5875   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
5876   data: "plot-vpp-nfv-2n-skx-mrr"
5877   filter: "'NIC_Intel-XXV710' and
5878            'NF_DENSITY' and
5879            'VHOST' and
5880            not 'VXLAN' and
5881            'CHAIN' and
5882            'NF_VPPIP4' and
5883            '64B' and
5884            '8T4C' and
5885            'MRR'"
5886   parameters:
5887   - "result"
5888   - "name"
5889   - "tags"
5890   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5891   x-axis: "X = VNFs per Service Chain"
5892   y-axis: "Y = Number of Service Chains"
5893   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5894   layout:
5895     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5896     layout: "plot-service-density"
5897
5898 # Plots - NF Density - VSC - MRR IMIX
5899 - type: "plot"
5900   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5901   algorithm: "plot_nf_heatmap"
5902   output-file-type: ".html"
5903   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
5904   data: "plot-vpp-nfv-2n-skx-mrr"
5905   filter: "'NIC_Intel-XXV710' and
5906            'NF_DENSITY' and
5907            'VHOST' and
5908            not 'VXLAN' and
5909            'CHAIN' and
5910            'NF_VPPIP4' and
5911            'IMIX' and
5912            '2T1C' and
5913            'MRR'"
5914   parameters:
5915   - "result"
5916   - "name"
5917   - "tags"
5918   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5919   x-axis: "X = VNFs per Service Chain"
5920   y-axis: "Y = Number of Service Chains"
5921   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5922   layout:
5923     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5924     layout: "plot-service-density"
5925
5926 - type: "plot"
5927   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5928   algorithm: "plot_nf_heatmap"
5929   output-file-type: ".html"
5930   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
5931   data: "plot-vpp-nfv-2n-skx-mrr"
5932   filter: "'NIC_Intel-XXV710' and
5933            'NF_DENSITY' and
5934            'VHOST' and
5935            not 'VXLAN' and
5936            'CHAIN' and
5937            'NF_VPPIP4' and
5938            'IMIX' and
5939            '4T2C' and
5940            'MRR'"
5941   parameters:
5942   - "result"
5943   - "name"
5944   - "tags"
5945   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5946   x-axis: "X = VNFs per Service Chain"
5947   y-axis: "Y = Number of Service Chains"
5948   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5949   layout:
5950     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5951     layout: "plot-service-density"
5952
5953 - type: "plot"
5954   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5955   algorithm: "plot_nf_heatmap"
5956   output-file-type: ".html"
5957   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
5958   data: "plot-vpp-nfv-2n-skx-mrr"
5959   filter: "'NIC_Intel-XXV710' and
5960            'NF_DENSITY' and
5961            'VHOST' and
5962            not 'VXLAN' and
5963            'CHAIN' and
5964            'NF_VPPIP4' and
5965            'IMIX' and
5966            '8T4C' and
5967            'MRR'"
5968   parameters:
5969   - "result"
5970   - "name"
5971   - "tags"
5972   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5973   x-axis: "X = VNFs per Service Chain"
5974   y-axis: "Y = Number of Service Chains"
5975   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5976   layout:
5977     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5978     layout: "plot-service-density"
5979
5980 # Plots - NF Density - VSC - NDR 64b
5981 - type: "plot"
5982   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5983   algorithm: "plot_nf_heatmap"
5984   output-file-type: ".html"
5985   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
5986   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5987   filter: "'NIC_Intel-XXV710' and
5988            'NF_DENSITY' and
5989            'VHOST' and
5990            not 'VXLAN' and
5991            'CHAIN' and
5992            'NF_VPPIP4' and
5993            '64B' and
5994            '2T1C' and
5995            'NDRPDR'"
5996   parameters:
5997   - "throughput"
5998   - "name"
5999   - "tags"
6000   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6001   x-axis: "X = VNFs per Service Chain"
6002   y-axis: "Y = Number of Service Chains"
6003   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6004   layout:
6005     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6006     layout: "plot-service-density"
6007
6008 - type: "plot"
6009   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6010   algorithm: "plot_nf_heatmap"
6011   output-file-type: ".html"
6012   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6013   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6014   filter: "'NIC_Intel-XXV710' and
6015            'NF_DENSITY' and
6016            'VHOST' and
6017            not 'VXLAN' and
6018            'CHAIN' and
6019            'NF_VPPIP4' and
6020            '64B' and
6021            '4T2C' and
6022            'NDRPDR'"
6023   parameters:
6024   - "throughput"
6025   - "name"
6026   - "tags"
6027   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6028   x-axis: "X = VNFs per Service Chain"
6029   y-axis: "Y = Number of Service Chains"
6030   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6031   layout:
6032     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6033     layout: "plot-service-density"
6034
6035 - type: "plot"
6036   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6037   algorithm: "plot_nf_heatmap"
6038   output-file-type: ".html"
6039   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6040   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6041   filter: "'NIC_Intel-XXV710' and
6042            'NF_DENSITY' and
6043            'VHOST' and
6044            not 'VXLAN' and
6045            'CHAIN' and
6046            'NF_VPPIP4' and
6047            '64B' and
6048            '8T4C' and
6049            'NDRPDR'"
6050   parameters:
6051   - "throughput"
6052   - "name"
6053   - "tags"
6054   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6055   x-axis: "X = VNFs per Service Chain"
6056   y-axis: "Y = Number of Service Chains"
6057   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6058   layout:
6059     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6060     layout: "plot-service-density"
6061
6062 # Plots - NF Density - VSC - NDR IMIX
6063 - type: "plot"
6064   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6065   algorithm: "plot_nf_heatmap"
6066   output-file-type: ".html"
6067   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6068   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6069   filter: "'NIC_Intel-XXV710' and
6070            'NF_DENSITY' and
6071            'VHOST' and
6072            not 'VXLAN' and
6073            'CHAIN' and
6074            'NF_VPPIP4' and
6075            'IMIX' and
6076            '2T1C' and
6077            'NDRPDR'"
6078   parameters:
6079   - "throughput"
6080   - "name"
6081   - "tags"
6082   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6083   x-axis: "X = VNFs per Service Chain"
6084   y-axis: "Y = Number of Service Chains"
6085   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6086   layout:
6087     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6088     layout: "plot-service-density"
6089
6090 - type: "plot"
6091   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6092   algorithm: "plot_nf_heatmap"
6093   output-file-type: ".html"
6094   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6095   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6096   filter: "'NIC_Intel-XXV710' and
6097            'NF_DENSITY' and
6098            'VHOST' and
6099            not 'VXLAN' and
6100            'CHAIN' and
6101            'NF_VPPIP4' and
6102            'IMIX' and
6103            '4T2C' and
6104            'NDRPDR'"
6105   parameters:
6106   - "throughput"
6107   - "name"
6108   - "tags"
6109   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6110   x-axis: "X = VNFs per Service Chain"
6111   y-axis: "Y = Number of Service Chains"
6112   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6113   layout:
6114     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6115     layout: "plot-service-density"
6116
6117 - type: "plot"
6118   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6119   algorithm: "plot_nf_heatmap"
6120   output-file-type: ".html"
6121   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6122   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6123   filter: "'NIC_Intel-XXV710' and
6124            'NF_DENSITY' and
6125            'VHOST' and
6126            not 'VXLAN' and
6127            'CHAIN' and
6128            'NF_VPPIP4' and
6129            'IMIX' and
6130            '8T4C' and
6131            'NDRPDR'"
6132   parameters:
6133   - "throughput"
6134   - "name"
6135   - "tags"
6136   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6137   x-axis: "X = VNFs per Service Chain"
6138   y-axis: "Y = Number of Service Chains"
6139   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6140   layout:
6141     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6142     layout: "plot-service-density"
6143
6144 # Plots - NF Density - VSC - PDR 64b
6145 - type: "plot"
6146   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6147   algorithm: "plot_nf_heatmap"
6148   output-file-type: ".html"
6149   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6150   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6151   filter: "'NIC_Intel-XXV710' and
6152            'NF_DENSITY' and
6153            'VHOST' and
6154            not 'VXLAN' and
6155            'CHAIN' and
6156            'NF_VPPIP4' and
6157            '64B' and
6158            '2T1C' and
6159            'NDRPDR'"
6160   parameters:
6161   - "throughput"
6162   - "name"
6163   - "tags"
6164   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6165   x-axis: "X = VNFs per Service Chain"
6166   y-axis: "Y = Number of Service Chains"
6167   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6168   layout:
6169     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6170     layout: "plot-service-density"
6171
6172 - type: "plot"
6173   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6174   algorithm: "plot_nf_heatmap"
6175   output-file-type: ".html"
6176   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6177   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6178   filter: "'NIC_Intel-XXV710' and
6179            'NF_DENSITY' and
6180            'VHOST' and
6181            not 'VXLAN' and
6182            'CHAIN' and
6183            'NF_VPPIP4' and
6184            '64B' and
6185            '4T2C' and
6186            'NDRPDR'"
6187   parameters:
6188   - "throughput"
6189   - "name"
6190   - "tags"
6191   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6192   x-axis: "X = VNFs per Service Chain"
6193   y-axis: "Y = Number of Service Chains"
6194   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6195   layout:
6196     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6197     layout: "plot-service-density"
6198
6199 - type: "plot"
6200   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6201   algorithm: "plot_nf_heatmap"
6202   output-file-type: ".html"
6203   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6204   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6205   filter: "'NIC_Intel-XXV710' and
6206            'NF_DENSITY' and
6207            'VHOST' and
6208            not 'VXLAN' and
6209            'CHAIN' and
6210            'NF_VPPIP4' and
6211            '64B' and
6212            '8T4C' and
6213            'NDRPDR'"
6214   parameters:
6215   - "throughput"
6216   - "name"
6217   - "tags"
6218   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6219   x-axis: "X = VNFs per Service Chain"
6220   y-axis: "Y = Number of Service Chains"
6221   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6222   layout:
6223     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6224     layout: "plot-service-density"
6225
6226 # Plots - NF Density - VSC - PDR IMIX
6227 - type: "plot"
6228   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6229   algorithm: "plot_nf_heatmap"
6230   output-file-type: ".html"
6231   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6232   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6233   filter: "'NIC_Intel-XXV710' and
6234            'NF_DENSITY' and
6235            'VHOST' and
6236            not 'VXLAN' and
6237            'CHAIN' and
6238            'NF_VPPIP4' and
6239            'IMIX' and
6240            '2T1C' and
6241            'NDRPDR'"
6242   parameters:
6243   - "throughput"
6244   - "name"
6245   - "tags"
6246   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6247   x-axis: "X = VNFs per Service Chain"
6248   y-axis: "Y = Number of Service Chains"
6249   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6250   layout:
6251     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6252     layout: "plot-service-density"
6253
6254 - type: "plot"
6255   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6256   algorithm: "plot_nf_heatmap"
6257   output-file-type: ".html"
6258   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6259   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6260   filter: "'NIC_Intel-XXV710' and
6261            'NF_DENSITY' and
6262            'VHOST' and
6263            not 'VXLAN' and
6264            'CHAIN' and
6265            'NF_VPPIP4' and
6266            'IMIX' and
6267            '4T2C' and
6268            'NDRPDR'"
6269   parameters:
6270   - "throughput"
6271   - "name"
6272   - "tags"
6273   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6274   x-axis: "X = VNFs per Service Chain"
6275   y-axis: "Y = Number of Service Chains"
6276   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6277   layout:
6278     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6279     layout: "plot-service-density"
6280
6281 - type: "plot"
6282   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6283   algorithm: "plot_nf_heatmap"
6284   output-file-type: ".html"
6285   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6286   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6287   filter: "'NIC_Intel-XXV710' and
6288            'NF_DENSITY' and
6289            'VHOST' and
6290            not 'VXLAN' and
6291            'CHAIN' and
6292            'NF_VPPIP4' and
6293            'IMIX' and
6294            '8T4C' and
6295            'NDRPDR'"
6296   parameters:
6297   - "throughput"
6298   - "name"
6299   - "tags"
6300   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6301   x-axis: "X = VNFs per Service Chain"
6302   y-axis: "Y = Number of Service Chains"
6303   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6304   layout:
6305     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6306     layout: "plot-service-density"
6307
6308 ###############################################################################
6309 # Plots - NF Density - VSC - MRR 64b
6310 - type: "plot"
6311   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6312   algorithm: "plot_nf_heatmap"
6313   output-file-type: ".html"
6314   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6315   data: "plot-vpp-nfv-2n-skx-mrr"
6316   filter: "'NIC_Intel-XXV710' and
6317            'NF_DENSITY' and
6318            'VHOST' and
6319            'VXLAN' and
6320            'CHAIN' and
6321            '118' and
6322            '2T1C' and
6323            'MRR'"
6324   parameters:
6325   - "result"
6326   - "name"
6327   - "tags"
6328   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6329   x-axis: "X = VNFs per Service Chain"
6330   y-axis: "Y = Number of Service Chains"
6331   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6332   layout:
6333     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6334     layout: "plot-service-density"
6335
6336 - type: "plot"
6337   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6338   algorithm: "plot_nf_heatmap"
6339   output-file-type: ".html"
6340   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6341   data: "plot-vpp-nfv-2n-skx-mrr"
6342   filter: "'NIC_Intel-XXV710' and
6343            'NF_DENSITY' and
6344            'VHOST' and
6345            'VXLAN' and
6346            'CHAIN' and
6347            '118' and
6348            '4T2C' and
6349            'MRR'"
6350   parameters:
6351   - "result"
6352   - "name"
6353   - "tags"
6354   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6355   x-axis: "X = VNFs per Service Chain"
6356   y-axis: "Y = Number of Service Chains"
6357   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6358   layout:
6359     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6360     layout: "plot-service-density"
6361
6362 - type: "plot"
6363   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6364   algorithm: "plot_nf_heatmap"
6365   output-file-type: ".html"
6366   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6367   data: "plot-vpp-nfv-2n-skx-mrr"
6368   filter: "'NIC_Intel-XXV710' and
6369            'NF_DENSITY' and
6370            'VHOST' and
6371            'VXLAN' and
6372            'CHAIN' and
6373            '118' and
6374            '8T4C' and
6375            'MRR'"
6376   parameters:
6377   - "result"
6378   - "name"
6379   - "tags"
6380   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6381   x-axis: "X = VNFs per Service Chain"
6382   y-axis: "Y = Number of Service Chains"
6383   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6384   layout:
6385     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6386     layout: "plot-service-density"
6387
6388 # Plots - NF Density - VSC - MRR IMIX
6389 - type: "plot"
6390   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6391   algorithm: "plot_nf_heatmap"
6392   output-file-type: ".html"
6393   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6394   data: "plot-vpp-nfv-2n-skx-mrr"
6395   filter: "'NIC_Intel-XXV710' and
6396            'NF_DENSITY' and
6397            'VHOST' and
6398            'VXLAN' and
6399            'CHAIN' and
6400            'IMIX' and
6401            '2T1C' and
6402            'MRR'"
6403   parameters:
6404   - "result"
6405   - "name"
6406   - "tags"
6407   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6408   x-axis: "X = VNFs per Service Chain"
6409   y-axis: "Y = Number of Service Chains"
6410   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6411   layout:
6412     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6413     layout: "plot-service-density"
6414
6415 - type: "plot"
6416   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6417   algorithm: "plot_nf_heatmap"
6418   output-file-type: ".html"
6419   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6420   data: "plot-vpp-nfv-2n-skx-mrr"
6421   filter: "'NIC_Intel-XXV710' and
6422            'NF_DENSITY' and
6423            'VHOST' and
6424            'VXLAN' and
6425            'CHAIN' and
6426            'IMIX' and
6427            '4T2C' and
6428            'MRR'"
6429   parameters:
6430   - "result"
6431   - "name"
6432   - "tags"
6433   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6434   x-axis: "X = VNFs per Service Chain"
6435   y-axis: "Y = Number of Service Chains"
6436   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6437   layout:
6438     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6439     layout: "plot-service-density"
6440
6441 - type: "plot"
6442   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6443   algorithm: "plot_nf_heatmap"
6444   output-file-type: ".html"
6445   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6446   data: "plot-vpp-nfv-2n-skx-mrr"
6447   filter: "'NIC_Intel-XXV710' and
6448            'NF_DENSITY' and
6449            'VHOST' and
6450            'VXLAN' and
6451            'CHAIN' and
6452            'IMIX' and
6453            '8T4C' and
6454            'MRR'"
6455   parameters:
6456   - "result"
6457   - "name"
6458   - "tags"
6459   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6460   x-axis: "X = VNFs per Service Chain"
6461   y-axis: "Y = Number of Service Chains"
6462   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6463   layout:
6464     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6465     layout: "plot-service-density"
6466
6467 # Plots - NF Density - VSC - NDR 64b
6468 - type: "plot"
6469   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6470   algorithm: "plot_nf_heatmap"
6471   output-file-type: ".html"
6472   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6473   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6474   filter: "'NIC_Intel-XXV710' and
6475            'NF_DENSITY' and
6476            'VHOST' and
6477            'VXLAN' and
6478            'CHAIN' and
6479            '118' and
6480            '2T1C' and
6481            'NDRPDR'"
6482   parameters:
6483   - "throughput"
6484   - "name"
6485   - "tags"
6486   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6487   x-axis: "X = VNFs per Service Chain"
6488   y-axis: "Y = Number of Service Chains"
6489   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6490   layout:
6491     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6492     layout: "plot-service-density"
6493
6494 - type: "plot"
6495   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6496   algorithm: "plot_nf_heatmap"
6497   output-file-type: ".html"
6498   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6499   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6500   filter: "'NIC_Intel-XXV710' and
6501            'NF_DENSITY' and
6502            'VHOST' and
6503            'VXLAN' and
6504            'CHAIN' and
6505            '118' and
6506            '4T2C' and
6507            'NDRPDR'"
6508   parameters:
6509   - "throughput"
6510   - "name"
6511   - "tags"
6512   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6513   x-axis: "X = VNFs per Service Chain"
6514   y-axis: "Y = Number of Service Chains"
6515   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6516   layout:
6517     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6518     layout: "plot-service-density"
6519
6520 - type: "plot"
6521   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6522   algorithm: "plot_nf_heatmap"
6523   output-file-type: ".html"
6524   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6525   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6526   filter: "'NIC_Intel-XXV710' and
6527            'NF_DENSITY' and
6528            'VHOST' and
6529            'VXLAN' and
6530            'CHAIN' and
6531            '118' and
6532            '8T4C' and
6533            'NDRPDR'"
6534   parameters:
6535   - "throughput"
6536   - "name"
6537   - "tags"
6538   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6539   x-axis: "X = VNFs per Service Chain"
6540   y-axis: "Y = Number of Service Chains"
6541   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6542   layout:
6543     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6544     layout: "plot-service-density"
6545
6546 # Plots - NF Density - VSC - NDR IMIX
6547 - type: "plot"
6548   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6549   algorithm: "plot_nf_heatmap"
6550   output-file-type: ".html"
6551   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6552   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6553   filter: "'NIC_Intel-XXV710' and
6554            'NF_DENSITY' and
6555            'VHOST' and
6556            'VXLAN' and
6557            'CHAIN' a
6558            'IMIX' and
6559            '2T1C' and
6560            'NDRPDR'"
6561   parameters:
6562   - "throughput"
6563   - "name"
6564   - "tags"
6565   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6566   x-axis: "X = VNFs per Service Chain"
6567   y-axis: "Y = Number of Service Chains"
6568   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6569   layout:
6570     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6571     layout: "plot-service-density"
6572
6573 - type: "plot"
6574   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6575   algorithm: "plot_nf_heatmap"
6576   output-file-type: ".html"
6577   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6578   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6579   filter: "'NIC_Intel-XXV710' and
6580            'NF_DENSITY' and
6581            'VHOST' and
6582            'VXLAN' and
6583            'CHAIN' and
6584            'IMIX' and
6585            '4T2C' and
6586            'NDRPDR'"
6587   parameters:
6588   - "throughput"
6589   - "name"
6590   - "tags"
6591   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6592   x-axis: "X = VNFs per Service Chain"
6593   y-axis: "Y = Number of Service Chains"
6594   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6595   layout:
6596     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6597     layout: "plot-service-density"
6598
6599 - type: "plot"
6600   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6601   algorithm: "plot_nf_heatmap"
6602   output-file-type: ".html"
6603   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
6604   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6605   filter: "'NIC_Intel-XXV710' and
6606            'NF_DENSITY' and
6607            'VHOST' and
6608            'VXLAN' and
6609            'CHAIN' and
6610            'IMIX' and
6611            '8T4C' and
6612            'NDRPDR'"
6613   parameters:
6614   - "throughput"
6615   - "name"
6616   - "tags"
6617   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6618   x-axis: "X = VNFs per Service Chain"
6619   y-axis: "Y = Number of Service Chains"
6620   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6621   layout:
6622     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6623     layout: "plot-service-density"
6624
6625 # Plots - NF Density - VSC - PDR 64b
6626 - type: "plot"
6627   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6628   algorithm: "plot_nf_heatmap"
6629   output-file-type: ".html"
6630   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
6631   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6632   filter: "'NIC_Intel-XXV710' and
6633            'NF_DENSITY' and
6634            'VHOST' and
6635            'VXLAN' and
6636            'CHAIN' and
6637            '118' and
6638            '2T1C' and
6639            'NDRPDR'"
6640   parameters:
6641   - "throughput"
6642   - "name"
6643   - "tags"
6644   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6645   x-axis: "X = VNFs per Service Chain"
6646   y-axis: "Y = Number of Service Chains"
6647   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6648   layout:
6649     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6650     layout: "plot-service-density"
6651
6652 - type: "plot"
6653   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6654   algorithm: "plot_nf_heatmap"
6655   output-file-type: ".html"
6656   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
6657   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6658   filter: "'NIC_Intel-XXV710' and
6659            'NF_DENSITY' and
6660            'VHOST' and
6661            'VXLAN' and
6662            'CHAIN' and
6663            '118' and
6664            '4T2C' and
6665            'NDRPDR'"
6666   parameters:
6667   - "throughput"
6668   - "name"
6669   - "tags"
6670   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6671   x-axis: "X = VNFs per Service Chain"
6672   y-axis: "Y = Number of Service Chains"
6673   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6674   layout:
6675     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6676     layout: "plot-service-density"
6677
6678 - type: "plot"
6679   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6680   algorithm: "plot_nf_heatmap"
6681   output-file-type: ".html"
6682   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
6683   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6684   filter: "'NIC_Intel-XXV710' and
6685            'NF_DENSITY' and
6686            'VHOST' and
6687            'VXLAN' and
6688            'CHAIN' and
6689            '118' and
6690            '8T4C' and
6691            'NDRPDR'"
6692   parameters:
6693   - "throughput"
6694   - "name"
6695   - "tags"
6696   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6697   x-axis: "X = VNFs per Service Chain"
6698   y-axis: "Y = Number of Service Chains"
6699   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6700   layout:
6701     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6702     layout: "plot-service-density"
6703
6704 # Plots - NF Density - VSC - PDR IMIX
6705 - type: "plot"
6706   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6707   algorithm: "plot_nf_heatmap"
6708   output-file-type: ".html"
6709   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
6710   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6711   filter: "'NIC_Intel-XXV710' and
6712            'NF_DENSITY' and
6713            'VHOST' and
6714            'VXLAN' and
6715            'CHAIN' and
6716            'IMIX' and
6717            '2T1C' and
6718            'NDRPDR'"
6719   parameters:
6720   - "throughput"
6721   - "name"
6722   - "tags"
6723   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6724   x-axis: "X = VNFs per Service Chain"
6725   y-axis: "Y = Number of Service Chains"
6726   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6727   layout:
6728     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6729     layout: "plot-service-density"
6730
6731 - type: "plot"
6732   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6733   algorithm: "plot_nf_heatmap"
6734   output-file-type: ".html"
6735   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
6736   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6737   filter: "'NIC_Intel-XXV710' and
6738            'NF_DENSITY' and
6739            'VHOST' and
6740            'VXLAN' and
6741            'CHAIN' and
6742            'IMIX' and
6743            '4T2C' and
6744            'NDRPDR'"
6745   parameters:
6746   - "throughput"
6747   - "name"
6748   - "tags"
6749   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6750   x-axis: "X = VNFs per Service Chain"
6751   y-axis: "Y = Number of Service Chains"
6752   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6753   layout:
6754     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6755     layout: "plot-service-density"
6756
6757 - type: "plot"
6758   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6759   algorithm: "plot_nf_heatmap"
6760   output-file-type: ".html"
6761   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
6762   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6763   filter: "'NIC_Intel-XXV710' and
6764            'NF_DENSITY' and
6765            'VHOST' and
6766            'VXLAN' and
6767            'CHAIN' and
6768            'IMIX' and
6769            '8T4C' and
6770            'NDRPDR'"
6771   parameters:
6772   - "throughput"
6773   - "name"
6774   - "tags"
6775   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6776   x-axis: "X = VNFs per Service Chain"
6777   y-axis: "Y = Number of Service Chains"
6778   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6779   layout:
6780     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6781     layout: "plot-service-density"
6782
6783 ###############################################################################
6784 # Plots - NF Density - CSC - MRR 64b
6785 - type: "plot"
6786   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6787   algorithm: "plot_nf_heatmap"
6788   output-file-type: ".html"
6789   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
6790   data: "plot-vpp-nfv-2n-skx-mrr"
6791   filter: "'NIC_Intel-XXV710' and
6792            'NF_DENSITY' and
6793            'DOCKER' and
6794            'CHAIN' and
6795            'NF_VPPIP4' and
6796            '64B' and
6797            '2T1C' and
6798            'MRR'"
6799   parameters:
6800   - "result"
6801   - "name"
6802   - "tags"
6803   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6804   x-axis: "X = CNFs per Service Chain"
6805   y-axis: "Y = Number of Service Chains"
6806   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6807   layout:
6808     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6809     layout: "plot-service-density"
6810
6811 - type: "plot"
6812   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6813   algorithm: "plot_nf_heatmap"
6814   output-file-type: ".html"
6815   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
6816   data: "plot-vpp-nfv-2n-skx-mrr"
6817   filter: "'NIC_Intel-XXV710' and
6818            'NF_DENSITY' and
6819            'DOCKER' and
6820            'CHAIN' and
6821            'NF_VPPIP4' and
6822            '64B' and
6823            '4T2C' and
6824            'MRR'"
6825   parameters:
6826   - "result"
6827   - "name"
6828   - "tags"
6829   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6830   x-axis: "X = CNFs per Service Chain"
6831   y-axis: "Y = Number of Service Chains"
6832   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6833   layout:
6834     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6835     layout: "plot-service-density"
6836
6837 - type: "plot"
6838   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6839   algorithm: "plot_nf_heatmap"
6840   output-file-type: ".html"
6841   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
6842   data: "plot-vpp-nfv-2n-skx-mrr"
6843   filter: "'NIC_Intel-XXV710' and
6844            'NF_DENSITY' and
6845            'DOCKER' and
6846            'CHAIN' and
6847            'NF_VPPIP4' and
6848            '64B' and
6849            '8T4C' and
6850            'MRR'"
6851   parameters:
6852   - "result"
6853   - "name"
6854   - "tags"
6855   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6856   x-axis: "X = CNFs per Service Chain"
6857   y-axis: "Y = Number of Service Chains"
6858   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6859   layout:
6860     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6861     layout: "plot-service-density"
6862
6863 # Plots - NF Density - CSC - MRR IMIX
6864 - type: "plot"
6865   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6866   algorithm: "plot_nf_heatmap"
6867   output-file-type: ".html"
6868   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
6869   data: "plot-vpp-nfv-2n-skx-mrr"
6870   filter: "'NIC_Intel-XXV710' and
6871            'NF_DENSITY' and
6872            'DOCKER' and
6873            'CHAIN' and
6874            'NF_VPPIP4' and
6875            'IMIX' and
6876            '2T1C' and
6877            'MRR'"
6878   parameters:
6879   - "result"
6880   - "name"
6881   - "tags"
6882   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6883   x-axis: "X = CNFs per Service Chain"
6884   y-axis: "Y = Number of Service Chains"
6885   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6886   layout:
6887     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6888     layout: "plot-service-density"
6889
6890 - type: "plot"
6891   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6892   algorithm: "plot_nf_heatmap"
6893   output-file-type: ".html"
6894   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
6895   data: "plot-vpp-nfv-2n-skx-mrr"
6896   filter: "'NIC_Intel-XXV710' and
6897            'NF_DENSITY' and
6898            'DOCKER' and
6899            'CHAIN' and
6900            'NF_VPPIP4' and
6901            'IMIX' and
6902            '4T2C' and
6903            'MRR'"
6904   parameters:
6905   - "result"
6906   - "name"
6907   - "tags"
6908   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6909   x-axis: "X = CNFs per Service Chain"
6910   y-axis: "Y = Number of Service Chains"
6911   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6912   layout:
6913     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6914     layout: "plot-service-density"
6915
6916 - type: "plot"
6917   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6918   algorithm: "plot_nf_heatmap"
6919   output-file-type: ".html"
6920   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
6921   data: "plot-vpp-nfv-2n-skx-mrr"
6922   filter: "'NIC_Intel-XXV710' and
6923            'NF_DENSITY' and
6924            'DOCKER' and
6925            'CHAIN' and
6926            'NF_VPPIP4' and
6927            'IMIX' and
6928            '8T4C' and
6929            'MRR'"
6930   parameters:
6931   - "result"
6932   - "name"
6933   - "tags"
6934   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6935   x-axis: "X = CNFs per Service Chain"
6936   y-axis: "Y = Number of Service Chains"
6937   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6938   layout:
6939     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6940     layout: "plot-service-density"
6941
6942 # Plots - NF Density - CSC - NDR 64b
6943 - type: "plot"
6944   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6945   algorithm: "plot_nf_heatmap"
6946   output-file-type: ".html"
6947   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
6948   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6949   filter: "'NIC_Intel-XXV710' and
6950            'NF_DENSITY' and
6951            'DOCKER' and
6952            'CHAIN' and
6953            'NF_VPPIP4' and
6954            '64B' and
6955            '2T1C' and
6956            'NDRPDR'"
6957   parameters:
6958   - "throughput"
6959   - "name"
6960   - "tags"
6961   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6962   x-axis: "X = CNFs per Service Chain"
6963   y-axis: "Y = Number of Service Chains"
6964   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6965   layout:
6966     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6967     layout: "plot-service-density"
6968
6969 - type: "plot"
6970   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6971   algorithm: "plot_nf_heatmap"
6972   output-file-type: ".html"
6973   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
6974   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6975   filter: "'NIC_Intel-XXV710' and
6976            'NF_DENSITY' and
6977            'DOCKER' and
6978            'CHAIN' and
6979            'NF_VPPIP4' and
6980            '64B' and
6981            '4T2C' and
6982            'NDRPDR'"
6983   parameters:
6984   - "throughput"
6985   - "name"
6986   - "tags"
6987   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6988   x-axis: "X = CNFs per Service Chain"
6989   y-axis: "Y = Number of Service Chains"
6990   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6991   layout:
6992     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6993     layout: "plot-service-density"
6994
6995 - type: "plot"
6996   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
6997   algorithm: "plot_nf_heatmap"
6998   output-file-type: ".html"
6999   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7000   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7001   filter: "'NIC_Intel-XXV710' and
7002            'NF_DENSITY' and
7003            'DOCKER' and
7004            'CHAIN' and
7005            'NF_VPPIP4' and
7006            '64B' and
7007            '8T4C' and
7008            'NDRPDR'"
7009   parameters:
7010   - "throughput"
7011   - "name"
7012   - "tags"
7013   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7014   x-axis: "X = CNFs per Service Chain"
7015   y-axis: "Y = Number of Service Chains"
7016   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7017   layout:
7018     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7019     layout: "plot-service-density"
7020
7021 # Plots - NF Density - CSC - NDR IMIX
7022 - type: "plot"
7023   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7024   algorithm: "plot_nf_heatmap"
7025   output-file-type: ".html"
7026   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7027   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7028   filter: "'NIC_Intel-XXV710' and
7029            'NF_DENSITY' and
7030            'DOCKER' and
7031            'CHAIN' and
7032            'NF_VPPIP4' and
7033            'IMIX' and
7034            '2T1C' and
7035            'NDRPDR'"
7036   parameters:
7037   - "throughput"
7038   - "name"
7039   - "tags"
7040   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7041   x-axis: "X = CNFs per Service Chain"
7042   y-axis: "Y = Number of Service Chains"
7043   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7044   layout:
7045     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7046     layout: "plot-service-density"
7047
7048 - type: "plot"
7049   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7050   algorithm: "plot_nf_heatmap"
7051   output-file-type: ".html"
7052   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7053   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7054   filter: "'NIC_Intel-XXV710' and
7055            'NF_DENSITY' and
7056            'DOCKER' and
7057            'CHAIN' and
7058            'NF_VPPIP4' and
7059            'IMIX' and
7060            '4T2C' and
7061            'NDRPDR'"
7062   parameters:
7063   - "throughput"
7064   - "name"
7065   - "tags"
7066   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7067   x-axis: "X = CNFs per Service Chain"
7068   y-axis: "Y = Number of Service Chains"
7069   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7070   layout:
7071     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7072     layout: "plot-service-density"
7073
7074 - type: "plot"
7075   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7076   algorithm: "plot_nf_heatmap"
7077   output-file-type: ".html"
7078   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7079   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7080   filter: "'NIC_Intel-XXV710' and
7081            'NF_DENSITY' and
7082            'DOCKER' and
7083            'CHAIN' and
7084            'NF_VPPIP4' and
7085            'IMIX' and
7086            '8T4C' and
7087            'NDRPDR'"
7088   parameters:
7089   - "throughput"
7090   - "name"
7091   - "tags"
7092   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7093   x-axis: "X = CNFs per Service Chain"
7094   y-axis: "Y = Number of Service Chains"
7095   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7096   layout:
7097     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7098     layout: "plot-service-density"
7099
7100 # Plots - NF Density - CSC - PDR 64b
7101 - type: "plot"
7102   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7103   algorithm: "plot_nf_heatmap"
7104   output-file-type: ".html"
7105   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7106   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7107   filter: "'NIC_Intel-XXV710' and
7108            'NF_DENSITY' and
7109            'DOCKER' and
7110            'CHAIN' and
7111            'NF_VPPIP4' and
7112            '64B' and
7113            '2T1C' and
7114            'NDRPDR'"
7115   parameters:
7116   - "throughput"
7117   - "name"
7118   - "tags"
7119   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7120   x-axis: "X = CNFs per Service Chain"
7121   y-axis: "Y = Number of Service Chains"
7122   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7123   layout:
7124     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7125     layout: "plot-service-density"
7126
7127 - type: "plot"
7128   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7129   algorithm: "plot_nf_heatmap"
7130   output-file-type: ".html"
7131   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7132   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7133   filter: "'NIC_Intel-XXV710' and
7134            'NF_DENSITY' and
7135            'DOCKER' and
7136            'CHAIN' and
7137            'NF_VPPIP4' and
7138            '64B' and
7139            '4T2C' and
7140            'NDRPDR'"
7141   parameters:
7142   - "throughput"
7143   - "name"
7144   - "tags"
7145   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7146   x-axis: "X = CNFs per Service Chain"
7147   y-axis: "Y = Number of Service Chains"
7148   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7149   layout:
7150     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7151     layout: "plot-service-density"
7152
7153 - type: "plot"
7154   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7155   algorithm: "plot_nf_heatmap"
7156   output-file-type: ".html"
7157   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7158   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7159   filter: "'NIC_Intel-XXV710' and
7160            'NF_DENSITY' and
7161            'DOCKER' and
7162            'CHAIN' and
7163            'NF_VPPIP4' and
7164            '64B' and
7165            '8T4C' and
7166            'NDRPDR'"
7167   parameters:
7168   - "throughput"
7169   - "name"
7170   - "tags"
7171   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7172   x-axis: "X = CNFs per Service Chain"
7173   y-axis: "Y = Number of Service Chains"
7174   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7175   layout:
7176     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7177     layout: "plot-service-density"
7178
7179 # Plots - NF Density - CSC - PDR IMIX
7180 - type: "plot"
7181   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7182   algorithm: "plot_nf_heatmap"
7183   output-file-type: ".html"
7184   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7185   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7186   filter: "'NIC_Intel-XXV710' and
7187            'NF_DENSITY' and
7188            'DOCKER' and
7189            'CHAIN' and
7190            'NF_VPPIP4' and
7191            'IMIX' and
7192            '2T1C' and
7193            'NDRPDR'"
7194   parameters:
7195   - "throughput"
7196   - "name"
7197   - "tags"
7198   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7199   x-axis: "X = CNFs per Service Chain"
7200   y-axis: "Y = Number of Service Chains"
7201   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7202   layout:
7203     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7204     layout: "plot-service-density"
7205
7206 - type: "plot"
7207   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7208   algorithm: "plot_nf_heatmap"
7209   output-file-type: ".html"
7210   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7211   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7212   filter: "'NIC_Intel-XXV710' and
7213            'NF_DENSITY' and
7214            'DOCKER' and
7215            'CHAIN' and
7216            'NF_VPPIP4' and
7217            'IMIX' and
7218            '4T2C' and
7219            'NDRPDR'"
7220   parameters:
7221   - "throughput"
7222   - "name"
7223   - "tags"
7224   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7225   x-axis: "X = CNFs per Service Chain"
7226   y-axis: "Y = Number of Service Chains"
7227   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7228   layout:
7229     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7230     layout: "plot-service-density"
7231
7232 - type: "plot"
7233   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7234   algorithm: "plot_nf_heatmap"
7235   output-file-type: ".html"
7236   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7237   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7238   filter: "'NIC_Intel-XXV710' and
7239            'NF_DENSITY' and
7240            'DOCKER' and
7241            'CHAIN' and
7242            'NF_VPPIP4' and
7243            'IMIX' and
7244            '8T4C' and
7245            'NDRPDR'"
7246   parameters:
7247   - "throughput"
7248   - "name"
7249   - "tags"
7250   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7251   x-axis: "X = CNFs per Service Chain"
7252   y-axis: "Y = Number of Service Chains"
7253   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7254   layout:
7255     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7256     layout: "plot-service-density"
7257
7258 ###############################################################################
7259
7260 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7261 - type: "plot"
7262   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7263   algorithm: "plot_nf_heatmap"
7264   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7265   data: "plot-vpp-nfv-3n-skx-mrr"
7266   filter: "'NIC_Intel-XXV710' and
7267            'NF_DENSITY' and
7268            'DOCKER' and
7269            'CHAIN' and
7270            'NF_VPPIP4' and
7271            'IPSEC' and
7272            'TNL_4' and
7273            'IMIX' and
7274            '2T1C' and
7275            'MRR'"
7276   parameters:
7277   - "result"
7278   - "name"
7279   - "tags"
7280   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7281   x-axis: "X = CNFs per Service Chain"
7282   y-axis: "Y = Number of Service Chains"
7283   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7284   layout:
7285     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7286     layout: "plot-service-density"
7287
7288 - type: "plot"
7289   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7290   algorithm: "plot_nf_heatmap"
7291   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7292   data: "plot-vpp-nfv-3n-skx-mrr"
7293   filter: "'NIC_Intel-XXV710' and
7294            'NF_DENSITY' and
7295            'DOCKER' and
7296            'CHAIN' and
7297            'NF_VPPIP4' and
7298            'IPSEC' and
7299            'TNL_4' and
7300            'IMIX' and
7301            '4T2C' and
7302            'MRR'"
7303   parameters:
7304   - "result"
7305   - "name"
7306   - "tags"
7307   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7308   x-axis: "X = CNFs per Service Chain"
7309   y-axis: "Y = Number of Service Chains"
7310   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7311   layout:
7312     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7313     layout: "plot-service-density"
7314
7315 - type: "plot"
7316   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7317   algorithm: "plot_nf_heatmap"
7318   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7319   data: "plot-vpp-nfv-3n-skx-mrr"
7320   filter: "'NIC_Intel-XXV710' and
7321            'NF_DENSITY' and
7322            'DOCKER' and
7323            'CHAIN' and
7324            'NF_VPPIP4' and
7325            'IPSEC' and
7326            'TNL_4' and
7327            'IMIX' and
7328            '8T4C' and
7329            'MRR'"
7330   parameters:
7331   - "result"
7332   - "name"
7333   - "tags"
7334   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7335   x-axis: "X = CNFs per Service Chain"
7336   y-axis: "Y = Number of Service Chains"
7337   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7338   layout:
7339     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7340     layout: "plot-service-density"
7341
7342 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7343 - type: "plot"
7344   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7345   algorithm: "plot_nf_heatmap"
7346   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7347   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7348   filter: "'NIC_Intel-XXV710' and
7349            'NF_DENSITY' and
7350            'DOCKER' and
7351            'CHAIN' and
7352            'NF_VPPIP4' and
7353            'IPSEC' and
7354            'TNL_4' and
7355            'IMIX' and
7356            '2T1C' and
7357            'NDRPDR'"
7358   parameters:
7359   - "throughput"
7360   - "name"
7361   - "tags"
7362   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7363   x-axis: "X = CNFs per Service Chain"
7364   y-axis: "Y = Number of Service Chains"
7365   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7366   layout:
7367     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7368     layout: "plot-service-density"
7369
7370 - type: "plot"
7371   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7372   algorithm: "plot_nf_heatmap"
7373   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7374   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7375   filter: "'NIC_Intel-XXV710' and
7376            'NF_DENSITY' and
7377            'DOCKER' and
7378            'CHAIN' and
7379            'NF_VPPIP4' and
7380            'IPSEC' and
7381            'TNL_4' and
7382            'IMIX' and
7383            '4T2C' and
7384            'NDRPDR'"
7385   parameters:
7386   - "throughput"
7387   - "name"
7388   - "tags"
7389   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7390   x-axis: "X = CNFs per Service Chain"
7391   y-axis: "Y = Number of Service Chains"
7392   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7393   layout:
7394     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7395     layout: "plot-service-density"
7396
7397 - type: "plot"
7398   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7399   algorithm: "plot_nf_heatmap"
7400   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7401   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7402   filter: "'NIC_Intel-XXV710' and
7403            'NF_DENSITY' and
7404            'DOCKER' and
7405            'CHAIN' and
7406            'NF_VPPIP4' and
7407            'IPSEC' and
7408            'TNL_4' and
7409            'IMIX' and
7410            '8T4C' and
7411            'NDRPDR'"
7412   parameters:
7413   - "throughput"
7414   - "name"
7415   - "tags"
7416   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7417   x-axis: "X = CNFs per Service Chain"
7418   y-axis: "Y = Number of Service Chains"
7419   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7420   layout:
7421     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7422     layout: "plot-service-density"
7423
7424 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7425 - type: "plot"
7426   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7427   algorithm: "plot_nf_heatmap"
7428   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7429   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7430   filter: "'NIC_Intel-XXV710' and
7431            'NF_DENSITY' and
7432            'DOCKER' and
7433            'CHAIN' and
7434            'NF_VPPIP4' and
7435            'IPSEC' and
7436            'TNL_4' and
7437            'IMIX' and
7438            '2T1C' and
7439            'NDRPDR'"
7440   parameters:
7441   - "throughput"
7442   - "name"
7443   - "tags"
7444   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7445   x-axis: "X = CNFs per Service Chain"
7446   y-axis: "Y = Number of Service Chains"
7447   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7448   layout:
7449     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7450     layout: "plot-service-density"
7451
7452 - type: "plot"
7453   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7454   algorithm: "plot_nf_heatmap"
7455   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7456   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7457   filter: "'NIC_Intel-XXV710' and
7458            'NF_DENSITY' and
7459            'DOCKER' and
7460            'CHAIN' and
7461            'NF_VPPIP4' and
7462            'IPSEC' and
7463            'TNL_4' and
7464            'IMIX' and
7465            '4T2C' and
7466            'NDRPDR'"
7467   parameters:
7468   - "throughput"
7469   - "name"
7470   - "tags"
7471   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7472   x-axis: "X = CNFs per Service Chain"
7473   y-axis: "Y = Number of Service Chains"
7474   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7475   layout:
7476     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7477     layout: "plot-service-density"
7478
7479 - type: "plot"
7480   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7481   algorithm: "plot_nf_heatmap"
7482   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7483   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7484   filter: "'NIC_Intel-XXV710' and
7485            'NF_DENSITY' and
7486            'DOCKER' and
7487            'CHAIN' and
7488            'NF_VPPIP4' and
7489            'IPSEC' and
7490            'TNL_4' and
7491            'IMIX' and
7492            '8T4C' and
7493            'NDRPDR'"
7494   parameters:
7495   - "throughput"
7496   - "name"
7497   - "tags"
7498   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7499   x-axis: "X = CNFs per Service Chain"
7500   y-axis: "Y = Number of Service Chains"
7501   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7502   layout:
7503     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7504     layout: "plot-service-density"
7505
7506 ###############################################################################
7507
7508 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7509 - type: "plot"
7510   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7511   algorithm: "plot_nf_heatmap"
7512   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7513   data: "plot-vpp-nfv-3n-hsw-mrr"
7514   filter: "'NIC_Intel-XL710' and
7515            'NF_DENSITY' and
7516            'DOCKER' and
7517            'CHAIN' and
7518            'NF_VPPIP4' and
7519            'IMIX' and
7520            'TNL_4' and
7521            '1T1C' and
7522            'MRR'"
7523   parameters:
7524   - "result"
7525   - "name"
7526   - "tags"
7527   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7528   x-axis: "X = CNFs per Service Chain"
7529   y-axis: "Y = Number of Service Chains"
7530   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7531   layout:
7532     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7533     layout: "plot-service-density"
7534
7535 - type: "plot"
7536   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7537   algorithm: "plot_nf_heatmap"
7538   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7539   data: "plot-vpp-nfv-3n-hsw-mrr"
7540   filter: "'NIC_Intel-XL710' and
7541            'NF_DENSITY' and
7542            'DOCKER' and
7543            'CHAIN' and
7544            'NF_VPPIP4' and
7545            'IPSEC' and
7546            'TNL_4' and
7547            'IMIX' and
7548            '2T2C' and
7549            'MRR'"
7550   parameters:
7551   - "result"
7552   - "name"
7553   - "tags"
7554   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7555   x-axis: "X = CNFs per Service Chain"
7556   y-axis: "Y = Number of Service Chains"
7557   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7558   layout:
7559     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7560     layout: "plot-service-density"
7561
7562 - type: "plot"
7563   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7564   algorithm: "plot_nf_heatmap"
7565   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7566   data: "plot-vpp-nfv-3n-hsw-mrr"
7567   filter: "'NIC_Intel-XL710' and
7568            'NF_DENSITY' and
7569            'DOCKER' and
7570            'CHAIN' and
7571            'NF_VPPIP4' and
7572            'IPSEC' and
7573            'TNL_4' and
7574            'IMIX' and
7575            '4T4C' and
7576            'MRR'"
7577   parameters:
7578   - "result"
7579   - "name"
7580   - "tags"
7581   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7582   x-axis: "X = CNFs per Service Chain"
7583   y-axis: "Y = Number of Service Chains"
7584   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7585   layout:
7586     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7587     layout: "plot-service-density"
7588
7589 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7590 - type: "plot"
7591   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7592   algorithm: "plot_nf_heatmap"
7593   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
7594   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7595   filter: "'NIC_Intel-XL710' and
7596            'NF_DENSITY' and
7597            'DOCKER' and
7598            'CHAIN' and
7599            'NF_VPPIP4' and
7600            'IPSEC' and
7601            'TNL_4' and
7602            'IMIX' and
7603            '1T1C' and
7604            'NDRPDR'"
7605   parameters:
7606   - "throughput"
7607   - "name"
7608   - "tags"
7609   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7610   x-axis: "X = CNFs per Service Chain"
7611   y-axis: "Y = Number of Service Chains"
7612   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7613   layout:
7614     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7615     layout: "plot-service-density"
7616
7617 - type: "plot"
7618   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7619   algorithm: "plot_nf_heatmap"
7620   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
7621   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7622   filter: "'NIC_Intel-XL710' and
7623            'NF_DENSITY' and
7624            'DOCKER' and
7625            'CHAIN' and
7626            'NF_VPPIP4' and
7627            'IPSEC' and
7628            'TNL_4' and
7629            'IMIX' and
7630            '2T2C' and
7631            'NDRPDR'"
7632   parameters:
7633   - "throughput"
7634   - "name"
7635   - "tags"
7636   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7637   x-axis: "X = CNFs per Service Chain"
7638   y-axis: "Y = Number of Service Chains"
7639   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7640   layout:
7641     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7642     layout: "plot-service-density"
7643
7644 - type: "plot"
7645   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7646   algorithm: "plot_nf_heatmap"
7647   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
7648   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7649   filter: "'NIC_Intel-XL710' and
7650            'NF_DENSITY' and
7651            'DOCKER' and
7652            'CHAIN' and
7653            'NF_VPPIP4' and
7654            'IPSEC' and
7655            'TNL_4' and
7656            'IMIX' and
7657            '4T4C' and
7658            'NDRPDR'"
7659   parameters:
7660   - "throughput"
7661   - "name"
7662   - "tags"
7663   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7664   x-axis: "X = CNFs per Service Chain"
7665   y-axis: "Y = Number of Service Chains"
7666   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7667   layout:
7668     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7669     layout: "plot-service-density"
7670
7671 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7672 - type: "plot"
7673   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7674   algorithm: "plot_nf_heatmap"
7675   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
7676   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7677   filter: "'NIC_Intel-XL710' and
7678            'NF_DENSITY' and
7679            'DOCKER' and
7680            'CHAIN' and
7681            'NF_VPPIP4' and
7682            'IPSEC' and
7683            'TNL_4' and
7684            'IMIX' and
7685            '1T1C' and
7686            'NDRPDR'"
7687   parameters:
7688   - "throughput"
7689   - "name"
7690   - "tags"
7691   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7692   x-axis: "X = CNFs per Service Chain"
7693   y-axis: "Y = Number of Service Chains"
7694   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7695   layout:
7696     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7697     layout: "plot-service-density"
7698
7699 - type: "plot"
7700   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7701   algorithm: "plot_nf_heatmap"
7702   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
7703   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7704   filter: "'NIC_Intel-XL710' and
7705            'NF_DENSITY' and
7706            'DOCKER' and
7707            'CHAIN' and
7708            'NF_VPPIP4' and
7709            'IPSEC' and
7710            'TNL_4' and
7711            'IMIX' and
7712            '2T2C' and
7713            'NDRPDR'"
7714   parameters:
7715   - "throughput"
7716   - "name"
7717   - "tags"
7718   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7719   x-axis: "X = CNFs per Service Chain"
7720   y-axis: "Y = Number of Service Chains"
7721   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7722   layout:
7723     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7724     layout: "plot-service-density"
7725
7726 - type: "plot"
7727   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7728   algorithm: "plot_nf_heatmap"
7729   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
7730   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7731   filter: "'NIC_Intel-XL710' and
7732            'NF_DENSITY' and
7733            'DOCKER' and
7734            'CHAIN' and
7735            'NF_VPPIP4' and
7736            'IPSEC' and
7737            'TNL_4' and
7738            'IMIX' and
7739            '4T4C' and
7740            'NDRPDR'"
7741   parameters:
7742   - "throughput"
7743   - "name"
7744   - "tags"
7745   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7746   x-axis: "X = CNFs per Service Chain"
7747   y-axis: "Y = Number of Service Chains"
7748   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7749   layout:
7750     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7751     layout: "plot-service-density"
7752
7753 ###############################################################################
7754
7755 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
7756 - type: "plot"
7757   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7758   algorithm: "plot_nf_heatmap"
7759   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
7760   data: "plot-vpp-nfv-3n-skx-mrr"
7761   filter: "'NIC_Intel-XXV710' and
7762            'NF_DENSITY' and
7763            'DOCKER' and
7764            'CHAIN' and
7765            'NF_VPPIP4' and
7766            'IPSEC' and
7767            'TNL_1000' and
7768            'IMIX' and
7769            '2T1C' and
7770            'MRR'"
7771   parameters:
7772   - "result"
7773   - "name"
7774   - "tags"
7775   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7776   x-axis: "X = CNFs per Service Chain"
7777   y-axis: "Y = Number of Service Chains"
7778   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7779   layout:
7780     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7781     layout: "plot-service-density"
7782
7783 - type: "plot"
7784   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7785   algorithm: "plot_nf_heatmap"
7786   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
7787   data: "plot-vpp-nfv-3n-skx-mrr"
7788   filter: "'NIC_Intel-XXV710' and
7789            'NF_DENSITY' and
7790            'DOCKER' and
7791            'CHAIN' and
7792            'NF_VPPIP4' and
7793            'IPSEC' and
7794            'TNL_1000' and
7795            'IMIX' and
7796            '4T2C' and
7797            'MRR'"
7798   parameters:
7799   - "result"
7800   - "name"
7801   - "tags"
7802   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7803   x-axis: "X = CNFs per Service Chain"
7804   y-axis: "Y = Number of Service Chains"
7805   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7806   layout:
7807     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7808     layout: "plot-service-density"
7809
7810 - type: "plot"
7811   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7812   algorithm: "plot_nf_heatmap"
7813   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
7814   data: "plot-vpp-nfv-3n-skx-mrr"
7815   filter: "'NIC_Intel-XXV710' and
7816            'NF_DENSITY' and
7817            'DOCKER' and
7818            'CHAIN' and
7819            'NF_VPPIP4' and
7820            'IPSEC' and
7821            'TNL_1000' and
7822            'IMIX' and
7823            '8T4C' and
7824            'MRR'"
7825   parameters:
7826   - "result"
7827   - "name"
7828   - "tags"
7829   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7830   x-axis: "X = CNFs per Service Chain"
7831   y-axis: "Y = Number of Service Chains"
7832   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7833   layout:
7834     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7835     layout: "plot-service-density"
7836
7837 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
7838 - type: "plot"
7839   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7840   algorithm: "plot_nf_heatmap"
7841   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
7842   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7843   filter: "'NIC_Intel-XXV710' and
7844            'NF_DENSITY' and
7845            'DOCKER' and
7846            'CHAIN' and
7847            'NF_VPPIP4' and
7848            'IPSEC' and
7849            'TNL_1000' and
7850            'IMIX' and
7851            '2T1C' and
7852            'NDRPDR'"
7853   parameters:
7854   - "throughput"
7855   - "name"
7856   - "tags"
7857   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7858   x-axis: "X = CNFs per Service Chain"
7859   y-axis: "Y = Number of Service Chains"
7860   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7861   layout:
7862     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7863     layout: "plot-service-density"
7864
7865 - type: "plot"
7866   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7867   algorithm: "plot_nf_heatmap"
7868   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
7869   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7870   filter: "'NIC_Intel-XXV710' and
7871            'NF_DENSITY' and
7872            'DOCKER' and
7873            'CHAIN' and
7874            'NF_VPPIP4' and
7875            'IPSEC' and
7876            'TNL_1000' and
7877            'IMIX' and
7878            '4T2C' 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 Chain"
7886   y-axis: "Y = Number of Service Chains"
7887   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7888   layout:
7889     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7890     layout: "plot-service-density"
7891
7892 - type: "plot"
7893   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7894   algorithm: "plot_nf_heatmap"
7895   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
7896   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7897   filter: "'NIC_Intel-XXV710' and
7898            'NF_DENSITY' and
7899            'DOCKER' and
7900            'CHAIN' and
7901            'NF_VPPIP4' and
7902            'IPSEC' and
7903            'TNL_1000' and
7904            'IMIX' and
7905            '8T4C' 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 Chain"
7913   y-axis: "Y = Number of Service Chains"
7914   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7915   layout:
7916     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7917     layout: "plot-service-density"
7918
7919 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
7920 - type: "plot"
7921   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
7922   algorithm: "plot_nf_heatmap"
7923   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
7924   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7925   filter: "'NIC_Intel-XXV710' and
7926            'NF_DENSITY' and
7927            'DOCKER' and
7928            'CHAIN' and
7929            'NF_VPPIP4' and
7930            'IPSEC' and
7931            'TNL_1000' and
7932            'IMIX' and
7933            '2T1C' and
7934            'NDRPDR'"
7935   parameters:
7936   - "throughput"
7937   - "name"
7938   - "tags"
7939   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7940   x-axis: "X = CNFs per Service Chain"
7941   y-axis: "Y = Number of Service Chains"
7942   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7943   layout:
7944     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
7945     layout: "plot-service-density"
7946
7947 - type: "plot"
7948   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
7949   algorithm: "plot_nf_heatmap"
7950   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
7951   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7952   filter: "'NIC_Intel-XXV710' and
7953            'NF_DENSITY' and
7954            'DOCKER' and
7955            'CHAIN' and
7956            'NF_VPPIP4' and
7957            'IPSEC' and
7958            'TNL_1000' and
7959            'IMIX' and
7960            '4T2C' and
7961            'NDRPDR'"
7962   parameters:
7963   - "throughput"
7964   - "name"
7965   - "tags"
7966   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7967   x-axis: "X = CNFs per Service Chain"
7968   y-axis: "Y = Number of Service Chains"
7969   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7970   layout:
7971     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
7972     layout: "plot-service-density"
7973
7974 - type: "plot"
7975   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
7976   algorithm: "plot_nf_heatmap"
7977   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
7978   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7979   filter: "'NIC_Intel-XXV710' and
7980            'NF_DENSITY' and
7981            'DOCKER' and
7982            'CHAIN' and
7983            'NF_VPPIP4' and
7984            'IPSEC' and
7985            'TNL_1000' and
7986            'IMIX' and
7987            '8T4C' and
7988            'NDRPDR'"
7989   parameters:
7990   - "throughput"
7991   - "name"
7992   - "tags"
7993   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7994   x-axis: "X = CNFs per Service Chain"
7995   y-axis: "Y = Number of Service Chains"
7996   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7997   layout:
7998     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
7999     layout: "plot-service-density"
8000
8001 ###############################################################################
8002
8003 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8004 - type: "plot"
8005   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8006   algorithm: "plot_nf_heatmap"
8007   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8008   data: "plot-vpp-nfv-3n-hsw-mrr"
8009   filter: "'NIC_Intel-XL710' and
8010            'NF_DENSITY' and
8011            'DOCKER' and
8012            'CHAIN' and
8013            'NF_VPPIP4' and
8014            'IMIX' and
8015            'TNL_1000' and
8016            '1T1C' and
8017            'MRR'"
8018   parameters:
8019   - "result"
8020   - "name"
8021   - "tags"
8022   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8023   x-axis: "X = CNFs per Service Chain"
8024   y-axis: "Y = Number of Service Chains"
8025   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8026   layout:
8027     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8028     layout: "plot-service-density"
8029
8030 - type: "plot"
8031   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8032   algorithm: "plot_nf_heatmap"
8033   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8034   data: "plot-vpp-nfv-3n-hsw-mrr"
8035   filter: "'NIC_Intel-XL710' and
8036            'NF_DENSITY' and
8037            'DOCKER' and
8038            'CHAIN' and
8039            'NF_VPPIP4' and
8040            'IPSEC' and
8041            'TNL_1000' and
8042            'IMIX' and
8043            '2T2C' and
8044            'MRR'"
8045   parameters:
8046   - "result"
8047   - "name"
8048   - "tags"
8049   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8050   x-axis: "X = CNFs per Service Chain"
8051   y-axis: "Y = Number of Service Chains"
8052   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8053   layout:
8054     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8055     layout: "plot-service-density"
8056
8057 - type: "plot"
8058   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8059   algorithm: "plot_nf_heatmap"
8060   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8061   data: "plot-vpp-nfv-3n-hsw-mrr"
8062   filter: "'NIC_Intel-XL710' and
8063            'NF_DENSITY' and
8064            'DOCKER' and
8065            'CHAIN' and
8066            'NF_VPPIP4' and
8067            'IPSEC' and
8068            'TNL_1000' and
8069            'IMIX' and
8070            '4T4C' and
8071            'MRR'"
8072   parameters:
8073   - "result"
8074   - "name"
8075   - "tags"
8076   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8077   x-axis: "X = CNFs per Service Chain"
8078   y-axis: "Y = Number of Service Chains"
8079   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8080   layout:
8081     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8082     layout: "plot-service-density"
8083
8084 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8085 - type: "plot"
8086   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8087   algorithm: "plot_nf_heatmap"
8088   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8089   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8090   filter: "'NIC_Intel-XL710' and
8091            'NF_DENSITY' and
8092            'DOCKER' and
8093            'CHAIN' and
8094            'NF_VPPIP4' and
8095            'IPSEC' and
8096            'TNL_1000' and
8097            'IMIX' and
8098            '1T1C' and
8099            'NDRPDR'"
8100   parameters:
8101   - "throughput"
8102   - "name"
8103   - "tags"
8104   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8105   x-axis: "X = CNFs per Service Chain"
8106   y-axis: "Y = Number of Service Chains"
8107   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8108   layout:
8109     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8110     layout: "plot-service-density"
8111
8112 - type: "plot"
8113   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8114   algorithm: "plot_nf_heatmap"
8115   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8116   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8117   filter: "'NIC_Intel-XL710' and
8118            'NF_DENSITY' and
8119            'DOCKER' and
8120            'CHAIN' and
8121            'NF_VPPIP4' and
8122            'IPSEC' and
8123            'TNL_1000' and
8124            'IMIX' and
8125            '2T2C' and
8126            'NDRPDR'"
8127   parameters:
8128   - "throughput"
8129   - "name"
8130   - "tags"
8131   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8132   x-axis: "X = CNFs per Service Chain"
8133   y-axis: "Y = Number of Service Chains"
8134   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8135   layout:
8136     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8137     layout: "plot-service-density"
8138
8139 - type: "plot"
8140   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8141   algorithm: "plot_nf_heatmap"
8142   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8143   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8144   filter: "'NIC_Intel-XL710' and
8145            'NF_DENSITY' and
8146            'DOCKER' and
8147            'CHAIN' and
8148            'NF_VPPIP4' and
8149            'IPSEC' and
8150            'TNL_1000' and
8151            'IMIX' and
8152            '4T4C' and
8153            'NDRPDR'"
8154   parameters:
8155   - "throughput"
8156   - "name"
8157   - "tags"
8158   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8159   x-axis: "X = CNFs per Service Chain"
8160   y-axis: "Y = Number of Service Chains"
8161   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8162   layout:
8163     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8164     layout: "plot-service-density"
8165
8166 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8167 - type: "plot"
8168   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8169   algorithm: "plot_nf_heatmap"
8170   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8171   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8172   filter: "'NIC_Intel-XL710' and
8173            'NF_DENSITY' and
8174            'DOCKER' and
8175            'CHAIN' and
8176            'NF_VPPIP4' and
8177            'IPSEC' and
8178            'TNL_1000' and
8179            'IMIX' and
8180            '1T1C' and
8181            'NDRPDR'"
8182   parameters:
8183   - "throughput"
8184   - "name"
8185   - "tags"
8186   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8187   x-axis: "X = CNFs per Service Chain"
8188   y-axis: "Y = Number of Service Chains"
8189   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8190   layout:
8191     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8192     layout: "plot-service-density"
8193
8194 - type: "plot"
8195   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8196   algorithm: "plot_nf_heatmap"
8197   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8198   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8199   filter: "'NIC_Intel-XL710' and
8200            'NF_DENSITY' and
8201            'DOCKER' and
8202            'CHAIN' and
8203            'NF_VPPIP4' and
8204            'IPSEC' and
8205            'TNL_1000' and
8206            'IMIX' and
8207            '2T2C' and
8208            'NDRPDR'"
8209   parameters:
8210   - "throughput"
8211   - "name"
8212   - "tags"
8213   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8214   x-axis: "X = CNFs per Service Chain"
8215   y-axis: "Y = Number of Service Chains"
8216   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8217   layout:
8218     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8219     layout: "plot-service-density"
8220
8221 - type: "plot"
8222   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8223   algorithm: "plot_nf_heatmap"
8224   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8225   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8226   filter: "'NIC_Intel-XL710' and
8227            'NF_DENSITY' and
8228            'DOCKER' and
8229            'CHAIN' and
8230            'NF_VPPIP4' and
8231            'IPSEC' and
8232            'TNL_1000' and
8233            'IMIX' and
8234            '4T4C' and
8235            'NDRPDR'"
8236   parameters:
8237   - "throughput"
8238   - "name"
8239   - "tags"
8240   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8241   x-axis: "X = CNFs per Service Chain"
8242   y-axis: "Y = Number of Service Chains"
8243   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8244   layout:
8245     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8246     layout: "plot-service-density"
8247
8248 ###############################################################################
8249
8250 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8251 - type: "plot"
8252   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8253   algorithm: "plot_nf_heatmap"
8254   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8255   data: "plot-vpp-nfv-3n-skx-mrr"
8256   filter: "'NIC_Intel-XXV710' and
8257            'NF_DENSITY' and
8258            'DOCKER' and
8259            'CHAIN' and
8260            'NF_VPPIP4' and
8261            'IPSEC' and
8262            'TNL_10000' and
8263            'IMIX' and
8264            '2T1C' and
8265            'MRR'"
8266   parameters:
8267   - "result"
8268   - "name"
8269   - "tags"
8270   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8271   x-axis: "X = CNFs per Service Chain"
8272   y-axis: "Y = Number of Service Chains"
8273   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8274   layout:
8275     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8276     layout: "plot-service-density"
8277
8278 - type: "plot"
8279   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8280   algorithm: "plot_nf_heatmap"
8281   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8282   data: "plot-vpp-nfv-3n-skx-mrr"
8283   filter: "'NIC_Intel-XXV710' and
8284            'NF_DENSITY' and
8285            'DOCKER' and
8286            'CHAIN' and
8287            'NF_VPPIP4' and
8288            'IPSEC' and
8289            'TNL_10000' and
8290            'IMIX' and
8291            '4T2C' and
8292            'MRR'"
8293   parameters:
8294   - "result"
8295   - "name"
8296   - "tags"
8297   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8298   x-axis: "X = CNFs per Service Chain"
8299   y-axis: "Y = Number of Service Chains"
8300   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8301   layout:
8302     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8303     layout: "plot-service-density"
8304
8305 - type: "plot"
8306   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8307   algorithm: "plot_nf_heatmap"
8308   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8309   data: "plot-vpp-nfv-3n-skx-mrr"
8310   filter: "'NIC_Intel-XXV710' and
8311            'NF_DENSITY' and
8312            'DOCKER' and
8313            'CHAIN' and
8314            'NF_VPPIP4' and
8315            'IPSEC' and
8316            'TNL_10000' and
8317            'IMIX' and
8318            '8T4C' and
8319            'MRR'"
8320   parameters:
8321   - "result"
8322   - "name"
8323   - "tags"
8324   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8325   x-axis: "X = CNFs per Service Chain"
8326   y-axis: "Y = Number of Service Chains"
8327   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8328   layout:
8329     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8330     layout: "plot-service-density"
8331
8332 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8333 - type: "plot"
8334   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8335   algorithm: "plot_nf_heatmap"
8336   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8337   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8338   filter: "'NIC_Intel-XXV710' and
8339            'NF_DENSITY' and
8340            'DOCKER' and
8341            'CHAIN' and
8342            'NF_VPPIP4' and
8343            'IPSEC' and
8344            'TNL_10000' and
8345            'IMIX' and
8346            '2T1C' and
8347            'NDRPDR'"
8348   parameters:
8349   - "throughput"
8350   - "name"
8351   - "tags"
8352   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8353   x-axis: "X = CNFs per Service Chain"
8354   y-axis: "Y = Number of Service Chains"
8355   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8356   layout:
8357     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8358     layout: "plot-service-density"
8359
8360 - type: "plot"
8361   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8362   algorithm: "plot_nf_heatmap"
8363   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8364   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8365   filter: "'NIC_Intel-XXV710' and
8366            'NF_DENSITY' and
8367            'DOCKER' and
8368            'CHAIN' and
8369            'NF_VPPIP4' and
8370            'IPSEC' and
8371            'TNL_10000' and
8372            'IMIX' and
8373            '4T2C' and
8374            'NDRPDR'"
8375   parameters:
8376   - "throughput"
8377   - "name"
8378   - "tags"
8379   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8380   x-axis: "X = CNFs per Service Chain"
8381   y-axis: "Y = Number of Service Chains"
8382   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8383   layout:
8384     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8385     layout: "plot-service-density"
8386
8387 - type: "plot"
8388   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8389   algorithm: "plot_nf_heatmap"
8390   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8391   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8392   filter: "'NIC_Intel-XXV710' and
8393            'NF_DENSITY' and
8394            'DOCKER' and
8395            'CHAIN' and
8396            'NF_VPPIP4' and
8397            'IPSEC' and
8398            'TNL_10000' and
8399            'IMIX' and
8400            '8T4C' and
8401            'NDRPDR'"
8402   parameters:
8403   - "throughput"
8404   - "name"
8405   - "tags"
8406   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8407   x-axis: "X = CNFs per Service Chain"
8408   y-axis: "Y = Number of Service Chains"
8409   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8410   layout:
8411     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8412     layout: "plot-service-density"
8413
8414 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8415 - type: "plot"
8416   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8417   algorithm: "plot_nf_heatmap"
8418   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8419   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8420   filter: "'NIC_Intel-XXV710' and
8421            'NF_DENSITY' and
8422            'DOCKER' and
8423            'CHAIN' and
8424            'NF_VPPIP4' and
8425            'IPSEC' and
8426            'TNL_10000' and
8427            'IMIX' and
8428            '2T1C' and
8429            'NDRPDR'"
8430   parameters:
8431   - "throughput"
8432   - "name"
8433   - "tags"
8434   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8435   x-axis: "X = CNFs per Service Chain"
8436   y-axis: "Y = Number of Service Chains"
8437   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8438   layout:
8439     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8440     layout: "plot-service-density"
8441
8442 - type: "plot"
8443   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8444   algorithm: "plot_nf_heatmap"
8445   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8446   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8447   filter: "'NIC_Intel-XXV710' and
8448            'NF_DENSITY' and
8449            'DOCKER' and
8450            'CHAIN' and
8451            'NF_VPPIP4' and
8452            'IPSEC' and
8453            'TNL_10000' and
8454            'IMIX' and
8455            '4T2C' and
8456            'NDRPDR'"
8457   parameters:
8458   - "throughput"
8459   - "name"
8460   - "tags"
8461   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8462   x-axis: "X = CNFs per Service Chain"
8463   y-axis: "Y = Number of Service Chains"
8464   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8465   layout:
8466     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8467     layout: "plot-service-density"
8468
8469 - type: "plot"
8470   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8471   algorithm: "plot_nf_heatmap"
8472   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8473   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8474   filter: "'NIC_Intel-XXV710' and
8475            'NF_DENSITY' and
8476            'DOCKER' and
8477            'CHAIN' and
8478            'NF_VPPIP4' and
8479            'IPSEC' and
8480            'TNL_10000' and
8481            'IMIX' and
8482            '8T4C' and
8483            'NDRPDR'"
8484   parameters:
8485   - "throughput"
8486   - "name"
8487   - "tags"
8488   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8489   x-axis: "X = CNFs per Service Chain"
8490   y-axis: "Y = Number of Service Chains"
8491   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8492   layout:
8493     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8494     layout: "plot-service-density"
8495
8496 ###############################################################################
8497
8498 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8499 - type: "plot"
8500   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8501   algorithm: "plot_nf_heatmap"
8502   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8503   data: "plot-vpp-nfv-3n-hsw-mrr"
8504   filter: "'NIC_Intel-XL710' and
8505            'NF_DENSITY' and
8506            'DOCKER' and
8507            'CHAIN' and
8508            'NF_VPPIP4' and
8509            'IMIX' and
8510            'TNL_10000' and
8511            '1T1C' and
8512            'MRR'"
8513   parameters:
8514   - "result"
8515   - "name"
8516   - "tags"
8517   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8518   x-axis: "X = CNFs per Service Chain"
8519   y-axis: "Y = Number of Service Chains"
8520   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8521   layout:
8522     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8523     layout: "plot-service-density"
8524
8525 - type: "plot"
8526   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8527   algorithm: "plot_nf_heatmap"
8528   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8529   data: "plot-vpp-nfv-3n-hsw-mrr"
8530   filter: "'NIC_Intel-XL710' and
8531            'NF_DENSITY' and
8532            'DOCKER' and
8533            'CHAIN' and
8534            'NF_VPPIP4' and
8535            'IPSEC' and
8536            'TNL_10000' and
8537            'IMIX' and
8538            '2T2C' and
8539            'MRR'"
8540   parameters:
8541   - "result"
8542   - "name"
8543   - "tags"
8544   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8545   x-axis: "X = CNFs per Service Chain"
8546   y-axis: "Y = Number of Service Chains"
8547   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8548   layout:
8549     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8550     layout: "plot-service-density"
8551
8552 - type: "plot"
8553   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8554   algorithm: "plot_nf_heatmap"
8555   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8556   data: "plot-vpp-nfv-3n-hsw-mrr"
8557   filter: "'NIC_Intel-XL710' and
8558            'NF_DENSITY' and
8559            'DOCKER' and
8560            'CHAIN' and
8561            'NF_VPPIP4' and
8562            'IPSEC' and
8563            'TNL_10000' and
8564            'IMIX' and
8565            '4T4C' and
8566            'MRR'"
8567   parameters:
8568   - "result"
8569   - "name"
8570   - "tags"
8571   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8572   x-axis: "X = CNFs per Service Chain"
8573   y-axis: "Y = Number of Service Chains"
8574   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8575   layout:
8576     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8577     layout: "plot-service-density"
8578
8579 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8580 - type: "plot"
8581   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8582   algorithm: "plot_nf_heatmap"
8583   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8584   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8585   filter: "'NIC_Intel-XL710' and
8586            'NF_DENSITY' and
8587            'DOCKER' and
8588            'CHAIN' and
8589            'NF_VPPIP4' and
8590            'IPSEC' and
8591            'TNL_10000' and
8592            'IMIX' and
8593            '1T1C' and
8594            'NDRPDR'"
8595   parameters:
8596   - "throughput"
8597   - "name"
8598   - "tags"
8599   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8600   x-axis: "X = CNFs per Service Chain"
8601   y-axis: "Y = Number of Service Chains"
8602   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8603   layout:
8604     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8605     layout: "plot-service-density"
8606
8607 - type: "plot"
8608   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8609   algorithm: "plot_nf_heatmap"
8610   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
8611   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8612   filter: "'NIC_Intel-XL710' and
8613            'NF_DENSITY' and
8614            'DOCKER' and
8615            'CHAIN' and
8616            'NF_VPPIP4' and
8617            'IPSEC' and
8618            'TNL_10000' and
8619            'IMIX' and
8620            '2T2C' and
8621            'NDRPDR'"
8622   parameters:
8623   - "throughput"
8624   - "name"
8625   - "tags"
8626   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8627   x-axis: "X = CNFs per Service Chain"
8628   y-axis: "Y = Number of Service Chains"
8629   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8630   layout:
8631     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8632     layout: "plot-service-density"
8633
8634 - type: "plot"
8635   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8636   algorithm: "plot_nf_heatmap"
8637   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
8638   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8639   filter: "'NIC_Intel-XL710' and
8640            'NF_DENSITY' and
8641            'DOCKER' and
8642            'CHAIN' and
8643            'NF_VPPIP4' and
8644            'IPSEC' and
8645            'TNL_10000' and
8646            'IMIX' and
8647            '4T4C' and
8648            'NDRPDR'"
8649   parameters:
8650   - "throughput"
8651   - "name"
8652   - "tags"
8653   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8654   x-axis: "X = CNFs per Service Chain"
8655   y-axis: "Y = Number of Service Chains"
8656   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8657   layout:
8658     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8659     layout: "plot-service-density"
8660
8661 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8662 - type: "plot"
8663   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8664   algorithm: "plot_nf_heatmap"
8665   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
8666   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8667   filter: "'NIC_Intel-XL710' and
8668            'NF_DENSITY' and
8669            'DOCKER' and
8670            'CHAIN' and
8671            'NF_VPPIP4' and
8672            'IPSEC' and
8673            'TNL_10000' and
8674            'IMIX' and
8675            '1T1C' and
8676            'NDRPDR'"
8677   parameters:
8678   - "throughput"
8679   - "name"
8680   - "tags"
8681   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8682   x-axis: "X = CNFs per Service Chain"
8683   y-axis: "Y = Number of Service Chains"
8684   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8685   layout:
8686     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8687     layout: "plot-service-density"
8688
8689 - type: "plot"
8690   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8691   algorithm: "plot_nf_heatmap"
8692   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
8693   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8694   filter: "'NIC_Intel-XL710' and
8695            'NF_DENSITY' and
8696            'DOCKER' and
8697            'CHAIN' and
8698            'NF_VPPIP4' and
8699            'IPSEC' and
8700            'TNL_10000' and
8701            'IMIX' and
8702            '2T2C' and
8703            'NDRPDR'"
8704   parameters:
8705   - "throughput"
8706   - "name"
8707   - "tags"
8708   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8709   x-axis: "X = CNFs per Service Chain"
8710   y-axis: "Y = Number of Service Chains"
8711   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8712   layout:
8713     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8714     layout: "plot-service-density"
8715
8716 - type: "plot"
8717   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8718   algorithm: "plot_nf_heatmap"
8719   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
8720   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8721   filter: "'NIC_Intel-XL710' and
8722            'NF_DENSITY' and
8723            'DOCKER' and
8724            'CHAIN' and
8725            'NF_VPPIP4' and
8726            'IPSEC' and
8727            'TNL_10000' and
8728            'IMIX' and
8729            '4T4C' and
8730            'NDRPDR'"
8731   parameters:
8732   - "throughput"
8733   - "name"
8734   - "tags"
8735   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8736   x-axis: "X = CNFs per Service Chain"
8737   y-axis: "Y = Number of Service Chains"
8738   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8739   layout:
8740     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8741     layout: "plot-service-density"
8742
8743 ###############################################################################
8744
8745 # Plots - NF Density - CSP - MRR 64b
8746
8747 - type: "plot"
8748   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8749   algorithm: "plot_nf_heatmap"
8750   output-file-type: ".html"
8751   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
8752   data: "plot-vpp-nfv-2n-skx-mrr"
8753   filter: "'NIC_Intel-XXV710' and
8754            'NF_DENSITY' and
8755            'DOCKER' and
8756            'PIPELINE' and
8757            'NF_VPPIP4' and
8758            '64B' and
8759            '2T1C' and
8760            'MRR'"
8761   parameters:
8762   - "result"
8763   - "name"
8764   - "tags"
8765   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8766   x-axis: "X = CNFs per Service Pipeline"
8767   y-axis: "Y = Number of Service Pipelines"
8768   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8769   layout:
8770     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8771     layout: "plot-service-density"
8772
8773 - type: "plot"
8774   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8775   algorithm: "plot_nf_heatmap"
8776   output-file-type: ".html"
8777   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
8778   data: "plot-vpp-nfv-2n-skx-mrr"
8779   filter: "'NIC_Intel-XXV710' and
8780            'NF_DENSITY' and
8781            'DOCKER' and
8782            'PIPELINE' and
8783            'NF_VPPIP4' and
8784            '64B' and
8785            '4T2C' and
8786            'MRR'"
8787   parameters:
8788   - "result"
8789   - "name"
8790   - "tags"
8791   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8792   x-axis: "X = CNFs per Service Pipeline"
8793   y-axis: "Y = Number of Service Pipelines"
8794   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8795   layout:
8796     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8797     layout: "plot-service-density"
8798
8799 - type: "plot"
8800   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8801   algorithm: "plot_nf_heatmap"
8802   output-file-type: ".html"
8803   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
8804   data: "plot-vpp-nfv-2n-skx-mrr"
8805   filter: "'NIC_Intel-XXV710' and
8806            'NF_DENSITY' and
8807            'DOCKER' and
8808            'PIPELINE' and
8809            'NF_VPPIP4' and
8810            '64B' and
8811            '8T4C' and
8812            'MRR'"
8813   parameters:
8814   - "result"
8815   - "name"
8816   - "tags"
8817   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8818   x-axis: "X = CNFs per Service Pipeline"
8819   y-axis: "Y = Number of Service Pipelines"
8820   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8821   layout:
8822     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8823     layout: "plot-service-density"
8824
8825 # Plots - NF Density - CSP - MRR IMIX
8826 - type: "plot"
8827   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8828   algorithm: "plot_nf_heatmap"
8829   output-file-type: ".html"
8830   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
8831   data: "plot-vpp-nfv-2n-skx-mrr"
8832   filter: "'NIC_Intel-XXV710' and
8833            'NF_DENSITY' and
8834            'DOCKER' and
8835            'PIPELINE' and
8836            'NF_VPPIP4' and
8837            'IMIX' and
8838            '2T1C' and
8839            'MRR'"
8840   parameters:
8841   - "result"
8842   - "name"
8843   - "tags"
8844   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8845   x-axis: "X = CNFs per Service Pipeline"
8846   y-axis: "Y = Number of Service Pipelines"
8847   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8848   layout:
8849     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8850     layout: "plot-service-density"
8851
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-skx-xxv710-imix-4t2c-base-csp-mrr"
8857   data: "plot-vpp-nfv-2n-skx-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            '4T2C' 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-skx-xxv710-imix-8t4c-base-csp-mrr"
8883   data: "plot-vpp-nfv-2n-skx-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            '8T4C' 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 # Plots - NF Density - CSP - NDR 64b
8905 - type: "plot"
8906   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8907   algorithm: "plot_nf_heatmap"
8908   output-file-type: ".html"
8909   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
8910   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8911   filter: "'NIC_Intel-XXV710' and
8912            'NF_DENSITY' and
8913            'DOCKER' and
8914            'PIPELINE' and
8915            'NF_VPPIP4' and
8916            '64B' and
8917            '2T1C' and
8918            'NDRPDR'"
8919   parameters:
8920   - "throughput"
8921   - "name"
8922   - "tags"
8923   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8924   x-axis: "X = CNFs per Service Pipeline"
8925   y-axis: "Y = Number of Service Pipelines"
8926   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8927   layout:
8928     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8929     layout: "plot-service-density"
8930
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-skx-xxv710-64b-4t2c-base-csp-ndr"
8936   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8937   filter: "'NIC_Intel-XXV710' and
8938            'NF_DENSITY' and
8939            'DOCKER' and
8940            'PIPELINE' and
8941            'NF_VPPIP4' and
8942            '64B' and
8943            '4T2C' 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: "64B 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-skx-xxv710-64b-8t4c-base-csp-ndr"
8962   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8963   filter: "'NIC_Intel-XXV710' and
8964            'NF_DENSITY' and
8965            'DOCKER' and
8966            'PIPELINE' and
8967            'NF_VPPIP4' and
8968            '64B' and
8969            '8T4C' 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: "64B 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 # Plots - NF Density - CSP - NDR IMIX
8984 - type: "plot"
8985   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
8986   algorithm: "plot_nf_heatmap"
8987   output-file-type: ".html"
8988   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
8989   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8990   filter: "'NIC_Intel-XXV710' and
8991            'NF_DENSITY' and
8992            'DOCKER' and
8993            'PIPELINE' and
8994            'NF_VPPIP4' and
8995            'IMIX' and
8996            '2T1C' and
8997            'NDRPDR'"
8998   parameters:
8999   - "throughput"
9000   - "name"
9001   - "tags"
9002   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9003   x-axis: "X = CNFs per Service Pipeline"
9004   y-axis: "Y = Number of Service Pipelines"
9005   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9006   layout:
9007     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9008     layout: "plot-service-density"
9009
9010 - type: "plot"
9011   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9012   algorithm: "plot_nf_heatmap"
9013   output-file-type: ".html"
9014   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9015   data: "plot-vpp-nfv-2n-skx-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            '4T2C' and
9023            'NDRPDR'"
9024   parameters:
9025   - "throughput"
9026   - "name"
9027   - "tags"
9028   include-tests: "NDR" # "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 NDR) [Mpps]"
9032   layout:
9033     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9034     layout: "plot-service-density"
9035
9036 - type: "plot"
9037   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9038   algorithm: "plot_nf_heatmap"
9039   output-file-type: ".html"
9040   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9041   data: "plot-vpp-nfv-2n-skx-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            '8T4C' and
9049            'NDRPDR'"
9050   parameters:
9051   - "throughput"
9052   - "name"
9053   - "tags"
9054   include-tests: "NDR" # "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 NDR) [Mpps]"
9058   layout:
9059     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9060     layout: "plot-service-density"
9061
9062 # Plots - NF Density - CSP - PDR 64b
9063 - type: "plot"
9064   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9065   algorithm: "plot_nf_heatmap"
9066   output-file-type: ".html"
9067   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9068   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9069   filter: "'NIC_Intel-XXV710' and
9070            'NF_DENSITY' and
9071            'DOCKER' and
9072            'PIPELINE' and
9073            'NF_VPPIP4' and
9074            '64B' and
9075            '2T1C' and
9076            'NDRPDR'"
9077   parameters:
9078   - "throughput"
9079   - "name"
9080   - "tags"
9081   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9082   x-axis: "X = CNFs per Service Pipeline"
9083   y-axis: "Y = Number of Service Pipelines"
9084   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9085   layout:
9086     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9087     layout: "plot-service-density"
9088
9089 - type: "plot"
9090   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9091   algorithm: "plot_nf_heatmap"
9092   output-file-type: ".html"
9093   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9094   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9095   filter: "'NIC_Intel-XXV710' and
9096            'NF_DENSITY' and
9097            'DOCKER' and
9098            'PIPELINE' and
9099            'NF_VPPIP4' and
9100            '64B' and
9101            '4T2C' and
9102            'NDRPDR'"
9103   parameters:
9104   - "throughput"
9105   - "name"
9106   - "tags"
9107   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9108   x-axis: "X = CNFs per Service Pipeline"
9109   y-axis: "Y = Number of Service Pipelines"
9110   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9111   layout:
9112     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9113     layout: "plot-service-density"
9114
9115 - type: "plot"
9116   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9117   algorithm: "plot_nf_heatmap"
9118   output-file-type: ".html"
9119   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9120   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9121   filter: "'NIC_Intel-XXV710' and
9122            'NF_DENSITY' and
9123            'DOCKER' and
9124            'PIPELINE' and
9125            'NF_VPPIP4' and
9126            '64B' and
9127            '8T4C' and
9128            'NDRPDR'"
9129   parameters:
9130   - "throughput"
9131   - "name"
9132   - "tags"
9133   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9134   x-axis: "X = CNFs per Service Pipeline"
9135   y-axis: "Y = Number of Service Pipelines"
9136   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9137   layout:
9138     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9139     layout: "plot-service-density"
9140
9141 # Plots - NF Density - CSP - PDR IMIX
9142 - type: "plot"
9143   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9144   algorithm: "plot_nf_heatmap"
9145   output-file-type: ".html"
9146   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9147   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9148   filter: "'NIC_Intel-XXV710' and
9149            'NF_DENSITY' and
9150            'DOCKER' and
9151            'PIPELINE' and
9152            'NF_VPPIP4' and
9153            'IMIX' and
9154            '2T1C' and
9155            'NDRPDR'"
9156   parameters:
9157   - "throughput"
9158   - "name"
9159   - "tags"
9160   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9161   x-axis: "X = CNFs per Service Pipeline"
9162   y-axis: "Y = Number of Service Pipelines"
9163   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9164   layout:
9165     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9166     layout: "plot-service-density"
9167
9168 - type: "plot"
9169   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9170   algorithm: "plot_nf_heatmap"
9171   output-file-type: ".html"
9172   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9173   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9174   filter: "'NIC_Intel-XXV710' and
9175            'NF_DENSITY' and
9176            'DOCKER' and
9177            'PIPELINE' and
9178            'NF_VPPIP4' and
9179            'IMIX' and
9180            '4T2C' and
9181            'NDRPDR'"
9182   parameters:
9183   - "throughput"
9184   - "name"
9185   - "tags"
9186   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9187   x-axis: "X = CNFs per Service Pipeline"
9188   y-axis: "Y = Number of Service Pipelines"
9189   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9190   layout:
9191     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9192     layout: "plot-service-density"
9193
9194 - type: "plot"
9195   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9196   algorithm: "plot_nf_heatmap"
9197   output-file-type: ".html"
9198   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9199   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9200   filter: "'NIC_Intel-XXV710' and
9201            'NF_DENSITY' and
9202            'DOCKER' and
9203            'PIPELINE' and
9204            'NF_VPPIP4' and
9205            'IMIX' and
9206            '8T4C' and
9207            'NDRPDR'"
9208   parameters:
9209   - "throughput"
9210   - "name"
9211   - "tags"
9212   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9213   x-axis: "X = CNFs per Service Pipeline"
9214   y-axis: "Y = Number of Service Pipelines"
9215   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9216   layout:
9217     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9218     layout: "plot-service-density"
9219
9220 ###############################################################################
9221 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9222
9223 - type: "plot"
9224   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9225   algorithm: "plot_nf_heatmap"
9226   output-file-type: ".html"
9227   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9228   data: "plot-vpp-nfv-2n-clx-mrr"
9229   filter: "'NIC_Intel-XXV710' and
9230            'NF_DENSITY' and
9231            'VHOST' and
9232            not 'VXLAN' and
9233            'CHAIN' and
9234            'NF_VPPIP4' and
9235            'IMIX' and
9236            '2T1C' and
9237            'MRR'"
9238   parameters:
9239   - "result"
9240   - "name"
9241   - "tags"
9242   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9243   x-axis: "X = VNFs per Service Chain"
9244   y-axis: "Y = Number of Service Chains"
9245   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9246   layout:
9247     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9248     layout: "plot-service-density"
9249
9250 - type: "plot"
9251   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9252   algorithm: "plot_nf_heatmap"
9253   output-file-type: ".html"
9254   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9255   data: "plot-vpp-nfv-2n-clx-mrr"
9256   filter: "'NIC_Intel-XXV710' and
9257            'NF_DENSITY' and
9258            'VHOST' and
9259            not 'VXLAN' and
9260            'CHAIN' and
9261            'NF_VPPIP4' and
9262            'IMIX' and
9263            '4T2C' and
9264            'MRR'"
9265   parameters:
9266   - "result"
9267   - "name"
9268   - "tags"
9269   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9270   x-axis: "X = VNFs per Service Chain"
9271   y-axis: "Y = Number of Service Chains"
9272   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9273   layout:
9274     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9275     layout: "plot-service-density"
9276
9277 - type: "plot"
9278   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9279   algorithm: "plot_nf_heatmap"
9280   output-file-type: ".html"
9281   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9282   data: "plot-vpp-nfv-2n-clx-mrr"
9283   filter: "'NIC_Intel-XXV710' and
9284            'NF_DENSITY' and
9285            'VHOST' and
9286            not 'VXLAN' and
9287            'CHAIN' and
9288            'NF_VPPIP4' and
9289            'IMIX' and
9290            '8T4C' and
9291            'MRR'"
9292   parameters:
9293   - "result"
9294   - "name"
9295   - "tags"
9296   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9297   x-axis: "X = VNFs per Service Chain"
9298   y-axis: "Y = Number of Service Chains"
9299   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9300   layout:
9301     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9302     layout: "plot-service-density"
9303
9304 # Plots - NF Density - VSC - NDR IMIX
9305 - type: "plot"
9306   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9307   algorithm: "plot_nf_heatmap"
9308   output-file-type: ".html"
9309   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9310   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9311   filter: "'NIC_Intel-XXV710' and
9312            'NF_DENSITY' and
9313            'VHOST' and
9314            not 'VXLAN' and
9315            'CHAIN' and
9316            'NF_VPPIP4' and
9317            'IMIX' and
9318            '2T1C' and
9319            'NDRPDR'"
9320   parameters:
9321   - "throughput"
9322   - "name"
9323   - "tags"
9324   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9325   x-axis: "X = VNFs per Service Chain"
9326   y-axis: "Y = Number of Service Chains"
9327   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9328   layout:
9329     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9330     layout: "plot-service-density"
9331
9332 - type: "plot"
9333   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9334   algorithm: "plot_nf_heatmap"
9335   output-file-type: ".html"
9336   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9337   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9338   filter: "'NIC_Intel-XXV710' and
9339            'NF_DENSITY' and
9340            'VHOST' and
9341            not 'VXLAN' and
9342            'CHAIN' and
9343            'NF_VPPIP4' and
9344            'IMIX' and
9345            '4T2C' and
9346            'NDRPDR'"
9347   parameters:
9348   - "throughput"
9349   - "name"
9350   - "tags"
9351   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9352   x-axis: "X = VNFs per Service Chain"
9353   y-axis: "Y = Number of Service Chains"
9354   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9355   layout:
9356     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9357     layout: "plot-service-density"
9358
9359 - type: "plot"
9360   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9361   algorithm: "plot_nf_heatmap"
9362   output-file-type: ".html"
9363   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9364   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9365   filter: "'NIC_Intel-XXV710' and
9366            'NF_DENSITY' and
9367            'VHOST' and
9368            not 'VXLAN' and
9369            'CHAIN' and
9370            'NF_VPPIP4' and
9371            'IMIX' and
9372            '8T4C' and
9373            'NDRPDR'"
9374   parameters:
9375   - "throughput"
9376   - "name"
9377   - "tags"
9378   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9379   x-axis: "X = VNFs per Service Chain"
9380   y-axis: "Y = Number of Service Chains"
9381   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9382   layout:
9383     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9384     layout: "plot-service-density"
9385
9386 # Plots - NF Density - VSC - PDR IMIX
9387 - type: "plot"
9388   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9389   algorithm: "plot_nf_heatmap"
9390   output-file-type: ".html"
9391   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9392   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9393   filter: "'NIC_Intel-XXV710' and
9394            'NF_DENSITY' and
9395            'VHOST' and
9396            not 'VXLAN' and
9397            'CHAIN' and
9398            'NF_VPPIP4' and
9399            'IMIX' and
9400            '2T1C' and
9401            'NDRPDR'"
9402   parameters:
9403   - "throughput"
9404   - "name"
9405   - "tags"
9406   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9407   x-axis: "X = VNFs per Service Chain"
9408   y-axis: "Y = Number of Service Chains"
9409   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9410   layout:
9411     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9412     layout: "plot-service-density"
9413
9414 - type: "plot"
9415   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9416   algorithm: "plot_nf_heatmap"
9417   output-file-type: ".html"
9418   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9419   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9420   filter: "'NIC_Intel-XXV710' and
9421            'NF_DENSITY' and
9422            'VHOST' and
9423            not 'VXLAN' and
9424            'CHAIN' and
9425            'NF_VPPIP4' and
9426            'IMIX' and
9427            '4T2C' and
9428            'NDRPDR'"
9429   parameters:
9430   - "throughput"
9431   - "name"
9432   - "tags"
9433   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9434   x-axis: "X = VNFs per Service Chain"
9435   y-axis: "Y = Number of Service Chains"
9436   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9437   layout:
9438     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9439     layout: "plot-service-density"
9440
9441 - type: "plot"
9442   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9443   algorithm: "plot_nf_heatmap"
9444   output-file-type: ".html"
9445   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9446   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9447   filter: "'NIC_Intel-XXV710' and
9448            'NF_DENSITY' and
9449            'VHOST' and
9450            not 'VXLAN' and
9451            'CHAIN' and
9452            'NF_VPPIP4' and
9453            'IMIX' and
9454            '8T4C' and
9455            'NDRPDR'"
9456   parameters:
9457   - "throughput"
9458   - "name"
9459   - "tags"
9460   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9461   x-axis: "X = VNFs per Service Chain"
9462   y-axis: "Y = Number of Service Chains"
9463   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9464   layout:
9465     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9466     layout: "plot-service-density"
9467
9468 # Plots - NF Density - VSC - MRR IMIX
9469 - type: "plot"
9470   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9471   algorithm: "plot_nf_heatmap"
9472   output-file-type: ".html"
9473   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9474   data: "plot-vpp-nfv-2n-clx-mrr"
9475   filter: "'NIC_Intel-XXV710' and
9476            'NF_DENSITY' and
9477            'VHOST' and
9478            'VXLAN' and
9479            'CHAIN' and
9480            'IMIX' and
9481            '2T1C' and
9482            'MRR'"
9483   parameters:
9484   - "result"
9485   - "name"
9486   - "tags"
9487   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9488   x-axis: "X = VNFs per Service Chain"
9489   y-axis: "Y = Number of Service Chains"
9490   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9491   layout:
9492     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9493     layout: "plot-service-density"
9494
9495 - type: "plot"
9496   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9497   algorithm: "plot_nf_heatmap"
9498   output-file-type: ".html"
9499   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9500   data: "plot-vpp-nfv-2n-clx-mrr"
9501   filter: "'NIC_Intel-XXV710' and
9502            'NF_DENSITY' and
9503            'VHOST' and
9504            'VXLAN' and
9505            'CHAIN' and
9506            'IMIX' and
9507            '4T2C' and
9508            'MRR'"
9509   parameters:
9510   - "result"
9511   - "name"
9512   - "tags"
9513   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9514   x-axis: "X = VNFs per Service Chain"
9515   y-axis: "Y = Number of Service Chains"
9516   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9517   layout:
9518     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9519     layout: "plot-service-density"
9520
9521 - type: "plot"
9522   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9523   algorithm: "plot_nf_heatmap"
9524   output-file-type: ".html"
9525   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9526   data: "plot-vpp-nfv-2n-clx-mrr"
9527   filter: "'NIC_Intel-XXV710' and
9528            'NF_DENSITY' and
9529            'VHOST' and
9530            'VXLAN' and
9531            'CHAIN' and
9532            'IMIX' and
9533            '8T4C' and
9534            'MRR'"
9535   parameters:
9536   - "result"
9537   - "name"
9538   - "tags"
9539   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9540   x-axis: "X = VNFs per Service Chain"
9541   y-axis: "Y = Number of Service Chains"
9542   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9543   layout:
9544     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9545     layout: "plot-service-density"
9546
9547 # Plots - NF Density - VSC - NDR IMIX
9548 - type: "plot"
9549   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9550   algorithm: "plot_nf_heatmap"
9551   output-file-type: ".html"
9552   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9553   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9554   filter: "'NIC_Intel-XXV710' and
9555            'NF_DENSITY' and
9556            'VHOST' and
9557            'VXLAN' and
9558            'CHAIN' a
9559            'IMIX' and
9560            '2T1C' and
9561            'NDRPDR'"
9562   parameters:
9563   - "throughput"
9564   - "name"
9565   - "tags"
9566   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9567   x-axis: "X = VNFs per Service Chain"
9568   y-axis: "Y = Number of Service Chains"
9569   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9570   layout:
9571     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9572     layout: "plot-service-density"
9573
9574 - type: "plot"
9575   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9576   algorithm: "plot_nf_heatmap"
9577   output-file-type: ".html"
9578   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9579   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9580   filter: "'NIC_Intel-XXV710' and
9581            'NF_DENSITY' and
9582            'VHOST' and
9583            'VXLAN' and
9584            'CHAIN' and
9585            'IMIX' and
9586            '4T2C' and
9587            'NDRPDR'"
9588   parameters:
9589   - "throughput"
9590   - "name"
9591   - "tags"
9592   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9593   x-axis: "X = VNFs per Service Chain"
9594   y-axis: "Y = Number of Service Chains"
9595   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9596   layout:
9597     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9598     layout: "plot-service-density"
9599
9600 - type: "plot"
9601   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9602   algorithm: "plot_nf_heatmap"
9603   output-file-type: ".html"
9604   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9605   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9606   filter: "'NIC_Intel-XXV710' and
9607            'NF_DENSITY' and
9608            'VHOST' and
9609            'VXLAN' and
9610            'CHAIN' and
9611            'IMIX' and
9612            '8T4C' and
9613            'NDRPDR'"
9614   parameters:
9615   - "throughput"
9616   - "name"
9617   - "tags"
9618   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9619   x-axis: "X = VNFs per Service Chain"
9620   y-axis: "Y = Number of Service Chains"
9621   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9622   layout:
9623     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9624     layout: "plot-service-density"
9625
9626 # Plots - NF Density - VSC - PDR IMIX
9627 - type: "plot"
9628   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9629   algorithm: "plot_nf_heatmap"
9630   output-file-type: ".html"
9631   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9632   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9633   filter: "'NIC_Intel-XXV710' and
9634            'NF_DENSITY' and
9635            'VHOST' and
9636            'VXLAN' and
9637            'CHAIN' and
9638            'IMIX' and
9639            '2T1C' and
9640            'NDRPDR'"
9641   parameters:
9642   - "throughput"
9643   - "name"
9644   - "tags"
9645   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9646   x-axis: "X = VNFs per Service Chain"
9647   y-axis: "Y = Number of Service Chains"
9648   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9649   layout:
9650     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9651     layout: "plot-service-density"
9652
9653 - type: "plot"
9654   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9655   algorithm: "plot_nf_heatmap"
9656   output-file-type: ".html"
9657   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9658   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9659   filter: "'NIC_Intel-XXV710' and
9660            'NF_DENSITY' and
9661            'VHOST' and
9662            'VXLAN' and
9663            'CHAIN' and
9664            'IMIX' and
9665            '4T2C' and
9666            'NDRPDR'"
9667   parameters:
9668   - "throughput"
9669   - "name"
9670   - "tags"
9671   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9672   x-axis: "X = VNFs per Service Chain"
9673   y-axis: "Y = Number of Service Chains"
9674   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9675   layout:
9676     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9677     layout: "plot-service-density"
9678
9679 - type: "plot"
9680   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9681   algorithm: "plot_nf_heatmap"
9682   output-file-type: ".html"
9683   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9684   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9685   filter: "'NIC_Intel-XXV710' and
9686            'NF_DENSITY' and
9687            'VHOST' and
9688            'VXLAN' and
9689            'CHAIN' and
9690            'IMIX' and
9691            '8T4C' and
9692            'NDRPDR'"
9693   parameters:
9694   - "throughput"
9695   - "name"
9696   - "tags"
9697   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9698   x-axis: "X = VNFs per Service Chain"
9699   y-axis: "Y = Number of Service Chains"
9700   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9701   layout:
9702     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9703     layout: "plot-service-density"
9704
9705 # Plots - NF Density - CSC - MRR IMIX
9706 - type: "plot"
9707   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9708   algorithm: "plot_nf_heatmap"
9709   output-file-type: ".html"
9710   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
9711   data: "plot-vpp-nfv-2n-clx-mrr"
9712   filter: "'NIC_Intel-XXV710' and
9713            'NF_DENSITY' and
9714            'DOCKER' and
9715            'CHAIN' and
9716            'NF_VPPIP4' and
9717            'IMIX' and
9718            '2T1C' and
9719            'MRR'"
9720   parameters:
9721   - "result"
9722   - "name"
9723   - "tags"
9724   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9725   x-axis: "X = CNFs per Service Chain"
9726   y-axis: "Y = Number of Service Chains"
9727   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9728   layout:
9729     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9730     layout: "plot-service-density"
9731
9732 - type: "plot"
9733   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9734   algorithm: "plot_nf_heatmap"
9735   output-file-type: ".html"
9736   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
9737   data: "plot-vpp-nfv-2n-clx-mrr"
9738   filter: "'NIC_Intel-XXV710' and
9739            'NF_DENSITY' and
9740            'DOCKER' and
9741            'CHAIN' and
9742            'NF_VPPIP4' and
9743            'IMIX' and
9744            '4T2C' and
9745            'MRR'"
9746   parameters:
9747   - "result"
9748   - "name"
9749   - "tags"
9750   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9751   x-axis: "X = CNFs per Service Chain"
9752   y-axis: "Y = Number of Service Chains"
9753   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9754   layout:
9755     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9756     layout: "plot-service-density"
9757
9758 - type: "plot"
9759   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9760   algorithm: "plot_nf_heatmap"
9761   output-file-type: ".html"
9762   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
9763   data: "plot-vpp-nfv-2n-clx-mrr"
9764   filter: "'NIC_Intel-XXV710' and
9765            'NF_DENSITY' and
9766            'DOCKER' and
9767            'CHAIN' and
9768            'NF_VPPIP4' and
9769            'IMIX' and
9770            '8T4C' and
9771            'MRR'"
9772   parameters:
9773   - "result"
9774   - "name"
9775   - "tags"
9776   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9777   x-axis: "X = CNFs per Service Chain"
9778   y-axis: "Y = Number of Service Chains"
9779   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9780   layout:
9781     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9782     layout: "plot-service-density"
9783
9784 # Plots - NF Density - CSC - NDR IMIX
9785 - type: "plot"
9786   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9787   algorithm: "plot_nf_heatmap"
9788   output-file-type: ".html"
9789   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
9790   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9791   filter: "'NIC_Intel-XXV710' and
9792            'NF_DENSITY' and
9793            'DOCKER' and
9794            'CHAIN' and
9795            'NF_VPPIP4' and
9796            'IMIX' and
9797            '2T1C' and
9798            'NDRPDR'"
9799   parameters:
9800   - "throughput"
9801   - "name"
9802   - "tags"
9803   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9804   x-axis: "X = CNFs per Service Chain"
9805   y-axis: "Y = Number of Service Chains"
9806   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9807   layout:
9808     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9809     layout: "plot-service-density"
9810
9811 - type: "plot"
9812   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9813   algorithm: "plot_nf_heatmap"
9814   output-file-type: ".html"
9815   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
9816   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9817   filter: "'NIC_Intel-XXV710' and
9818            'NF_DENSITY' and
9819            'DOCKER' and
9820            'CHAIN' and
9821            'NF_VPPIP4' and
9822            'IMIX' and
9823            '4T2C' and
9824            'NDRPDR'"
9825   parameters:
9826   - "throughput"
9827   - "name"
9828   - "tags"
9829   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9830   x-axis: "X = CNFs per Service Chain"
9831   y-axis: "Y = Number of Service Chains"
9832   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9833   layout:
9834     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9835     layout: "plot-service-density"
9836
9837 - type: "plot"
9838   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9839   algorithm: "plot_nf_heatmap"
9840   output-file-type: ".html"
9841   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
9842   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9843   filter: "'NIC_Intel-XXV710' and
9844            'NF_DENSITY' and
9845            'DOCKER' and
9846            'CHAIN' and
9847            'NF_VPPIP4' and
9848            'IMIX' and
9849            '8T4C' and
9850            'NDRPDR'"
9851   parameters:
9852   - "throughput"
9853   - "name"
9854   - "tags"
9855   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9856   x-axis: "X = CNFs per Service Chain"
9857   y-axis: "Y = Number of Service Chains"
9858   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9859   layout:
9860     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9861     layout: "plot-service-density"
9862
9863 # Plots - NF Density - CSC - PDR IMIX
9864 - type: "plot"
9865   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9866   algorithm: "plot_nf_heatmap"
9867   output-file-type: ".html"
9868   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
9869   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9870   filter: "'NIC_Intel-XXV710' and
9871            'NF_DENSITY' and
9872            'DOCKER' and
9873            'CHAIN' and
9874            'NF_VPPIP4' and
9875            'IMIX' and
9876            '2T1C' and
9877            'NDRPDR'"
9878   parameters:
9879   - "throughput"
9880   - "name"
9881   - "tags"
9882   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9883   x-axis: "X = CNFs per Service Chain"
9884   y-axis: "Y = Number of Service Chains"
9885   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9886   layout:
9887     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9888     layout: "plot-service-density"
9889
9890 - type: "plot"
9891   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9892   algorithm: "plot_nf_heatmap"
9893   output-file-type: ".html"
9894   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
9895   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9896   filter: "'NIC_Intel-XXV710' and
9897            'NF_DENSITY' and
9898            'DOCKER' and
9899            'CHAIN' and
9900            'NF_VPPIP4' and
9901            'IMIX' and
9902            '4T2C' and
9903            'NDRPDR'"
9904   parameters:
9905   - "throughput"
9906   - "name"
9907   - "tags"
9908   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9909   x-axis: "X = CNFs per Service Chain"
9910   y-axis: "Y = Number of Service Chains"
9911   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9912   layout:
9913     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9914     layout: "plot-service-density"
9915
9916 - type: "plot"
9917   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9918   algorithm: "plot_nf_heatmap"
9919   output-file-type: ".html"
9920   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
9921   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9922   filter: "'NIC_Intel-XXV710' and
9923            'NF_DENSITY' and
9924            'DOCKER' and
9925            'CHAIN' and
9926            'NF_VPPIP4' and
9927            'IMIX' and
9928            '8T4C' and
9929            'NDRPDR'"
9930   parameters:
9931   - "throughput"
9932   - "name"
9933   - "tags"
9934   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9935   x-axis: "X = CNFs per Service Chain"
9936   y-axis: "Y = Number of Service Chains"
9937   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9938   layout:
9939     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9940     layout: "plot-service-density"
9941
9942 # Plots - NF Density - CSP - MRR IMIX
9943 - type: "plot"
9944   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9945   algorithm: "plot_nf_heatmap"
9946   output-file-type: ".html"
9947   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
9948   data: "plot-vpp-nfv-2n-clx-mrr"
9949   filter: "'NIC_Intel-XXV710' and
9950            'NF_DENSITY' and
9951            'DOCKER' and
9952            'PIPELINE' and
9953            'NF_VPPIP4' and
9954            'IMIX' and
9955            '2T1C' and
9956            'MRR'"
9957   parameters:
9958   - "result"
9959   - "name"
9960   - "tags"
9961   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9962   x-axis: "X = CNFs per Service Pipeline"
9963   y-axis: "Y = Number of Service Pipelines"
9964   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9965   layout:
9966     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9967     layout: "plot-service-density"
9968
9969 - type: "plot"
9970   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9971   algorithm: "plot_nf_heatmap"
9972   output-file-type: ".html"
9973   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
9974   data: "plot-vpp-nfv-2n-clx-mrr"
9975   filter: "'NIC_Intel-XXV710' and
9976            'NF_DENSITY' and
9977            'DOCKER' and
9978            'PIPELINE' and
9979            'NF_VPPIP4' and
9980            'IMIX' and
9981            '4T2C' and
9982            'MRR'"
9983   parameters:
9984   - "result"
9985   - "name"
9986   - "tags"
9987   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9988   x-axis: "X = CNFs per Service Pipeline"
9989   y-axis: "Y = Number of Service Pipelines"
9990   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9991   layout:
9992     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9993     layout: "plot-service-density"
9994
9995 - type: "plot"
9996   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9997   algorithm: "plot_nf_heatmap"
9998   output-file-type: ".html"
9999   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10000   data: "plot-vpp-nfv-2n-clx-mrr"
10001   filter: "'NIC_Intel-XXV710' and
10002            'NF_DENSITY' and
10003            'DOCKER' and
10004            'PIPELINE' and
10005            'NF_VPPIP4' and
10006            'IMIX' and
10007            '8T4C' and
10008            'MRR'"
10009   parameters:
10010   - "result"
10011   - "name"
10012   - "tags"
10013   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10014   x-axis: "X = CNFs per Service Pipeline"
10015   y-axis: "Y = Number of Service Pipelines"
10016   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10017   layout:
10018     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10019     layout: "plot-service-density"
10020
10021 # Plots - NF Density - CSP - NDR IMIX
10022 - type: "plot"
10023   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10024   algorithm: "plot_nf_heatmap"
10025   output-file-type: ".html"
10026   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10027   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10028   filter: "'NIC_Intel-XXV710' and
10029            'NF_DENSITY' and
10030            'DOCKER' and
10031            'PIPELINE' and
10032            'NF_VPPIP4' and
10033            'IMIX' and
10034            '2T1C' and
10035            'NDRPDR'"
10036   parameters:
10037   - "throughput"
10038   - "name"
10039   - "tags"
10040   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10041   x-axis: "X = CNFs per Service Pipeline"
10042   y-axis: "Y = Number of Service Pipelines"
10043   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10044   layout:
10045     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10046     layout: "plot-service-density"
10047
10048 - type: "plot"
10049   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10050   algorithm: "plot_nf_heatmap"
10051   output-file-type: ".html"
10052   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10053   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10054   filter: "'NIC_Intel-XXV710' and
10055            'NF_DENSITY' and
10056            'DOCKER' and
10057            'PIPELINE' and
10058            'NF_VPPIP4' and
10059            'IMIX' and
10060            '4T2C' and
10061            'NDRPDR'"
10062   parameters:
10063   - "throughput"
10064   - "name"
10065   - "tags"
10066   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10067   x-axis: "X = CNFs per Service Pipeline"
10068   y-axis: "Y = Number of Service Pipelines"
10069   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10070   layout:
10071     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10072     layout: "plot-service-density"
10073
10074 - type: "plot"
10075   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10076   algorithm: "plot_nf_heatmap"
10077   output-file-type: ".html"
10078   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10079   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10080   filter: "'NIC_Intel-XXV710' and
10081            'NF_DENSITY' and
10082            'DOCKER' and
10083            'PIPELINE' and
10084            'NF_VPPIP4' and
10085            'IMIX' and
10086            '8T4C' and
10087            'NDRPDR'"
10088   parameters:
10089   - "throughput"
10090   - "name"
10091   - "tags"
10092   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10093   x-axis: "X = CNFs per Service Pipeline"
10094   y-axis: "Y = Number of Service Pipelines"
10095   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10096   layout:
10097     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10098     layout: "plot-service-density"
10099
10100 # Plots - NF Density - CSP - PDR IMIX
10101 - type: "plot"
10102   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10103   algorithm: "plot_nf_heatmap"
10104   output-file-type: ".html"
10105   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10106   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10107   filter: "'NIC_Intel-XXV710' and
10108            'NF_DENSITY' and
10109            'DOCKER' and
10110            'PIPELINE' and
10111            'NF_VPPIP4' and
10112            'IMIX' and
10113            '2T1C' and
10114            'NDRPDR'"
10115   parameters:
10116   - "throughput"
10117   - "name"
10118   - "tags"
10119   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10120   x-axis: "X = CNFs per Service Pipeline"
10121   y-axis: "Y = Number of Service Pipelines"
10122   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10123   layout:
10124     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10125     layout: "plot-service-density"
10126
10127 - type: "plot"
10128   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10129   algorithm: "plot_nf_heatmap"
10130   output-file-type: ".html"
10131   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10132   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10133   filter: "'NIC_Intel-XXV710' and
10134            'NF_DENSITY' and
10135            'DOCKER' and
10136            'PIPELINE' and
10137            'NF_VPPIP4' and
10138            'IMIX' and
10139            '4T2C' and
10140            'NDRPDR'"
10141   parameters:
10142   - "throughput"
10143   - "name"
10144   - "tags"
10145   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10146   x-axis: "X = CNFs per Service Pipeline"
10147   y-axis: "Y = Number of Service Pipelines"
10148   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10149   layout:
10150     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10151     layout: "plot-service-density"
10152
10153 - type: "plot"
10154   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10155   algorithm: "plot_nf_heatmap"
10156   output-file-type: ".html"
10157   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10158   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10159   filter: "'NIC_Intel-XXV710' and
10160            'NF_DENSITY' and
10161            'DOCKER' and
10162            'PIPELINE' and
10163            'NF_VPPIP4' and
10164            'IMIX' and
10165            '8T4C' and
10166            'NDRPDR'"
10167   parameters:
10168   - "throughput"
10169   - "name"
10170   - "tags"
10171   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10172   x-axis: "X = CNFs per Service Pipeline"
10173   y-axis: "Y = Number of Service Pipelines"
10174   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10175   layout:
10176     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10177     layout: "plot-service-density"
10178
10179 ################################################################################
10180
10181 # Packet Throughput
10182
10183 - type: "plot"
10184   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
10185   algorithm: "plot_perf_box_name"
10186   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
10187   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10188   include:
10189     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10190     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10191     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10192     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10193   layout:
10194     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
10195     layout: "plot-throughput"
10196
10197 - type: "plot"
10198   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
10199   algorithm: "plot_perf_box_name"
10200   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
10201   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10202   include:
10203     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10204     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10205     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10206     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10207   layout:
10208     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
10209     layout: "plot-throughput"
10210
10211 - type: "plot"
10212   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
10213   algorithm: "plot_perf_box_name"
10214   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
10215   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10216   include:
10217     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10218     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10219     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10220     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10221     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10222   layout:
10223     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
10224     layout: "plot-throughput"
10225
10226 - type: "plot"
10227   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
10228   algorithm: "plot_perf_box_name"
10229   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
10230   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10231   include:
10232     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10233     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10234     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10235     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10236     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10237   layout:
10238     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
10239     layout: "plot-throughput"
10240
10241 - type: "plot"
10242   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10243   algorithm: "plot_perf_box_name"
10244   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10245   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10246   include:
10247     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10248     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10249     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10250     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10251     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10252   layout:
10253     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10254     layout: "plot-throughput"
10255
10256 - type: "plot"
10257   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10258   algorithm: "plot_perf_box_name"
10259   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10260   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10261   include:
10262     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10263     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10264     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10265     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10266     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10267   layout:
10268     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10269     layout: "plot-throughput"
10270
10271 - type: "plot"
10272   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
10273   algorithm: "plot_perf_box_name"
10274   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
10275   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10276   include:
10277     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10278     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10279     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10280     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10281     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10282   layout:
10283     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
10284     layout: "plot-throughput"
10285
10286 - type: "plot"
10287   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
10288   algorithm: "plot_perf_box_name"
10289   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
10290   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10291   include:
10292     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10293     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10294     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10295     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10296     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10297   layout:
10298     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
10299     layout: "plot-throughput"
10300
10301 - type: "plot"
10302   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10303   algorithm: "plot_perf_box_name"
10304   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10305   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10306   include:
10307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10311   layout:
10312     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10313     layout: "plot-throughput"
10314
10315 - type: "plot"
10316   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10317   algorithm: "plot_perf_box_name"
10318   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10319   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10320   include:
10321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10325   layout:
10326     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10327     layout: "plot-throughput"
10328
10329 - type: "plot"
10330   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
10331   algorithm: "plot_perf_box_name"
10332   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
10333   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10334   include:
10335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10340   layout:
10341     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
10342     layout: "plot-throughput"
10343
10344 - type: "plot"
10345   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
10346   algorithm: "plot_perf_box_name"
10347   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
10348   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10349   include:
10350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10355   layout:
10356     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
10357     layout: "plot-throughput"
10358
10359 - type: "plot"
10360   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
10361   algorithm: "plot_perf_box_name"
10362   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
10363   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10364   include:
10365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10371   layout:
10372     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
10373     layout: "plot-throughput"
10374
10375 - type: "plot"
10376   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
10377   algorithm: "plot_perf_box_name"
10378   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
10379   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10380   include:
10381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10382     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10383     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10384     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10385     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10387   layout:
10388     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
10389     layout: "plot-throughput"
10390
10391 - type: "plot"
10392   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
10393   algorithm: "plot_perf_box_name"
10394   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
10395   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10396   include:
10397     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10398     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10399     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10400   layout:
10401     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
10402     layout: "plot-throughput"
10403
10404 - type: "plot"
10405   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
10406   algorithm: "plot_perf_box_name"
10407   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
10408   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10409   include:
10410     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10411     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10412     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10413   layout:
10414     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
10415     layout: "plot-throughput"
10416
10417 - type: "plot"
10418   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
10419   algorithm: "plot_perf_box_name"
10420   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
10421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10422   include:
10423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10424     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10425     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10426     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10427     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10428   layout:
10429     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
10430     layout: "plot-throughput"
10431
10432 - type: "plot"
10433   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
10434   algorithm: "plot_perf_box_name"
10435   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
10436   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10437   include:
10438     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10439     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10440     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10441     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10442     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10443   layout:
10444     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
10445     layout: "plot-throughput"
10446
10447 - type: "plot"
10448   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10449   algorithm: "plot_perf_box_name"
10450   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10451   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10452   include:
10453     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10454     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10455     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10456     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10457   layout:
10458     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10459     layout: "plot-throughput"
10460
10461 - type: "plot"
10462   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10463   algorithm: "plot_perf_box_name"
10464   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10465   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10466   include:
10467     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10468     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10469     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10470     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10471   layout:
10472     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10473     layout: "plot-throughput"
10474
10475 - type: "plot"
10476   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
10477   algorithm: "plot_perf_box_name"
10478   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
10479   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10480   include:
10481     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10482     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10483     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10484     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10485     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10486   layout:
10487     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
10488     layout: "plot-throughput"
10489
10490 - type: "plot"
10491   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
10492   algorithm: "plot_perf_box_name"
10493   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
10494   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10495   include:
10496     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10497     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10498     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10499     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10500     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10501   layout:
10502     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
10503     layout: "plot-throughput"
10504
10505 - type: "plot"
10506   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
10507   algorithm: "plot_perf_box_name"
10508   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
10509   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10510   include:
10511     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10512     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10513     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10514     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10515     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10516     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10517   layout:
10518     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
10519     layout: "plot-throughput"
10520
10521 - type: "plot"
10522   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
10523   algorithm: "plot_perf_box_name"
10524   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
10525   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10526   include:
10527     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10528     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10529     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10530     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10531     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10532     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10533   layout:
10534     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
10535     layout: "plot-throughput"
10536
10537 - type: "plot"
10538   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10539   algorithm: "plot_perf_box_name"
10540   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10541   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10542   include:
10543     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10544     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10545     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10546     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10547     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10548   layout:
10549     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10550     layout: "plot-throughput"
10551
10552 - type: "plot"
10553   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10554   algorithm: "plot_perf_box_name"
10555   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10556   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10557   include:
10558     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10559     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10560     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10561     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10562     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10563   layout:
10564     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10565     layout: "plot-throughput"
10566
10567 - type: "plot"
10568   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10569   algorithm: "plot_perf_box_name"
10570   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10571   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10572   include:
10573     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10574     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10575     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10576     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10577     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10578     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10579   layout:
10580     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10581     layout: "plot-throughput"
10582
10583 - type: "plot"
10584   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10585   algorithm: "plot_perf_box_name"
10586   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10587   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10588   include:
10589     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10590     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10591     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10592     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10593     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10594     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10595   layout:
10596     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10597     layout: "plot-throughput"
10598
10599 - type: "plot"
10600   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10601   algorithm: "plot_perf_box_name"
10602   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10603   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10604   include:
10605     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10606     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10607     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10608     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10609     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10610   layout:
10611     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10612     layout: "plot-throughput"
10613
10614 - type: "plot"
10615   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10616   algorithm: "plot_perf_box_name"
10617   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10618   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10619   include:
10620     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10621     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10622     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10623     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10624     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10625   layout:
10626     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10627     layout: "plot-throughput"
10628
10629 - type: "plot"
10630   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10631   algorithm: "plot_perf_box_name"
10632   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10633   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10634   include:
10635     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10636     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10637     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10638     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10639     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10640     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10641   layout:
10642     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10643     layout: "plot-throughput"
10644
10645 - type: "plot"
10646   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10647   algorithm: "plot_perf_box_name"
10648   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10649   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10650   include:
10651     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10652     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10653     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10654     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10655     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10656     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10657   layout:
10658     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10659     layout: "plot-throughput"
10660
10661 - type: "plot"
10662   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10663   algorithm: "plot_perf_box_name"
10664   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10665   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10666   include:
10667     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10668     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10669     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10670     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10671     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10672   layout:
10673     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10674     layout: "plot-throughput"
10675
10676 - type: "plot"
10677   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10678   algorithm: "plot_perf_box_name"
10679   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10680   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10681   include:
10682     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10683     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10684     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10685     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10686     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10687   layout:
10688     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10689     layout: "plot-throughput"
10690
10691 - type: "plot"
10692   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10693   algorithm: "plot_perf_box_name"
10694   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10695   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10696   include:
10697     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10698     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10699     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10700     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10701     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10702     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10703   layout:
10704     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10705     layout: "plot-throughput"
10706
10707 - type: "plot"
10708   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10709   algorithm: "plot_perf_box_name"
10710   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10711   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10712   include:
10713     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10714     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10715     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10716     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10717     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10718     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10719   layout:
10720     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10721     layout: "plot-throughput"
10722
10723 - type: "plot"
10724   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
10725   algorithm: "plot_perf_box_name"
10726   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
10727   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10728   include:
10729     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10730     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10731   layout:
10732     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
10733     layout: "plot-throughput"
10734
10735 - type: "plot"
10736   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
10737   algorithm: "plot_perf_box_name"
10738   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
10739   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10740   include:
10741     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10742     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10743   layout:
10744     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
10745     layout: "plot-throughput"
10746
10747 - type: "plot"
10748   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
10749   algorithm: "plot_perf_box_name"
10750   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
10751   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10752   include:
10753     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
10754     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10755     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10756     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10757   layout:
10758     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
10759     layout: "plot-throughput"
10760
10761 - type: "plot"
10762   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
10763   algorithm: "plot_perf_box_name"
10764   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
10765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10766   include:
10767     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
10768     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10769     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10770     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10771   layout:
10772     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
10773     layout: "plot-throughput"
10774
10775 - type: "plot"
10776   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10777   algorithm: "plot_perf_box_name"
10778   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10779   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10780   include:
10781     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10782     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10783     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10784     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10785   layout:
10786     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10787     layout: "plot-throughput"
10788
10789 - type: "plot"
10790   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10791   algorithm: "plot_perf_box_name"
10792   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10793   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10794   include:
10795     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10796     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10797     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10798     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10799   layout:
10800     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10801     layout: "plot-throughput"
10802
10803 - type: "plot"
10804   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10805   algorithm: "plot_perf_box_name"
10806   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10807   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10808   include:
10809     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10810     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10811     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10812     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10813   layout:
10814     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10815     layout: "plot-throughput"
10816
10817 - type: "plot"
10818   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10819   algorithm: "plot_perf_box_name"
10820   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10821   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10822   include:
10823     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10824     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10825     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10826     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10827   layout:
10828     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10829     layout: "plot-throughput"
10830
10831 - type: "plot"
10832   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
10833   algorithm: "plot_perf_box_name"
10834   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
10835   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10836   include:
10837     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10838     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10839     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10840   layout:
10841     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
10842     layout: "plot-throughput"
10843
10844 - type: "plot"
10845   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
10846   algorithm: "plot_perf_box_name"
10847   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
10848   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10849   include:
10850     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10851     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10852     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10853   layout:
10854     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
10855     layout: "plot-throughput"
10856
10857 - type: "plot"
10858   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
10859   algorithm: "plot_perf_box_name"
10860   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
10861   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10862   include:
10863     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10864     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10865     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10866     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10867     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10868   layout:
10869     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
10870     layout: "plot-throughput"
10871
10872 - type: "plot"
10873   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
10874   algorithm: "plot_perf_box_name"
10875   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
10876   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10877   include:
10878     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10879     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10880     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10881     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10882     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10883   layout:
10884     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
10885     layout: "plot-throughput"
10886
10887 - type: "plot"
10888   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
10889   algorithm: "plot_perf_box_name"
10890   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
10891   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10892   include:
10893     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
10894     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
10895     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
10896   layout:
10897     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
10898     layout: "plot-throughput"
10899
10900 - type: "plot"
10901   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
10902   algorithm: "plot_perf_box_name"
10903   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
10904   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10905   include:
10906     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
10907     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
10908     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
10909   layout:
10910     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
10911     layout: "plot-throughput"
10912
10913 - type: "plot"
10914   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
10915   algorithm: "plot_perf_box_name"
10916   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
10917   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10918   include:
10919     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10920     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10921     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10922   layout:
10923     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
10924     layout: "plot-throughput"
10925
10926 - type: "plot"
10927   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
10928   algorithm: "plot_perf_box_name"
10929   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
10930   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10931   include:
10932     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10933     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10934     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10935   layout:
10936     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
10937     layout: "plot-throughput"
10938
10939 - type: "plot"
10940   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
10941   algorithm: "plot_perf_box_name"
10942   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
10943   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10944   include:
10945     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10946     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10947     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10948     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10949     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10950   layout:
10951     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
10952     layout: "plot-throughput"
10953
10954 - type: "plot"
10955   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
10956   algorithm: "plot_perf_box_name"
10957   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
10958   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10959   include:
10960     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10961     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10962     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10963     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10964     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10965   layout:
10966     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
10967     layout: "plot-throughput"
10968
10969 - type: "plot"
10970   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
10971   algorithm: "plot_perf_box_name"
10972   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
10973   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10974   include:
10975     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
10976     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
10977     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
10978     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
10979     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
10980   layout:
10981     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
10982     layout: "plot-throughput"
10983
10984 - type: "plot"
10985   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
10986   algorithm: "plot_perf_box_name"
10987   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
10988   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10989   include:
10990     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
10991     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
10992     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
10993     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
10994     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
10995   layout:
10996     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
10997     layout: "plot-throughput"
10998
10999 - type: "plot"
11000   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11001   algorithm: "plot_perf_box_name"
11002   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11003   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11004   include:
11005     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11006     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11007     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11008     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11009     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11010   layout:
11011     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11012     layout: "plot-throughput"
11013
11014 - type: "plot"
11015   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11016   algorithm: "plot_perf_box_name"
11017   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11018   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11019   include:
11020     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11021     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11022     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11023     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11024     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11025   layout:
11026     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11027     layout: "plot-throughput"
11028
11029 - type: "plot"
11030   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11031   algorithm: "plot_perf_box_name"
11032   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11033   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11034   include:
11035     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11036     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11037     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11038     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11039     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11040   layout:
11041     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11042     layout: "plot-throughput"
11043
11044 - type: "plot"
11045   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11046   algorithm: "plot_perf_box_name"
11047   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11048   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11049   include:
11050     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11051     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11052     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11053     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11054     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11055   layout:
11056     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11057     layout: "plot-throughput"
11058
11059 - type: "plot"
11060   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
11061   algorithm: "plot_perf_box_name"
11062   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
11063   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11064   include:
11065     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11066     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11067     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11068     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11069     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11070     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11071   layout:
11072     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
11073     layout: "plot-throughput"
11074
11075 - type: "plot"
11076   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
11077   algorithm: "plot_perf_box_name"
11078   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
11079   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11080   include:
11081     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11082     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11083     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11084     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11085     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11086     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11087   layout:
11088     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
11089     layout: "plot-throughput"
11090
11091 - type: "plot"
11092   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
11093   algorithm: "plot_perf_box_name"
11094   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
11095   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11096   include:
11097     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11098     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11099     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11100     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11101   layout:
11102     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
11103     layout: "plot-throughput"
11104
11105 - type: "plot"
11106   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
11107   algorithm: "plot_perf_box_name"
11108   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
11109   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11110   include:
11111     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11112     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11113     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11114     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11115   layout:
11116     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
11117     layout: "plot-throughput"
11118
11119 - type: "plot"
11120   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
11121   algorithm: "plot_perf_box_name"
11122   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
11123   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11124   include:
11125     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11126     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11127     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11128     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11129     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11130     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11131   layout:
11132     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
11133     layout: "plot-throughput"
11134
11135 - type: "plot"
11136   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
11137   algorithm: "plot_perf_box_name"
11138   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
11139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11140   include:
11141     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11142     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11143     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11144     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11145     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11146     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11147   layout:
11148     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
11149     layout: "plot-throughput"
11150
11151 - type: "plot"
11152   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11153   algorithm: "plot_perf_box_name"
11154   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11155   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11156   include:
11157     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11158     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11159     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11160     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11161     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11162     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11163   layout:
11164     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11165     layout: "plot-throughput"
11166
11167 - type: "plot"
11168   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11169   algorithm: "plot_perf_box_name"
11170   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11171   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11172   include:
11173     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11174     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11175     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11176     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11177     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11178     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11179   layout:
11180     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11181     layout: "plot-throughput"
11182
11183 - type: "plot"
11184   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11185   algorithm: "plot_perf_box_name"
11186   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11187   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11188   include:
11189     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11190     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11191     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11192     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11193     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11194     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11195   layout:
11196     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11197     layout: "plot-throughput"
11198
11199 - type: "plot"
11200   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11201   algorithm: "plot_perf_box_name"
11202   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11203   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11204   include:
11205     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11206     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11207     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11208     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11209     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11210     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11211   layout:
11212     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11213     layout: "plot-throughput"
11214
11215 - type: "plot"
11216   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
11217   algorithm: "plot_perf_box_name"
11218   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
11219   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11220   include:
11221     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11222     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11223     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11224     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11225     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11226     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11227   layout:
11228     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
11229     layout: "plot-throughput"
11230
11231 - type: "plot"
11232   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
11233   algorithm: "plot_perf_box_name"
11234   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
11235   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11236   include:
11237     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11238     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11239     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11240     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11241     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11242     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11243   layout:
11244     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
11245     layout: "plot-throughput"
11246
11247 - type: "plot"
11248   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11249   algorithm: "plot_perf_box_name"
11250   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11251   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11252   include:
11253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11257   layout:
11258     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11259     layout: "plot-throughput"
11260
11261 - type: "plot"
11262   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11263   algorithm: "plot_perf_box_name"
11264   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11265   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11266   include:
11267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11271   layout:
11272     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11273     layout: "plot-throughput"
11274
11275 - type: "plot"
11276   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
11277   algorithm: "plot_perf_box_name"
11278   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
11279   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11280   include:
11281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11283     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11284     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11285     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11286   layout:
11287     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
11288     layout: "plot-throughput"
11289
11290 - type: "plot"
11291   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
11292   algorithm: "plot_perf_box_name"
11293   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
11294   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11295   include:
11296     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11297     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11298     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11299     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11300     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11301   layout:
11302     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
11303     layout: "plot-throughput"
11304
11305 - type: "plot"
11306   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
11307   algorithm: "plot_perf_box_name"
11308   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
11309   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11310   include:
11311     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11312     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11313     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11314     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11315   layout:
11316     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
11317     layout: "plot-throughput"
11318
11319 - type: "plot"
11320   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
11321   algorithm: "plot_perf_box_name"
11322   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
11323   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11324   include:
11325     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11327     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11328     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11329   layout:
11330     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
11331     layout: "plot-throughput"
11332
11333 - type: "plot"
11334   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
11335   algorithm: "plot_perf_box_name"
11336   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
11337   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11338   include:
11339     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11340     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11341     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11342     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11343     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11344     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11345   layout:
11346     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
11347     layout: "plot-throughput"
11348
11349 - type: "plot"
11350   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
11351   algorithm: "plot_perf_box_name"
11352   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
11353   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11354   include:
11355     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11356     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11357     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11358     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11359     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11360     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11361   layout:
11362     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
11363     layout: "plot-throughput"
11364
11365 - type: "plot"
11366   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
11367   algorithm: "plot_perf_box_name"
11368   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
11369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11370   include:
11371     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11372     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11373     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11374     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11375     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11376   layout:
11377     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
11378     layout: "plot-throughput"
11379
11380 - type: "plot"
11381   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
11382   algorithm: "plot_perf_box_name"
11383   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
11384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11385   include:
11386     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11387     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11388     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11389     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11390     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11391   layout:
11392     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
11393     layout: "plot-throughput"
11394
11395 - type: "plot"
11396   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11397   algorithm: "plot_perf_box_name"
11398   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11399   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11400   include:
11401     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11402     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11403     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11404   layout:
11405     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11406     layout: "plot-throughput"
11407
11408 - type: "plot"
11409   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11410   algorithm: "plot_perf_box_name"
11411   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11412   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11413   include:
11414     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11415     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11416     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11417   layout:
11418     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11419     layout: "plot-throughput"
11420
11421 - type: "plot"
11422   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
11423   algorithm: "plot_perf_box_name"
11424   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
11425   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11426   include:
11427     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11428     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11429     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11430     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11431   layout:
11432     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
11433     layout: "plot-throughput"
11434
11435 - type: "plot"
11436   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
11437   algorithm: "plot_perf_box_name"
11438   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
11439   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11440   include:
11441     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11442     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11443     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11444     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11445   layout:
11446     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
11447     layout: "plot-throughput"
11448
11449 - type: "plot"
11450   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
11451   algorithm: "plot_perf_box_name"
11452   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
11453   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11454   include:
11455     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11456     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11457     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11458     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11459     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11460     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11461   layout:
11462     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
11463     layout: "plot-throughput"
11464
11465 - type: "plot"
11466   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
11467   algorithm: "plot_perf_box_name"
11468   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
11469   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11470   include:
11471     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11472     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11473     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11474     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11475     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11476     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11477   layout:
11478     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
11479     layout: "plot-throughput"
11480
11481 - type: "plot"
11482   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
11483   algorithm: "plot_perf_box_name"
11484   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
11485   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11486   include:
11487     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11488     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11489     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11490     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11491     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11492     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11493   layout:
11494     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
11495     layout: "plot-throughput"
11496
11497 - type: "plot"
11498   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
11499   algorithm: "plot_perf_box_name"
11500   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
11501   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11502   include:
11503     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11504     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11505     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11506     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11507     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11508     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11509   layout:
11510     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
11511     layout: "plot-throughput"
11512
11513 - type: "plot"
11514   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11515   algorithm: "plot_perf_box_name"
11516   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11517   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11518   include:
11519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11522     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11523   layout:
11524     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11525     layout: "plot-throughput"
11526
11527 - type: "plot"
11528   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11529   algorithm: "plot_perf_box_name"
11530   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11531   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11532   include:
11533     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11534     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11535     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11537   layout:
11538     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11539     layout: "plot-throughput"
11540
11541 - type: "plot"
11542   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11543   algorithm: "plot_perf_box_name"
11544   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11545   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11546   include:
11547     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11548     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11549     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11550     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11551     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11552     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11553   layout:
11554     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11555     layout: "plot-throughput"
11556
11557 - type: "plot"
11558   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11559   algorithm: "plot_perf_box_name"
11560   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11561   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11562   include:
11563     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11564     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11565     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11566     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11567     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11568     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11569   layout:
11570     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11571     layout: "plot-throughput"
11572
11573 - type: "plot"
11574   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11575   algorithm: "plot_perf_box_name"
11576   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11577   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11578   include:
11579     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11580     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11581     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11582     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11584     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11585   layout:
11586     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11587     layout: "plot-throughput"
11588
11589 - type: "plot"
11590   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11591   algorithm: "plot_perf_box_name"
11592   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11593   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11594   include:
11595     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11596     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11597     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11598     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11599     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11600     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11601   layout:
11602     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11603     layout: "plot-throughput"
11604
11605 - type: "plot"
11606   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11607   algorithm: "plot_perf_box_name"
11608   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11609   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11610   include:
11611     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11612     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11613     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11614     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11615   layout:
11616     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11617     layout: "plot-throughput"
11618
11619 - type: "plot"
11620   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11621   algorithm: "plot_perf_box_name"
11622   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11623   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11624   include:
11625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11626     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11627     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11628     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11629   layout:
11630     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11631     layout: "plot-throughput"
11632
11633 - type: "plot"
11634   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11635   algorithm: "plot_perf_box_name"
11636   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11637   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11638   include:
11639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11641     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11642     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11643     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11644     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11645   layout:
11646     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11647     layout: "plot-throughput"
11648
11649 - type: "plot"
11650   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11651   algorithm: "plot_perf_box_name"
11652   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11653   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11654   include:
11655     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11656     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11657     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11658     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11659     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11660     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11661   layout:
11662     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11663     layout: "plot-throughput"
11664
11665 - type: "plot"
11666   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11667   algorithm: "plot_perf_box_name"
11668   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11669   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11670   include:
11671     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11672     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11673     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11674     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11675   layout:
11676     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11677     layout: "plot-throughput"
11678
11679 - type: "plot"
11680   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11681   algorithm: "plot_perf_box_name"
11682   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11683   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11684   include:
11685     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11686     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11687     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11688     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11689   layout:
11690     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11691     layout: "plot-throughput"
11692
11693 - type: "plot"
11694   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11695   algorithm: "plot_perf_box_name"
11696   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11697   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11698   include:
11699     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11700     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11701     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11702     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11703     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11704     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11705   layout:
11706     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11707     layout: "plot-throughput"
11708
11709 - type: "plot"
11710   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11711   algorithm: "plot_perf_box_name"
11712   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11713   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11714   include:
11715     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11716     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11717     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11718     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11719     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11720     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11721   layout:
11722     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11723     layout: "plot-throughput"
11724
11725 - type: "plot"
11726   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11727   algorithm: "plot_perf_box_name"
11728   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11729   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11730   include:
11731     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11732     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11733     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11734     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11735     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11736     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11737   layout:
11738     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11739     layout: "plot-throughput"
11740
11741 - type: "plot"
11742   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11743   algorithm: "plot_perf_box_name"
11744   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11745   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11746   include:
11747     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11748     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11749     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11750     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11751     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11752     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11753   layout:
11754     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11755     layout: "plot-throughput"
11756
11757 - type: "plot"
11758   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
11759   algorithm: "plot_perf_box_name"
11760   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
11761   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11762   include:
11763     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11764     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11765     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11766     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11767     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11768     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11769   layout:
11770     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
11771     layout: "plot-throughput"
11772
11773 - type: "plot"
11774   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
11775   algorithm: "plot_perf_box_name"
11776   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
11777   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11778   include:
11779     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11780     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11781     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11782     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11783     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11784     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11785   layout:
11786     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
11787     layout: "plot-throughput"
11788
11789 - type: "plot"
11790   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
11791   algorithm: "plot_perf_box_name"
11792   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
11793   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11794   include:
11795     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11796     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11797     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11798     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11799     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11800     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11801   layout:
11802     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
11803     layout: "plot-throughput"
11804
11805 - type: "plot"
11806   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
11807   algorithm: "plot_perf_box_name"
11808   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
11809   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11810   include:
11811     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11812     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11813     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11814     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11815     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11816     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11817   layout:
11818     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
11819     layout: "plot-throughput"
11820
11821 - type: "plot"
11822   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11823   algorithm: "plot_perf_box_name"
11824   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11825   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11826   include:
11827     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11828     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11829     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11830     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11831     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11832     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11833   layout:
11834     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11835     layout: "plot-throughput"
11836
11837 - type: "plot"
11838   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11839   algorithm: "plot_perf_box_name"
11840   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11841   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11842   include:
11843     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11844     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11845     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11846     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11847     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11848     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11849   layout:
11850     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11851     layout: "plot-throughput"
11852
11853 - type: "plot"
11854   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11855   algorithm: "plot_perf_box_name"
11856   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11857   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11858   include:
11859     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11860     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11861     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11862   layout:
11863     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11864     layout: "plot-throughput"
11865
11866 - type: "plot"
11867   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11868   algorithm: "plot_perf_box_name"
11869   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11870   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11871   include:
11872     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11873     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11874     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11875   layout:
11876     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11877     layout: "plot-throughput"
11878
11879 - type: "plot"
11880   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
11881   algorithm: "plot_perf_box_name"
11882   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
11883   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11884   include:
11885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11889   layout:
11890     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
11891     layout: "plot-throughput"
11892
11893 - type: "plot"
11894   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
11895   algorithm: "plot_perf_box_name"
11896   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
11897   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11898   include:
11899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11903   layout:
11904     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
11905     layout: "plot-throughput"
11906
11907 - type: "plot"
11908   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
11909   algorithm: "plot_perf_box_name"
11910   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
11911   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11912   include:
11913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11917   layout:
11918     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
11919     layout: "plot-throughput"
11920
11921 - type: "plot"
11922   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
11923   algorithm: "plot_perf_box_name"
11924   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
11925   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11926   include:
11927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11930     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11931   layout:
11932     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
11933     layout: "plot-throughput"
11934
11935 - type: "plot"
11936   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
11937   algorithm: "plot_perf_box_name"
11938   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
11939   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11940   include:
11941     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11942     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11943     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11944     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11945   layout:
11946     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
11947     layout: "plot-throughput"
11948
11949 - type: "plot"
11950   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
11951   algorithm: "plot_perf_box_name"
11952   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
11953   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11954   include:
11955     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11956     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11957     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11958     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11959   layout:
11960     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
11961     layout: "plot-throughput"
11962
11963 - type: "plot"
11964   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
11965   algorithm: "plot_perf_box_name"
11966   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
11967   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11968   include:
11969     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11970     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11971     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11972     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11973   layout:
11974     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
11975     layout: "plot-throughput"
11976
11977 - type: "plot"
11978   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
11979   algorithm: "plot_perf_box_name"
11980   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
11981   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11982   include:
11983     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11984     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11985     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
11986     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
11987   layout:
11988     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
11989     layout: "plot-throughput"
11990
11991 - type: "plot"
11992   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
11993   algorithm: "plot_perf_box_name"
11994   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
11995   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11996   include:
11997     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11998     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11999     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12000     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12001   layout:
12002     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12003     layout: "plot-throughput"
12004
12005 - type: "plot"
12006   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
12007   algorithm: "plot_perf_box_name"
12008   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
12009   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12010   include:
12011     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12012     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12013     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12014     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12015   layout:
12016     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
12017     layout: "plot-throughput"
12018
12019 - type: "plot"
12020   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12021   algorithm: "plot_perf_box_name"
12022   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12023   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12024   include:
12025     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12026     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12027     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12028     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12029   layout:
12030     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12031     layout: "plot-throughput"
12032
12033 - type: "plot"
12034   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
12035   algorithm: "plot_perf_box_name"
12036   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
12037   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12038   include:
12039     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12040     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12041     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12042     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12043   layout:
12044     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
12045     layout: "plot-throughput"
12046
12047 - type: "plot"
12048   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12049   algorithm: "plot_perf_box_name"
12050   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12051   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12052   include:
12053     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12054     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12055     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12056     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12057     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12058   layout:
12059     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12060     layout: "plot-throughput"
12061
12062 - type: "plot"
12063   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
12064   algorithm: "plot_perf_box_name"
12065   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
12066   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12067   include:
12068     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12069     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12070     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12071     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12073   layout:
12074     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
12075     layout: "plot-throughput"
12076
12077 - type: "plot"
12078   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12079   algorithm: "plot_perf_box_name"
12080   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12082   include:
12083     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12084     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12086     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12087     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12088   layout:
12089     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12090     layout: "plot-throughput"
12091
12092 - type: "plot"
12093   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
12094   algorithm: "plot_perf_box_name"
12095   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
12096   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12097   include:
12098     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12099     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12100     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12101     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12102     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12103   layout:
12104     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
12105     layout: "plot-throughput"
12106
12107 - type: "plot"
12108   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12109   algorithm: "plot_perf_box_name"
12110   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12111   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12112   include:
12113     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12114     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12115     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12116     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12117     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12118     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12119   layout:
12120     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12121     layout: "plot-throughput"
12122
12123 - type: "plot"
12124   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
12125   algorithm: "plot_perf_box_name"
12126   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
12127   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12128   include:
12129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12135   layout:
12136     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
12137     layout: "plot-throughput"
12138
12139 - type: "plot"
12140   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12141   algorithm: "plot_perf_box_name"
12142   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12143   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12144   include:
12145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12151   layout:
12152     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12153     layout: "plot-throughput"
12154
12155 - type: "plot"
12156   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
12157   algorithm: "plot_perf_box_name"
12158   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
12159   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12160   include:
12161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12167   layout:
12168     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
12169     layout: "plot-throughput"
12170
12171 - type: "plot"
12172   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12173   algorithm: "plot_perf_box_name"
12174   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12175   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12176   include:
12177     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12178     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12179     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12180     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12181     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12182   layout:
12183     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12184     layout: "plot-throughput"
12185
12186 - type: "plot"
12187   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12188   algorithm: "plot_perf_box_name"
12189   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12190   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12191   include:
12192     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12193     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12194     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12195     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12196     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12197   layout:
12198     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12199     layout: "plot-throughput"
12200
12201 - type: "plot"
12202   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12203   algorithm: "plot_perf_box_name"
12204   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12205   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12206   include:
12207     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12208     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12209     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12210     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12211     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12212     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12213   layout:
12214     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12215     layout: "plot-throughput"
12216
12217 - type: "plot"
12218   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12219   algorithm: "plot_perf_box_name"
12220   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12221   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12222   include:
12223     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12224     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12225     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12226     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12227     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12228     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12229   layout:
12230     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12231     layout: "plot-throughput"
12232
12233 - type: "plot"
12234   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
12235   algorithm: "plot_perf_box_name"
12236   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
12237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12238   include:
12239     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12240     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12241     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12242   layout:
12243     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
12244     layout: "plot-throughput"
12245
12246 - type: "plot"
12247   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
12248   algorithm: "plot_perf_box_name"
12249   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
12250   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12251   include:
12252     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12253     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12254     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12255   layout:
12256     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
12257     layout: "plot-throughput"
12258
12259 ################################################################################
12260
12261 # Packet Latency 1C
12262
12263 - type: "plot"
12264   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
12265   algorithm: "plot_lat_err_bars_name"
12266   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
12267   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12268   include:
12269     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12270     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12271     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12272     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12273   layout:
12274     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
12275     layout: "plot-latency"
12276
12277 - type: "plot"
12278   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
12279   algorithm: "plot_lat_err_bars_name"
12280   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
12281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12282   include:
12283     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12284     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12285     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12286     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12287     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12288   layout:
12289     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
12290     layout: "plot-latency"
12291
12292 - type: "plot"
12293   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
12294   algorithm: "plot_lat_err_bars_name"
12295   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
12296   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12297   include:
12298     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12299     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12300     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12301     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12302     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12303   layout:
12304     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
12305     layout: "plot-latency"
12306
12307 - type: "plot"
12308   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
12309   algorithm: "plot_lat_err_bars_name"
12310   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
12311   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12312   include:
12313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12317   layout:
12318     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12319     layout: "plot-latency"
12320
12321 - type: "plot"
12322   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
12323   algorithm: "plot_lat_err_bars_name"
12324   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
12325   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12326   include:
12327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12332   layout:
12333     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
12334     layout: "plot-latency"
12335
12336 - type: "plot"
12337   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
12338   algorithm: "plot_lat_err_bars_name"
12339   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
12340   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12341   include:
12342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12348   layout:
12349     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
12350     layout: "plot-latency"
12351
12352 - type: "plot"
12353   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
12354   algorithm: "plot_lat_err_bars_name"
12355   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
12356   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12357   include:
12358     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12359     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12360     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12361   layout:
12362     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
12363     layout: "plot-latency"
12364
12365 - type: "plot"
12366   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
12367   algorithm: "plot_lat_err_bars_name"
12368   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
12369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12370   include:
12371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
12372     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12376   layout:
12377     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
12378     layout: "plot-latency"
12379
12380 - type: "plot"
12381   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
12382   algorithm: "plot_lat_err_bars_name"
12383   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
12384   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12385   include:
12386     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
12387     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12388     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12389     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12390   layout:
12391     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12392     layout: "plot-latency"
12393
12394 - type: "plot"
12395   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
12396   algorithm: "plot_lat_err_bars_name"
12397   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
12398   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12399   include:
12400     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12401     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12402     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12403     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12404     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12405   layout:
12406     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
12407     layout: "plot-latency"
12408
12409 - type: "plot"
12410   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
12411   algorithm: "plot_lat_err_bars_name"
12412   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
12413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12414   include:
12415     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12416     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12417     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12418     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12419     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12420     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12421   layout:
12422     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
12423     layout: "plot-latency"
12424
12425 - type: "plot"
12426   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
12427   algorithm: "plot_lat_err_bars_name"
12428   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
12429   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12430   include:
12431     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12432     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12433   layout:
12434     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
12435     layout: "plot-latency"
12436
12437 - type: "plot"
12438   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
12439   algorithm: "plot_lat_err_bars_name"
12440   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
12441   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12442   include:
12443     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12444     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12445     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12446     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12447   layout:
12448     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
12449     layout: "plot-latency"
12450
12451 - type: "plot"
12452   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
12453   algorithm: "plot_lat_err_bars_name"
12454   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
12455   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12456   include:
12457     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12458     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12459     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12460   layout:
12461     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
12462     layout: "plot-latency"
12463
12464 - type: "plot"
12465   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
12466   algorithm: "plot_lat_err_bars_name"
12467   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
12468   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12469   include:
12470     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12471     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12472     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12473     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12474     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12475   layout:
12476     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
12477     layout: "plot-latency"
12478
12479 - type: "plot"
12480   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
12481   algorithm: "plot_lat_err_bars_name"
12482   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
12483   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12484   include:
12485     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12486     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12487     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12488   layout:
12489     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
12490     layout: "plot-latency"
12491
12492 - type: "plot"
12493   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
12494   algorithm: "plot_lat_err_bars_name"
12495   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
12496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12497   include:
12498     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12499     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12500     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12501   layout:
12502     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
12503     layout: "plot-latency"
12504
12505 - type: "plot"
12506   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
12507   algorithm: "plot_lat_err_bars_name"
12508   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
12509   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12510   include:
12511     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12512     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12513     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12514     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12515     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12516   layout:
12517     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
12518     layout: "plot-latency"
12519
12520 #- type: "plot"
12521 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
12522 #  algorithm: "plot_lat_err_bars_name"
12523 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
12524 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12525 #  include:
12526 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12527 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12528 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12529 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12530 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12531 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12532 #  layout:
12533 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
12534 #    layout: "plot-latency"
12535
12536 #- type: "plot"
12537 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
12538 #  algorithm: "plot_lat_err_bars_name"
12539 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
12540 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12541 #  include:
12542 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12543 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12544 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12545 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12546 #  layout:
12547 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
12548 #    layout: "plot-latency"
12549
12550 #- type: "plot"
12551 #  title: "Latency: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
12552 #  algorithm: "plot_lat_err_bars_name"
12553 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
12554 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12555 #  include:
12556 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12557 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12558 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12559 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12560 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12561 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12562 #  layout:
12563 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
12564 #    layout: "plot-latency"
12565
12566 - type: "plot"
12567   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
12568   algorithm: "plot_lat_err_bars_name"
12569   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
12570   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12571   include:
12572     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12573     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12574     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12575     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12576     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12577     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12578   layout:
12579     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
12580     layout: "plot-latency"
12581
12582 - type: "plot"
12583   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
12584   algorithm: "plot_lat_err_bars_name"
12585   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
12586   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12587   include:
12588     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12589     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12590     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12591     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12592   layout:
12593     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12594     layout: "plot-latency"
12595
12596 - type: "plot"
12597   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
12598   algorithm: "plot_lat_err_bars_name"
12599   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
12600   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12601   include:
12602     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12607   layout:
12608     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
12609     layout: "plot-latency"
12610
12611 - type: "plot"
12612   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
12613   algorithm: "plot_lat_err_bars_name"
12614   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
12615   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12616   include:
12617     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12621   layout:
12622     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
12623     layout: "plot-latency"
12624
12625 - type: "plot"
12626   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
12627   algorithm: "plot_lat_err_bars_name"
12628   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
12629   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12630   include:
12631     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12632     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12633     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12634     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12635     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12636     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12637   layout:
12638     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
12639     layout: "plot-latency"
12640
12641 - type: "plot"
12642   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
12643   algorithm: "plot_lat_err_bars_name"
12644   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
12645   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12646   include:
12647     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12648     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12649     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12650     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12651     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12652   layout:
12653     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
12654     layout: "plot-latency"
12655
12656 - type: "plot"
12657   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
12658   algorithm: "plot_lat_err_bars_name"
12659   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
12660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12661   include:
12662     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12663     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12664     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12665   layout:
12666     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12667     layout: "plot-latency"
12668
12669 - type: "plot"
12670   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
12671   algorithm: "plot_lat_err_bars_name"
12672   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
12673   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12674   include:
12675     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12676     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12677     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12678     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12679   layout:
12680     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
12681     layout: "plot-latency"
12682
12683 - type: "plot"
12684   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
12685   algorithm: "plot_lat_err_bars_name"
12686   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
12687   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12688   include:
12689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12690     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12691     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12692     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12695   layout:
12696     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
12697     layout: "plot-latency"
12698
12699 - type: "plot"
12700   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-lat"
12701   algorithm: "plot_lat_err_bars_name"
12702   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-lat"
12703   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12704   include:
12705     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12706     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12707     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12708     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12709     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12710     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12711   layout:
12712     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
12713     layout: "plot-latency"
12714
12715 - type: "plot"
12716   title: "Latency: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
12717   algorithm: "plot_lat_err_bars_name"
12718   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
12719   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12720   include:
12721     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12722     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12723     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12724     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12725     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12726     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12727   layout:
12728     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
12729     layout: "plot-latency"
12730
12731 - type: "plot"
12732   title: "Latency: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
12733   algorithm: "plot_lat_err_bars_name"
12734   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
12735   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12736   include:
12737     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12738     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12739     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12740     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12741     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12742     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12743   layout:
12744     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
12745     layout: "plot-latency"
12746
12747 - type: "plot"
12748   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12749   algorithm: "plot_lat_err_bars_name"
12750   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
12751   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12752   include:
12753     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12754     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12755     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12756     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12757   layout:
12758     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12759     layout: "plot-latency"
12760
12761 - type: "plot"
12762   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12763   algorithm: "plot_lat_err_bars_name"
12764   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
12765   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12766   include:
12767     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12768     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12769     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12770     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12771   layout:
12772     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12773     layout: "plot-latency"
12774
12775 - type: "plot"
12776   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
12777   algorithm: "plot_lat_err_bars_name"
12778   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
12779   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12780   include:
12781     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12782     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12783     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12784     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12785   layout:
12786     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
12787     layout: "plot-latency"
12788
12789 - type: "plot"
12790   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
12791   algorithm: "plot_lat_err_bars_name"
12792   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-lat"
12793   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12794   include:
12795     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12796     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12797     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12798     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12799   layout:
12800     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
12801     layout: "plot-latency"
12802
12803 - type: "plot"
12804   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12805   algorithm: "plot_lat_err_bars_name"
12806   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
12807   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12808   include:
12809     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12810     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12811     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12812     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12813   layout:
12814     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12815     layout: "plot-latency"
12816
12817 - type: "plot"
12818   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12819   algorithm: "plot_lat_err_bars_name"
12820   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
12821   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12822   include:
12823     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12824     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12825     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12826     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12827   layout:
12828     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12829     layout: "plot-latency"
12830
12831 - type: "plot"
12832   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12833   algorithm: "plot_lat_err_bars_name"
12834   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
12835   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12836   include:
12837     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12838     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12839     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12840     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12841     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12842   layout:
12843     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12844     layout: "plot-latency"
12845
12846 - type: "plot"
12847   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12848   algorithm: "plot_lat_err_bars_name"
12849   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
12850   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12851   include:
12852     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12853     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12854     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12855     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12856     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12857   layout:
12858     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12859     layout: "plot-latency"
12860
12861 - type: "plot"
12862   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12863   algorithm: "plot_lat_err_bars_name"
12864   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
12865   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12866   include:
12867     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12868     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12869     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12870     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12871     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12872     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12873   layout:
12874     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12875     layout: "plot-latency"
12876
12877 - type: "plot"
12878   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12879   algorithm: "plot_lat_err_bars_name"
12880   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
12881   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12882   include:
12883     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12884     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12885     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12886     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12887     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12888     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12889   layout:
12890     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12891     layout: "plot-latency"
12892
12893 - type: "plot"
12894   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
12895   algorithm: "plot_lat_err_bars_name"
12896   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
12897   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12898   include:
12899     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12900     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12901     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12902     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12903     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12904   layout:
12905     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
12906     layout: "plot-latency"
12907
12908 - type: "plot"
12909   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
12910   algorithm: "plot_lat_err_bars_name"
12911   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
12912   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12913   include:
12914     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12915     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12917     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12918     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12919   layout:
12920     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
12921     layout: "plot-latency"
12922
12923 - type: "plot"
12924   title: "Latency: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
12925   algorithm: "plot_lat_err_bars_name"
12926   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
12927   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12928   include:
12929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12934     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12935   layout:
12936     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12937     layout: "plot-latency"
12938
12939 - type: "plot"
12940   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
12941   algorithm: "plot_lat_err_bars_name"
12942   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
12943   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12944   include:
12945     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12946     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12947     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12948     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12949   layout:
12950     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
12951     layout: "plot-latency"
12952
12953 - type: "plot"
12954   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
12955   algorithm: "plot_lat_err_bars_name"
12956   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
12957   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12958   include:
12959     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12960     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12961     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12962     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12963     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12964   layout:
12965     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12966     layout: "plot-latency"
12967
12968 #- type: "plot"
12969 #  title: "Latency: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
12970 #  algorithm: "plot_lat_err_bars_name"
12971 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
12972 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12973 #  include:
12974 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12975 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12976 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12977 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12978 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12979 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12980 #  layout:
12981 #    title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12982 #    layout: "plot-latency"
12983
12984 - type: "plot"
12985   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
12986   algorithm: "plot_lat_err_bars_name"
12987   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
12988   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12989   include:
12990     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12991     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12992     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12993     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12994   layout:
12995     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12996     layout: "plot-latency"
12997
12998 - type: "plot"
12999   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
13000   algorithm: "plot_lat_err_bars_name"
13001   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
13002   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13003   include:
13004     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13005     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13006     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13007     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13008     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13009     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13010   layout:
13011     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13012     layout: "plot-latency"
13013
13014 - type: "plot"
13015   title: "Latency: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-lat"
13016   algorithm: "plot_lat_err_bars_name"
13017   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-lat"
13018   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13019   include:
13020     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13021     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13022     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13023     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13024     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13025     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13026   layout:
13027     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13028     layout: "plot-latency"
13029
13030 - type: "plot"
13031   title: "Latency: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-lat"
13032   algorithm: "plot_lat_err_bars_name"
13033   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-lat"
13034   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13035   include:
13036     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13037     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13038     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13039     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13040     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13041     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13042   layout:
13043     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13044     layout: "plot-latency"
13045
13046 - type: "plot"
13047   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
13048   algorithm: "plot_lat_err_bars_name"
13049   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
13050   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13051   include:
13052     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13053     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13054     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13055     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13056     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13057   layout:
13058     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13059     layout: "plot-latency"
13060
13061 - type: "plot"
13062   title: "Latency: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-lat"
13063   algorithm: "plot_lat_err_bars_name"
13064   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-lat"
13065   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13066   include:
13067     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13068     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13069     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13070     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13071     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13072     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13073   layout:
13074     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13075     layout: "plot-latency"
13076
13077 ################################################################################
13078
13079 # Packet Latency 2C
13080
13081 - type: "plot"
13082   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
13083   algorithm: "plot_lat_err_bars_name"
13084   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
13085   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13086   include:
13087     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13088     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13089     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13090     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13091   layout:
13092     title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
13093     layout: "plot-latency"
13094
13095 - type: "plot"
13096   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
13097   algorithm: "plot_lat_err_bars_name"
13098   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
13099   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13100   include:
13101     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13102     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13103     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13104     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13105     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13106   layout:
13107     title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
13108     layout: "plot-latency"
13109
13110 - type: "plot"
13111   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
13112   algorithm: "plot_lat_err_bars_name"
13113   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
13114   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13115   include:
13116     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
13117     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
13118     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
13119     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
13120     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
13121   layout:
13122     title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
13123     layout: "plot-latency"
13124
13125 - type: "plot"
13126   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
13127   algorithm: "plot_lat_err_bars_name"
13128   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
13129   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13130   include:
13131     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
13132     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
13133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
13134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
13135   layout:
13136     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
13137     layout: "plot-latency"
13138
13139 - type: "plot"
13140   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
13141   algorithm: "plot_lat_err_bars_name"
13142   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
13143   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13144   include:
13145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
13146     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
13147     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
13148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
13149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
13150   layout:
13151     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
13152     layout: "plot-latency"
13153
13154 - type: "plot"
13155   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
13156   algorithm: "plot_lat_err_bars_name"
13157   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
13158   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13159   include:
13160     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
13161     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13165     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
13166   layout:
13167     title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
13168     layout: "plot-latency"
13169
13170 - type: "plot"
13171   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
13172   algorithm: "plot_lat_err_bars_name"
13173   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
13174   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13175   include:
13176     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
13177     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
13178     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
13179   layout:
13180     title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
13181     layout: "plot-latency"
13182
13183 - type: "plot"
13184   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
13185   algorithm: "plot_lat_err_bars_name"
13186   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
13187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13188   include:
13189     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
13190     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
13191     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
13192     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
13193     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
13194   layout:
13195     title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
13196     layout: "plot-latency"
13197
13198 - type: "plot"
13199   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
13200   algorithm: "plot_lat_err_bars_name"
13201   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
13202   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13203   include:
13204     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
13205     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
13206     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
13207     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
13208   layout:
13209     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
13210     layout: "plot-latency"
13211
13212 - type: "plot"
13213   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
13214   algorithm: "plot_lat_err_bars_name"
13215   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
13216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13217   include:
13218     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
13219     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
13220     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
13221     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
13222     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
13223   layout:
13224     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
13225     layout: "plot-latency"
13226
13227 - type: "plot"
13228   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
13229   algorithm: "plot_lat_err_bars_name"
13230   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
13231   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13232   include:
13233     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
13234     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13235     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13236     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13237     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13238     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
13239   layout:
13240     title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
13241     layout: "plot-latency"
13242
13243 - type: "plot"
13244   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
13245   algorithm: "plot_lat_err_bars_name"
13246   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
13247   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13248   include:
13249     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
13250     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13251   layout:
13252     title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
13253     layout: "plot-latency"
13254
13255 - type: "plot"
13256   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
13257   algorithm: "plot_lat_err_bars_name"
13258   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
13259   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13260   include:
13261     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
13262     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13263     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13264     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13265   layout:
13266     title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
13267     layout: "plot-latency"
13268
13269 - type: "plot"
13270   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
13271   algorithm: "plot_lat_err_bars_name"
13272   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
13273   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13274   include:
13275     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
13276     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
13277     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
13278   layout:
13279     title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
13280     layout: "plot-latency"
13281
13282 - type: "plot"
13283   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
13284   algorithm: "plot_lat_err_bars_name"
13285   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
13286   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13287   include:
13288     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
13289     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
13290     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
13291     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
13292     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
13293   layout:
13294     title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
13295     layout: "plot-latency"
13296
13297 - type: "plot"
13298   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
13299   algorithm: "plot_lat_err_bars_name"
13300   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
13301   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13302   include:
13303     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
13304     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
13305     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
13306   layout:
13307     title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
13308     layout: "plot-latency"
13309
13310 - type: "plot"
13311   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
13312   algorithm: "plot_lat_err_bars_name"
13313   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
13314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13315   include:
13316     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
13317     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
13318     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
13319   layout:
13320     title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
13321     layout: "plot-latency"
13322
13323 - type: "plot"
13324   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
13325   algorithm: "plot_lat_err_bars_name"
13326   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
13327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13328   include:
13329     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
13330     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
13331     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
13332     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
13333     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
13334   layout:
13335     title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
13336     layout: "plot-latency"
13337
13338 #- type: "plot"
13339 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
13340 #  algorithm: "plot_lat_err_bars_name"
13341 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
13342 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13343 #  include:
13344 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13345 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13346 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13347 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13348 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13349 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13350 #  layout:
13351 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
13352 #    layout: "plot-latency"
13353
13354 #- type: "plot"
13355 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
13356 #  algorithm: "plot_lat_err_bars_name"
13357 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
13358 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13359 #  include:
13360 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13361 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13362 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13363 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13364 #  layout:
13365 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
13366 #    layout: "plot-latency"
13367
13368 #- type: "plot"
13369 #  title: "Latency: 3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
13370 #  algorithm: "plot_lat_err_bars_name"
13371 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
13372 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13373 #  include:
13374 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13375 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13376 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13377 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13378 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13379 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13380 #  layout:
13381 #    title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr"
13382 #    layout: "plot-latency"
13383
13384 - type: "plot"
13385   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
13386   algorithm: "plot_lat_err_bars_name"
13387   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
13388   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13389   include:
13390     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
13391     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13392     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
13393     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
13394     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13395     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
13396   layout:
13397     title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
13398     layout: "plot-latency"
13399
13400 - type: "plot"
13401   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
13402   algorithm: "plot_lat_err_bars_name"
13403   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
13404   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13405   include:
13406     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
13407     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
13408     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13409     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
13410   layout:
13411     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
13412     layout: "plot-latency"
13413
13414 - type: "plot"
13415   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
13416   algorithm: "plot_lat_err_bars_name"
13417   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
13418   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13419   include:
13420     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
13421     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
13422     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
13423     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
13424     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13425   layout:
13426     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
13427     layout: "plot-latency"
13428
13429 - type: "plot"
13430   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
13431   algorithm: "plot_lat_err_bars_name"
13432   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
13433   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13434   include:
13435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
13437     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
13438     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
13439   layout:
13440     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
13441     layout: "plot-latency"
13442
13443 - type: "plot"
13444   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
13445   algorithm: "plot_lat_err_bars_name"
13446   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
13447   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13448   include:
13449     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
13450     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
13451     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
13452     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
13453     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
13454     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
13455   layout:
13456     title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
13457     layout: "plot-latency"
13458
13459 - type: "plot"
13460   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
13461   algorithm: "plot_lat_err_bars_name"
13462   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
13463   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13464   include:
13465     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
13466     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
13467     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
13468     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13469     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
13470   layout:
13471     title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
13472     layout: "plot-latency"
13473
13474 - type: "plot"
13475   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
13476   algorithm: "plot_lat_err_bars_name"
13477   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
13478   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13479   include:
13480     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
13481     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
13482     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
13483   layout:
13484     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
13485     layout: "plot-latency"
13486
13487 - type: "plot"
13488   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
13489   algorithm: "plot_lat_err_bars_name"
13490   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
13491   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13492   include:
13493     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
13494     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
13495     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
13496     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13497   layout:
13498     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
13499     layout: "plot-latency"
13500
13501 - type: "plot"
13502   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
13503   algorithm: "plot_lat_err_bars_name"
13504   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
13505   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13506   include:
13507     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
13508     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
13509     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13510     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
13511     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
13512     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
13513   layout:
13514     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
13515     layout: "plot-latency"
13516
13517 - type: "plot"
13518   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-lat"
13519   algorithm: "plot_lat_err_bars_name"
13520   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-lat"
13521   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13522   include:
13523     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13524     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13525     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13526     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13527     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13528     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13529   layout:
13530     title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr"
13531     layout: "plot-latency"
13532
13533 - type: "plot"
13534   title: "Latency: 3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
13535   algorithm: "plot_lat_err_bars_name"
13536   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
13537   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13538   include:
13539     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13540     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13541     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13542     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13543     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13544     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13545   layout:
13546     title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
13547     layout: "plot-latency"
13548
13549 - type: "plot"
13550   title: "Latency: 3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
13551   algorithm: "plot_lat_err_bars_name"
13552   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
13553   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13554   include:
13555     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13556     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13557     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13558     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13559     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13560     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13561   layout:
13562     title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr"
13563     layout: "plot-latency"
13564
13565 - type: "plot"
13566   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
13567   algorithm: "plot_lat_err_bars_name"
13568   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
13569   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13570   include:
13571     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13572     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13573     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13574     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13575   layout:
13576     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
13577     layout: "plot-latency"
13578
13579 - type: "plot"
13580   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
13581   algorithm: "plot_lat_err_bars_name"
13582   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
13583   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13584   include:
13585     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13586     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13587     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13588     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13589   layout:
13590     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
13591     layout: "plot-latency"
13592
13593 - type: "plot"
13594   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
13595   algorithm: "plot_lat_err_bars_name"
13596   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
13597   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13598   include:
13599     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13600     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13601     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13602     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13603   layout:
13604     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
13605     layout: "plot-latency"
13606
13607 - type: "plot"
13608   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
13609   algorithm: "plot_lat_err_bars_name"
13610   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-lat"
13611   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13612   include:
13613     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13614     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13615     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13616     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13617   layout:
13618     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
13619     layout: "plot-latency"
13620
13621 - type: "plot"
13622   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
13623   algorithm: "plot_lat_err_bars_name"
13624   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
13625   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13626   include:
13627     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13628     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13629     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13630     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13631   layout:
13632     title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
13633     layout: "plot-latency"
13634
13635 - type: "plot"
13636   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
13637   algorithm: "plot_lat_err_bars_name"
13638   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
13639   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13640   include:
13641     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13642     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13643     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13644     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13645   layout:
13646     title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
13647     layout: "plot-latency"
13648
13649 - type: "plot"
13650   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
13651   algorithm: "plot_lat_err_bars_name"
13652   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
13653   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13654   include:
13655     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13656     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13657     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13658     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13659     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13660   layout:
13661     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
13662     layout: "plot-latency"
13663
13664 - type: "plot"
13665   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
13666   algorithm: "plot_lat_err_bars_name"
13667   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
13668   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13669   include:
13670     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13671     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13672     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13673     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13674     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13675   layout:
13676     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
13677     layout: "plot-latency"
13678
13679 - type: "plot"
13680   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
13681   algorithm: "plot_lat_err_bars_name"
13682   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
13683   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13684   include:
13685     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13688     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13689     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13690     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13691   layout:
13692     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
13693     layout: "plot-latency"
13694
13695 - type: "plot"
13696   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
13697   algorithm: "plot_lat_err_bars_name"
13698   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
13699   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13700   include:
13701     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13702     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13703     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13704     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13705     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13706     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13707   layout:
13708     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
13709     layout: "plot-latency"
13710
13711 - type: "plot"
13712   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
13713   algorithm: "plot_lat_err_bars_name"
13714   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
13715   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13716   include:
13717     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13718     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13719     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13720     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13721     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13722   layout:
13723     title: "3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr"
13724     layout: "plot-latency"
13725
13726 - type: "plot"
13727   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
13728   algorithm: "plot_lat_err_bars_name"
13729   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
13730   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13731   include:
13732     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
13733     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
13734     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
13735     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
13736     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
13737   layout:
13738     title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr"
13739     layout: "plot-latency"
13740
13741 - type: "plot"
13742   title: "Latency: 3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
13743   algorithm: "plot_lat_err_bars_name"
13744   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
13745   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13746   include:
13747     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
13748     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13749     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13750     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13751     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13752     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
13753   layout:
13754     title: "3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr"
13755     layout: "plot-latency"
13756
13757 - type: "plot"
13758   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
13759   algorithm: "plot_lat_err_bars_name"
13760   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
13761   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13762   include:
13763     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
13764     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13765     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13766     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13767   layout:
13768     title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
13769     layout: "plot-latency"
13770
13771 - type: "plot"
13772   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
13773   algorithm: "plot_lat_err_bars_name"
13774   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
13775   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13776   include:
13777     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
13778     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
13779     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
13780     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
13781     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
13782   layout:
13783     title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr"
13784     layout: "plot-latency"
13785
13786 #- type: "plot"
13787 #  title: "Latency: 3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
13788 #  algorithm: "plot_lat_err_bars_name"
13789 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
13790 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13791 #  include:
13792 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13793 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13794 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13795 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13796 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13797 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13798 #  layout:
13799 #    title: "3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13800 #    layout: "plot-latency"
13801
13802 - type: "plot"
13803   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
13804   algorithm: "plot_lat_err_bars_name"
13805   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
13806   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13807   include:
13808     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
13809     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
13810     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
13811     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
13812   layout:
13813     title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr"
13814     layout: "plot-latency"
13815
13816 - type: "plot"
13817   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
13818   algorithm: "plot_lat_err_bars_name"
13819   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
13820   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13821   include:
13822     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
13823     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
13824     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
13825     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
13826     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
13827     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
13828   layout:
13829     title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr"
13830     layout: "plot-latency"
13831
13832 - type: "plot"
13833   title: "Latency: 3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-lat"
13834   algorithm: "plot_lat_err_bars_name"
13835   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-lat"
13836   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13837   include:
13838     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
13839     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13840     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13841     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13842     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13843     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13844   layout:
13845     title: "3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr"
13846     layout: "plot-latency"
13847
13848 - type: "plot"
13849   title: "Latency: 3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-lat"
13850   algorithm: "plot_lat_err_bars_name"
13851   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-lat"
13852   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13853   include:
13854     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13855     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13856     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13857     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13858     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13859     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13860   layout:
13861     title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr"
13862     layout: "plot-latency"
13863
13864 - type: "plot"
13865   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
13866   algorithm: "plot_lat_err_bars_name"
13867   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
13868   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13869   include:
13870     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13871     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13872     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13873     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13874     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13875   layout:
13876     title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr"
13877     layout: "plot-latency"
13878
13879 - type: "plot"
13880   title: "Latency: 3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-lat"
13881   algorithm: "plot_lat_err_bars_name"
13882   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-lat"
13883   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13884   include:
13885     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13886     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13887     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13888     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13889     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13890     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13891   layout:
13892     title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr"
13893     layout: "plot-latency"
13894
13895 ################################################################################
13896
13897 # Packet Latency 4C
13898
13899 - type: "plot"
13900   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
13901   algorithm: "plot_lat_err_bars_name"
13902   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
13903   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13904   include:
13905     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13906     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13907     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13908     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13909   layout:
13910     title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
13911     layout: "plot-latency"
13912
13913 - type: "plot"
13914   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
13915   algorithm: "plot_lat_err_bars_name"
13916   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
13917   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13918   include:
13919     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13920     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13921     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13922     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13923     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13924   layout:
13925     title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
13926     layout: "plot-latency"
13927
13928 - type: "plot"
13929   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
13930   algorithm: "plot_lat_err_bars_name"
13931   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
13932   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13933   include:
13934     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
13935     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
13936     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
13937     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
13938     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
13939   layout:
13940     title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
13941     layout: "plot-latency"
13942
13943 - type: "plot"
13944   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
13945   algorithm: "plot_lat_err_bars_name"
13946   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
13947   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13948   include:
13949     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
13950     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
13951     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
13952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
13953   layout:
13954     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
13955     layout: "plot-latency"
13956
13957 - type: "plot"
13958   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
13959   algorithm: "plot_lat_err_bars_name"
13960   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
13961   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13962   include:
13963     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
13964     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
13965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
13966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
13967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
13968   layout:
13969     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
13970     layout: "plot-latency"
13971
13972 - type: "plot"
13973   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
13974   algorithm: "plot_lat_err_bars_name"
13975   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
13976   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13977   include:
13978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
13979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
13984   layout:
13985     title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
13986     layout: "plot-latency"
13987
13988 - type: "plot"
13989   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
13990   algorithm: "plot_lat_err_bars_name"
13991   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
13992   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13993   include:
13994     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
13995     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
13996     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
13997   layout:
13998     title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
13999     layout: "plot-latency"
14000
14001 - type: "plot"
14002   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
14003   algorithm: "plot_lat_err_bars_name"
14004   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
14005   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14006   include:
14007     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
14008     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
14009     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
14010     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
14011     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
14012   layout:
14013     title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
14014     layout: "plot-latency"
14015
14016 - type: "plot"
14017   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
14018   algorithm: "plot_lat_err_bars_name"
14019   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
14020   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14021   include:
14022     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
14023     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
14024     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
14025     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
14026   layout:
14027     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
14028     layout: "plot-latency"
14029
14030 - type: "plot"
14031   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
14032   algorithm: "plot_lat_err_bars_name"
14033   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
14034   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14035   include:
14036     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
14037     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
14038     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
14039     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
14040     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
14041   layout:
14042     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
14043     layout: "plot-latency"
14044
14045 - type: "plot"
14046   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
14047   algorithm: "plot_lat_err_bars_name"
14048   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
14049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14050   include:
14051     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
14052     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14053     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14054     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14055     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14056     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
14057   layout:
14058     title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
14059     layout: "plot-latency"
14060
14061 - type: "plot"
14062   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
14063   algorithm: "plot_lat_err_bars_name"
14064   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
14065   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14066   include:
14067     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
14068     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14069   layout:
14070     title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
14071     layout: "plot-latency"
14072
14073 - type: "plot"
14074   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
14075   algorithm: "plot_lat_err_bars_name"
14076   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
14077   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14078   include:
14079     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-8t4c-ethip4vxlan-l2xcbase-ndrpdr"
14080     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14081     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14082     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14083   layout:
14084     title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr"
14085     layout: "plot-latency"
14086
14087 - type: "plot"
14088   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
14089   algorithm: "plot_lat_err_bars_name"
14090   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
14091   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14092   include:
14093     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
14094     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
14095     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
14096   layout:
14097     title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
14098     layout: "plot-latency"
14099
14100 - type: "plot"
14101   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
14102   algorithm: "plot_lat_err_bars_name"
14103   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
14104   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14105   include:
14106     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
14107     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
14108     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
14109     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
14110     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
14111   layout:
14112     title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
14113     layout: "plot-latency"
14114
14115 - type: "plot"
14116   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
14117   algorithm: "plot_lat_err_bars_name"
14118   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
14119   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14120   include:
14121     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
14122     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
14123     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
14124   layout:
14125     title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
14126     layout: "plot-latency"
14127
14128 - type: "plot"
14129   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
14130   algorithm: "plot_lat_err_bars_name"
14131   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
14132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14133   include:
14134     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
14135     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
14136     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
14137   layout:
14138     title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
14139     layout: "plot-latency"
14140
14141 - type: "plot"
14142   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
14143   algorithm: "plot_lat_err_bars_name"
14144   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
14145   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14146   include:
14147     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
14148     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
14149     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
14150     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
14151     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
14152   layout:
14153     title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
14154     layout: "plot-latency"
14155
14156 #- type: "plot"
14157 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
14158 #  algorithm: "plot_lat_err_bars_name"
14159 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
14160 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14161 #  include:
14162 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14163 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14164 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14165 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14166 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14167 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14168 #  layout:
14169 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
14170 #    layout: "plot-latency"
14171
14172 #- type: "plot"
14173 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
14174 #  algorithm: "plot_lat_err_bars_name"
14175 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
14176 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14177 #  include:
14178 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14179 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14180 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14181 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14182 #  layout:
14183 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
14184 #    layout: "plot-latency"
14185
14186 #- type: "plot"
14187 #  title: "Latency: 3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
14188 #  algorithm: "plot_lat_err_bars_name"
14189 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
14190 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
14191 #  include:
14192 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14193 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14194 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14195 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14196 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14197 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14198 #  layout:
14199 #    title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr"
14200 #    layout: "plot-latency"
14201
14202 - type: "plot"
14203   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
14204   algorithm: "plot_lat_err_bars_name"
14205   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
14206   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14207   include:
14208     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
14209     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14210     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
14211     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
14212     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
14213     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
14214   layout:
14215     title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
14216     layout: "plot-latency"
14217
14218 - type: "plot"
14219   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
14220   algorithm: "plot_lat_err_bars_name"
14221   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
14222   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14223   include:
14224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
14225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
14226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14227     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
14228   layout:
14229     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
14230     layout: "plot-latency"
14231
14232 - type: "plot"
14233   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
14234   algorithm: "plot_lat_err_bars_name"
14235   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
14236   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14237   include:
14238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
14239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
14240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
14241     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
14242     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
14243   layout:
14244     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
14245     layout: "plot-latency"
14246
14247 - type: "plot"
14248   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
14249   algorithm: "plot_lat_err_bars_name"
14250   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
14251   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14252   include:
14253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
14254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
14255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
14256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
14257   layout:
14258     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
14259     layout: "plot-latency"
14260
14261 - type: "plot"
14262   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
14263   algorithm: "plot_lat_err_bars_name"
14264   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
14265   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14266   include:
14267     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
14268     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
14269     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
14270     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
14271     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
14272     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
14273   layout:
14274     title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
14275     layout: "plot-latency"
14276
14277 - type: "plot"
14278   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
14279   algorithm: "plot_lat_err_bars_name"
14280   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
14281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14282   include:
14283     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
14284     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
14285     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
14286     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
14287     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
14288   layout:
14289     title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
14290     layout: "plot-latency"
14291
14292 - type: "plot"
14293   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
14294   algorithm: "plot_lat_err_bars_name"
14295   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
14296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14297   include:
14298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
14299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
14300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
14301   layout:
14302     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
14303     layout: "plot-latency"
14304
14305 - type: "plot"
14306   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
14307   algorithm: "plot_lat_err_bars_name"
14308   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
14309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14310   include:
14311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
14312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
14313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
14314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
14315   layout:
14316     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
14317     layout: "plot-latency"
14318
14319 - type: "plot"
14320   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
14321   algorithm: "plot_lat_err_bars_name"
14322   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
14323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14324   include:
14325     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
14326     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
14327     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
14328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
14329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
14330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
14331   layout:
14332     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
14333     layout: "plot-latency"
14334
14335 - type: "plot"
14336   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-lat"
14337   algorithm: "plot_lat_err_bars_name"
14338   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-lat"
14339   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14340   include:
14341     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
14342     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14343     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14344     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14345     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14346     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14347   layout:
14348     title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr"
14349     layout: "plot-latency"
14350
14351 - type: "plot"
14352   title: "Latency: 3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
14353   algorithm: "plot_lat_err_bars_name"
14354   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
14355   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14356   include:
14357     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14358     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14359     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14360     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14361     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14362     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14363   layout:
14364     title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
14365     layout: "plot-latency"
14366
14367 - type: "plot"
14368   title: "Latency: 3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
14369   algorithm: "plot_lat_err_bars_name"
14370   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
14371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14372   include:
14373     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14374     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14375     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14376     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14377     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14378     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14379   layout:
14380     title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr"
14381     layout: "plot-latency"
14382
14383 - type: "plot"
14384   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
14385   algorithm: "plot_lat_err_bars_name"
14386   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
14387   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14388   include:
14389     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14390     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14391     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14393   layout:
14394     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
14395     layout: "plot-latency"
14396
14397 - type: "plot"
14398   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
14399   algorithm: "plot_lat_err_bars_name"
14400   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
14401   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14402   include:
14403     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14404     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14406     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14407   layout:
14408     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
14409     layout: "plot-latency"
14410
14411 - type: "plot"
14412   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
14413   algorithm: "plot_lat_err_bars_name"
14414   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
14415   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14416   include:
14417     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14418     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14419     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14420     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14421   layout:
14422     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
14423     layout: "plot-latency"
14424
14425 - type: "plot"
14426   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
14427   algorithm: "plot_lat_err_bars_name"
14428   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-lat"
14429   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14430   include:
14431     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14432     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14433     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14434     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14435   layout:
14436     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
14437     layout: "plot-latency"
14438
14439 - type: "plot"
14440   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
14441   algorithm: "plot_lat_err_bars_name"
14442   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
14443   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14444   include:
14445     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14446     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14447     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14448     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14449   layout:
14450     title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
14451     layout: "plot-latency"
14452
14453 - type: "plot"
14454   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
14455   algorithm: "plot_lat_err_bars_name"
14456   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
14457   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14458   include:
14459     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14460     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14461     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14462     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14463   layout:
14464     title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
14465     layout: "plot-latency"
14466
14467 - type: "plot"
14468   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
14469   algorithm: "plot_lat_err_bars_name"
14470   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
14471   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14472   include:
14473     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14474     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14475     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14476     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14477     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14478   layout:
14479     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
14480     layout: "plot-latency"
14481
14482 - type: "plot"
14483   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
14484   algorithm: "plot_lat_err_bars_name"
14485   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
14486   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14487   include:
14488     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14489     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14490     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14491     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14492     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14493   layout:
14494     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
14495     layout: "plot-latency"
14496
14497 - type: "plot"
14498   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
14499   algorithm: "plot_lat_err_bars_name"
14500   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
14501   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14502   include:
14503     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14504     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14505     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14506     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14507     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14508     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14509   layout:
14510     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
14511     layout: "plot-latency"
14512
14513 - type: "plot"
14514   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
14515   algorithm: "plot_lat_err_bars_name"
14516   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
14517   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14518   include:
14519     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14520     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14521     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14522     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14523     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14524     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14525   layout:
14526     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
14527     layout: "plot-latency"
14528
14529 - type: "plot"
14530   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
14531   algorithm: "plot_lat_err_bars_name"
14532   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
14533   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14534   include:
14535     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14536     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14537     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14538     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14539     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14540   layout:
14541     title: "3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr"
14542     layout: "plot-latency"
14543
14544 - type: "plot"
14545   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
14546   algorithm: "plot_lat_err_bars_name"
14547   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
14548   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14549   include:
14550     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
14551     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
14552     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
14553     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
14554     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
14555   layout:
14556     title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr"
14557     layout: "plot-latency"
14558
14559 - type: "plot"
14560   title: "Latency: 3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
14561   algorithm: "plot_lat_err_bars_name"
14562   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
14563   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14564   include:
14565     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
14566     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14567     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14568     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14569     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14570     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
14571   layout:
14572     title: "3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr"
14573     layout: "plot-latency"
14574
14575 - type: "plot"
14576   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
14577   algorithm: "plot_lat_err_bars_name"
14578   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
14579   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14580   include:
14581     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
14582     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14583     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14584     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14585   layout:
14586     title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
14587     layout: "plot-latency"
14588
14589 - type: "plot"
14590   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
14591   algorithm: "plot_lat_err_bars_name"
14592   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
14593   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14594   include:
14595     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
14596     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
14597     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
14598     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
14599     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
14600   layout:
14601     title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr"
14602     layout: "plot-latency"
14603
14604 #- type: "plot"
14605 #  title: "Latency: 3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
14606 #  algorithm: "plot_lat_err_bars_name"
14607 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
14608 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14609 #  include:
14610 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14611 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14612 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14613 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14614 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14615 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14616 #  layout:
14617 #    title: "3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14618 #    layout: "plot-latency"
14619
14620 - type: "plot"
14621   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
14622   algorithm: "plot_lat_err_bars_name"
14623   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
14624   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14625   include:
14626     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
14627     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
14628     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
14629     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
14630   layout:
14631     title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr"
14632     layout: "plot-latency"
14633
14634 - type: "plot"
14635   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
14636   algorithm: "plot_lat_err_bars_name"
14637   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
14638   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14639   include:
14640     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
14641     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
14642     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
14643     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
14644     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
14645     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
14646   layout:
14647     title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr"
14648     layout: "plot-latency"
14649
14650 - type: "plot"
14651   title: "Latency: 3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-lat"
14652   algorithm: "plot_lat_err_bars_name"
14653   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-lat"
14654   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14655   include:
14656     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
14657     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14658     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14659     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14660     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14661     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14662   layout:
14663     title: "3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr"
14664     layout: "plot-latency"
14665
14666 - type: "plot"
14667   title: "Latency: 3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-lat"
14668   algorithm: "plot_lat_err_bars_name"
14669   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-lat"
14670   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14671   include:
14672     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14673     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14674     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14675     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14676     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14677     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14678   layout:
14679     title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr"
14680     layout: "plot-latency"
14681
14682 - type: "plot"
14683   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
14684   algorithm: "plot_lat_err_bars_name"
14685   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
14686   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14687   include:
14688     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14689     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14690     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14691     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14692     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14693   layout:
14694     title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr"
14695     layout: "plot-latency"
14696
14697 - type: "plot"
14698   title: "Latency: 3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-lat"
14699   algorithm: "plot_lat_err_bars_name"
14700   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-lat"
14701   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14702   include:
14703     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14704     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14705     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14706     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14707     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14708     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14709   layout:
14710     title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr"
14711     layout: "plot-latency"
14712
14713 ################################################################################
14714
14715 # HDRHistogram Packet Latency 1C
14716
14717 - type: "plot"
14718   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
14719   graph-title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
14720   algorithm: "plot_lat_hdrh_bar_name"
14721   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
14722   data: "plot-vpp-hdrh-lat-2n-skx"
14723   include:
14724     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14725     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14726     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14727     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14728   layout:
14729     layout: "plot-hdrh-latency"
14730
14731 - type: "plot"
14732   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
14733   graph-title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
14734   algorithm: "plot_lat_hdrh_bar_name"
14735   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
14736   data: "plot-vpp-hdrh-lat-3n-skx"
14737   include:
14738     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14739     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14740     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14741     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14742     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14743   layout:
14744     layout: "plot-hdrh-latency"
14745
14746 - type: "plot"
14747   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
14748   graph-title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
14749   algorithm: "plot_lat_hdrh_bar_name"
14750   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
14751   data: "plot-vpp-hdrh-lat-2n-skx"
14752   include:
14753     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14754     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14755     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14756     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14757     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14758   layout:
14759     layout: "plot-hdrh-latency"
14760
14761 - type: "plot"
14762   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
14763   graph-title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14764   algorithm: "plot_lat_hdrh_bar_name"
14765   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
14766   data: "plot-vpp-hdrh-lat-2n-skx"
14767   include:
14768     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14769     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
14770     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
14771     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14772   layout:
14773     layout: "plot-hdrh-latency"
14774
14775 - type: "plot"
14776   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
14777   graph-title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
14778   algorithm: "plot_lat_hdrh_bar_name"
14779   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
14780   data: "plot-vpp-hdrh-lat-2n-skx"
14781   include:
14782     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14783     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14784     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
14785     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
14786     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14787   layout:
14788     layout: "plot-hdrh-latency"
14789
14790 - type: "plot"
14791   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
14792   graph-title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
14793   algorithm: "plot_lat_hdrh_bar_name"
14794   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
14795   data: "plot-vpp-hdrh-lat-2n-skx"
14796   include:
14797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14799     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14800     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14801     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14802     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
14803   layout:
14804     layout: "plot-hdrh-latency"
14805
14806 - type: "plot"
14807   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
14808   graph-title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
14809   algorithm: "plot_lat_hdrh_bar_name"
14810   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
14811   data: "plot-vpp-hdrh-lat-3n-hsw"
14812   include:
14813     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
14814     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
14815     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
14816   layout:
14817     layout: "plot-hdrh-latency"
14818
14819 - type: "plot"
14820   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
14821   graph-title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
14822   algorithm: "plot_lat_hdrh_bar_name"
14823   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
14824   data: "plot-vpp-hdrh-lat-3n-skx"
14825   include:
14826     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
14827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14830     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14831   layout:
14832     layout: "plot-hdrh-latency"
14833
14834 - type: "plot"
14835   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
14836   graph-title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14837   algorithm: "plot_lat_hdrh_bar_name"
14838   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
14839   data: "plot-vpp-hdrh-lat-3n-skx"
14840   include:
14841     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
14842     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
14843     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
14844     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14845   layout:
14846     layout: "plot-hdrh-latency"
14847
14848 - type: "plot"
14849   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
14850   graph-title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
14851   algorithm: "plot_lat_hdrh_bar_name"
14852   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
14853   data: "plot-vpp-hdrh-lat-3n-skx"
14854   include:
14855     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14856     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14857     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
14858     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
14859     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14860   layout:
14861     layout: "plot-hdrh-latency"
14862
14863 - type: "plot"
14864   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
14865   graph-title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
14866   algorithm: "plot_lat_hdrh_bar_name"
14867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
14868   data: "plot-vpp-hdrh-lat-3n-skx"
14869   include:
14870     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14871     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14872     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14873     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14874     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14875     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
14876   layout:
14877     layout: "plot-hdrh-latency"
14878
14879 - type: "plot"
14880   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-hdrh-lat"
14881   graph-title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
14882   algorithm: "plot_lat_hdrh_bar_name"
14883   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-hdrh-lat"
14884   data: "plot-vpp-hdrh-lat-3n-hsw"
14885   include:
14886     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
14887     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14888   layout:
14889     layout: "plot-hdrh-latency"
14890
14891 - type: "plot"
14892   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
14893   graph-title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
14894   algorithm: "plot_lat_hdrh_bar_name"
14895   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
14896   data: "plot-vpp-hdrh-lat-3n-skx"
14897   include:
14898     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
14899     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14900     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14901     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14902   layout:
14903     layout: "plot-hdrh-latency"
14904
14905 - type: "plot"
14906   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
14907   graph-title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
14908   algorithm: "plot_lat_hdrh_bar_name"
14909   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
14910   data: "plot-vpp-hdrh-lat-2n-skx"
14911   include:
14912     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
14913     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14914     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
14915   layout:
14916     layout: "plot-hdrh-latency"
14917
14918 - type: "plot"
14919   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
14920   graph-title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
14921   algorithm: "plot_lat_hdrh_bar_name"
14922   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
14923   data: "plot-vpp-hdrh-lat-2n-skx"
14924   include:
14925     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
14926     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14927     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
14928     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
14929     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
14930   layout:
14931     layout: "plot-hdrh-latency"
14932
14933 - type: "plot"
14934   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
14935   graph-title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
14936   algorithm: "plot_lat_hdrh_bar_name"
14937   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
14938   data: "plot-vpp-hdrh-lat-3n-hsw"
14939   include:
14940     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
14941     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
14942     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
14943   layout:
14944     layout: "plot-hdrh-latency"
14945
14946 - type: "plot"
14947   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
14948   graph-title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
14949   algorithm: "plot_lat_hdrh_bar_name"
14950   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
14951   data: "plot-vpp-hdrh-lat-3n-skx"
14952   include:
14953     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
14954     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14955     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
14956   layout:
14957     layout: "plot-hdrh-latency"
14958
14959 - type: "plot"
14960   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
14961   graph-title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
14962   algorithm: "plot_lat_hdrh_bar_name"
14963   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
14964   data: "plot-vpp-hdrh-lat-3n-skx"
14965   include:
14966     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
14967     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
14968     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
14969     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
14970     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
14971   layout:
14972     layout: "plot-hdrh-latency"
14973
14974 - type: "plot"
14975   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
14976   graph-title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
14977   algorithm: "plot_lat_hdrh_bar_name"
14978   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
14979   data: "plot-vpp-hdrh-lat-2n-skx"
14980   include:
14981     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14982     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14983     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
14984     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
14985     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
14986     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
14987   layout:
14988     layout: "plot-hdrh-latency"
14989
14990 - type: "plot"
14991   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
14992   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
14993   algorithm: "plot_lat_hdrh_bar_name"
14994   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
14995   data: "plot-vpp-hdrh-lat-2n-skx"
14996   include:
14997     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
14998     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
14999     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15000     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15001   layout:
15002     layout: "plot-hdrh-latency"
15003
15004 - type: "plot"
15005   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
15006   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
15007   algorithm: "plot_lat_hdrh_bar_name"
15008   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
15009   data: "plot-vpp-hdrh-lat-2n-skx"
15010   include:
15011     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15012     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15013     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15015     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15016   layout:
15017     layout: "plot-hdrh-latency"
15018
15019 - type: "plot"
15020   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15021   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
15022   algorithm: "plot_lat_hdrh_bar_name"
15023   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15024   data: "plot-vpp-hdrh-lat-2n-skx"
15025   include:
15026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15030   layout:
15031     layout: "plot-hdrh-latency"
15032
15033 - type: "plot"
15034   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15035   graph-title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
15036   algorithm: "plot_lat_hdrh_bar_name"
15037   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15038   data: "plot-vpp-hdrh-lat-3n-hsw"
15039   include:
15040     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15041     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15042     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15043     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15044     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15045     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15046   layout:
15047     layout: "plot-hdrh-latency"
15048
15049 - type: "plot"
15050   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
15051   graph-title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
15052   algorithm: "plot_lat_hdrh_bar_name"
15053   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
15054   data: "plot-vpp-hdrh-lat-3n-skx"
15055   include:
15056     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15057     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15058     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15059     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15060     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15061   layout:
15062     layout: "plot-hdrh-latency"
15063
15064 - type: "plot"
15065   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
15066   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15067   algorithm: "plot_lat_hdrh_bar_name"
15068   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
15069   data: "plot-vpp-hdrh-lat-3n-skx"
15070   include:
15071     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15072     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15073     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15074   layout:
15075     layout: "plot-hdrh-latency"
15076
15077 - type: "plot"
15078   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
15079   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
15080   algorithm: "plot_lat_hdrh_bar_name"
15081   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
15082   data: "plot-vpp-hdrh-lat-3n-skx"
15083   include:
15084     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15085     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15086     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15087     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15088   layout:
15089     layout: "plot-hdrh-latency"
15090
15091 - type: "plot"
15092   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15093   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
15094   algorithm: "plot_lat_hdrh_bar_name"
15095   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15096   data: "plot-vpp-hdrh-lat-3n-skx"
15097   include:
15098     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15099     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15100     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15101     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15102     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15103     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15104   layout:
15105     layout: "plot-hdrh-latency"
15106
15107 - type: "plot"
15108   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-hdrh-lat"
15109   graph-title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
15110   algorithm: "plot_lat_hdrh_bar_name"
15111   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-hdrh-lat"
15112   data: "plot-vpp-hdrh-lat-3n-skx"
15113   include:
15114     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15115     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15116     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15117     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15118     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15119     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15120   layout:
15121     layout: "plot-hdrh-latency"
15122
15123 - type: "plot"
15124   title: "Latency: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
15125   graph-title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
15126   algorithm: "plot_lat_hdrh_bar_name"
15127   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
15128   data: "plot-vpp-hdrh-lat-3n-hsw"
15129   include:
15130     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15131     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15132     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15133     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15134     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15135     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15136   layout:
15137     layout: "plot-hdrh-latency"
15138
15139 - type: "plot"
15140   title: "Latency: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
15141   graph-title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
15142   algorithm: "plot_lat_hdrh_bar_name"
15143   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
15144   data: "plot-vpp-hdrh-lat-3n-skx"
15145   include:
15146     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15147     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15148     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15149     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15150     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15151     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15152   layout:
15153     layout: "plot-hdrh-latency"
15154
15155 - type: "plot"
15156   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
15157   graph-title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
15158   algorithm: "plot_lat_hdrh_bar_name"
15159   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat"
15160   data: "plot-vpp-hdrh-lat-2n-skx"
15161   include:
15162     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15163     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15164     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15165     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15166   layout:
15167     layout: "plot-hdrh-latency"
15168
15169 - type: "plot"
15170   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
15171   graph-title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
15172   algorithm: "plot_lat_hdrh_bar_name"
15173   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat"
15174   data: "plot-vpp-hdrh-lat-2n-skx"
15175   include:
15176     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15177     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15178     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15179     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15180   layout:
15181     layout: "plot-hdrh-latency"
15182
15183 - type: "plot"
15184   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
15185   graph-title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
15186   algorithm: "plot_lat_hdrh_bar_name"
15187   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-hdrh-lat"
15188   data: "plot-vpp-hdrh-lat-3n-hsw"
15189   include:
15190     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15191     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15192     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15193     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15194   layout:
15195     layout: "plot-hdrh-latency"
15196
15197 - type: "plot"
15198   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
15199   graph-title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
15200   algorithm: "plot_lat_hdrh_bar_name"
15201   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-hdrh-lat"
15202   data: "plot-vpp-hdrh-lat-3n-hsw"
15203   include:
15204     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15205     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15206     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15207     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15208   layout:
15209     layout: "plot-hdrh-latency"
15210
15211 - type: "plot"
15212   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
15213   graph-title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
15214   algorithm: "plot_lat_hdrh_bar_name"
15215   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
15216   data: "plot-vpp-hdrh-lat-3n-skx"
15217   include:
15218     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15219     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15220     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15221     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15222   layout:
15223     layout: "plot-hdrh-latency"
15224
15225 - type: "plot"
15226   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
15227   graph-title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
15228   algorithm: "plot_lat_hdrh_bar_name"
15229   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
15230   data: "plot-vpp-hdrh-lat-3n-skx"
15231   include:
15232     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15233     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15234     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15235     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15236   layout:
15237     layout: "plot-hdrh-latency"
15238
15239 - type: "plot"
15240   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
15241   graph-title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
15242   algorithm: "plot_lat_hdrh_bar_name"
15243   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat"
15244   data: "plot-vpp-hdrh-lat-3n-skx"
15245   include:
15246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15249     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15251   layout:
15252     layout: "plot-hdrh-latency"
15253
15254 - type: "plot"
15255   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
15256   graph-title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
15257   algorithm: "plot_lat_hdrh_bar_name"
15258   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat"
15259   data: "plot-vpp-hdrh-lat-3n-skx"
15260   include:
15261     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15262     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15263     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15264     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15265     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15266   layout:
15267     layout: "plot-hdrh-latency"
15268
15269 - type: "plot"
15270   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
15271   graph-title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
15272   algorithm: "plot_lat_hdrh_bar_name"
15273   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
15274   data: "plot-vpp-hdrh-lat-3n-skx"
15275   include:
15276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15277     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15278     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15279     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15280     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15281     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15282   layout:
15283     layout: "plot-hdrh-latency"
15284
15285 - type: "plot"
15286   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
15287   graph-title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
15288   algorithm: "plot_lat_hdrh_bar_name"
15289   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
15290   data: "plot-vpp-hdrh-lat-3n-skx"
15291   include:
15292     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15293     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15294     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15295     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15296     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15297     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15298   layout:
15299     layout: "plot-hdrh-latency"
15300
15301 - type: "plot"
15302   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-hdrh-lat"
15303   graph-title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
15304   algorithm: "plot_lat_hdrh_bar_name"
15305   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-hdrh-lat"
15306   data: "plot-vpp-hdrh-lat-3n-tsh"
15307   include:
15308     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15309     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15310     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15311     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15312     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15313   layout:
15314     layout: "plot-hdrh-latency"
15315
15316 - type: "plot"
15317   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
15318   graph-title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
15319   algorithm: "plot_lat_hdrh_bar_name"
15320   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
15321   data: "plot-vpp-hdrh-lat-3n-tsh"
15322   include:
15323     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
15324     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
15325     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
15326     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
15327     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
15328   layout:
15329     layout: "plot-hdrh-latency"
15330
15331 - type: "plot"
15332   title: "Latency: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
15333   graph-title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
15334   algorithm: "plot_lat_hdrh_bar_name"
15335   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
15336   data: "plot-vpp-hdrh-lat-3n-tsh"
15337   include:
15338     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
15339     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15340     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15343     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
15344   layout:
15345     layout: "plot-hdrh-latency"
15346
15347 - type: "plot"
15348   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
15349   graph-title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
15350   algorithm: "plot_lat_hdrh_bar_name"
15351   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
15352   data: "plot-vpp-hdrh-lat-3n-tsh"
15353   include:
15354     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
15355     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15356     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15357     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15358   layout:
15359     layout: "plot-hdrh-latency"
15360
15361 - type: "plot"
15362   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
15363   graph-title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
15364   algorithm: "plot_lat_hdrh_bar_name"
15365   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
15366   data: "plot-vpp-hdrh-lat-3n-tsh"
15367   include:
15368     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
15369     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
15370     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
15371     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
15372     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
15373   layout:
15374     layout: "plot-hdrh-latency"
15375
15376 - type: "plot"
15377   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-hdrh-lat"
15378   graph-title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
15379   algorithm: "plot_lat_hdrh_bar_name"
15380   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-hdrh-lat"
15381   data: "plot-vpp-hdrh-lat-3n-tsh"
15382   include:
15383     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15384     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15385     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15386     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15387   layout:
15388     layout: "plot-hdrh-latency"
15389
15390 - type: "plot"
15391   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
15392   graph-title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15393   algorithm: "plot_lat_hdrh_bar_name"
15394   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
15395   data: "plot-vpp-hdrh-lat-3n-tsh"
15396   include:
15397     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15398     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15399     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15400     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15401     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15402     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15403   layout:
15404     layout: "plot-hdrh-latency"
15405
15406 - type: "plot"
15407   title: "Latency: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
15408   graph-title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
15409   algorithm: "plot_lat_hdrh_bar_name"
15410   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
15411   data: "plot-vpp-hdrh-lat-3n-tsh"
15412   include:
15413     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15414     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15415     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15416     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15417     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15418     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15419   layout:
15420     layout: "plot-hdrh-latency"
15421
15422 - type: "plot"
15423   title: "Latency: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
15424   graph-title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
15425   algorithm: "plot_lat_hdrh_bar_name"
15426   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
15427   data: "plot-vpp-hdrh-lat-3n-tsh"
15428   include:
15429     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15430     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15431     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15432     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15433     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15434     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15435   layout:
15436     layout: "plot-hdrh-latency"
15437
15438 - type: "plot"
15439   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-hdrh-lat"
15440   graph-title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
15441   algorithm: "plot_lat_hdrh_bar_name"
15442   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-hdrh-lat"
15443   data: "plot-vpp-hdrh-lat-3n-tsh"
15444   include:
15445     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15446     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15447     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15448     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15449     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15450   layout:
15451     layout: "plot-hdrh-latency"
15452
15453 - type: "plot"
15454   title: "Latency: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
15455   graph-title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
15456   algorithm: "plot_lat_hdrh_bar_name"
15457   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
15458   data: "plot-vpp-hdrh-lat-3n-tsh"
15459   include:
15460     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15461     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15462     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15463     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15464     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15465     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15466   layout:
15467     layout: "plot-hdrh-latency"
15468
15469 ################################################################################
15470
15471 # HDRHistogram Packet Latency 2C
15472
15473 - type: "plot"
15474   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
15475   graph-title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
15476   algorithm: "plot_lat_hdrh_bar_name"
15477   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
15478   data: "plot-vpp-hdrh-lat-2n-skx"
15479   include:
15480     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15481     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15482     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15483     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15484   layout:
15485     layout: "plot-hdrh-latency"
15486
15487 - type: "plot"
15488   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
15489   graph-title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
15490   algorithm: "plot_lat_hdrh_bar_name"
15491   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
15492   data: "plot-vpp-hdrh-lat-3n-skx"
15493   include:
15494     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15495     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15496     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15497     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15498     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15499   layout:
15500     layout: "plot-hdrh-latency"
15501
15502 - type: "plot"
15503   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
15504   graph-title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
15505   algorithm: "plot_lat_hdrh_bar_name"
15506   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
15507   data: "plot-vpp-hdrh-lat-2n-skx"
15508   include:
15509     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
15510     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
15511     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
15512     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
15513     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
15514   layout:
15515     layout: "plot-hdrh-latency"
15516
15517 - type: "plot"
15518   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
15519   graph-title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
15520   algorithm: "plot_lat_hdrh_bar_name"
15521   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
15522   data: "plot-vpp-hdrh-lat-2n-skx"
15523   include:
15524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
15525     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
15526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
15527     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
15528   layout:
15529     layout: "plot-hdrh-latency"
15530
15531 - type: "plot"
15532   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15533   graph-title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
15534   algorithm: "plot_lat_hdrh_bar_name"
15535   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15536   data: "plot-vpp-hdrh-lat-2n-skx"
15537   include:
15538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
15539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
15540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
15541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
15542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
15543   layout:
15544     layout: "plot-hdrh-latency"
15545
15546 - type: "plot"
15547   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
15548   graph-title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
15549   algorithm: "plot_lat_hdrh_bar_name"
15550   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
15551   data: "plot-vpp-hdrh-lat-2n-skx"
15552   include:
15553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
15554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
15559   layout:
15560     layout: "plot-hdrh-latency"
15561
15562 - type: "plot"
15563   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15564   graph-title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
15565   algorithm: "plot_lat_hdrh_bar_name"
15566   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15567   data: "plot-vpp-hdrh-lat-3n-hsw"
15568   include:
15569     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
15570     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
15571     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
15572   layout:
15573     layout: "plot-hdrh-latency"
15574
15575 - type: "plot"
15576   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
15577   graph-title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
15578   algorithm: "plot_lat_hdrh_bar_name"
15579   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
15580   data: "plot-vpp-hdrh-lat-3n-skx"
15581   include:
15582     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
15583     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
15584     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
15585     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
15586     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
15587   layout:
15588     layout: "plot-hdrh-latency"
15589
15590 - type: "plot"
15591   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
15592   graph-title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
15593   algorithm: "plot_lat_hdrh_bar_name"
15594   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
15595   data: "plot-vpp-hdrh-lat-3n-skx"
15596   include:
15597     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
15598     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
15599     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
15600     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
15601   layout:
15602     layout: "plot-hdrh-latency"
15603
15604 - type: "plot"
15605   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15606   graph-title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
15607   algorithm: "plot_lat_hdrh_bar_name"
15608   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15609   data: "plot-vpp-hdrh-lat-3n-skx"
15610   include:
15611     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
15612     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
15613     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
15614     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
15615     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
15616   layout:
15617     layout: "plot-hdrh-latency"
15618
15619 - type: "plot"
15620   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
15621   graph-title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
15622   algorithm: "plot_lat_hdrh_bar_name"
15623   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
15624   data: "plot-vpp-hdrh-lat-3n-skx"
15625   include:
15626     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
15627     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15628     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15629     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15630     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15631     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
15632   layout:
15633     layout: "plot-hdrh-latency"
15634
15635 - type: "plot"
15636   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-hdrh-lat"
15637   graph-title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
15638   algorithm: "plot_lat_hdrh_bar_name"
15639   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-hdrh-lat"
15640   data: "plot-vpp-hdrh-lat-3n-hsw"
15641   include:
15642     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
15643     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15644   layout:
15645     layout: "plot-hdrh-latency"
15646
15647 - type: "plot"
15648   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
15649   graph-title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
15650   algorithm: "plot_lat_hdrh_bar_name"
15651   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
15652   data: "plot-vpp-hdrh-lat-3n-skx"
15653   include:
15654     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
15655     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15656     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15657     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15658   layout:
15659     layout: "plot-hdrh-latency"
15660
15661 - type: "plot"
15662   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15663   graph-title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
15664   algorithm: "plot_lat_hdrh_bar_name"
15665   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15666   data: "plot-vpp-hdrh-lat-2n-skx"
15667   include:
15668     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
15669     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
15670     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
15671   layout:
15672     layout: "plot-hdrh-latency"
15673
15674 - type: "plot"
15675   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15676   graph-title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
15677   algorithm: "plot_lat_hdrh_bar_name"
15678   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15679   data: "plot-vpp-hdrh-lat-2n-skx"
15680   include:
15681     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
15682     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
15683     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
15684     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
15685     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
15686   layout:
15687     layout: "plot-hdrh-latency"
15688
15689 - type: "plot"
15690   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15691   graph-title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
15692   algorithm: "plot_lat_hdrh_bar_name"
15693   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15694   data: "plot-vpp-hdrh-lat-3n-hsw"
15695   include:
15696     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
15697     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
15698     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
15699   layout:
15700     layout: "plot-hdrh-latency"
15701
15702 - type: "plot"
15703   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15704   graph-title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
15705   algorithm: "plot_lat_hdrh_bar_name"
15706   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15707   data: "plot-vpp-hdrh-lat-3n-skx"
15708   include:
15709     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
15710     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
15711     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
15712   layout:
15713     layout: "plot-hdrh-latency"
15714
15715 - type: "plot"
15716   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15717   graph-title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
15718   algorithm: "plot_lat_hdrh_bar_name"
15719   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15720   data: "plot-vpp-hdrh-lat-3n-skx"
15721   include:
15722     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
15723     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
15724     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
15725     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
15726     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
15727   layout:
15728     layout: "plot-hdrh-latency"
15729
15730 - type: "plot"
15731   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
15732   graph-title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
15733   algorithm: "plot_lat_hdrh_bar_name"
15734   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
15735   data: "plot-vpp-hdrh-lat-2n-skx"
15736   include:
15737     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
15738     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15739     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
15740     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
15741     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
15742     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
15743   layout:
15744     layout: "plot-hdrh-latency"
15745
15746 - type: "plot"
15747   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
15748   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
15749   algorithm: "plot_lat_hdrh_bar_name"
15750   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
15751   data: "plot-vpp-hdrh-lat-2n-skx"
15752   include:
15753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
15754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
15755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
15757   layout:
15758     layout: "plot-hdrh-latency"
15759
15760 - type: "plot"
15761   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
15762   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
15763   algorithm: "plot_lat_hdrh_bar_name"
15764   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
15765   data: "plot-vpp-hdrh-lat-2n-skx"
15766   include:
15767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
15768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
15769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
15770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
15771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
15772   layout:
15773     layout: "plot-hdrh-latency"
15774
15775 - type: "plot"
15776   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15777   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
15778   algorithm: "plot_lat_hdrh_bar_name"
15779   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15780   data: "plot-vpp-hdrh-lat-2n-skx"
15781   include:
15782     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
15783     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
15784     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
15785     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
15786   layout:
15787     layout: "plot-hdrh-latency"
15788
15789 - type: "plot"
15790   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15791   graph-title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
15792   algorithm: "plot_lat_hdrh_bar_name"
15793   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15794   data: "plot-vpp-hdrh-lat-3n-hsw"
15795   include:
15796     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
15797     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
15798     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
15799     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
15800     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
15801     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
15802   layout:
15803     layout: "plot-hdrh-latency"
15804
15805 - type: "plot"
15806   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
15807   graph-title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
15808   algorithm: "plot_lat_hdrh_bar_name"
15809   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
15810   data: "plot-vpp-hdrh-lat-3n-skx"
15811   include:
15812     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
15813     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
15814     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
15815     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
15816     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
15817   layout:
15818     layout: "plot-hdrh-latency"
15819
15820 - type: "plot"
15821   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
15822   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
15823   algorithm: "plot_lat_hdrh_bar_name"
15824   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
15825   data: "plot-vpp-hdrh-lat-3n-skx"
15826   include:
15827     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
15828     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
15829     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
15830   layout:
15831     layout: "plot-hdrh-latency"
15832
15833 - type: "plot"
15834   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
15835   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
15836   algorithm: "plot_lat_hdrh_bar_name"
15837   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
15838   data: "plot-vpp-hdrh-lat-3n-skx"
15839   include:
15840     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
15841     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
15842     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
15843     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
15844   layout:
15845     layout: "plot-hdrh-latency"
15846
15847 - type: "plot"
15848   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15849   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
15850   algorithm: "plot_lat_hdrh_bar_name"
15851   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15852   data: "plot-vpp-hdrh-lat-3n-skx"
15853   include:
15854     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
15855     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
15856     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
15857     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
15858     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
15859     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
15860   layout:
15861     layout: "plot-hdrh-latency"
15862
15863 - type: "plot"
15864   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-hdrh-lat"
15865   graph-title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr"
15866   algorithm: "plot_lat_hdrh_bar_name"
15867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-hdrh-lat"
15868   data: "plot-vpp-hdrh-lat-3n-skx"
15869   include:
15870     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
15871     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15872     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15873     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15874     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15875     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15876   layout:
15877     layout: "plot-hdrh-latency"
15878
15879 - type: "plot"
15880   title: "Latency: 3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
15881   graph-title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
15882   algorithm: "plot_lat_hdrh_bar_name"
15883   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
15884   data: "plot-vpp-hdrh-lat-3n-hsw"
15885   include:
15886     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15887     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15888     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15889     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15890     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15891     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15892   layout:
15893     layout: "plot-hdrh-latency"
15894
15895 - type: "plot"
15896   title: "Latency: 3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
15897   graph-title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr"
15898   algorithm: "plot_lat_hdrh_bar_name"
15899   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
15900   data: "plot-vpp-hdrh-lat-3n-skx"
15901   include:
15902     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15903     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15904     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15905     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15906     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15907     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15908   layout:
15909     layout: "plot-hdrh-latency"
15910
15911 - type: "plot"
15912   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
15913   graph-title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
15914   algorithm: "plot_lat_hdrh_bar_name"
15915   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat"
15916   data: "plot-vpp-hdrh-lat-2n-skx"
15917   include:
15918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15922   layout:
15923     layout: "plot-hdrh-latency"
15924
15925 - type: "plot"
15926   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
15927   graph-title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
15928   algorithm: "plot_lat_hdrh_bar_name"
15929   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat"
15930   data: "plot-vpp-hdrh-lat-2n-skx"
15931   include:
15932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15936   layout:
15937     layout: "plot-hdrh-latency"
15938
15939 - type: "plot"
15940   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
15941   graph-title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
15942   algorithm: "plot_lat_hdrh_bar_name"
15943   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-hdrh-lat"
15944   data: "plot-vpp-hdrh-lat-3n-hsw"
15945   include:
15946     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15947     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15948     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15949     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15950   layout:
15951     layout: "plot-hdrh-latency"
15952
15953 - type: "plot"
15954   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
15955   graph-title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
15956   algorithm: "plot_lat_hdrh_bar_name"
15957   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-hdrh-lat"
15958   data: "plot-vpp-hdrh-lat-3n-hsw"
15959   include:
15960     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15961     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15962     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15963     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15964   layout:
15965     layout: "plot-hdrh-latency"
15966
15967 - type: "plot"
15968   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
15969   graph-title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
15970   algorithm: "plot_lat_hdrh_bar_name"
15971   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
15972   data: "plot-vpp-hdrh-lat-3n-skx"
15973   include:
15974     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15975     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15976     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15977     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15978   layout:
15979     layout: "plot-hdrh-latency"
15980
15981 - type: "plot"
15982   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
15983   graph-title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
15984   algorithm: "plot_lat_hdrh_bar_name"
15985   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
15986   data: "plot-vpp-hdrh-lat-3n-skx"
15987   include:
15988     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15989     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15990     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15991     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15992   layout:
15993     layout: "plot-hdrh-latency"
15994
15995 - type: "plot"
15996   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
15997   graph-title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
15998   algorithm: "plot_lat_hdrh_bar_name"
15999   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat"
16000   data: "plot-vpp-hdrh-lat-3n-skx"
16001   include:
16002     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16003     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16004     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16005     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16006     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16007   layout:
16008     layout: "plot-hdrh-latency"
16009
16010 - type: "plot"
16011   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
16012   graph-title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
16013   algorithm: "plot_lat_hdrh_bar_name"
16014   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat"
16015   data: "plot-vpp-hdrh-lat-3n-skx"
16016   include:
16017     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16018     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16019     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16020     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16021     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16022   layout:
16023     layout: "plot-hdrh-latency"
16024
16025 - type: "plot"
16026   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
16027   graph-title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
16028   algorithm: "plot_lat_hdrh_bar_name"
16029   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
16030   data: "plot-vpp-hdrh-lat-3n-skx"
16031   include:
16032     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16033     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16034     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16035     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16036     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16037     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16038   layout:
16039     layout: "plot-hdrh-latency"
16040
16041 - type: "plot"
16042   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
16043   graph-title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
16044   algorithm: "plot_lat_hdrh_bar_name"
16045   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
16046   data: "plot-vpp-hdrh-lat-3n-skx"
16047   include:
16048     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16049     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16050     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16051     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16052     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16053     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16054   layout:
16055     layout: "plot-hdrh-latency"
16056
16057 - type: "plot"
16058   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-hdrh-lat"
16059   graph-title: "3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr"
16060   algorithm: "plot_lat_hdrh_bar_name"
16061   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-hdrh-lat"
16062   data: "plot-vpp-hdrh-lat-3n-tsh"
16063   include:
16064     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16065     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16066     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16067     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16068     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16069   layout:
16070     layout: "plot-hdrh-latency"
16071
16072 - type: "plot"
16073   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
16074   graph-title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr"
16075   algorithm: "plot_lat_hdrh_bar_name"
16076   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
16077   data: "plot-vpp-hdrh-lat-3n-tsh"
16078   include:
16079     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
16080     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
16081     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
16082     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
16083     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
16084   layout:
16085     layout: "plot-hdrh-latency"
16086
16087 - type: "plot"
16088   title: "Latency: 3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
16089   graph-title: "3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr"
16090   algorithm: "plot_lat_hdrh_bar_name"
16091   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
16092   data: "plot-vpp-hdrh-lat-3n-tsh"
16093   include:
16094     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
16095     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16096     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16097     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16098     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16099     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
16100   layout:
16101     layout: "plot-hdrh-latency"
16102
16103 - type: "plot"
16104   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
16105   graph-title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr"
16106   algorithm: "plot_lat_hdrh_bar_name"
16107   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
16108   data: "plot-vpp-hdrh-lat-3n-tsh"
16109   include:
16110     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
16111     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16112     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16113     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16114   layout:
16115     layout: "plot-hdrh-latency"
16116
16117 - type: "plot"
16118   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
16119   graph-title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr"
16120   algorithm: "plot_lat_hdrh_bar_name"
16121   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
16122   data: "plot-vpp-hdrh-lat-3n-tsh"
16123   include:
16124     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
16125     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
16126     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
16127     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
16128     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
16129   layout:
16130     layout: "plot-hdrh-latency"
16131
16132 - type: "plot"
16133   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-hdrh-lat"
16134   graph-title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr"
16135   algorithm: "plot_lat_hdrh_bar_name"
16136   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-hdrh-lat"
16137   data: "plot-vpp-hdrh-lat-3n-tsh"
16138   include:
16139     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
16140     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
16141     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
16142     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
16143   layout:
16144     layout: "plot-hdrh-latency"
16145
16146 - type: "plot"
16147   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
16148   graph-title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr"
16149   algorithm: "plot_lat_hdrh_bar_name"
16150   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
16151   data: "plot-vpp-hdrh-lat-3n-tsh"
16152   include:
16153     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
16154     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
16155     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
16156     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
16157     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
16158     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
16159   layout:
16160     layout: "plot-hdrh-latency"
16161
16162 - type: "plot"
16163   title: "Latency: 3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
16164   graph-title: "3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr"
16165   algorithm: "plot_lat_hdrh_bar_name"
16166   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
16167   data: "plot-vpp-hdrh-lat-3n-tsh"
16168   include:
16169     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
16170     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16171     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16172     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16173     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16174     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16175   layout:
16176     layout: "plot-hdrh-latency"
16177
16178 - type: "plot"
16179   title: "Latency: 3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
16180   graph-title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr"
16181   algorithm: "plot_lat_hdrh_bar_name"
16182   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
16183   data: "plot-vpp-hdrh-lat-3n-tsh"
16184   include:
16185     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16186     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16187     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16188     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16189     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16190     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16191   layout:
16192     layout: "plot-hdrh-latency"
16193
16194 - type: "plot"
16195   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-hdrh-lat"
16196   graph-title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr"
16197   algorithm: "plot_lat_hdrh_bar_name"
16198   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-hdrh-lat"
16199   data: "plot-vpp-hdrh-lat-3n-tsh"
16200   include:
16201     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16202     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16203     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16204     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16205     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16206   layout:
16207     layout: "plot-hdrh-latency"
16208
16209 - type: "plot"
16210   title: "Latency: 3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
16211   graph-title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr"
16212   algorithm: "plot_lat_hdrh_bar_name"
16213   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
16214   data: "plot-vpp-hdrh-lat-3n-tsh"
16215   include:
16216     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16217     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16218     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16219     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16220     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16221     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16222   layout:
16223     layout: "plot-hdrh-latency"
16224
16225 ################################################################################
16226
16227 # HDRHistogram Packet Latency 4C
16228
16229 - type: "plot"
16230   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
16231   graph-title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
16232   algorithm: "plot_lat_hdrh_bar_name"
16233   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
16234   data: "plot-vpp-hdrh-lat-2n-skx"
16235   include:
16236     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16237     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16238     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16239     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16240   layout:
16241     layout: "plot-hdrh-latency"
16242
16243 - type: "plot"
16244   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
16245   graph-title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
16246   algorithm: "plot_lat_hdrh_bar_name"
16247   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
16248   data: "plot-vpp-hdrh-lat-3n-skx"
16249   include:
16250     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16251     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16252     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16253     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16254     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16255   layout:
16256     layout: "plot-hdrh-latency"
16257
16258 - type: "plot"
16259   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
16260   graph-title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
16261   algorithm: "plot_lat_hdrh_bar_name"
16262   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
16263   data: "plot-vpp-hdrh-lat-2n-skx"
16264   include:
16265     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
16266     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
16267     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
16268     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
16269     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
16270   layout:
16271     layout: "plot-hdrh-latency"
16272
16273 - type: "plot"
16274   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
16275   graph-title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
16276   algorithm: "plot_lat_hdrh_bar_name"
16277   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
16278   data: "plot-vpp-hdrh-lat-2n-skx"
16279   include:
16280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
16281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
16282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
16283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
16284   layout:
16285     layout: "plot-hdrh-latency"
16286
16287 - type: "plot"
16288   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
16289   graph-title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
16290   algorithm: "plot_lat_hdrh_bar_name"
16291   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
16292   data: "plot-vpp-hdrh-lat-2n-skx"
16293   include:
16294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
16295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
16296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
16297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
16298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
16299   layout:
16300     layout: "plot-hdrh-latency"
16301
16302 - type: "plot"
16303   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
16304   graph-title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
16305   algorithm: "plot_lat_hdrh_bar_name"
16306   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
16307   data: "plot-vpp-hdrh-lat-2n-skx"
16308   include:
16309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
16310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
16315   layout:
16316     layout: "plot-hdrh-latency"
16317
16318 - type: "plot"
16319   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
16320   graph-title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
16321   algorithm: "plot_lat_hdrh_bar_name"
16322   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
16323   data: "plot-vpp-hdrh-lat-3n-hsw"
16324   include:
16325     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
16326     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
16327     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
16328   layout:
16329     layout: "plot-hdrh-latency"
16330
16331 - type: "plot"
16332   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
16333   graph-title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
16334   algorithm: "plot_lat_hdrh_bar_name"
16335   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
16336   data: "plot-vpp-hdrh-lat-3n-skx"
16337   include:
16338     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
16339     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
16340     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
16341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
16342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
16343   layout:
16344     layout: "plot-hdrh-latency"
16345
16346 - type: "plot"
16347   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
16348   graph-title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
16349   algorithm: "plot_lat_hdrh_bar_name"
16350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
16351   data: "plot-vpp-hdrh-lat-3n-skx"
16352   include:
16353     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
16354     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
16355     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
16356     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
16357   layout:
16358     layout: "plot-hdrh-latency"
16359
16360 - type: "plot"
16361   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
16362   graph-title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
16363   algorithm: "plot_lat_hdrh_bar_name"
16364   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
16365   data: "plot-vpp-hdrh-lat-3n-skx"
16366   include:
16367     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
16368     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
16369     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
16370     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
16371     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
16372   layout:
16373     layout: "plot-hdrh-latency"
16374
16375 - type: "plot"
16376   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
16377   graph-title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
16378   algorithm: "plot_lat_hdrh_bar_name"
16379   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
16380   data: "plot-vpp-hdrh-lat-3n-skx"
16381   include:
16382     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
16383     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16384     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16385     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16386     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16387     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
16388   layout:
16389     layout: "plot-hdrh-latency"
16390
16391 - type: "plot"
16392   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-hdrh-lat"
16393   graph-title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
16394   algorithm: "plot_lat_hdrh_bar_name"
16395   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-hdrh-lat"
16396   data: "plot-vpp-hdrh-lat-3n-hsw"
16397   include:
16398     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
16399     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16400   layout:
16401     layout: "plot-hdrh-latency"
16402
16403 - type: "plot"
16404   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
16405   graph-title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr"
16406   algorithm: "plot_lat_hdrh_bar_name"
16407   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
16408   data: "plot-vpp-hdrh-lat-3n-skx"
16409   include:
16410     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-8t4c-ethip4vxlan-l2xcbase-ndrpdr"
16411     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16412     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16413     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16414   layout:
16415     layout: "plot-hdrh-latency"
16416
16417 - type: "plot"
16418   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16419   graph-title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
16420   algorithm: "plot_lat_hdrh_bar_name"
16421   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16422   data: "plot-vpp-hdrh-lat-2n-skx"
16423   include:
16424     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
16425     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
16426     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
16427   layout:
16428     layout: "plot-hdrh-latency"
16429
16430 - type: "plot"
16431   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16432   graph-title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
16433   algorithm: "plot_lat_hdrh_bar_name"
16434   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16435   data: "plot-vpp-hdrh-lat-2n-skx"
16436   include:
16437     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
16438     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
16439     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
16440     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
16441     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
16442   layout:
16443     layout: "plot-hdrh-latency"
16444
16445 - type: "plot"
16446   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16447   graph-title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
16448   algorithm: "plot_lat_hdrh_bar_name"
16449   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16450   data: "plot-vpp-hdrh-lat-3n-hsw"
16451   include:
16452     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
16453     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
16454     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
16455   layout:
16456     layout: "plot-hdrh-latency"
16457
16458 - type: "plot"
16459   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16460   graph-title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
16461   algorithm: "plot_lat_hdrh_bar_name"
16462   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16463   data: "plot-vpp-hdrh-lat-3n-skx"
16464   include:
16465     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
16466     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
16467     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
16468   layout:
16469     layout: "plot-hdrh-latency"
16470
16471 - type: "plot"
16472   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16473   graph-title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
16474   algorithm: "plot_lat_hdrh_bar_name"
16475   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16476   data: "plot-vpp-hdrh-lat-3n-skx"
16477   include:
16478     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
16479     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
16480     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
16481     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
16482     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
16483   layout:
16484     layout: "plot-hdrh-latency"
16485
16486 - type: "plot"
16487   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
16488   graph-title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
16489   algorithm: "plot_lat_hdrh_bar_name"
16490   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
16491   data: "plot-vpp-hdrh-lat-2n-skx"
16492   include:
16493     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
16494     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16495     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
16496     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
16497     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
16498     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
16499   layout:
16500     layout: "plot-hdrh-latency"
16501
16502 - type: "plot"
16503   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
16504   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
16505   algorithm: "plot_lat_hdrh_bar_name"
16506   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
16507   data: "plot-vpp-hdrh-lat-2n-skx"
16508   include:
16509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
16510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
16511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16512     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
16513   layout:
16514     layout: "plot-hdrh-latency"
16515
16516 - type: "plot"
16517   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
16518   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
16519   algorithm: "plot_lat_hdrh_bar_name"
16520   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
16521   data: "plot-vpp-hdrh-lat-2n-skx"
16522   include:
16523     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
16524     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
16525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
16526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
16527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
16528   layout:
16529     layout: "plot-hdrh-latency"
16530
16531 - type: "plot"
16532   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
16533   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
16534   algorithm: "plot_lat_hdrh_bar_name"
16535   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
16536   data: "plot-vpp-hdrh-lat-2n-skx"
16537   include:
16538     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
16539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
16540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
16541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
16542   layout:
16543     layout: "plot-hdrh-latency"
16544
16545 - type: "plot"
16546   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
16547   graph-title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
16548   algorithm: "plot_lat_hdrh_bar_name"
16549   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
16550   data: "plot-vpp-hdrh-lat-3n-hsw"
16551   include:
16552     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
16553     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
16554     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
16555     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
16556     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
16557     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
16558   layout:
16559     layout: "plot-hdrh-latency"
16560
16561 - type: "plot"
16562   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
16563   graph-title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
16564   algorithm: "plot_lat_hdrh_bar_name"
16565   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
16566   data: "plot-vpp-hdrh-lat-3n-skx"
16567   include:
16568     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
16569     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
16570     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
16571     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
16572     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
16573   layout:
16574     layout: "plot-hdrh-latency"
16575
16576 - type: "plot"
16577   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
16578   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
16579   algorithm: "plot_lat_hdrh_bar_name"
16580   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
16581   data: "plot-vpp-hdrh-lat-3n-skx"
16582   include:
16583     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
16584     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
16585     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
16586   layout:
16587     layout: "plot-hdrh-latency"
16588
16589 - type: "plot"
16590   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
16591   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
16592   algorithm: "plot_lat_hdrh_bar_name"
16593   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
16594   data: "plot-vpp-hdrh-lat-3n-skx"
16595   include:
16596     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
16597     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
16598     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
16599     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
16600   layout:
16601     layout: "plot-hdrh-latency"
16602
16603 - type: "plot"
16604   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
16605   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
16606   algorithm: "plot_lat_hdrh_bar_name"
16607   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
16608   data: "plot-vpp-hdrh-lat-3n-skx"
16609   include:
16610     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
16611     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
16612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
16613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
16614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
16615     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
16616   layout:
16617     layout: "plot-hdrh-latency"
16618
16619 - type: "plot"
16620   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-hdrh-lat"
16621   graph-title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr"
16622   algorithm: "plot_lat_hdrh_bar_name"
16623   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-hdrh-lat"
16624   data: "plot-vpp-hdrh-lat-3n-skx"
16625   include:
16626     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
16627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16628     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16629     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16630     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16631     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16632   layout:
16633     layout: "plot-hdrh-latency"
16634
16635 - type: "plot"
16636   title: "Latency: 3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
16637   graph-title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
16638   algorithm: "plot_lat_hdrh_bar_name"
16639   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
16640   data: "plot-vpp-hdrh-lat-3n-hsw"
16641   include:
16642     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16643     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16644     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16645     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16646     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16647     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16648   layout:
16649     layout: "plot-hdrh-latency"
16650
16651 - type: "plot"
16652   title: "Latency: 3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
16653   graph-title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr"
16654   algorithm: "plot_lat_hdrh_bar_name"
16655   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
16656   data: "plot-vpp-hdrh-lat-3n-skx"
16657   include:
16658     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16659     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16660     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16661     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16662     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16663     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16664   layout:
16665     layout: "plot-hdrh-latency"
16666
16667 - type: "plot"
16668   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
16669   graph-title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
16670   algorithm: "plot_lat_hdrh_bar_name"
16671   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat"
16672   data: "plot-vpp-hdrh-lat-2n-skx"
16673   include:
16674     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16675     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16676     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16677     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16678   layout:
16679     layout: "plot-hdrh-latency"
16680
16681 - type: "plot"
16682   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
16683   graph-title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
16684   algorithm: "plot_lat_hdrh_bar_name"
16685   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat"
16686   data: "plot-vpp-hdrh-lat-2n-skx"
16687   include:
16688     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16689     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16690     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16691     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16692   layout:
16693     layout: "plot-hdrh-latency"
16694
16695 - type: "plot"
16696   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
16697   graph-title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
16698   algorithm: "plot_lat_hdrh_bar_name"
16699   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-hdrh-lat"
16700   data: "plot-vpp-hdrh-lat-3n-hsw"
16701   include:
16702     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16703     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16704     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16705     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16706   layout:
16707     layout: "plot-hdrh-latency"
16708
16709 - type: "plot"
16710   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
16711   graph-title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
16712   algorithm: "plot_lat_hdrh_bar_name"
16713   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-hdrh-lat"
16714   data: "plot-vpp-hdrh-lat-3n-hsw"
16715   include:
16716     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16717     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16718     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16719     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16720   layout:
16721     layout: "plot-hdrh-latency"
16722
16723 - type: "plot"
16724   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
16725   graph-title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
16726   algorithm: "plot_lat_hdrh_bar_name"
16727   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
16728   data: "plot-vpp-hdrh-lat-3n-skx"
16729   include:
16730     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16731     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16732     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16733     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16734   layout:
16735     layout: "plot-hdrh-latency"
16736
16737 - type: "plot"
16738   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
16739   graph-title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
16740   algorithm: "plot_lat_hdrh_bar_name"
16741   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
16742   data: "plot-vpp-hdrh-lat-3n-skx"
16743   include:
16744     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16745     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16746     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16747     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16748   layout:
16749     layout: "plot-hdrh-latency"
16750
16751 - type: "plot"
16752   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
16753   graph-title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
16754   algorithm: "plot_lat_hdrh_bar_name"
16755   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat"
16756   data: "plot-vpp-hdrh-lat-3n-skx"
16757   include:
16758     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16759     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16760     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16761     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16762     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16763   layout:
16764     layout: "plot-hdrh-latency"
16765
16766 - type: "plot"
16767   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
16768   graph-title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
16769   algorithm: "plot_lat_hdrh_bar_name"
16770   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat"
16771   data: "plot-vpp-hdrh-lat-3n-skx"
16772   include:
16773     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16774     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16775     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16776     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16777     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16778   layout:
16779     layout: "plot-hdrh-latency"
16780
16781 - type: "plot"
16782   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
16783   graph-title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
16784   algorithm: "plot_lat_hdrh_bar_name"
16785   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
16786   data: "plot-vpp-hdrh-lat-3n-skx"
16787   include:
16788     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16789     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16790     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16791     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16792     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16793     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16794   layout:
16795     layout: "plot-hdrh-latency"
16796
16797 - type: "plot"
16798   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
16799   graph-title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
16800   algorithm: "plot_lat_hdrh_bar_name"
16801   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
16802   data: "plot-vpp-hdrh-lat-3n-skx"
16803   include:
16804     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16805     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16806     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16807     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16808     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16809     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16810   layout:
16811     layout: "plot-hdrh-latency"
16812
16813 - type: "plot"
16814   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-hdrh-lat"
16815   graph-title: "3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr"
16816   algorithm: "plot_lat_hdrh_bar_name"
16817   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-hdrh-lat"
16818   data: "plot-vpp-hdrh-lat-3n-tsh"
16819   include:
16820     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16821     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16822     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16823     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16824     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16825   layout:
16826     layout: "plot-hdrh-latency"
16827
16828 - type: "plot"
16829   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
16830   graph-title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr"
16831   algorithm: "plot_lat_hdrh_bar_name"
16832   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
16833   data: "plot-vpp-hdrh-lat-3n-tsh"
16834   include:
16835     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
16836     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
16837     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
16838     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
16839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
16840   layout:
16841     layout: "plot-hdrh-latency"
16842
16843 - type: "plot"
16844   title: "Latency: 3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
16845   graph-title: "3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr"
16846   algorithm: "plot_lat_hdrh_bar_name"
16847   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
16848   data: "plot-vpp-hdrh-lat-3n-tsh"
16849   include:
16850     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
16851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
16856   layout:
16857     layout: "plot-hdrh-latency"
16858
16859 - type: "plot"
16860   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
16861   graph-title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr"
16862   algorithm: "plot_lat_hdrh_bar_name"
16863   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
16864   data: "plot-vpp-hdrh-lat-3n-tsh"
16865   include:
16866     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
16867     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16868     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16869     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16870   layout:
16871     layout: "plot-hdrh-latency"
16872
16873 - type: "plot"
16874   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
16875   graph-title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr"
16876   algorithm: "plot_lat_hdrh_bar_name"
16877   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
16878   data: "plot-vpp-hdrh-lat-3n-tsh"
16879   include:
16880     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
16881     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
16882     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
16883     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
16884     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
16885   layout:
16886     layout: "plot-hdrh-latency"
16887
16888 - type: "plot"
16889   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-hdrh-lat"
16890   graph-title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr"
16891   algorithm: "plot_lat_hdrh_bar_name"
16892   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-hdrh-lat"
16893   data: "plot-vpp-hdrh-lat-3n-tsh"
16894   include:
16895     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
16896     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
16897     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
16898     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
16899   layout:
16900     layout: "plot-hdrh-latency"
16901
16902 - type: "plot"
16903   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
16904   graph-title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr"
16905   algorithm: "plot_lat_hdrh_bar_name"
16906   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
16907   data: "plot-vpp-hdrh-lat-3n-tsh"
16908   include:
16909     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
16910     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
16911     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
16912     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
16913     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
16914     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
16915   layout:
16916     layout: "plot-hdrh-latency"
16917
16918 - type: "plot"
16919   title: "Latency: 3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
16920   graph-title: "3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr"
16921   algorithm: "plot_lat_hdrh_bar_name"
16922   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
16923   data: "plot-vpp-hdrh-lat-3n-tsh"
16924   include:
16925     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
16926     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16927     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16928     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16929     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16930     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16931   layout:
16932     layout: "plot-hdrh-latency"
16933
16934 - type: "plot"
16935   title: "Latency: 3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
16936   graph-title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr"
16937   algorithm: "plot_lat_hdrh_bar_name"
16938   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
16939   data: "plot-vpp-hdrh-lat-3n-tsh"
16940   include:
16941     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16942     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16943     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16944     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16945     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16946     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16947   layout:
16948     layout: "plot-hdrh-latency"
16949
16950 - type: "plot"
16951   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-hdrh-lat"
16952   graph-title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr"
16953   algorithm: "plot_lat_hdrh_bar_name"
16954   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-hdrh-lat"
16955   data: "plot-vpp-hdrh-lat-3n-tsh"
16956   include:
16957     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16958     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16959     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16960     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16961     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16962   layout:
16963     layout: "plot-hdrh-latency"
16964
16965 - type: "plot"
16966   title: "Latency: 3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
16967   graph-title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr"
16968   algorithm: "plot_lat_hdrh_bar_name"
16969   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
16970   data: "plot-vpp-hdrh-lat-3n-tsh"
16971   include:
16972     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16973     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16974     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16975     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16976     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16977     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16978   layout:
16979     layout: "plot-hdrh-latency"
16980
16981 ################################################################################
16982
16983 # Packet Speedup
16984
16985 - type: "plot"
16986   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
16987   algorithm: "plot_tsa_name"
16988   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
16989   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16990   include:
16991     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16992     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16993     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16994     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16995   layout:
16996     title: "2n-skx-xxv710-64b-memif-base-i40e-ndr"
16997     layout: "plot-throughput-speedup-analysis"
16998
16999 - type: "plot"
17000   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
17001   algorithm: "plot_tsa_name"
17002   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
17003   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17004   include:
17005     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17006     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17007     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17008     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17009   layout:
17010     title: "2n-skx-xxv710-64b-memif-base-i40e-pdr"
17011     layout: "plot-throughput-speedup-analysis"
17012
17013 - type: "plot"
17014   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
17015   algorithm: "plot_tsa_name"
17016   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
17017   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17018   include:
17019     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17020     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
17021     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17022     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
17023     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17024   layout:
17025     title: "3n-skx-xxv710-64b-memif-base-i40e-ndr"
17026     layout: "plot-throughput-speedup-analysis"
17027
17028 - type: "plot"
17029   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
17030   algorithm: "plot_tsa_name"
17031   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
17032   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17033   include:
17034     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17035     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
17036     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17037     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
17038     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17039   layout:
17040     title: "3n-skx-xxv710-64b-memif-base-i40e-pdr"
17041     layout: "plot-throughput-speedup-analysis"
17042
17043 - type: "plot"
17044   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
17045   algorithm: "plot_tsa_name"
17046   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
17047   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17048   include:
17049     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17050     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17051     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17052     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17053     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17054   layout:
17055     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
17056     layout: "plot-throughput-speedup-analysis"
17057
17058 - type: "plot"
17059   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
17060   algorithm: "plot_tsa_name"
17061   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
17062   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17063   include:
17064     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17065     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17066     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17067     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17068     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17069   layout:
17070     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
17071     layout: "plot-throughput-speedup-analysis"
17072
17073 - type: "plot"
17074   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17075   algorithm: "plot_tsa_name"
17076   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17077   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17078   include:
17079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17083   layout:
17084     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17085     layout: "plot-throughput-speedup-analysis"
17086
17087 - type: "plot"
17088   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17089   algorithm: "plot_tsa_name"
17090   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17091   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17092   include:
17093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17097   layout:
17098     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17099     layout: "plot-throughput-speedup-analysis"
17100
17101 - type: "plot"
17102   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
17103   algorithm: "plot_tsa_name"
17104   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
17105   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17106   include:
17107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17111     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17112   layout:
17113     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
17114     layout: "plot-throughput-speedup-analysis"
17115
17116 - type: "plot"
17117   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
17118   algorithm: "plot_tsa_name"
17119   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
17120   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17121   include:
17122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17127   layout:
17128     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
17129     layout: "plot-throughput-speedup-analysis"
17130
17131 - type: "plot"
17132   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
17133   algorithm: "plot_tsa_name"
17134   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
17135   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17136   include:
17137     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17138     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17139     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17140     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17143   layout:
17144     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
17145     layout: "plot-throughput-speedup-analysis"
17146
17147 - type: "plot"
17148   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
17149   algorithm: "plot_tsa_name"
17150   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
17151   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17152   include:
17153     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17154     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17155     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17159   layout:
17160     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
17161     layout: "plot-throughput-speedup-analysis"
17162
17163 - type: "plot"
17164   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
17165   algorithm: "plot_tsa_name"
17166   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
17167   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17168   include:
17169     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17170     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17171     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17172   layout:
17173     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr"
17174     layout: "plot-throughput-speedup-analysis"
17175
17176 - type: "plot"
17177   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
17178   algorithm: "plot_tsa_name"
17179   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
17180   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17181   include:
17182     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17183     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17184     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17185   layout:
17186     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr"
17187     layout: "plot-throughput-speedup-analysis"
17188
17189 - type: "plot"
17190   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
17191   algorithm: "plot_tsa_name"
17192   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
17193   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17194   include:
17195     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
17196     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17197     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17198     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17199     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17200   layout:
17201     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
17202     layout: "plot-throughput-speedup-analysis"
17203
17204 - type: "plot"
17205   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
17206   algorithm: "plot_tsa_name"
17207   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
17208   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17209   include:
17210     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
17211     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17212     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17213     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17214     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17215   layout:
17216     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
17217     layout: "plot-throughput-speedup-analysis"
17218
17219 - type: "plot"
17220   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17221   algorithm: "plot_tsa_name"
17222   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17223   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17224   include:
17225     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
17226     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17227     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17228     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17229   layout:
17230     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17231     layout: "plot-throughput-speedup-analysis"
17232
17233 - type: "plot"
17234   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17235   algorithm: "plot_tsa_name"
17236   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17238   include:
17239     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
17240     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17241     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17242     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17243   layout:
17244     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17245     layout: "plot-throughput-speedup-analysis"
17246
17247 - type: "plot"
17248   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
17249   algorithm: "plot_tsa_name"
17250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
17251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17252   include:
17253     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17254     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17255     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17256     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17257     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17258   layout:
17259     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
17260     layout: "plot-throughput-speedup-analysis"
17261
17262 - type: "plot"
17263   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
17264   algorithm: "plot_tsa_name"
17265   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
17266   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17267   include:
17268     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17269     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17270     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17271     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17272     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17273   layout:
17274     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
17275     layout: "plot-throughput-speedup-analysis"
17276
17277 - type: "plot"
17278   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
17279   algorithm: "plot_tsa_name"
17280   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
17281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17282   include:
17283     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17284     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17285     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17286     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17287     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17288     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17289   layout:
17290     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
17291     layout: "plot-throughput-speedup-analysis"
17292
17293 - type: "plot"
17294   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
17295   algorithm: "plot_tsa_name"
17296   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
17297   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17298   include:
17299     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17300     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17301     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17302     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17303     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17304     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17305   layout:
17306     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
17307     layout: "plot-throughput-speedup-analysis"
17308
17309 - type: "plot"
17310   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
17311   algorithm: "plot_tsa_name"
17312   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
17313   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17314   include:
17315     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17316     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17317   layout:
17318     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr"
17319     layout: "plot-throughput-speedup-analysis"
17320
17321 - type: "plot"
17322   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
17323   algorithm: "plot_tsa_name"
17324   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
17325   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17326   include:
17327     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17328     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17329   layout:
17330     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr"
17331     layout: "plot-throughput-speedup-analysis"
17332
17333 - type: "plot"
17334   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
17335   algorithm: "plot_tsa_name"
17336   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
17337   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17338   include:
17339     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17340     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17341     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17342     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17343   layout:
17344     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr"
17345     layout: "plot-throughput-speedup-analysis"
17346
17347 - type: "plot"
17348   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
17349   algorithm: "plot_tsa_name"
17350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
17351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17352   include:
17353     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17354     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17355     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17356     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17357   layout:
17358     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr"
17359     layout: "plot-throughput-speedup-analysis"
17360
17361 - type: "plot"
17362   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17363   algorithm: "plot_tsa_name"
17364   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17365   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17366   include:
17367     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17368     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17369     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17370   layout:
17371     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
17372     layout: "plot-throughput-speedup-analysis"
17373
17374 - type: "plot"
17375   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17376   algorithm: "plot_tsa_name"
17377   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17378   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17379   include:
17380     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17381     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17382     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17383   layout:
17384     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
17385     layout: "plot-throughput-speedup-analysis"
17386
17387 - type: "plot"
17388   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17389   algorithm: "plot_tsa_name"
17390   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17391   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17392   include:
17393     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17394     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17395     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17396     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17397     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17398   layout:
17399     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
17400     layout: "plot-throughput-speedup-analysis"
17401
17402 - type: "plot"
17403   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17404   algorithm: "plot_tsa_name"
17405   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17406   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17407   include:
17408     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17409     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17410     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17411     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17412     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17413   layout:
17414     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
17415     layout: "plot-throughput-speedup-analysis"
17416
17417 - type: "plot"
17418   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17419   algorithm: "plot_tsa_name"
17420   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17421   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17422   include:
17423     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17424     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17425     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17426   layout:
17427     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr"
17428     layout: "plot-throughput-speedup-analysis"
17429
17430 - type: "plot"
17431   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17432   algorithm: "plot_tsa_name"
17433   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17434   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17435   include:
17436     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17437     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17438     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17439   layout:
17440     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr"
17441     layout: "plot-throughput-speedup-analysis"
17442
17443 - type: "plot"
17444   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17445   algorithm: "plot_tsa_name"
17446   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17447   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17448   include:
17449     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17450     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17451     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17452   layout:
17453     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
17454     layout: "plot-throughput-speedup-analysis"
17455
17456 - type: "plot"
17457   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17458   algorithm: "plot_tsa_name"
17459   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17461   include:
17462     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17463     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17464     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17465   layout:
17466     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
17467     layout: "plot-throughput-speedup-analysis"
17468
17469 - type: "plot"
17470   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17471   algorithm: "plot_tsa_name"
17472   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17473   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17474   include:
17475     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17476     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17477     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17478     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17479     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17480   layout:
17481     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
17482     layout: "plot-throughput-speedup-analysis"
17483
17484 - type: "plot"
17485   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17486   algorithm: "plot_tsa_name"
17487   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17488   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17489   include:
17490     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17491     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17492     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17493     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17494     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17495   layout:
17496     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
17497     layout: "plot-throughput-speedup-analysis"
17498
17499 - type: "plot"
17500   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
17501   algorithm: "plot_tsa_name"
17502   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
17503   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17504   include:
17505     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17506     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17507     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17508     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17509     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17510     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17511   layout:
17512     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
17513     layout: "plot-throughput-speedup-analysis"
17514
17515 - type: "plot"
17516   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
17517   algorithm: "plot_tsa_name"
17518   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
17519   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17520   include:
17521     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17522     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17523     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17524     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17525     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
17526     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17527   layout:
17528     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
17529     layout: "plot-throughput-speedup-analysis"
17530
17531 - type: "plot"
17532   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
17533   algorithm: "plot_tsa_name"
17534   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
17535   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17536   include:
17537     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
17538     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17539     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
17540     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17541   layout:
17542     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr"
17543     layout: "plot-throughput-speedup-analysis"
17544
17545 - type: "plot"
17546   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
17547   algorithm: "plot_tsa_name"
17548   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
17549   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17550   include:
17551     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
17552     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17553     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17554     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17555   layout:
17556     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr"
17557     layout: "plot-throughput-speedup-analysis"
17558
17559 - type: "plot"
17560   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
17561   algorithm: "plot_tsa_name"
17562   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
17563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17564   include:
17565     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17566     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17567     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17568     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17569     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17570     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17571   layout:
17572     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr"
17573     layout: "plot-throughput-speedup-analysis"
17574
17575 - type: "plot"
17576   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
17577   algorithm: "plot_tsa_name"
17578   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
17579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17580   include:
17581     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17582     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17583     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17584     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17585     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17586     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17587   layout:
17588     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr"
17589     layout: "plot-throughput-speedup-analysis"
17590
17591 - type: "plot"
17592   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
17593   algorithm: "plot_tsa_name"
17594   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
17595   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17596   include:
17597     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17598     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17599     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17600     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17601     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17602     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17603   layout:
17604     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
17605     layout: "plot-throughput-speedup-analysis"
17606
17607 - type: "plot"
17608   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
17609   algorithm: "plot_tsa_name"
17610   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
17611   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17612   include:
17613     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17614     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17615     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17616     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17617     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17619   layout:
17620     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
17621     layout: "plot-throughput-speedup-analysis"
17622
17623 - type: "plot"
17624   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17625   algorithm: "plot_tsa_name"
17626   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17627   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17628   include:
17629     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17630     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17631     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17632     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17633   layout:
17634     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
17635     layout: "plot-throughput-speedup-analysis"
17636
17637 - type: "plot"
17638   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17639   algorithm: "plot_tsa_name"
17640   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17641   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17642   include:
17643     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17644     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17645     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17646     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17647   layout:
17648     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
17649     layout: "plot-throughput-speedup-analysis"
17650
17651 - type: "plot"
17652   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
17653   algorithm: "plot_tsa_name"
17654   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
17655   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17656   include:
17657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17662   layout:
17663     title: "2n-skx-xxv710-64b-l2switching-base-i40e-ndr"
17664     layout: "plot-throughput-speedup-analysis"
17665
17666 - type: "plot"
17667   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
17668   algorithm: "plot_tsa_name"
17669   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
17670   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17671   include:
17672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17677   layout:
17678     title: "2n-skx-xxv710-64b-l2switching-base-i40e-pdr"
17679     layout: "plot-throughput-speedup-analysis"
17680
17681 - type: "plot"
17682   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
17683   algorithm: "plot_tsa_name"
17684   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
17685   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17686   include:
17687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17691   layout:
17692     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
17693     layout: "plot-throughput-speedup-analysis"
17694
17695 - type: "plot"
17696   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
17697   algorithm: "plot_tsa_name"
17698   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
17699   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17700   include:
17701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17705   layout:
17706     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
17707     layout: "plot-throughput-speedup-analysis"
17708
17709 - type: "plot"
17710   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
17711   algorithm: "plot_tsa_name"
17712   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
17713   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17714   include:
17715     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17716     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17717     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17718     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17719     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17720     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17721   layout:
17722     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr"
17723     layout: "plot-throughput-speedup-analysis"
17724
17725 - type: "plot"
17726   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
17727   algorithm: "plot_tsa_name"
17728   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
17729   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17730   include:
17731     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17732     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17733     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17734     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17735     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17736     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17737   layout:
17738     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr"
17739     layout: "plot-throughput-speedup-analysis"
17740
17741 - type: "plot"
17742   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
17743   algorithm: "plot_tsa_name"
17744   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
17745   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17746   include:
17747     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17748     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17749     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17750     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17751     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17752   layout:
17753     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
17754     layout: "plot-throughput-speedup-analysis"
17755
17756 - type: "plot"
17757   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
17758   algorithm: "plot_tsa_name"
17759   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
17760   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17761   include:
17762     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17763     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17764     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17765     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17766     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17767   layout:
17768     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
17769     layout: "plot-throughput-speedup-analysis"
17770
17771 - type: "plot"
17772   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17773   algorithm: "plot_tsa_name"
17774   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17775   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17776   include:
17777     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17778     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17779     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17780   layout:
17781     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
17782     layout: "plot-throughput-speedup-analysis"
17783
17784 - type: "plot"
17785   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17786   algorithm: "plot_tsa_name"
17787   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17789   include:
17790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17791     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17792     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17793   layout:
17794     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
17795     layout: "plot-throughput-speedup-analysis"
17796
17797 - type: "plot"
17798   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
17799   algorithm: "plot_tsa_name"
17800   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
17801   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17802   include:
17803     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17805     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17807   layout:
17808     title: "3n-skx-xxv710-64b-l2switching-base-i40e-ndr"
17809     layout: "plot-throughput-speedup-analysis"
17810
17811 - type: "plot"
17812   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
17813   algorithm: "plot_tsa_name"
17814   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
17815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17816   include:
17817     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17819     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17821   layout:
17822     title: "3n-skx-xxv710-64b-l2switching-base-i40e-pdr"
17823     layout: "plot-throughput-speedup-analysis"
17824
17825 - type: "plot"
17826   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
17827   algorithm: "plot_tsa_name"
17828   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
17829   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17830   include:
17831     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17832     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17833     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17834     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17835     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17836     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17837   layout:
17838     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
17839     layout: "plot-throughput-speedup-analysis"
17840
17841 - type: "plot"
17842   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
17843   algorithm: "plot_tsa_name"
17844   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
17845   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17846   include:
17847     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17848     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17849     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17850     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17851     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17852     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17853   layout:
17854     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
17855     layout: "plot-throughput-speedup-analysis"
17856
17857 - type: "plot"
17858   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr-tsa"
17859   algorithm: "plot_tsa_name"
17860   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr-tsa"
17861   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17862   include:
17863     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17864     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17865     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17866     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17867     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17868     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17869   layout:
17870     title: "3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr"
17871     layout: "plot-throughput-speedup-analysis"
17872
17873 - type: "plot"
17874   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr-tsa"
17875   algorithm: "plot_tsa_name"
17876   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr-tsa"
17877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17878   include:
17879     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17880     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17881     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17882     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17883     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17884     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17885   layout:
17886     title: "3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr"
17887     layout: "plot-throughput-speedup-analysis"
17888
17889 - type: "plot"
17890   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
17891   algorithm: "plot_tsa_name"
17892   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
17893   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17894   include:
17895     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17896     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17897     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17898     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17899     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17900     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17901   layout:
17902     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr"
17903     layout: "plot-throughput-speedup-analysis"
17904
17905 - type: "plot"
17906   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
17907   algorithm: "plot_tsa_name"
17908   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
17909   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17910   include:
17911     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17912     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17913     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17914     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17915     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17916     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17917   layout:
17918     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr"
17919     layout: "plot-throughput-speedup-analysis"
17920
17921 - type: "plot"
17922   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
17923   algorithm: "plot_tsa_name"
17924   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
17925   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17926   include:
17927     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17928     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17929     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17930     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17931     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17932     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17933   layout:
17934     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr"
17935     layout: "plot-throughput-speedup-analysis"
17936
17937 - type: "plot"
17938   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
17939   algorithm: "plot_tsa_name"
17940   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
17941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17942   include:
17943     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17944     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17945     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17946     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17947     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17948     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17949   layout:
17950     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr"
17951     layout: "plot-throughput-speedup-analysis"
17952
17953 - type: "plot"
17954   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-ndr"
17955   algorithm: "plot_tsa_name"
17956   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
17957   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17958   include:
17959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17963   layout:
17964     title: "2n-skx-xxv710-64b-vhost-base-i40e-ndr"
17965     layout: "plot-throughput-speedup-analysis"
17966
17967 - type: "plot"
17968   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-pdr"
17969   algorithm: "plot_tsa_name"
17970   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
17971   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17972   include:
17973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17977   layout:
17978     title: "2n-skx-xxv710-64b-vhost-base-i40e-pdr"
17979     layout: "plot-throughput-speedup-analysis"
17980
17981 - type: "plot"
17982   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
17983   algorithm: "plot_tsa_name"
17984   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
17985   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17986   include:
17987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17991   layout:
17992     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
17993     layout: "plot-throughput-speedup-analysis"
17994
17995 - type: "plot"
17996   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
17997   algorithm: "plot_tsa_name"
17998   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
17999   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18000   include:
18001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18005   layout:
18006     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
18007     layout: "plot-throughput-speedup-analysis"
18008
18009 - type: "plot"
18010   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-ndr"
18011   algorithm: "plot_tsa_name"
18012   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
18013   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18014   include:
18015     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18016     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18017     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18018     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18019   layout:
18020     title: "3n-hsw-xl710-64b-vhost-base-i40e-ndr"
18021     layout: "plot-throughput-speedup-analysis"
18022
18023 - type: "plot"
18024   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-pdr"
18025   algorithm: "plot_tsa_name"
18026   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
18027   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18028   include:
18029     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18030     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18031     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18032     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18033   layout:
18034     title: "3n-hsw-xl710-64b-vhost-base-i40e-pdr"
18035     layout: "plot-throughput-speedup-analysis"
18036
18037 - type: "plot"
18038   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
18039   algorithm: "plot_tsa_name"
18040   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr-tsa"
18041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18042   include:
18043     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18044     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18045     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18046     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18047   layout:
18048     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
18049     layout: "plot-throughput-speedup-analysis"
18050
18051 - type: "plot"
18052   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
18053   algorithm: "plot_tsa_name"
18054   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr-tsa"
18055   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18056   include:
18057     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18058     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18059     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18060     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18061   layout:
18062     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
18063     layout: "plot-throughput-speedup-analysis"
18064
18065 - type: "plot"
18066   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr"
18067   algorithm: "plot_tsa_name"
18068   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
18069   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18070   include:
18071     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18072     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18073     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18074     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18075   layout:
18076     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr"
18077     layout: "plot-throughput-speedup-analysis"
18078
18079 - type: "plot"
18080   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr"
18081   algorithm: "plot_tsa_name"
18082   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
18083   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18084   include:
18085     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18086     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18087     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18088     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18089   layout:
18090     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr"
18091     layout: "plot-throughput-speedup-analysis"
18092
18093 - type: "plot"
18094   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
18095   algorithm: "plot_tsa_name"
18096   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
18097   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18098   include:
18099     - "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"
18100     - "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"
18101     - "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"
18102     - "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"
18103   layout:
18104     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
18105     layout: "plot-throughput-speedup-analysis"
18106
18107 - type: "plot"
18108   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
18109   algorithm: "plot_tsa_name"
18110   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
18111   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18112   include:
18113     - "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"
18114     - "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"
18115     - "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"
18116     - "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"
18117   layout:
18118     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
18119     layout: "plot-throughput-speedup-analysis"
18120
18121 - type: "plot"
18122   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-ndr"
18123   algorithm: "plot_tsa_name"
18124   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
18125   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18126   include:
18127     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18128     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18129     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18130     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18132   layout:
18133     title: "3n-skx-xxv710-64b-vhost-base-i40e-ndr"
18134     layout: "plot-throughput-speedup-analysis"
18135
18136 - type: "plot"
18137   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-pdr"
18138   algorithm: "plot_tsa_name"
18139   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
18140   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18141   include:
18142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18143     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18144     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18145     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18147   layout:
18148     title: "3n-skx-xxv710-64b-vhost-base-i40e-pdr"
18149     layout: "plot-throughput-speedup-analysis"
18150
18151 - type: "plot"
18152   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
18153   algorithm: "plot_tsa_name"
18154   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
18155   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18156   include:
18157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18159     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18160     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18162   layout:
18163     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
18164     layout: "plot-throughput-speedup-analysis"
18165
18166 - type: "plot"
18167   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
18168   algorithm: "plot_tsa_name"
18169   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
18170   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18171   include:
18172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18174     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18177   layout:
18178     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
18179     layout: "plot-throughput-speedup-analysis"
18180
18181 - type: "plot"
18182   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
18183   algorithm: "plot_tsa_name"
18184   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
18185   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18186   include:
18187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18192     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18193   layout:
18194     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
18195     layout: "plot-throughput-speedup-analysis"
18196
18197 - type: "plot"
18198   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
18199   algorithm: "plot_tsa_name"
18200   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
18201   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18202   include:
18203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18207     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18208     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18209   layout:
18210     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
18211     layout: "plot-throughput-speedup-analysis"
18212
18213 - type: "plot"
18214   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
18215   algorithm: "plot_tsa_name"
18216   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
18217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18218   include:
18219     - "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"
18220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18222     - "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"
18223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18225   layout:
18226     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
18227     layout: "plot-throughput-speedup-analysis"
18228
18229 - type: "plot"
18230   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
18231   algorithm: "plot_tsa_name"
18232   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
18233   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18234   include:
18235     - "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"
18236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18237     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18238     - "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"
18239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18240     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18241   layout:
18242     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
18243     layout: "plot-throughput-speedup-analysis"
18244
18245 - type: "plot"
18246   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
18247   algorithm: "plot_tsa_name"
18248   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
18249   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18250   include:
18251     - "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"
18252     - "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"
18253     - "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"
18254   layout:
18255     title: "2n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr"
18256     layout: "plot-throughput-speedup-analysis"
18257
18258 - type: "plot"
18259   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
18260   algorithm: "plot_tsa_name"
18261   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
18262   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18263   include:
18264     - "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"
18265     - "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"
18266     - "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"
18267   layout:
18268     title: "2n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr"
18269     layout: "plot-throughput-speedup-analysis"
18270
18271 - type: "plot"
18272   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
18273   algorithm: "plot_tsa_name"
18274   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
18275   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18276   include:
18277     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
18278     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18279     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18280     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
18281     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18282   layout:
18283     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
18284     layout: "plot-throughput-speedup-analysis"
18285
18286 - type: "plot"
18287   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
18288   algorithm: "plot_tsa_name"
18289   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
18290   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18291   include:
18292     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
18293     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18294     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18295     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
18296     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18297   layout:
18298     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
18299     layout: "plot-throughput-speedup-analysis"
18300
18301 - type: "plot"
18302   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18303   algorithm: "plot_tsa_name"
18304   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18305   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18306   include:
18307     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18308     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18309     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18310     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18311     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18312   layout:
18313     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
18314     layout: "plot-throughput-speedup-analysis"
18315
18316 - type: "plot"
18317   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18318   algorithm: "plot_tsa_name"
18319   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18320   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18321   include:
18322     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18323     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18324     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18325     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18326     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18327   layout:
18328     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
18329     layout: "plot-throughput-speedup-analysis"
18330
18331 - type: "plot"
18332   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18333   algorithm: "plot_tsa_name"
18334   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18335   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18336   include:
18337     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18338     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18339     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18340     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18341     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18342     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18343   layout:
18344     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
18345     layout: "plot-throughput-speedup-analysis"
18346
18347 - type: "plot"
18348   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18349   algorithm: "plot_tsa_name"
18350   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18351   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18352   include:
18353     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18354     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18355     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18356     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18357     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18358     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18359   layout:
18360     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
18361     layout: "plot-throughput-speedup-analysis"
18362
18363 - type: "plot"
18364   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18365   algorithm: "plot_tsa_name"
18366   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18367   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18368   include:
18369     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
18370     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
18371     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
18372     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
18373   layout:
18374     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
18375     layout: "plot-throughput-speedup-analysis"
18376
18377 - type: "plot"
18378   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18379   algorithm: "plot_tsa_name"
18380   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18381   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18382   include:
18383     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
18384     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
18385     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
18386     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
18387   layout:
18388     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
18389     layout: "plot-throughput-speedup-analysis"
18390
18391 - type: "plot"
18392   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18393   algorithm: "plot_tsa_name"
18394   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18395   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18396   include:
18397     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18398     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18399     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18400     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18401     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18402   layout:
18403     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
18404     layout: "plot-throughput-speedup-analysis"
18405
18406 - type: "plot"
18407   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18408   algorithm: "plot_tsa_name"
18409   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18410   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18411   include:
18412     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18413     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18414     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18415     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18416     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18417   layout:
18418     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
18419     layout: "plot-throughput-speedup-analysis"
18420
18421 - type: "plot"
18422   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18423   algorithm: "plot_tsa_name"
18424   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18425   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18426   include:
18427     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
18428     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18429     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18430     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18431     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18432     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18433   layout:
18434     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
18435     layout: "plot-throughput-speedup-analysis"
18436
18437 - type: "plot"
18438   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18439   algorithm: "plot_tsa_name"
18440   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18441   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18442   include:
18443     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
18444     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18445     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18446     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18447     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18448     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18449   layout:
18450     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
18451     layout: "plot-throughput-speedup-analysis"
18452
18453 - type: "plot"
18454   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
18455   algorithm: "plot_tsa_name"
18456   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
18457   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18458   include:
18459     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18460     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18461     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18462     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18463   layout:
18464     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
18465     layout: "plot-throughput-speedup-analysis"
18466
18467 - type: "plot"
18468   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
18469   algorithm: "plot_tsa_name"
18470   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
18471   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18472   include:
18473     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18474     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18475     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18476     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18477   layout:
18478     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
18479     layout: "plot-throughput-speedup-analysis"
18480
18481 - type: "plot"
18482   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18483   algorithm: "plot_tsa_name"
18484   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18485   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18486   include:
18487     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18488     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18489     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18490     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18491     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18492     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18493   layout:
18494     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
18495     layout: "plot-throughput-speedup-analysis"
18496
18497 - type: "plot"
18498   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18499   algorithm: "plot_tsa_name"
18500   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18501   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18502   include:
18503     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18504     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18505     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18506     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18507     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18508     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18509   layout:
18510     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
18511     layout: "plot-throughput-speedup-analysis"
18512
18513 - type: "plot"
18514   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
18515   algorithm: "plot_tsa_name"
18516   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
18517   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18518   include:
18519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18522     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18523     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18524     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18525   layout:
18526     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
18527     layout: "plot-throughput-speedup-analysis"
18528
18529 - type: "plot"
18530   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
18531   algorithm: "plot_tsa_name"
18532   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
18533   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18534   include:
18535     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18537     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18538     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18539     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18540     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18541   layout:
18542     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
18543     layout: "plot-throughput-speedup-analysis"
18544
18545 - type: "plot"
18546   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
18547   algorithm: "plot_tsa_name"
18548   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
18549   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18550   include:
18551     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18552     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18553     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18554     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18555     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18556     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18557   layout:
18558     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
18559     layout: "plot-throughput-speedup-analysis"
18560
18561 - type: "plot"
18562   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
18563   algorithm: "plot_tsa_name"
18564   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
18565   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18566   include:
18567     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18568     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18569     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18570     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18571     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18572     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18573   layout:
18574     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
18575     layout: "plot-throughput-speedup-analysis"
18576
18577 - type: "plot"
18578   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
18579   algorithm: "plot_tsa_name"
18580   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
18581   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18582   include:
18583     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18584     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18585     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18586     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18587     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18588   layout:
18589     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
18590     layout: "plot-throughput-speedup-analysis"
18591
18592 - type: "plot"
18593   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
18594   algorithm: "plot_tsa_name"
18595   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
18596   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18597   include:
18598     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18599     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18600     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18601     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18602     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18603   layout:
18604     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
18605     layout: "plot-throughput-speedup-analysis"
18606
18607 - type: "plot"
18608   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
18609   algorithm: "plot_tsa_name"
18610   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
18611   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18612   include:
18613     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18614     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18615     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18616     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18617     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18618     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18619   layout:
18620     title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
18621     layout: "plot-throughput-speedup-analysis"
18622
18623 - type: "plot"
18624   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
18625   algorithm: "plot_tsa_name"
18626   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
18627   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18628   include:
18629     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18630     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18631     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18632     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18633     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18634     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18635   layout:
18636     title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
18637     layout: "plot-throughput-speedup-analysis"
18638
18639 - type: "plot"
18640   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18641   algorithm: "plot_tsa_name"
18642   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18643   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18644   include:
18645     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18646     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18647     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18648     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18649     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18650   layout:
18651     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18652     layout: "plot-throughput-speedup-analysis"
18653
18654 - type: "plot"
18655   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18656   algorithm: "plot_tsa_name"
18657   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18658   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18659   include:
18660     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18661     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18662     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18663     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18664     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18665   layout:
18666     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18667     layout: "plot-throughput-speedup-analysis"
18668
18669 - type: "plot"
18670   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18671   algorithm: "plot_tsa_name"
18672   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18673   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18674   include:
18675     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18676     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18677     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18678     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18679     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18680     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18681   layout:
18682     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18683     layout: "plot-throughput-speedup-analysis"
18684
18685 - type: "plot"
18686   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18687   algorithm: "plot_tsa_name"
18688   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18689   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18690   include:
18691     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18692     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18693     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18694     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18695     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18696     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18697   layout:
18698     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18699     layout: "plot-throughput-speedup-analysis"
18700
18701 - type: "plot"
18702   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18703   algorithm: "plot_tsa_name"
18704   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18705   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18706   include:
18707     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18708     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18709     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18710     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18711     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18712   layout:
18713     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18714     layout: "plot-throughput-speedup-analysis"
18715
18716 - type: "plot"
18717   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18718   algorithm: "plot_tsa_name"
18719   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18720   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18721   include:
18722     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18723     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18724     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18725     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18726     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18727   layout:
18728     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18729     layout: "plot-throughput-speedup-analysis"
18730
18731 - type: "plot"
18732   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18733   algorithm: "plot_tsa_name"
18734   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18735   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18736   include:
18737     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18738     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18739     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18740     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18741   layout:
18742     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18743     layout: "plot-throughput-speedup-analysis"
18744
18745 - type: "plot"
18746   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18747   algorithm: "plot_tsa_name"
18748   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18749   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18750   include:
18751     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18752     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18753     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18754     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18755   layout:
18756     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18757     layout: "plot-throughput-speedup-analysis"
18758
18759 - type: "plot"
18760   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18761   algorithm: "plot_tsa_name"
18762   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18763   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18764   include:
18765     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18766     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18767     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18768     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18769     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18770     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18771   layout:
18772     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18773     layout: "plot-throughput-speedup-analysis"
18774
18775 - type: "plot"
18776   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18777   algorithm: "plot_tsa_name"
18778   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18779   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18780   include:
18781     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18782     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18783     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18784     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18785     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18786     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18787   layout:
18788     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18789     layout: "plot-throughput-speedup-analysis"
18790
18791 - type: "plot"
18792   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18793   algorithm: "plot_tsa_name"
18794   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18795   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18796   include:
18797     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18798     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18799     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18800     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18801     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18802   layout:
18803     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18804     layout: "plot-throughput-speedup-analysis"
18805
18806 - type: "plot"
18807   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18808   algorithm: "plot_tsa_name"
18809   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18810   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18811   include:
18812     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18813     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18814     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18815     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18816     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18817   layout:
18818     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18819     layout: "plot-throughput-speedup-analysis"
18820
18821 - type: "plot"
18822   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18823   algorithm: "plot_tsa_name"
18824   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18825   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18826   include:
18827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18829     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18830     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18831     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18832     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18833   layout:
18834     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18835     layout: "plot-throughput-speedup-analysis"
18836
18837 - type: "plot"
18838   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18839   algorithm: "plot_tsa_name"
18840   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18841   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18842   include:
18843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18845     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18846     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18847     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18848     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18849   layout:
18850     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18851     layout: "plot-throughput-speedup-analysis"
18852
18853 - type: "plot"
18854   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18855   algorithm: "plot_tsa_name"
18856   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18857   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18858   include:
18859     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
18860     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
18861     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
18862     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
18863   layout:
18864     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18865     layout: "plot-throughput-speedup-analysis"
18866
18867 - type: "plot"
18868   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18869   algorithm: "plot_tsa_name"
18870   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18871   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18872   include:
18873     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
18874     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
18875     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
18876     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
18877   layout:
18878     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18879     layout: "plot-throughput-speedup-analysis"
18880
18881 - type: "plot"
18882   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18883   algorithm: "plot_tsa_name"
18884   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18885   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18886   include:
18887     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18888     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18889     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18890     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18891     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18892   layout:
18893     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18894     layout: "plot-throughput-speedup-analysis"
18895
18896 - type: "plot"
18897   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18898   algorithm: "plot_tsa_name"
18899   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18900   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18901   include:
18902     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18903     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18904     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18905     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18906     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18907   layout:
18908     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18909     layout: "plot-throughput-speedup-analysis"
18910
18911 - type: "plot"
18912   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18913   algorithm: "plot_tsa_name"
18914   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18915   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18916   include:
18917     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
18918     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18919     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18920     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18921     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18922     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18923   layout:
18924     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18925     layout: "plot-throughput-speedup-analysis"
18926
18927 - type: "plot"
18928   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18929   algorithm: "plot_tsa_name"
18930   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18931   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18932   include:
18933     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
18934     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18935     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18936     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18937     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18938     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18939   layout:
18940     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18941     layout: "plot-throughput-speedup-analysis"
18942
18943 - type: "plot"
18944   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18945   algorithm: "plot_tsa_name"
18946   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18947   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18948   include:
18949     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18950     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18951     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18952     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18953   layout:
18954     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18955     layout: "plot-throughput-speedup-analysis"
18956
18957 - type: "plot"
18958   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18959   algorithm: "plot_tsa_name"
18960   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18961   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18962   include:
18963     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18964     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18965     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18966     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18967   layout:
18968     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18969     layout: "plot-throughput-speedup-analysis"
18970
18971 - type: "plot"
18972   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18973   algorithm: "plot_tsa_name"
18974   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18975   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18976   include:
18977     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18978     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18979     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18980     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18981     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18982     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18983   layout:
18984     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18985     layout: "plot-throughput-speedup-analysis"
18986
18987 - type: "plot"
18988   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18989   algorithm: "plot_tsa_name"
18990   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18991   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18992   include:
18993     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18994     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18995     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18996     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18997     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18998     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18999   layout:
19000     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
19001     layout: "plot-throughput-speedup-analysis"
19002
19003 - type: "plot"
19004   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
19005   algorithm: "plot_tsa_name"
19006   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
19007   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19008   include:
19009     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19010     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
19011     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
19012     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
19013     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
19014     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
19015   layout:
19016     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
19017     layout: "plot-throughput-speedup-analysis"
19018
19019 - type: "plot"
19020   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
19021   algorithm: "plot_tsa_name"
19022   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
19023   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19024   include:
19025     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19026     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
19027     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
19028     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
19029     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
19030     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
19031   layout:
19032     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
19033     layout: "plot-throughput-speedup-analysis"
19034
19035 - type: "plot"
19036   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
19037   algorithm: "plot_tsa_name"
19038   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
19039   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19040   include:
19041     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
19042     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
19043     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
19044   layout:
19045     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
19046     layout: "plot-throughput-speedup-analysis"
19047
19048 - type: "plot"
19049   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
19050   algorithm: "plot_tsa_name"
19051   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
19052   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19053   include:
19054     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
19055     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
19056     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
19057   layout:
19058     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
19059     layout: "plot-throughput-speedup-analysis"
19060
19061 ################################################################################
19062
19063 # Packet Throughput - DPDK
19064
19065 # 2n-skx-xxv710
19066
19067 - type: "plot"
19068   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
19069   algorithm: "plot_perf_box_name"
19070   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
19071   data: "plot-dpdk-throughput-latency-2n-skx"
19072   include:
19073     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19074     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19075   layout:
19076     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
19077     layout: "plot-throughput"
19078
19079 - type: "plot"
19080   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
19081   algorithm: "plot_perf_box_name"
19082   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
19083   data: "plot-dpdk-throughput-latency-2n-skx"
19084   include:
19085     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19086     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19087   layout:
19088     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
19089     layout: "plot-throughput"
19090
19091 - type: "plot"
19092   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
19093   algorithm: "plot_perf_box_name"
19094   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
19095   data: "plot-dpdk-throughput-latency-2n-skx"
19096   include:
19097     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19098     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19099   layout:
19100     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
19101     layout: "plot-throughput"
19102
19103 - type: "plot"
19104   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
19105   algorithm: "plot_perf_box_name"
19106   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
19107   data: "plot-dpdk-throughput-latency-2n-skx"
19108   include:
19109     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19110     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19111   layout:
19112     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
19113     layout: "plot-throughput"
19114
19115 # 2n-skx-x710
19116
19117 - type: "plot"
19118   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
19119   algorithm: "plot_perf_box_name"
19120   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
19121   data: "plot-dpdk-throughput-latency-2n-skx"
19122   include:
19123     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19124     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19125   layout:
19126     title: "2n-skx-x710-64b-2t1c-base-ndr"
19127     layout: "plot-throughput"
19128
19129 - type: "plot"
19130   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
19131   algorithm: "plot_perf_box_name"
19132   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
19133   data: "plot-dpdk-throughput-latency-2n-skx"
19134   include:
19135     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19136     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19137   layout:
19138     title: "2n-skx-x710-64b-4t2c-base-ndr"
19139     layout: "plot-throughput"
19140
19141 - type: "plot"
19142   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
19143   algorithm: "plot_perf_box_name"
19144   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
19145   data: "plot-dpdk-throughput-latency-2n-skx"
19146   include:
19147     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19148     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19149   layout:
19150     title: "2n-skx-x710-64b-2t1c-base-pdr"
19151     layout: "plot-throughput"
19152
19153 - type: "plot"
19154   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
19155   algorithm: "plot_perf_box_name"
19156   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
19157   data: "plot-dpdk-throughput-latency-2n-skx"
19158   include:
19159     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19160     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19161   layout:
19162     title: "2n-skx-x710-64b-4t2c-base-pdr"
19163     layout: "plot-throughput"
19164
19165 # 3n-skx-xxv710
19166
19167 - type: "plot"
19168   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
19169   algorithm: "plot_perf_box_name"
19170   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
19171   data: "plot-dpdk-throughput-latency-3n-skx"
19172   include:
19173     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19174     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19175   layout:
19176     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
19177     layout: "plot-throughput"
19178
19179 - type: "plot"
19180   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
19181   algorithm: "plot_perf_box_name"
19182   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
19183   data: "plot-dpdk-throughput-latency-3n-skx"
19184   include:
19185     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19186     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19187   layout:
19188     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
19189     layout: "plot-throughput"
19190
19191 - type: "plot"
19192   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
19193   algorithm: "plot_perf_box_name"
19194   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
19195   data: "plot-dpdk-throughput-latency-3n-skx"
19196   include:
19197     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19198     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19199   layout:
19200     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
19201     layout: "plot-throughput"
19202
19203 - type: "plot"
19204   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
19205   algorithm: "plot_perf_box_name"
19206   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
19207   data: "plot-dpdk-throughput-latency-3n-skx"
19208   include:
19209     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19210     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19211   layout:
19212     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
19213     layout: "plot-throughput"
19214
19215 # 3n-skx-x710
19216
19217 - type: "plot"
19218   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
19219   algorithm: "plot_perf_box_name"
19220   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
19221   data: "plot-dpdk-throughput-latency-3n-skx"
19222   include:
19223     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19224     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19225   layout:
19226     title: "3n-skx-x710-64b-2t1c-base-ndr"
19227     layout: "plot-throughput"
19228
19229 - type: "plot"
19230   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
19231   algorithm: "plot_perf_box_name"
19232   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
19233   data: "plot-dpdk-throughput-latency-3n-skx"
19234   include:
19235     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19236     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19237   layout:
19238     title: "3n-skx-x710-64b-4t2c-base-ndr"
19239     layout: "plot-throughput"
19240
19241 - type: "plot"
19242   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
19243   algorithm: "plot_perf_box_name"
19244   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
19245   data: "plot-dpdk-throughput-latency-3n-skx"
19246   include:
19247     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19248     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19249   layout:
19250     title: "3n-skx-x710-64b-2t1c-base-pdr"
19251     layout: "plot-throughput"
19252
19253 - type: "plot"
19254   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
19255   algorithm: "plot_perf_box_name"
19256   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
19257   data: "plot-dpdk-throughput-latency-3n-skx"
19258   include:
19259     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19260     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19261   layout:
19262     title: "3n-skx-x710-64b-4t2c-base-pdr"
19263     layout: "plot-throughput"
19264
19265 # 3n-hsw-xl710
19266
19267 - type: "plot"
19268   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
19269   algorithm: "plot_perf_box_name"
19270   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
19271   data: "plot-dpdk-throughput-latency-3n-hsw"
19272   include:
19273     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19274     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19275   layout:
19276     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
19277     layout: "plot-throughput"
19278
19279 - type: "plot"
19280   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
19281   algorithm: "plot_perf_box_name"
19282   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
19283   data: "plot-dpdk-throughput-latency-3n-hsw"
19284   include:
19285     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19286     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19287   layout:
19288     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
19289     layout: "plot-throughput"
19290
19291 - type: "plot"
19292   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
19293   algorithm: "plot_perf_box_name"
19294   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
19295   data: "plot-dpdk-throughput-latency-3n-hsw"
19296   include:
19297     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19298     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19299   layout:
19300     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
19301     layout: "plot-throughput"
19302
19303 - type: "plot"
19304   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
19305   algorithm: "plot_perf_box_name"
19306   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
19307   data: "plot-dpdk-throughput-latency-3n-hsw"
19308   include:
19309     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19310     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19311   layout:
19312     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
19313     layout: "plot-throughput"
19314
19315 # 3n-hsw-x710
19316
19317 - type: "plot"
19318   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
19319   algorithm: "plot_perf_box_name"
19320   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
19321   data: "plot-dpdk-throughput-latency-3n-hsw"
19322   include:
19323     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19324     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19325   layout:
19326     title: "3n-hsw-x710-64b-1t1c-base-ndr"
19327     layout: "plot-throughput"
19328
19329 - type: "plot"
19330   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
19331   algorithm: "plot_perf_box_name"
19332   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
19333   data: "plot-dpdk-throughput-latency-3n-hsw"
19334   include:
19335     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19336     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19337   layout:
19338     title: "3n-hsw-x710-64b-2t2c-base-ndr"
19339     layout: "plot-throughput"
19340
19341 - type: "plot"
19342   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
19343   algorithm: "plot_perf_box_name"
19344   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
19345   data: "plot-dpdk-throughput-latency-3n-hsw"
19346   include:
19347     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19348     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19349   layout:
19350     title: "3n-hsw-x710-64b-1t1c-base-pdr"
19351     layout: "plot-throughput"
19352
19353 - type: "plot"
19354   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
19355   algorithm: "plot_perf_box_name"
19356   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
19357   data: "plot-dpdk-throughput-latency-3n-hsw"
19358   include:
19359     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19360     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19361   layout:
19362     title: "3n-hsw-x710-64b-2t2c-base-pdr"
19363     layout: "plot-throughput"
19364
19365 ################################################################################
19366
19367 # Packet Latency - DPDK
19368
19369 # 2n-skx-xxv710
19370
19371 - type: "plot"
19372   title: "Latency: 2n-skx-xxv710-64b-2t1c-base-ndr-lat"
19373   algorithm: "plot_lat_err_bars_name"
19374   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr-lat"
19375   data: "plot-dpdk-throughput-latency-2n-skx"
19376   include:
19377     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19378     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19379   layout:
19380     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
19381     layout: "plot-latency"
19382
19383 - type: "plot"
19384   title: "Latency: 2n-skx-xxv710-64b-4t2c-base-ndr-lat"
19385   algorithm: "plot_lat_err_bars_name"
19386   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr-lat"
19387   data: "plot-dpdk-throughput-latency-2n-skx"
19388   include:
19389     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19390     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19391   layout:
19392     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
19393     layout: "plot-latency"
19394
19395 - type: "plot"
19396   title: "Latency: 2n-skx-xxv710-64b-8t4c-base-ndr-lat"
19397   algorithm: "plot_lat_err_bars_name"
19398   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-8t4c-base-ndr-lat"
19399   data: "plot-dpdk-throughput-latency-2n-skx"
19400   include:
19401     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
19402     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
19403   layout:
19404     title: "2n-skx-xxv710-64b-8t4c-base-ndr"
19405     layout: "plot-latency"
19406
19407 # 2n-skx-x710
19408
19409 - type: "plot"
19410   title: "Latency: 2n-skx-x710-64b-2t1c-base-ndr-lat"
19411   algorithm: "plot_lat_err_bars_name"
19412   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr-lat"
19413   data: "plot-dpdk-throughput-latency-2n-skx"
19414   include:
19415     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19416     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19417   layout:
19418     title: "2n-skx-x710-64b-2t1c-base-ndr"
19419     layout: "plot-latency"
19420
19421 - type: "plot"
19422   title: "Latency: 2n-skx-x710-64b-4t2c-base-ndr-lat"
19423   algorithm: "plot_lat_err_bars_name"
19424   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr-lat"
19425   data: "plot-dpdk-throughput-latency-2n-skx"
19426   include:
19427     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19428     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19429   layout:
19430     title: "2n-skx-x710-64b-4t2c-base-ndr"
19431     layout: "plot-latency"
19432
19433 - type: "plot"
19434   title: "Latency: 2n-skx-x710-64b-8t4c-base-ndr-lat"
19435   algorithm: "plot_lat_err_bars_name"
19436   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-8t4c-base-ndr-lat"
19437   data: "plot-dpdk-throughput-latency-2n-skx"
19438   include:
19439     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
19440     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
19441   layout:
19442     title: "2n-skx-x710-64b-8t4c-base-ndr"
19443     layout: "plot-latency"
19444
19445 # 3n-skx-xxv710
19446
19447 - type: "plot"
19448   title: "Latency: 3n-skx-xxv710-64b-2t1c-base-ndr-lat"
19449   algorithm: "plot_lat_err_bars_name"
19450   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr-lat"
19451   data: "plot-dpdk-throughput-latency-3n-skx"
19452   include:
19453     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19454     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19455   layout:
19456     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
19457     layout: "plot-latency"
19458
19459 - type: "plot"
19460   title: "Latency: 3n-skx-xxv710-64b-4t2c-base-ndr-lat"
19461   algorithm: "plot_lat_err_bars_name"
19462   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr-lat"
19463   data: "plot-dpdk-throughput-latency-3n-skx"
19464   include:
19465     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19466     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19467   layout:
19468     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
19469     layout: "plot-latency"
19470
19471 - type: "plot"
19472   title: "Latency: 3n-skx-xxv710-64b-8t4c-base-ndr-lat"
19473   algorithm: "plot_lat_err_bars_name"
19474   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-8t4c-base-ndr-lat"
19475   data: "plot-dpdk-throughput-latency-3n-skx"
19476   include:
19477     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
19478     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
19479   layout:
19480     title: "3n-skx-xxv710-64b-8t4c-base-ndr"
19481     layout: "plot-latency"
19482
19483 # 3n-skx-x710
19484
19485 - type: "plot"
19486   title: "Latency: 3n-skx-x710-64b-2t1c-base-ndr-lat"
19487   algorithm: "plot_lat_err_bars_name"
19488   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr-lat"
19489   data: "plot-dpdk-throughput-latency-3n-skx"
19490   include:
19491     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19492     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19493   layout:
19494     title: "3n-skx-x710-64b-2t1c-base-ndr"
19495     layout: "plot-latency"
19496
19497 - type: "plot"
19498   title: "Latency: 3n-skx-x710-64b-4t2c-base-ndr-lat"
19499   algorithm: "plot_lat_err_bars_name"
19500   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr-lat"
19501   data: "plot-dpdk-throughput-latency-3n-skx"
19502   include:
19503     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19504     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19505   layout:
19506     title: "3n-skx-x710-64b-4t2c-base-ndr"
19507     layout: "plot-latency"
19508
19509 - type: "plot"
19510   title: "Latency: 3n-skx-x710-64b-8t4c-base-ndr-lat"
19511   algorithm: "plot_lat_err_bars_name"
19512   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-8t4c-base-ndr-lat"
19513   data: "plot-dpdk-throughput-latency-3n-skx"
19514   include:
19515     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
19516     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
19517   layout:
19518     title: "3n-skx-x710-64b-8t4c-base-ndr"
19519     layout: "plot-latency"
19520
19521 # 3n-hsw-xl710
19522
19523 - type: "plot"
19524   title: "Latency: 3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19525   algorithm: "plot_lat_err_bars_name"
19526   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19527   data: "plot-dpdk-throughput-latency-3n-hsw"
19528   include:
19529     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19530     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19531   layout:
19532     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
19533     layout: "plot-latency"
19534
19535 - type: "plot"
19536   title: "Latency: 3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19537   algorithm: "plot_lat_err_bars_name"
19538   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19539   data: "plot-dpdk-throughput-latency-3n-hsw"
19540   include:
19541     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19542     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19543   layout:
19544     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
19545     layout: "plot-latency"
19546
19547 - type: "plot"
19548   title: "Latency: 3n-hsw-xl710-64b-4t4c-base-ndr-lat"
19549   algorithm: "plot_lat_err_bars_name"
19550   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-4t4c-base-ndr-lat"
19551   data: "plot-dpdk-throughput-latency-3n-hsw"
19552   include:
19553     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
19554     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
19555   layout:
19556     title: "3n-hsw-xl710-64b-4t4c-base-ndr"
19557     layout: "plot-latency"
19558
19559 # 3n-hsw-x710
19560
19561 - type: "plot"
19562   title: "Latency: 3n-hsw-x710-64b-1t1c-base-ndr-lat"
19563   algorithm: "plot_lat_err_bars_name"
19564   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr-lat"
19565   data: "plot-dpdk-throughput-latency-3n-hsw"
19566   include:
19567     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19568     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19569   layout:
19570     title: "3n-hsw-x710-64b-1t1c-base-ndr"
19571     layout: "plot-latency"
19572
19573 - type: "plot"
19574   title: "Latency: 3n-hsw-x710-64b-2t2c-base-ndr-lat"
19575   algorithm: "plot_lat_err_bars_name"
19576   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr-lat"
19577   data: "plot-dpdk-throughput-latency-3n-hsw"
19578   include:
19579     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19580     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19581   layout:
19582     title: "3n-hsw-x710-64b-2t2c-base-ndr"
19583     layout: "plot-latency"
19584
19585 - type: "plot"
19586   title: "Latency: 3n-hsw-x710-64b-4t4c-base-ndr-lat"
19587   algorithm: "plot_lat_err_bars_name"
19588   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-4t4c-base-ndr-lat"
19589   data: "plot-dpdk-throughput-latency-3n-hsw"
19590   include:
19591     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
19592     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
19593   layout:
19594     title: "3n-hsw-x710-64b-4t4c-base-ndr"
19595     layout: "plot-latency"
19596
19597 ################################################################################
19598
19599 # HDRHistogram Packet Latency - DPDK
19600
19601 # 2n-skx-xxv710
19602
19603 - type: "plot"
19604   title: "Latency: 2n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
19605   graph-title: "2n-skx-xxv710-64b-2t1c-base-ndr"
19606   algorithm: "plot_lat_hdrh_bar_name"
19607   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
19608   data: "plot-dpdk-hdrh-lat-2n-skx"
19609   include:
19610     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19611     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19612   layout:
19613     layout: "plot-hdrh-latency"
19614
19615 - type: "plot"
19616   title: "Latency: 2n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
19617   graph-title: "2n-skx-xxv710-64b-4t2c-base-ndr"
19618   algorithm: "plot_lat_hdrh_bar_name"
19619   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
19620   data: "plot-dpdk-hdrh-lat-2n-skx"
19621   include:
19622     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19623     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19624   layout:
19625     layout: "plot-hdrh-latency"
19626
19627 - type: "plot"
19628   title: "Latency: 2n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
19629   graph-title: "2n-skx-xxv710-64b-8t4c-base-ndr"
19630   algorithm: "plot_lat_hdrh_bar_name"
19631   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
19632   data: "plot-dpdk-hdrh-lat-2n-skx"
19633   include:
19634     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
19635     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
19636   layout:
19637     layout: "plot-hdrh-latency"
19638
19639 # 2n-skx-x710
19640
19641 - type: "plot"
19642   title: "Latency: 2n-skx-x710-64b-2t1c-base-ndr-hdrh-lat"
19643   graph-title: "2n-skx-x710-64b-2t1c-base-ndr"
19644   algorithm: "plot_lat_hdrh_bar_name"
19645   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr-hdrh-lat"
19646   data: "plot-dpdk-hdrh-lat-2n-skx"
19647   include:
19648     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19649     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19650   layout:
19651     layout: "plot-hdrh-latency"
19652
19653 - type: "plot"
19654   title: "Latency: 2n-skx-x710-64b-4t2c-base-ndr-hdrh-lat"
19655   graph-title: "2n-skx-x710-64b-4t2c-base-ndr"
19656   algorithm: "plot_lat_hdrh_bar_name"
19657   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr-hdrh-lat"
19658   data: "plot-dpdk-hdrh-lat-2n-skx"
19659   include:
19660     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19661     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19662   layout:
19663     layout: "plot-hdrh-latency"
19664
19665 - type: "plot"
19666   title: "Latency: 2n-skx-x710-64b-8t4c-base-ndr-hdrh-lat"
19667   graph-title: "2n-skx-x710-64b-8t4c-base-ndr"
19668   algorithm: "plot_lat_hdrh_bar_name"
19669   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-8t4c-base-ndr-hdrh-lat"
19670   data: "plot-dpdk-hdrh-lat-2n-skx"
19671   include:
19672     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
19673     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
19674   layout:
19675     layout: "plot-hdrh-latency"
19676
19677 # 3n-skx-xxv710
19678
19679 - type: "plot"
19680   title: "Latency: 3n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
19681   graph-title: "3n-skx-xxv710-64b-2t1c-base-ndr"
19682   algorithm: "plot_lat_hdrh_bar_name"
19683   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
19684   data: "plot-dpdk-hdrh-lat-3n-skx"
19685   include:
19686     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19687     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19688   layout:
19689     layout: "plot-hdrh-latency"
19690
19691 - type: "plot"
19692   title: "Latency: 3n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
19693   graph-title: "3n-skx-xxv710-64b-4t2c-base-ndr"
19694   algorithm: "plot_lat_hdrh_bar_name"
19695   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
19696   data: "plot-dpdk-hdrh-lat-3n-skx"
19697   include:
19698     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19699     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19700   layout:
19701     layout: "plot-hdrh-latency"
19702
19703 - type: "plot"
19704   title: "Latency: 3n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
19705   graph-title: "3n-skx-xxv710-64b-8t4c-base-ndr"
19706   algorithm: "plot_lat_hdrh_bar_name"
19707   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
19708   data: "plot-dpdk-hdrh-lat-3n-skx"
19709   include:
19710     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
19711     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
19712   layout:
19713     layout: "plot-hdrh-latency"
19714
19715 # 3n-skx-x710
19716
19717 - type: "plot"
19718   title: "Latency: 3n-skx-x710-64b-2t1c-base-ndr-hdrh-lat"
19719   graph-title: "3n-skx-x710-64b-2t1c-base-ndr"
19720   algorithm: "plot_lat_hdrh_bar_name"
19721   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr-hdrh-lat"
19722   data: "plot-dpdk-hdrh-lat-3n-skx"
19723   include:
19724     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19725     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19726   layout:
19727     layout: "plot-hdrh-latency"
19728
19729 - type: "plot"
19730   title: "Latency: 3n-skx-x710-64b-4t2c-base-ndr-hdrh-lat"
19731   graph-title: "3n-skx-x710-64b-4t2c-base-ndr"
19732   algorithm: "plot_lat_hdrh_bar_name"
19733   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr-hdrh-lat"
19734   data: "plot-dpdk-hdrh-lat-3n-skx"
19735   include:
19736     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19737     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19738   layout:
19739     layout: "plot-hdrh-latency"
19740
19741 - type: "plot"
19742   title: "Latency: 3n-skx-x710-64b-8t4c-base-ndr-hdrh-lat"
19743   graph-title: "3n-skx-x710-64b-8t4c-base-ndr"
19744   algorithm: "plot_lat_hdrh_bar_name"
19745   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-8t4c-base-ndr-hdrh-lat"
19746   data: "plot-dpdk-hdrh-lat-3n-skx"
19747   include:
19748     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
19749     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
19750   layout:
19751     layout: "plot-hdrh-latency"
19752
19753 # 3n-hsw-xl710
19754
19755 - type: "plot"
19756   title: "Latency: 3n-hsw-xl710-64b-1t1c-base-ndr-hdrh-lat"
19757   graph-title: "3n-hsw-xl710-64b-1t1c-base-ndr"
19758   algorithm: "plot_lat_hdrh_bar_name"
19759   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr-hdrh-lat"
19760   data: "plot-dpdk-hdrh-lat-3n-hsw"
19761   include:
19762     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19763     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19764   layout:
19765     layout: "plot-hdrh-latency"
19766
19767 - type: "plot"
19768   title: "Latency: 3n-hsw-xl710-64b-2t2c-base-ndr-hdrh-lat"
19769   graph-title: "3n-hsw-xl710-64b-2t2c-base-ndr"
19770   algorithm: "plot_lat_hdrh_bar_name"
19771   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr-hdrh-lat"
19772   data: "plot-dpdk-hdrh-lat-3n-hsw"
19773   include:
19774     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19775     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19776   layout:
19777     layout: "plot-hdrh-latency"
19778
19779 - type: "plot"
19780   title: "Latency: 3n-hsw-xl710-64b-4t4c-base-ndr-hdrh-lat"
19781   graph-title: "3n-hsw-xl710-64b-4t4c-base-ndr"
19782   algorithm: "plot_lat_hdrh_bar_name"
19783   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-4t4c-base-ndr-hdrh-lat"
19784   data: "plot-dpdk-hdrh-lat-3n-hsw"
19785   include:
19786     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
19787     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
19788   layout:
19789     layout: "plot-hdrh-latency"
19790
19791 # 3n-hsw-x710
19792
19793 - type: "plot"
19794   title: "Latency: 3n-hsw-x710-64b-1t1c-base-ndr-hdrh-lat"
19795   graph-title: "3n-hsw-x710-64b-1t1c-base-ndr"
19796   algorithm: "plot_lat_hdrh_bar_name"
19797   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr-hdrh-lat"
19798   data: "plot-dpdk-hdrh-lat-3n-hsw"
19799   include:
19800     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19801     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19802   layout:
19803     layout: "plot-hdrh-latency"
19804
19805 - type: "plot"
19806   title: "Latency: 3n-hsw-x710-64b-2t2c-base-ndr-hdrh-lat"
19807   graph-title: "3n-hsw-x710-64b-2t2c-base-ndr"
19808   algorithm: "plot_lat_hdrh_bar_name"
19809   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr-hdrh-lat"
19810   data: "plot-dpdk-hdrh-lat-3n-hsw"
19811   include:
19812     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19813     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19814   layout:
19815     layout: "plot-hdrh-latency"
19816
19817 - type: "plot"
19818   title: "Latency: 3n-hsw-x710-64b-4t4c-base-ndr-hdrh-lat"
19819   graph-title: "3n-hsw-x710-64b-4t4c-base-ndr"
19820   algorithm: "plot_lat_hdrh_bar_name"
19821   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-4t4c-base-ndr-hdrh-lat"
19822   data: "plot-dpdk-hdrh-lat-3n-hsw"
19823   include:
19824     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
19825     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
19826   layout:
19827     layout: "plot-hdrh-latency"
19828
19829 ################################################################################
19830 ###   2n-clx                                                                 ###
19831 ################################################################################
19832
19833 # Packet Throughput
19834
19835 - type: "plot"
19836   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
19837   algorithm: "plot_perf_box_name"
19838   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
19839   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19840   include:
19841     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19842     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19843     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19844     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19845   layout:
19846     title: "2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
19847     layout: "plot-throughput"
19848
19849 - type: "plot"
19850   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-i40e-pdr"
19851   algorithm: "plot_perf_box_name"
19852   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-i40e-pdr"
19853   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19854   include:
19855     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19856     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19857     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19858     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19859   layout:
19860     title: "2n-clx-xxv710-64b-2t1c-memif-base-i40e-pdr"
19861     layout: "plot-throughput"
19862
19863 - type: "plot"
19864   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
19865   algorithm: "plot_perf_box_name"
19866   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
19867   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19868   include:
19869     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19870     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19871     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19872     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19873   layout:
19874     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
19875     layout: "plot-throughput"
19876
19877 - type: "plot"
19878   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
19879   algorithm: "plot_perf_box_name"
19880   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
19881   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19882   include:
19883     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19884     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19885     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19886     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19887   layout:
19888     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
19889     layout: "plot-throughput"
19890
19891 - type: "plot"
19892   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
19893   algorithm: "plot_perf_box_name"
19894   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
19895   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19896   include:
19897     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
19898     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
19899     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
19900     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19901     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
19902   layout:
19903     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
19904     layout: "plot-throughput"
19905
19906 - type: "plot"
19907   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
19908   algorithm: "plot_perf_box_name"
19909   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
19910   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19911   include:
19912     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
19913     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
19914     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
19915     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19916     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
19917   layout:
19918     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
19919     layout: "plot-throughput"
19920
19921 - type: "plot"
19922   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
19923   algorithm: "plot_perf_box_name"
19924   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
19925   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19926   include:
19927     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
19928     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
19929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
19930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
19931   layout:
19932     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
19933     layout: "plot-throughput"
19934
19935 - type: "plot"
19936   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
19937   algorithm: "plot_perf_box_name"
19938   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
19939   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19940   include:
19941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
19942     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
19943     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
19944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
19945   layout:
19946     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
19947     layout: "plot-throughput"
19948
19949 - type: "plot"
19950   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
19951   algorithm: "plot_perf_box_name"
19952   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
19953   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19954   include:
19955     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
19956     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
19958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
19959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
19960   layout:
19961     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
19962     layout: "plot-throughput"
19963
19964 - type: "plot"
19965   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
19966   algorithm: "plot_perf_box_name"
19967   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
19968   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19969   include:
19970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
19971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
19973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
19974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
19975   layout:
19976     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
19977     layout: "plot-throughput"
19978
19979 - type: "plot"
19980   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
19981   algorithm: "plot_perf_box_name"
19982   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
19983   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19984   include:
19985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
19986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
19987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
19988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
19989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
19990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
19991   layout:
19992     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
19993     layout: "plot-throughput"
19994
19995 - type: "plot"
19996   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
19997   algorithm: "plot_perf_box_name"
19998   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
19999   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20000   include:
20001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
20007   layout:
20008     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
20009     layout: "plot-throughput"
20010
20011 - type: "plot"
20012   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
20013   algorithm: "plot_perf_box_name"
20014   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
20015   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20016   include:
20017     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20018     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20019   layout:
20020     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
20021     layout: "plot-throughput"
20022
20023 - type: "plot"
20024   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
20025   algorithm: "plot_perf_box_name"
20026   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
20027   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20028   include:
20029     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20030     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20031   layout:
20032     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
20033     layout: "plot-throughput"
20034
20035 - type: "plot"
20036   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20037   algorithm: "plot_perf_box_name"
20038   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20039   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20040   include:
20041     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20042     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20043     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20044     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20045     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20046     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20047   layout:
20048     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20049     layout: "plot-throughput"
20050
20051 - type: "plot"
20052   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20053   algorithm: "plot_perf_box_name"
20054   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20055   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20056   include:
20057     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20058     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20059     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20060     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20061     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20062     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20063   layout:
20064     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20065     layout: "plot-throughput"
20066
20067 - type: "plot"
20068   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20069   algorithm: "plot_perf_box_name"
20070   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20071   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20072   include:
20073     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20074     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20075     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20076     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20077     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
20078     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
20079   layout:
20080     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20081     layout: "plot-throughput"
20082
20083 - type: "plot"
20084   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20085   algorithm: "plot_perf_box_name"
20086   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20087   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20088   include:
20089     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20090     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20091     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20092     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20093     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
20094     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
20095   layout:
20096     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20097     layout: "plot-throughput"
20098
20099 - type: "plot"
20100   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
20101   algorithm: "plot_perf_box_name"
20102   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
20103   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20104   include:
20105     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20106     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20107     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20108   layout:
20109     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
20110     layout: "plot-throughput"
20111
20112 - type: "plot"
20113   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
20114   algorithm: "plot_perf_box_name"
20115   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
20116   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20117   include:
20118     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20119     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20120     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20121   layout:
20122     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
20123     layout: "plot-throughput"
20124
20125 - type: "plot"
20126   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
20127   algorithm: "plot_perf_box_name"
20128   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
20129   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20130   include:
20131     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20132     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20133     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20134     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20135     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20136   layout:
20137     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
20138     layout: "plot-throughput"
20139
20140 - type: "plot"
20141   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
20142   algorithm: "plot_perf_box_name"
20143   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
20144   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20145   include:
20146     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20147     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20148     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20149     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20150     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20151   layout:
20152     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
20153     layout: "plot-throughput"
20154
20155 - type: "plot"
20156   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20157   algorithm: "plot_perf_box_name"
20158   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20159   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20160   include:
20161     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20162     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20163     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20164     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20165     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20166   layout:
20167     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20168     layout: "plot-throughput"
20169
20170 - type: "plot"
20171   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20172   algorithm: "plot_perf_box_name"
20173   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20175   include:
20176     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20177     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20178     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20179     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20180     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20181   layout:
20182     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20183     layout: "plot-throughput"
20184
20185 - type: "plot"
20186   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
20187   algorithm: "plot_perf_box_name"
20188   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
20189   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20190   include:
20191     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20192     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20193     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20194     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20195     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20196     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20197   layout:
20198     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
20199     layout: "plot-throughput"
20200
20201 - type: "plot"
20202   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
20203   algorithm: "plot_perf_box_name"
20204   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
20205   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20206   include:
20207     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20208     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20209     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20210     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20211     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20212     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20213   layout:
20214     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
20215     layout: "plot-throughput"
20216
20217 - type: "plot"
20218   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20219   algorithm: "plot_perf_box_name"
20220   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20221   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20222   include:
20223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20227   layout:
20228     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20229     layout: "plot-throughput"
20230
20231 - type: "plot"
20232   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20233   algorithm: "plot_perf_box_name"
20234   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20235   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20236   include:
20237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20241   layout:
20242     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20243     layout: "plot-throughput"
20244
20245 - type: "plot"
20246   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
20247   algorithm: "plot_perf_box_name"
20248   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
20249   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20250   include:
20251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
20253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20256   layout:
20257     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
20258     layout: "plot-throughput"
20259
20260 - type: "plot"
20261   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
20262   algorithm: "plot_perf_box_name"
20263   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
20264   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20265   include:
20266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
20268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20270     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20271   layout:
20272     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
20273     layout: "plot-throughput"
20274
20275 - type: "plot"
20276   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
20277   algorithm: "plot_perf_box_name"
20278   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
20279   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20280   include:
20281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
20283     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
20284     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20285   layout:
20286     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
20287     layout: "plot-throughput"
20288
20289 - type: "plot"
20290   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
20291   algorithm: "plot_perf_box_name"
20292   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
20293   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20294   include:
20295     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20296     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
20297     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
20298     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20299   layout:
20300     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
20301     layout: "plot-throughput"
20302
20303 - type: "plot"
20304   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
20305   algorithm: "plot_perf_box_name"
20306   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
20307   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20308   include:
20309     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
20310     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
20311     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
20312     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
20313     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
20314     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20315   layout:
20316     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
20317     layout: "plot-throughput"
20318
20319 - type: "plot"
20320   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
20321   algorithm: "plot_perf_box_name"
20322   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
20323   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20324   include:
20325     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
20326     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
20327     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
20328     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
20329     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
20330     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20331   layout:
20332     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
20333     layout: "plot-throughput"
20334
20335 - type: "plot"
20336   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
20337   algorithm: "plot_perf_box_name"
20338   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
20339   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20340   include:
20341     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20342     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
20343     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
20344     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
20345   layout:
20346     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
20347     layout: "plot-throughput"
20348
20349 - type: "plot"
20350   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
20351   algorithm: "plot_perf_box_name"
20352   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
20353   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20354   include:
20355     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20356     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
20357     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
20358     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
20359   layout:
20360     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
20361     layout: "plot-throughput"
20362
20363 - type: "plot"
20364   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
20365   algorithm: "plot_perf_box_name"
20366   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
20367   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20368   include:
20369     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20373   layout:
20374     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
20375     layout: "plot-throughput"
20376
20377 - type: "plot"
20378   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
20379   algorithm: "plot_perf_box_name"
20380   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
20381   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20382   include:
20383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20387   layout:
20388     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
20389     layout: "plot-throughput"
20390
20391 - type: "plot"
20392   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
20393   algorithm: "plot_perf_box_name"
20394   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
20395   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20396   include:
20397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20400     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20401   layout:
20402     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
20403     layout: "plot-throughput"
20404
20405 - type: "plot"
20406   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
20407   algorithm: "plot_perf_box_name"
20408   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
20409   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20410   include:
20411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20415   layout:
20416     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
20417     layout: "plot-throughput"
20418
20419 - type: "plot"
20420   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
20421   algorithm: "plot_perf_box_name"
20422   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
20423   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20424   include:
20425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20429   layout:
20430     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
20431     layout: "plot-throughput"
20432
20433 - type: "plot"
20434   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
20435   algorithm: "plot_perf_box_name"
20436   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
20437   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20438   include:
20439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20443   layout:
20444     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
20445     layout: "plot-throughput"
20446
20447 - type: "plot"
20448   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
20449   algorithm: "plot_perf_box_name"
20450   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
20451   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20452   include:
20453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20457   layout:
20458     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
20459     layout: "plot-throughput"
20460
20461 - type: "plot"
20462   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
20463   algorithm: "plot_perf_box_name"
20464   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
20465   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20466   include:
20467     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20470     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20471   layout:
20472     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
20473     layout: "plot-throughput"
20474
20475 ################################################################################
20476
20477 # Packet Latency 1C
20478
20479 - type: "plot"
20480   title: "Latency: 2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
20481   algorithm: "plot_lat_err_bars_name"
20482   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
20483   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20484   include:
20485     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20486     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20487     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20488     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20489   layout:
20490     title: "2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
20491     layout: "plot-latency"
20492
20493 - type: "plot"
20494   title: "Latency: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
20495   algorithm: "plot_lat_err_bars_name"
20496   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
20497   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20498   include:
20499     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20500     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20501     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20502     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20503     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20504   layout:
20505     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
20506     layout: "plot-latency"
20507
20508 - type: "plot"
20509   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
20510   algorithm: "plot_lat_err_bars_name"
20511   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
20512   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20513   include:
20514     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20518   layout:
20519     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20520     layout: "plot-latency"
20521
20522 - type: "plot"
20523   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
20524   algorithm: "plot_lat_err_bars_name"
20525   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
20526   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20527   include:
20528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20533   layout:
20534     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
20535     layout: "plot-latency"
20536
20537 - type: "plot"
20538   title: "Latency: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
20539   algorithm: "plot_lat_err_bars_name"
20540   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
20541   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20542   include:
20543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
20549   layout:
20550     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
20551     layout: "plot-latency"
20552
20553 - type: "plot"
20554   title: "Latency: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
20555   algorithm: "plot_lat_err_bars_name"
20556   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
20557   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20558   include:
20559     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20560     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20561     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20562   layout:
20563     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
20564     layout: "plot-latency"
20565
20566 - type: "plot"
20567   title: "Latency: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
20568   algorithm: "plot_lat_err_bars_name"
20569   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
20570   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20571   include:
20572     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20573     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20574     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20575     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20576     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20577   layout:
20578     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
20579     layout: "plot-latency"
20580
20581 - type: "plot"
20582   title: "Latency: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
20583   algorithm: "plot_lat_err_bars_name"
20584   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
20585   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20586   include:
20587     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20588     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20589     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20590     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20591     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20592     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20593   layout:
20594     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
20595     layout: "plot-latency"
20596
20597 - type: "plot"
20598   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
20599   algorithm: "plot_lat_err_bars_name"
20600   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
20601   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20602   include:
20603     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20604     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20605     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20606     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20607   layout:
20608     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20609     layout: "plot-latency"
20610
20611 - type: "plot"
20612   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
20613   algorithm: "plot_lat_err_bars_name"
20614   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
20615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20616   include:
20617     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
20619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20620     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20621     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20622   layout:
20623     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
20624     layout: "plot-latency"
20625
20626 - type: "plot"
20627   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
20628   algorithm: "plot_lat_err_bars_name"
20629   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
20630   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20631   include:
20632     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20633     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
20634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
20635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20636   layout:
20637     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
20638     layout: "plot-latency"
20639
20640 - type: "plot"
20641   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
20642   algorithm: "plot_lat_err_bars_name"
20643   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
20644   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20645   include:
20646     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20647     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20648     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20649     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20650   layout:
20651     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
20652     layout: "plot-latency"
20653
20654 - type: "plot"
20655   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
20656   algorithm: "plot_lat_err_bars_name"
20657   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
20658   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20659   include:
20660     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20661     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20662     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20663     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20664   layout:
20665     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
20666     layout: "plot-latency"
20667
20668 - type: "plot"
20669   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-lat"
20670   algorithm: "plot_lat_err_bars_name"
20671   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-lat"
20672   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20673   include:
20674     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20675     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20676     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20677     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20678   layout:
20679     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20680     layout: "plot-latency"
20681
20682 - type: "plot"
20683   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-lat"
20684   algorithm: "plot_lat_err_bars_name"
20685   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-lat"
20686   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20687   include:
20688     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20689     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20690   layout:
20691     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
20692     layout: "plot-latency"
20693
20694 - type: "plot"
20695   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-lat"
20696   algorithm: "plot_lat_err_bars_name"
20697   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-lat"
20698   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20699   include:
20700     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20701     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20702     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20703     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20704     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20705     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20706   layout:
20707     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20708     layout: "plot-latency"
20709
20710 - type: "plot"
20711   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-lat"
20712   algorithm: "plot_lat_err_bars_name"
20713   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-lat"
20714   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20715   include:
20716     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20717     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20718     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20719     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20720     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
20721     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
20722   layout:
20723     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20724     layout: "plot-latency"
20725
20726 - type: "plot"
20727   title: "Latency: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-lat"
20728   algorithm: "plot_lat_err_bars_name"
20729   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-lat"
20730   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20731   include:
20732     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20733     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20734     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20735     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20736     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20737   layout:
20738     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20739     layout: "plot-latency"
20740
20741 - type: "plot"
20742   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-lat"
20743   algorithm: "plot_lat_err_bars_name"
20744   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-lat"
20745   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20746   include:
20747     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
20748     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
20749     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
20750     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
20751     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
20752     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20753   layout:
20754     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
20755     layout: "plot-latency"
20756
20757 - type: "plot"
20758   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-lat"
20759   algorithm: "plot_lat_err_bars_name"
20760   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-lat"
20761   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20762   include:
20763     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20764     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
20765     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
20766     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
20767   layout:
20768     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
20769     layout: "plot-latency"
20770
20771 - type: "plot"
20772   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-lat"
20773   algorithm: "plot_lat_err_bars_name"
20774   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-lat"
20775   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20776   include:
20777     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20778     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20779     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20780     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20781   layout:
20782     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
20783     layout: "plot-latency"
20784
20785 - type: "plot"
20786   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-lat"
20787   algorithm: "plot_lat_err_bars_name"
20788   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-lat"
20789   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20790   include:
20791     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20792     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20793     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20794     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20795   layout:
20796     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
20797     layout: "plot-latency"
20798
20799 ################################################################################
20800
20801 # Packet Latency 2C
20802
20803 - type: "plot"
20804   title: "Latency: 2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
20805   algorithm: "plot_lat_err_bars_name"
20806   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
20807   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20808   include:
20809     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20810     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20811     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20812     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20813   layout:
20814     title: "2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr"
20815     layout: "plot-latency"
20816
20817 - type: "plot"
20818   title: "Latency: 2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
20819   algorithm: "plot_lat_err_bars_name"
20820   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
20821   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20822   include:
20823     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
20824     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
20825     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
20826     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
20827     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
20828   layout:
20829     title: "2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
20830     layout: "plot-latency"
20831
20832 - type: "plot"
20833   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
20834   algorithm: "plot_lat_err_bars_name"
20835   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
20836   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20837   include:
20838     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
20839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
20840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
20841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
20842   layout:
20843     title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
20844     layout: "plot-latency"
20845
20846 - type: "plot"
20847   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
20848   algorithm: "plot_lat_err_bars_name"
20849   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
20850   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20851   include:
20852     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
20853     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
20854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
20855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
20856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
20857   layout:
20858     title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
20859     layout: "plot-latency"
20860
20861 - type: "plot"
20862   title: "Latency: 2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
20863   algorithm: "plot_lat_err_bars_name"
20864   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
20865   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20866   include:
20867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
20868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
20873   layout:
20874     title: "2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
20875     layout: "plot-latency"
20876
20877 - type: "plot"
20878   title: "Latency: 2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
20879   algorithm: "plot_lat_err_bars_name"
20880   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
20881   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20882   include:
20883     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
20884     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
20885     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
20886   layout:
20887     title: "2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
20888     layout: "plot-latency"
20889
20890 - type: "plot"
20891   title: "Latency: 2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
20892   algorithm: "plot_lat_err_bars_name"
20893   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
20894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20895   include:
20896     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
20897     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
20898     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
20899     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
20900     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
20901   layout:
20902     title: "2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
20903     layout: "plot-latency"
20904
20905 - type: "plot"
20906   title: "Latency: 2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
20907   algorithm: "plot_lat_err_bars_name"
20908   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
20909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20910   include:
20911     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
20912     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20913     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
20914     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
20915     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
20916     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
20917   layout:
20918     title: "2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
20919     layout: "plot-latency"
20920
20921 - type: "plot"
20922   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
20923   algorithm: "plot_lat_err_bars_name"
20924   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
20925   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20926   include:
20927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
20928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
20929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20930     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
20931   layout:
20932     title: "2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
20933     layout: "plot-latency"
20934
20935 - type: "plot"
20936   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
20937   algorithm: "plot_lat_err_bars_name"
20938   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
20939   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20940   include:
20941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
20942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
20943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
20944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
20945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
20946   layout:
20947     title: "2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
20948     layout: "plot-latency"
20949
20950 - type: "plot"
20951   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
20952   algorithm: "plot_lat_err_bars_name"
20953   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
20954   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20955   include:
20956     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
20957     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
20958     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
20959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
20960   layout:
20961     title: "2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
20962     layout: "plot-latency"
20963
20964 - type: "plot"
20965   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
20966   algorithm: "plot_lat_err_bars_name"
20967   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
20968   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20969   include:
20970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20974   layout:
20975     title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
20976     layout: "plot-latency"
20977
20978 - type: "plot"
20979   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
20980   algorithm: "plot_lat_err_bars_name"
20981   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
20982   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20983   include:
20984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20988   layout:
20989     title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
20990     layout: "plot-latency"
20991
20992 - type: "plot"
20993   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr-lat"
20994   algorithm: "plot_lat_err_bars_name"
20995   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr-lat"
20996   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20997   include:
20998     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20999     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21000     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21001     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21002   layout:
21003     title: "2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr"
21004     layout: "plot-latency"
21005
21006 - type: "plot"
21007   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr-lat"
21008   algorithm: "plot_lat_err_bars_name"
21009   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr-lat"
21010   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21011   include:
21012     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-rdma-dot1q-ip4base-ndrpdr"
21013     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-rdma-ethip4-ip4base-ndrpdr"
21014   layout:
21015     title: "2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr"
21016     layout: "plot-latency"
21017
21018 - type: "plot"
21019   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr-lat"
21020   algorithm: "plot_lat_err_bars_name"
21021   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr-lat"
21022   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21023   include:
21024     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale20k-ndrpdr"
21025     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21026     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale200k-ndrpdr"
21027     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21028     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale2m-ndrpdr"
21029     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21030   layout:
21031     title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr"
21032     layout: "plot-latency"
21033
21034 - type: "plot"
21035   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr-lat"
21036   algorithm: "plot_lat_err_bars_name"
21037   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr-lat"
21038   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21039   include:
21040     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21041     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21042     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21043     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21044     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-4t2c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
21045     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
21046   layout:
21047     title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr"
21048     layout: "plot-latency"
21049
21050 - type: "plot"
21051   title: "Latency: 2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr-lat"
21052   algorithm: "plot_lat_err_bars_name"
21053   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr-lat"
21054   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21055   include:
21056     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-rdma-dot1q-ip6base-ndrpdr"
21057     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-rdma-ethip6-ip6base-ndrpdr"
21058     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale20k-ndrpdr"
21059     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale200k-ndrpdr"
21060     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale2m-ndrpdr"
21061   layout:
21062     title: "2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr"
21063     layout: "plot-latency"
21064
21065 - type: "plot"
21066   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr-lat"
21067   algorithm: "plot_lat_err_bars_name"
21068   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr-lat"
21069   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21070   include:
21071     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-rdma-dot1q-l2xcbase-ndrpdr"
21072     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21073     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21074     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-4t2c-rdma-eth-l2patch-ndrpdr"
21075     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-ndrpdr"
21076     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21077   layout:
21078     title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr"
21079     layout: "plot-latency"
21080
21081 - type: "plot"
21082   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr-lat"
21083   algorithm: "plot_lat_err_bars_name"
21084   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr-lat"
21085   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21086   include:
21087     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21088     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21089     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21090     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21091   layout:
21092     title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr"
21093     layout: "plot-latency"
21094
21095 - type: "plot"
21096   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr-lat"
21097   algorithm: "plot_lat_err_bars_name"
21098   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr-lat"
21099   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21100   include:
21101     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21102     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21103     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21104     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21105   layout:
21106     title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr"
21107     layout: "plot-latency"
21108
21109 - type: "plot"
21110   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr-lat"
21111   algorithm: "plot_lat_err_bars_name"
21112   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr-lat"
21113   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21114   include:
21115     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21116     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21117     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21118     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21119   layout:
21120     title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr"
21121     layout: "plot-latency"
21122
21123 ################################################################################
21124
21125 # Packet Latency 4C
21126
21127 - type: "plot"
21128   title: "Latency: 2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
21129   algorithm: "plot_lat_err_bars_name"
21130   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
21131   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21132   include:
21133     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21134     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21135     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21136     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21137   layout:
21138     title: "2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr"
21139     layout: "plot-latency"
21140
21141 - type: "plot"
21142   title: "Latency: 2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
21143   algorithm: "plot_lat_err_bars_name"
21144   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
21145   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21146   include:
21147     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
21148     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
21149     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
21150     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
21151     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
21152   layout:
21153     title: "2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
21154     layout: "plot-latency"
21155
21156 - type: "plot"
21157   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
21158   algorithm: "plot_lat_err_bars_name"
21159   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
21160   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21161   include:
21162     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
21163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
21164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
21165     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
21166   layout:
21167     title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
21168     layout: "plot-latency"
21169
21170 - type: "plot"
21171   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
21172   algorithm: "plot_lat_err_bars_name"
21173   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
21174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21175   include:
21176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
21177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
21178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
21179     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
21180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
21181   layout:
21182     title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
21183     layout: "plot-latency"
21184
21185 - type: "plot"
21186   title: "Latency: 2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
21187   algorithm: "plot_lat_err_bars_name"
21188   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
21189   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21190   include:
21191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
21192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
21197   layout:
21198     title: "2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
21199     layout: "plot-latency"
21200
21201 - type: "plot"
21202   title: "Latency: 2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
21203   algorithm: "plot_lat_err_bars_name"
21204   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
21205   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21206   include:
21207     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
21208     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
21209     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
21210   layout:
21211     title: "2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
21212     layout: "plot-latency"
21213
21214 - type: "plot"
21215   title: "Latency: 2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
21216   algorithm: "plot_lat_err_bars_name"
21217   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
21218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21219   include:
21220     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
21221     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
21222     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
21223     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
21224     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
21225   layout:
21226     title: "2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
21227     layout: "plot-latency"
21228
21229 - type: "plot"
21230   title: "Latency: 2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
21231   algorithm: "plot_lat_err_bars_name"
21232   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
21233   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21234   include:
21235     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
21236     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21237     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
21238     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
21239     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
21240     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
21241   layout:
21242     title: "2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
21243     layout: "plot-latency"
21244
21245 - type: "plot"
21246   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
21247   algorithm: "plot_lat_err_bars_name"
21248   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
21249   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21250   include:
21251     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
21252     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
21253     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
21255   layout:
21256     title: "2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
21257     layout: "plot-latency"
21258
21259 - type: "plot"
21260   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
21261   algorithm: "plot_lat_err_bars_name"
21262   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
21263   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21264   include:
21265     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
21266     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
21267     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
21268     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
21269     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
21270   layout:
21271     title: "2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
21272     layout: "plot-latency"
21273
21274 - type: "plot"
21275   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
21276   algorithm: "plot_lat_err_bars_name"
21277   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
21278   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21279   include:
21280     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
21281     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
21282     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
21283     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
21284   layout:
21285     title: "2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
21286     layout: "plot-latency"
21287
21288 - type: "plot"
21289   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
21290   algorithm: "plot_lat_err_bars_name"
21291   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
21292   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21293   include:
21294     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21298   layout:
21299     title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
21300     layout: "plot-latency"
21301
21302 - type: "plot"
21303   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
21304   algorithm: "plot_lat_err_bars_name"
21305   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
21306   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21307   include:
21308     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21309     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21310     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21312   layout:
21313     title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
21314     layout: "plot-latency"
21315
21316 - type: "plot"
21317   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr-lat"
21318   algorithm: "plot_lat_err_bars_name"
21319   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr-lat"
21320   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21321   include:
21322     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21323     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21324     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21325     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21326   layout:
21327     title: "2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr"
21328     layout: "plot-latency"
21329
21330 - type: "plot"
21331   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr-lat"
21332   algorithm: "plot_lat_err_bars_name"
21333   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr-lat"
21334   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21335   include:
21336     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-rdma-dot1q-ip4base-ndrpdr"
21337     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-rdma-ethip4-ip4base-ndrpdr"
21338   layout:
21339     title: "2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr"
21340     layout: "plot-latency"
21341
21342 - type: "plot"
21343   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr-lat"
21344   algorithm: "plot_lat_err_bars_name"
21345   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr-lat"
21346   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21347   include:
21348     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale20k-ndrpdr"
21349     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21350     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale200k-ndrpdr"
21351     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21352     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale2m-ndrpdr"
21353     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21354   layout:
21355     title: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr"
21356     layout: "plot-latency"
21357
21358 - type: "plot"
21359   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr-lat"
21360   algorithm: "plot_lat_err_bars_name"
21361   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr-lat"
21362   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21363   include:
21364     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21365     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21366     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21367     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21368     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-8t4c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
21369     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
21370   layout:
21371     title: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr"
21372     layout: "plot-latency"
21373
21374 - type: "plot"
21375   title: "Latency: 2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr-lat"
21376   algorithm: "plot_lat_err_bars_name"
21377   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr-lat"
21378   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21379   include:
21380     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-rdma-dot1q-ip6base-ndrpdr"
21381     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-rdma-ethip6-ip6base-ndrpdr"
21382     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale20k-ndrpdr"
21383     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale200k-ndrpdr"
21384     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale2m-ndrpdr"
21385   layout:
21386     title: "2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr"
21387     layout: "plot-latency"
21388
21389 - type: "plot"
21390   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr-lat"
21391   algorithm: "plot_lat_err_bars_name"
21392   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr-lat"
21393   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21394   include:
21395     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-rdma-dot1q-l2xcbase-ndrpdr"
21396     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21397     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21398     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-8t4c-rdma-eth-l2patch-ndrpdr"
21399     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-ndrpdr"
21400     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21401   layout:
21402     title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr"
21403     layout: "plot-latency"
21404
21405 - type: "plot"
21406   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr-lat"
21407   algorithm: "plot_lat_err_bars_name"
21408   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr-lat"
21409   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21410   include:
21411     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21412     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21413     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21414     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21415   layout:
21416     title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr"
21417     layout: "plot-latency"
21418
21419 - type: "plot"
21420   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr-lat"
21421   algorithm: "plot_lat_err_bars_name"
21422   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr-lat"
21423   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21424   include:
21425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21429   layout:
21430     title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr"
21431     layout: "plot-latency"
21432
21433 - type: "plot"
21434   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr-lat"
21435   algorithm: "plot_lat_err_bars_name"
21436   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr-lat"
21437   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21438   include:
21439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21442     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21443   layout:
21444     title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr"
21445     layout: "plot-latency"
21446
21447 ################################################################################
21448
21449 # HDRHistogram Packet Latency 1C
21450
21451 - type: "plot"
21452   title: "Latency: 2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
21453   graph-title: "2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
21454   algorithm: "plot_lat_hdrh_bar_name"
21455   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
21456   data: "plot-vpp-hdrh-lat-2n-clx"
21457   include:
21458     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21459     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21460     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21461     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21462   layout:
21463     layout: "plot-hdrh-latency"
21464
21465 - type: "plot"
21466   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat"
21467   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
21468   algorithm: "plot_lat_hdrh_bar_name"
21469   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat"
21470   data: "plot-vpp-hdrh-lat-2n-clx"
21471   include:
21472     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21473     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21474     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21475     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21476   layout:
21477     layout: "plot-hdrh-latency"
21478
21479 - type: "plot"
21480   title: "Latency: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
21481   graph-title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
21482   algorithm: "plot_lat_hdrh_bar_name"
21483   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
21484   data: "plot-vpp-hdrh-lat-2n-clx"
21485   include:
21486     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
21487     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
21488     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
21489     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
21490     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
21491   layout:
21492     layout: "plot-hdrh-latency"
21493
21494 - type: "plot"
21495   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
21496   graph-title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
21497   algorithm: "plot_lat_hdrh_bar_name"
21498   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
21499   data: "plot-vpp-hdrh-lat-2n-clx"
21500   include:
21501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
21502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
21503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
21504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
21505   layout:
21506     layout: "plot-hdrh-latency"
21507
21508 - type: "plot"
21509   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
21510   graph-title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
21511   algorithm: "plot_lat_hdrh_bar_name"
21512   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
21513   data: "plot-vpp-hdrh-lat-2n-clx"
21514   include:
21515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
21516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
21517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
21518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
21519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
21520   layout:
21521     layout: "plot-hdrh-latency"
21522
21523 - type: "plot"
21524   title: "Latency: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
21525   graph-title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
21526   algorithm: "plot_lat_hdrh_bar_name"
21527   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
21528   data: "plot-vpp-hdrh-lat-2n-clx"
21529   include:
21530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
21531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
21536   layout:
21537     layout: "plot-hdrh-latency"
21538
21539 - type: "plot"
21540   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-hdrh-lat"
21541   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
21542   algorithm: "plot_lat_hdrh_bar_name"
21543   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-hdrh-lat"
21544   data: "plot-vpp-hdrh-lat-2n-clx"
21545   include:
21546     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
21547     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
21548   layout:
21549     layout: "plot-hdrh-latency"
21550
21551 - type: "plot"
21552   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-hdrh-lat"
21553   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
21554   algorithm: "plot_lat_hdrh_bar_name"
21555   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-hdrh-lat"
21556   data: "plot-vpp-hdrh-lat-2n-clx"
21557   include:
21558     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
21559     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21560     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
21561     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21562     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
21563     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21564   layout:
21565     layout: "plot-hdrh-latency"
21566
21567 - type: "plot"
21568   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-hdrh-lat"
21569   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
21570   algorithm: "plot_lat_hdrh_bar_name"
21571   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-hdrh-lat"
21572   data: "plot-vpp-hdrh-lat-2n-clx"
21573   include:
21574     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21575     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21576     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21577     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21578     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
21579     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
21580   layout:
21581     layout: "plot-hdrh-latency"
21582
21583 - type: "plot"
21584   title: "Latency: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
21585   graph-title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
21586   algorithm: "plot_lat_hdrh_bar_name"
21587   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
21588   data: "plot-vpp-hdrh-lat-2n-clx"
21589   include:
21590     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
21591     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
21592     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
21593   layout:
21594     layout: "plot-hdrh-latency"
21595
21596 - type: "plot"
21597   title: "Latency: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
21598   graph-title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
21599   algorithm: "plot_lat_hdrh_bar_name"
21600   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
21601   data: "plot-vpp-hdrh-lat-2n-clx"
21602   include:
21603     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
21604     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
21605     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
21606     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
21607     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
21608   layout:
21609     layout: "plot-hdrh-latency"
21610
21611 - type: "plot"
21612   title: "Latency: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-hdrh-lat"
21613   graph-title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
21614   algorithm: "plot_lat_hdrh_bar_name"
21615   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-hdrh-lat"
21616   data: "plot-vpp-hdrh-lat-2n-clx"
21617   include:
21618     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
21619     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
21620     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
21621     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
21622     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
21623   layout:
21624     layout: "plot-hdrh-latency"
21625
21626 - type: "plot"
21627   title: "Latency: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
21628   graph-title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
21629   algorithm: "plot_lat_hdrh_bar_name"
21630   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
21631   data: "plot-vpp-hdrh-lat-2n-clx"
21632   include:
21633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
21634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21637     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21638     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21639   layout:
21640     layout: "plot-hdrh-latency"
21641
21642 - type: "plot"
21643   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
21644   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
21645   algorithm: "plot_lat_hdrh_bar_name"
21646   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
21647   data: "plot-vpp-hdrh-lat-2n-clx"
21648   include:
21649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
21650     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
21651     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21652     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21653   layout:
21654     layout: "plot-hdrh-latency"
21655
21656 - type: "plot"
21657   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
21658   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
21659   algorithm: "plot_lat_hdrh_bar_name"
21660   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
21661   data: "plot-vpp-hdrh-lat-2n-clx"
21662   include:
21663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
21664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
21665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
21666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21668   layout:
21669     layout: "plot-hdrh-latency"
21670
21671 - type: "plot"
21672   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
21673   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
21674   algorithm: "plot_lat_hdrh_bar_name"
21675   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
21676   data: "plot-vpp-hdrh-lat-2n-clx"
21677   include:
21678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
21680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
21681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21682   layout:
21683     layout: "plot-hdrh-latency"
21684
21685 - type: "plot"
21686   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-hdrh-lat"
21687   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21688   algorithm: "plot_lat_hdrh_bar_name"
21689   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-hdrh-lat"
21690   data: "plot-vpp-hdrh-lat-2n-clx"
21691   include:
21692     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
21693     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21694     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21695     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
21696     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
21697     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21698   layout:
21699     layout: "plot-hdrh-latency"
21700
21701 - type: "plot"
21702   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-hdrh-lat"
21703   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21704   algorithm: "plot_lat_hdrh_bar_name"
21705   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-hdrh-lat"
21706   data: "plot-vpp-hdrh-lat-2n-clx"
21707   include:
21708     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21709     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21710     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21711     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21712   layout:
21713     layout: "plot-hdrh-latency"
21714
21715 - type: "plot"
21716   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
21717   graph-title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
21718   algorithm: "plot_lat_hdrh_bar_name"
21719   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat"
21720   data: "plot-vpp-hdrh-lat-2n-clx"
21721   include:
21722     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21723     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21724     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21725     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21726   layout:
21727     layout: "plot-hdrh-latency"
21728
21729 - type: "plot"
21730   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
21731   graph-title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
21732   algorithm: "plot_lat_hdrh_bar_name"
21733   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat"
21734   data: "plot-vpp-hdrh-lat-2n-clx"
21735   include:
21736     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21737     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21738     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21739     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21740   layout:
21741     layout: "plot-hdrh-latency"
21742
21743 - type: "plot"
21744   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-hdrh-lat"
21745   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21746   algorithm: "plot_lat_hdrh_bar_name"
21747   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-hdrh-lat"
21748   data: "plot-vpp-hdrh-lat-2n-clx"
21749   include:
21750     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21751     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21752     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21753     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21754   layout:
21755     layout: "plot-hdrh-latency"
21756
21757 - type: "plot"
21758   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat"
21759   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21760   algorithm: "plot_lat_hdrh_bar_name"
21761   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat"
21762   data: "plot-vpp-hdrh-lat-2n-clx"
21763   include:
21764     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21765     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21766     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21767     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21768   layout:
21769     layout: "plot-hdrh-latency"
21770
21771 ################################################################################
21772
21773 # HDRHistogram Packet Latency 2C
21774
21775 - type: "plot"
21776   title: "Latency: 2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
21777   graph-title: "2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr"
21778   algorithm: "plot_lat_hdrh_bar_name"
21779   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
21780   data: "plot-vpp-hdrh-lat-2n-clx"
21781   include:
21782     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21783     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21784     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21785     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21786   layout:
21787     layout: "plot-hdrh-latency"
21788
21789 - type: "plot"
21790   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat"
21791   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr"
21792   algorithm: "plot_lat_hdrh_bar_name"
21793   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat"
21794   data: "plot-vpp-hdrh-lat-2n-clx"
21795   include:
21796     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21797     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21798     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21799     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21800   layout:
21801     layout: "plot-hdrh-latency"
21802
21803 - type: "plot"
21804   title: "Latency: 2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
21805   graph-title: "2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
21806   algorithm: "plot_lat_hdrh_bar_name"
21807   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
21808   data: "plot-vpp-hdrh-lat-2n-clx"
21809   include:
21810     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
21811     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
21812     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
21813     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
21814     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
21815   layout:
21816     layout: "plot-hdrh-latency"
21817
21818 - type: "plot"
21819   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
21820   graph-title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
21821   algorithm: "plot_lat_hdrh_bar_name"
21822   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
21823   data: "plot-vpp-hdrh-lat-2n-clx"
21824   include:
21825     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
21826     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
21827     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
21828     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
21829   layout:
21830     layout: "plot-hdrh-latency"
21831
21832 - type: "plot"
21833   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
21834   graph-title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
21835   algorithm: "plot_lat_hdrh_bar_name"
21836   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
21837   data: "plot-vpp-hdrh-lat-2n-clx"
21838   include:
21839     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
21840     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
21841     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
21842     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
21843     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
21844   layout:
21845     layout: "plot-hdrh-latency"
21846
21847 - type: "plot"
21848   title: "Latency: 2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
21849   graph-title: "2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
21850   algorithm: "plot_lat_hdrh_bar_name"
21851   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
21852   data: "plot-vpp-hdrh-lat-2n-clx"
21853   include:
21854     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
21855     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21856     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21857     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21858     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21859     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
21860   layout:
21861     layout: "plot-hdrh-latency"
21862
21863 - type: "plot"
21864   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr-hdrh-lat"
21865   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr"
21866   algorithm: "plot_lat_hdrh_bar_name"
21867   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr-hdrh-lat"
21868   data: "plot-vpp-hdrh-lat-2n-clx"
21869   include:
21870     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-rdma-dot1q-ip4base-ndrpdr"
21871     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-rdma-ethip4-ip4base-ndrpdr"
21872   layout:
21873     layout: "plot-hdrh-latency"
21874
21875 - type: "plot"
21876   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr-hdrh-lat"
21877   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr"
21878   algorithm: "plot_lat_hdrh_bar_name"
21879   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr-hdrh-lat"
21880   data: "plot-vpp-hdrh-lat-2n-clx"
21881   include:
21882     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale20k-ndrpdr"
21883     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21884     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale200k-ndrpdr"
21885     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21886     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale2m-ndrpdr"
21887     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21888   layout:
21889     layout: "plot-hdrh-latency"
21890
21891 - type: "plot"
21892   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr-hdrh-lat"
21893   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr"
21894   algorithm: "plot_lat_hdrh_bar_name"
21895   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr-hdrh-lat"
21896   data: "plot-vpp-hdrh-lat-2n-clx"
21897   include:
21898     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21899     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21900     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21901     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21902     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-4t2c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
21903     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
21904   layout:
21905     layout: "plot-hdrh-latency"
21906
21907 - type: "plot"
21908   title: "Latency: 2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
21909   graph-title: "2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
21910   algorithm: "plot_lat_hdrh_bar_name"
21911   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
21912   data: "plot-vpp-hdrh-lat-2n-clx"
21913   include:
21914     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
21915     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
21916     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
21917   layout:
21918     layout: "plot-hdrh-latency"
21919
21920 - type: "plot"
21921   title: "Latency: 2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
21922   graph-title: "2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
21923   algorithm: "plot_lat_hdrh_bar_name"
21924   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
21925   data: "plot-vpp-hdrh-lat-2n-clx"
21926   include:
21927     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
21928     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
21929     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
21930     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
21931     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
21932   layout:
21933     layout: "plot-hdrh-latency"
21934
21935 - type: "plot"
21936   title: "Latency: 2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr-hdrh-lat"
21937   graph-title: "2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr"
21938   algorithm: "plot_lat_hdrh_bar_name"
21939   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr-hdrh-lat"
21940   data: "plot-vpp-hdrh-lat-2n-clx"
21941   include:
21942     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-rdma-dot1q-ip6base-ndrpdr"
21943     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-rdma-ethip6-ip6base-ndrpdr"
21944     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale20k-ndrpdr"
21945     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale200k-ndrpdr"
21946     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale2m-ndrpdr"
21947   layout:
21948     layout: "plot-hdrh-latency"
21949
21950 - type: "plot"
21951   title: "Latency: 2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
21952   graph-title: "2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
21953   algorithm: "plot_lat_hdrh_bar_name"
21954   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
21955   data: "plot-vpp-hdrh-lat-2n-clx"
21956   include:
21957     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
21958     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21959     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
21960     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
21961     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
21962     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
21963   layout:
21964     layout: "plot-hdrh-latency"
21965
21966 - type: "plot"
21967   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
21968   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
21969   algorithm: "plot_lat_hdrh_bar_name"
21970   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
21971   data: "plot-vpp-hdrh-lat-2n-clx"
21972   include:
21973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
21974     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
21975     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21976     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
21977   layout:
21978     layout: "plot-hdrh-latency"
21979
21980 - type: "plot"
21981   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
21982   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
21983   algorithm: "plot_lat_hdrh_bar_name"
21984   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
21985   data: "plot-vpp-hdrh-lat-2n-clx"
21986   include:
21987     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
21988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
21989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
21990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
21991     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
21992   layout:
21993     layout: "plot-hdrh-latency"
21994
21995 - type: "plot"
21996   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
21997   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
21998   algorithm: "plot_lat_hdrh_bar_name"
21999   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
22000   data: "plot-vpp-hdrh-lat-2n-clx"
22001   include:
22002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
22003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
22004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
22005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
22006   layout:
22007     layout: "plot-hdrh-latency"
22008
22009 - type: "plot"
22010   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr-hdrh-lat"
22011   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr"
22012   algorithm: "plot_lat_hdrh_bar_name"
22013   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr-hdrh-lat"
22014   data: "plot-vpp-hdrh-lat-2n-clx"
22015   include:
22016     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-rdma-dot1q-l2xcbase-ndrpdr"
22017     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22018     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22019     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-4t2c-rdma-eth-l2patch-ndrpdr"
22020     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-ndrpdr"
22021     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22022   layout:
22023     layout: "plot-hdrh-latency"
22024
22025 - type: "plot"
22026   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr-hdrh-lat"
22027   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr"
22028   algorithm: "plot_lat_hdrh_bar_name"
22029   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr-hdrh-lat"
22030   data: "plot-vpp-hdrh-lat-2n-clx"
22031   include:
22032     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22033     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22034     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22035     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22036   layout:
22037     layout: "plot-hdrh-latency"
22038
22039 - type: "plot"
22040   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
22041   graph-title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
22042   algorithm: "plot_lat_hdrh_bar_name"
22043   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat"
22044   data: "plot-vpp-hdrh-lat-2n-clx"
22045   include:
22046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22049     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22050   layout:
22051     layout: "plot-hdrh-latency"
22052
22053 - type: "plot"
22054   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
22055   graph-title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
22056   algorithm: "plot_lat_hdrh_bar_name"
22057   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat"
22058   data: "plot-vpp-hdrh-lat-2n-clx"
22059   include:
22060     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22061     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22062     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22063     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22064   layout:
22065     layout: "plot-hdrh-latency"
22066
22067 - type: "plot"
22068   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr-hdrh-lat"
22069   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr"
22070   algorithm: "plot_lat_hdrh_bar_name"
22071   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr-hdrh-lat"
22072   data: "plot-vpp-hdrh-lat-2n-clx"
22073   include:
22074     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22075     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22076     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22077     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22078   layout:
22079     layout: "plot-hdrh-latency"
22080
22081 - type: "plot"
22082   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat"
22083   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr"
22084   algorithm: "plot_lat_hdrh_bar_name"
22085   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat"
22086   data: "plot-vpp-hdrh-lat-2n-clx"
22087   include:
22088     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22089     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22090     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22091     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22092   layout:
22093     layout: "plot-hdrh-latency"
22094
22095 ################################################################################
22096
22097 # HDRHistogram Packet Latency 4C
22098
22099 - type: "plot"
22100   title: "Latency: 2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
22101   graph-title: "2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr"
22102   algorithm: "plot_lat_hdrh_bar_name"
22103   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
22104   data: "plot-vpp-hdrh-lat-2n-clx"
22105   include:
22106     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22107     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22108     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22109     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22110   layout:
22111     layout: "plot-hdrh-latency"
22112
22113 - type: "plot"
22114   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat"
22115   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr"
22116   algorithm: "plot_lat_hdrh_bar_name"
22117   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat"
22118   data: "plot-vpp-hdrh-lat-2n-clx"
22119   include:
22120     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22121     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22122     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22123     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22124   layout:
22125     layout: "plot-hdrh-latency"
22126
22127 - type: "plot"
22128   title: "Latency: 2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
22129   graph-title: "2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
22130   algorithm: "plot_lat_hdrh_bar_name"
22131   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
22132   data: "plot-vpp-hdrh-lat-2n-clx"
22133   include:
22134     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
22135     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
22136     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
22137     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
22138     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
22139   layout:
22140     layout: "plot-hdrh-latency"
22141
22142 - type: "plot"
22143   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
22144   graph-title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
22145   algorithm: "plot_lat_hdrh_bar_name"
22146   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
22147   data: "plot-vpp-hdrh-lat-2n-clx"
22148   include:
22149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
22150     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
22151     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
22152     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
22153   layout:
22154     layout: "plot-hdrh-latency"
22155
22156 - type: "plot"
22157   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
22158   graph-title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
22159   algorithm: "plot_lat_hdrh_bar_name"
22160   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
22161   data: "plot-vpp-hdrh-lat-2n-clx"
22162   include:
22163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
22164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
22165     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
22166     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
22167     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
22168   layout:
22169     layout: "plot-hdrh-latency"
22170
22171 - type: "plot"
22172   title: "Latency: 2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
22173   graph-title: "2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
22174   algorithm: "plot_lat_hdrh_bar_name"
22175   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
22176   data: "plot-vpp-hdrh-lat-2n-clx"
22177   include:
22178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
22179     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22180     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
22184   layout:
22185     layout: "plot-hdrh-latency"
22186
22187 - type: "plot"
22188   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr-hdrh-lat"
22189   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr"
22190   algorithm: "plot_lat_hdrh_bar_name"
22191   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr-hdrh-lat"
22192   data: "plot-vpp-hdrh-lat-2n-clx"
22193   include:
22194     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-rdma-dot1q-ip4base-ndrpdr"
22195     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-rdma-ethip4-ip4base-ndrpdr"
22196   layout:
22197     layout: "plot-hdrh-latency"
22198
22199 - type: "plot"
22200   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr-hdrh-lat"
22201   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr"
22202   algorithm: "plot_lat_hdrh_bar_name"
22203   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr-hdrh-lat"
22204   data: "plot-vpp-hdrh-lat-2n-clx"
22205   include:
22206     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale20k-ndrpdr"
22207     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
22208     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale200k-ndrpdr"
22209     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
22210     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale2m-ndrpdr"
22211     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
22212   layout:
22213     layout: "plot-hdrh-latency"
22214
22215 - type: "plot"
22216   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr-hdrh-lat"
22217   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr"
22218   algorithm: "plot_lat_hdrh_bar_name"
22219   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr-hdrh-lat"
22220   data: "plot-vpp-hdrh-lat-2n-clx"
22221   include:
22222     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22223     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22224     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22225     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22226     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-8t4c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
22227     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
22228   layout:
22229     layout: "plot-hdrh-latency"
22230
22231 - type: "plot"
22232   title: "Latency: 2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
22233   graph-title: "2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
22234   algorithm: "plot_lat_hdrh_bar_name"
22235   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
22236   data: "plot-vpp-hdrh-lat-2n-clx"
22237   include:
22238     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
22239     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
22240     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
22241   layout:
22242     layout: "plot-hdrh-latency"
22243
22244 - type: "plot"
22245   title: "Latency: 2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
22246   graph-title: "2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
22247   algorithm: "plot_lat_hdrh_bar_name"
22248   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
22249   data: "plot-vpp-hdrh-lat-2n-clx"
22250   include:
22251     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
22252     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
22253     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
22254     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
22255     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
22256   layout:
22257     layout: "plot-hdrh-latency"
22258
22259 - type: "plot"
22260   title: "Latency: 2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr-hdrh-lat"
22261   graph-title: "2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr"
22262   algorithm: "plot_lat_hdrh_bar_name"
22263   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr-hdrh-lat"
22264   data: "plot-vpp-hdrh-lat-2n-clx"
22265   include:
22266     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-rdma-dot1q-ip6base-ndrpdr"
22267     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-rdma-ethip6-ip6base-ndrpdr"
22268     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale20k-ndrpdr"
22269     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale200k-ndrpdr"
22270     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale2m-ndrpdr"
22271   layout:
22272     layout: "plot-hdrh-latency"
22273
22274 - type: "plot"
22275   title: "Latency: 2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
22276   graph-title: "2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
22277   algorithm: "plot_lat_hdrh_bar_name"
22278   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
22279   data: "plot-vpp-hdrh-lat-2n-clx"
22280   include:
22281     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
22282     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22283     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
22284     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
22285     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
22286     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
22287   layout:
22288     layout: "plot-hdrh-latency"
22289
22290 - type: "plot"
22291   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
22292   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
22293   algorithm: "plot_lat_hdrh_bar_name"
22294   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
22295   data: "plot-vpp-hdrh-lat-2n-clx"
22296   include:
22297     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
22298     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
22299     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22300     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
22301   layout:
22302     layout: "plot-hdrh-latency"
22303
22304 - type: "plot"
22305   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
22306   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
22307   algorithm: "plot_lat_hdrh_bar_name"
22308   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
22309   data: "plot-vpp-hdrh-lat-2n-clx"
22310   include:
22311     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
22312     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
22313     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
22314     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
22315     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
22316   layout:
22317     layout: "plot-hdrh-latency"
22318
22319 - type: "plot"
22320   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
22321   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
22322   algorithm: "plot_lat_hdrh_bar_name"
22323   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
22324   data: "plot-vpp-hdrh-lat-2n-clx"
22325   include:
22326     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
22327     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
22328     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
22329     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
22330   layout:
22331     layout: "plot-hdrh-latency"
22332
22333 - type: "plot"
22334   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr-hdrh-lat"
22335   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr"
22336   algorithm: "plot_lat_hdrh_bar_name"
22337   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr-hdrh-lat"
22338   data: "plot-vpp-hdrh-lat-2n-clx"
22339   include:
22340     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-rdma-dot1q-l2xcbase-ndrpdr"
22341     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22342     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22343     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-8t4c-rdma-eth-l2patch-ndrpdr"
22344     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-ndrpdr"
22345     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22346   layout:
22347     layout: "plot-hdrh-latency"
22348
22349 - type: "plot"
22350   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr-hdrh-lat"
22351   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr"
22352   algorithm: "plot_lat_hdrh_bar_name"
22353   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr-hdrh-lat"
22354   data: "plot-vpp-hdrh-lat-2n-clx"
22355   include:
22356     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22357     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22358     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22359     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22360   layout:
22361     layout: "plot-hdrh-latency"
22362
22363 - type: "plot"
22364   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
22365   graph-title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
22366   algorithm: "plot_lat_hdrh_bar_name"
22367   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat"
22368   data: "plot-vpp-hdrh-lat-2n-clx"
22369   include:
22370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22374   layout:
22375     layout: "plot-hdrh-latency"
22376
22377 - type: "plot"
22378   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
22379   graph-title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
22380   algorithm: "plot_lat_hdrh_bar_name"
22381   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat"
22382   data: "plot-vpp-hdrh-lat-2n-clx"
22383   include:
22384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22388   layout:
22389     layout: "plot-hdrh-latency"
22390
22391 - type: "plot"
22392   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr-hdrh-lat"
22393   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr"
22394   algorithm: "plot_lat_hdrh_bar_name"
22395   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr-hdrh-lat"
22396   data: "plot-vpp-hdrh-lat-2n-clx"
22397   include:
22398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22400     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22401     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22402   layout:
22403     layout: "plot-hdrh-latency"
22404
22405 - type: "plot"
22406   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat"
22407   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr"
22408   algorithm: "plot_lat_hdrh_bar_name"
22409   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat"
22410   data: "plot-vpp-hdrh-lat-2n-clx"
22411   include:
22412     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22416   layout:
22417     layout: "plot-hdrh-latency"
22418
22419 ################################################################################
22420
22421 # Packet Speedup
22422
22423 - type: "plot"
22424   title: "Speedup: 2n-clx-xxv710-64b-memif-base-i40e-ndr-tsa"
22425   algorithm: "plot_tsa_name"
22426   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-i40e-ndr-tsa"
22427   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22428   include:
22429     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22430     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22431     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22432     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22433   layout:
22434     title: "2n-clx-xxv710-64b-memif-base-i40e-ndr"
22435     layout: "plot-throughput-speedup-analysis"
22436
22437 - type: "plot"
22438   title: "Speedup: 2n-clx-xxv710-64b-memif-base-i40e-pdr-tsa"
22439   algorithm: "plot_tsa_name"
22440   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-i40e-pdr-tsa"
22441   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22442   include:
22443     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22444     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22445     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22446     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22447   layout:
22448     title: "2n-clx-xxv710-64b-memif-base-i40e-pdr"
22449     layout: "plot-throughput-speedup-analysis"
22450
22451 - type: "plot"
22452   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
22453   algorithm: "plot_tsa_name"
22454   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
22455   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22456   include:
22457     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22458     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22459     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22460     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22461   layout:
22462     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
22463     layout: "plot-throughput"
22464
22465 - type: "plot"
22466   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
22467   algorithm: "plot_tsa_name"
22468   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
22469   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22470   include:
22471     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22472     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22473     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22474     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22475   layout:
22476     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
22477     layout: "plot-throughput"
22478
22479 - type: "plot"
22480   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
22481   algorithm: "plot_tsa_name"
22482   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
22483   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22484   include:
22485     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
22486     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
22487     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
22488     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
22489     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
22490   layout:
22491     title: "2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
22492     layout: "plot-throughput-speedup-analysis"
22493
22494 - type: "plot"
22495   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
22496   algorithm: "plot_tsa_name"
22497   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
22498   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22499   include:
22500     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
22501     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
22502     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
22503     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
22504     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
22505   layout:
22506     title: "2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
22507     layout: "plot-throughput-speedup-analysis"
22508
22509 - type: "plot"
22510   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
22511   algorithm: "plot_tsa_name"
22512   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
22513   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22514   include:
22515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
22516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
22517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
22518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
22519   layout:
22520     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
22521     layout: "plot-throughput-speedup-analysis"
22522
22523 - type: "plot"
22524   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
22525   algorithm: "plot_tsa_name"
22526   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
22527   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22528   include:
22529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
22530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
22531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
22532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
22533   layout:
22534     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
22535     layout: "plot-throughput-speedup-analysis"
22536
22537 - type: "plot"
22538   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
22539   algorithm: "plot_tsa_name"
22540   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
22541   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22542   include:
22543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
22544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
22545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
22546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
22547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
22548   layout:
22549     title: "2n-clx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
22550     layout: "plot-throughput-speedup-analysis"
22551
22552 - type: "plot"
22553   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
22554   algorithm: "plot_tsa_name"
22555   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
22556   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22557   include:
22558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
22559     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
22560     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
22561     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
22562     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
22563   layout:
22564     title: "2n-clx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
22565     layout: "plot-throughput-speedup-analysis"
22566
22567 - type: "plot"
22568   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
22569   algorithm: "plot_tsa_name"
22570   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
22571   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22572   include:
22573     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
22574     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22575     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22576     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
22579   layout:
22580     title: "2n-clx-xxv710-64b-features-ip4routing-base-i40e-ndr"
22581     layout: "plot-throughput-speedup-analysis"
22582
22583 - type: "plot"
22584   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
22585   algorithm: "plot_tsa_name"
22586   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
22587   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22588   include:
22589     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
22590     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
22595   layout:
22596     title: "2n-clx-xxv710-64b-features-ip4routing-base-i40e-pdr"
22597     layout: "plot-throughput-speedup-analysis"
22598
22599 - type: "plot"
22600   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
22601   algorithm: "plot_tsa_name"
22602   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
22603   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22604   include:
22605     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
22606     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
22607   layout:
22608     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
22609     layout: "plot-throughput"
22610
22611 - type: "plot"
22612   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
22613   algorithm: "plot_tsa_name"
22614   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
22615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22616   include:
22617     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
22618     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
22619   layout:
22620     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
22621     layout: "plot-throughput"
22622
22623 - type: "plot"
22624   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
22625   algorithm: "plot_tsa_name"
22626   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
22627   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22628   include:
22629     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
22630     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
22631     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
22632     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
22633     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
22634     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
22635   layout:
22636     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
22637     layout: "plot-throughput"
22638
22639 - type: "plot"
22640   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
22641   algorithm: "plot_tsa_name"
22642   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
22643   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22644   include:
22645     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
22646     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
22647     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
22648     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
22649     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
22650     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
22651   layout:
22652     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
22653     layout: "plot-throughput"
22654
22655 - type: "plot"
22656   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
22657   algorithm: "plot_tsa_name"
22658   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
22659   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22660   include:
22661     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22662     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22663     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22664     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22665     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
22666     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
22667   layout:
22668     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
22669     layout: "plot-throughput"
22670
22671 - type: "plot"
22672   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
22673   algorithm: "plot_tsa_name"
22674   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
22675   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22676   include:
22677     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22678     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22679     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22680     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22681     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
22682     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
22683   layout:
22684     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
22685     layout: "plot-throughput"
22686
22687 - type: "plot"
22688   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
22689   algorithm: "plot_tsa_name"
22690   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
22691   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22692   include:
22693     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22694     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22695     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22696   layout:
22697     title: "2n-clx-x710-78b-ip6routing-base-scale-i40e-ndr"
22698     layout: "plot-throughput-speedup-analysis"
22699
22700 - type: "plot"
22701   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
22702   algorithm: "plot_tsa_name"
22703   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
22704   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22705   include:
22706     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22707     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22708     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22709   layout:
22710     title: "2n-clx-x710-78b-ip6routing-base-scale-i40e-pdr"
22711     layout: "plot-throughput-speedup-analysis"
22712
22713 - type: "plot"
22714   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
22715   algorithm: "plot_tsa_name"
22716   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
22717   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22718   include:
22719     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22720     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22721     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
22722     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
22723     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22724   layout:
22725     title: "2n-clx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
22726     layout: "plot-throughput-speedup-analysis"
22727
22728 - type: "plot"
22729   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
22730   algorithm: "plot_tsa_name"
22731   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
22732   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22733   include:
22734     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22735     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22736     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
22737     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
22738     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22739   layout:
22740     title: "2n-clx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
22741     layout: "plot-throughput-speedup-analysis"
22742
22743 - type: "plot"
22744   title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
22745   algorithm: "plot_tsa_name"
22746   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
22747   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22748   include:
22749     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
22750     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
22751     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
22752     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
22753     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
22754   layout:
22755     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
22756     layout: "plot-throughput"
22757
22758 - type: "plot"
22759   title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
22760   algorithm: "plot_tsa_name"
22761   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
22762   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22763   include:
22764     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
22765     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
22766     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
22767     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
22768     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
22769   layout:
22770     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
22771     layout: "plot-throughput"
22772
22773 - type: "plot"
22774   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
22775   algorithm: "plot_tsa_name"
22776   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
22777   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22778   include:
22779     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22780     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22781     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22782     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22783     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22784     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22785   layout:
22786     title: "2n-clx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
22787     layout: "plot-throughput-speedup-analysis"
22788
22789 - type: "plot"
22790   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
22791   algorithm: "plot_tsa_name"
22792   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
22793   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22794   include:
22795     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22796     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22797     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22798     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22799     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22800     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22801   layout:
22802     title: "2n-clx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
22803     layout: "plot-throughput-speedup-analysis"
22804
22805 - type: "plot"
22806   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
22807   algorithm: "plot_tsa_name"
22808   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
22809   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22810   include:
22811     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22812     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22813     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22814     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22815   layout:
22816     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
22817     layout: "plot-throughput-speedup-analysis"
22818
22819 - type: "plot"
22820   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
22821   algorithm: "plot_tsa_name"
22822   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
22823   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22824   include:
22825     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22826     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22827     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22828     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22829   layout:
22830     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
22831     layout: "plot-throughput-speedup-analysis"
22832
22833 - type: "plot"
22834   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
22835   algorithm: "plot_tsa_name"
22836   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
22837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22838   include:
22839     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22840     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22841     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22842     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22843     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22844   layout:
22845     title: "2n-clx-xxv710-64b-l2switching-base-i40e-ndr"
22846     layout: "plot-throughput-speedup-analysis"
22847
22848 - type: "plot"
22849   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
22850   algorithm: "plot_tsa_name"
22851   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
22852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22853   include:
22854     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22855     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22856     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22857     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22858     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22859   layout:
22860     title: "2n-clx-xxv710-64b-l2switching-base-i40e-pdr"
22861     layout: "plot-throughput-speedup-analysis"
22862
22863 - type: "plot"
22864   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
22865   algorithm: "plot_tsa_name"
22866   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
22867   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22868   include:
22869     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22870     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
22871     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
22872     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22873   layout:
22874     title: "2n-clx-xxv710-64b-l2switching-base-scale-i40e-ndr"
22875     layout: "plot-throughput-speedup-analysis"
22876
22877 - type: "plot"
22878   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
22879   algorithm: "plot_tsa_name"
22880   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
22881   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22882   include:
22883     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22884     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
22885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
22886     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22887   layout:
22888     title: "2n-clx-xxv710-64b-l2switching-base-scale-i40e-pdr"
22889     layout: "plot-throughput-speedup-analysis"
22890
22891 - type: "plot"
22892   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
22893   algorithm: "plot_tsa_name"
22894   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
22895   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22896   include:
22897     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
22898     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22899     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22900     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
22901     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
22902     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22903   layout:
22904     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
22905     layout: "plot-throughput"
22906
22907 - type: "plot"
22908   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
22909   algorithm: "plot_tsa_name"
22910   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
22911   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22912   include:
22913     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
22914     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22915     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22916     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
22917     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
22918     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22919   layout:
22920     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
22921     layout: "plot-throughput"
22922
22923 - type: "plot"
22924   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
22925   algorithm: "plot_tsa_name"
22926   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
22927   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22928   include:
22929     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22930     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22931     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22932     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22933   layout:
22934     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
22935     layout: "plot-throughput"
22936
22937 - type: "plot"
22938   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
22939   algorithm: "plot_tsa_name"
22940   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
22941   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22942   include:
22943     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22944     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22945     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22946     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22947   layout:
22948     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
22949     layout: "plot-throughput"
22950
22951 - type: "plot"
22952   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-i40e-ndr"
22953   algorithm: "plot_tsa_name"
22954   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-i40e-ndr-tsa"
22955   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22956   include:
22957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22961   layout:
22962     title: "2n-clx-xxv710-64b-vhost-base-i40e-ndr"
22963     layout: "plot-throughput-speedup-analysis"
22964
22965 - type: "plot"
22966   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-i40e-pdr"
22967   algorithm: "plot_tsa_name"
22968   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-i40e-pdr-tsa"
22969   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22970   include:
22971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22975   layout:
22976     title: "2n-clx-xxv710-64b-vhost-base-i40e-pdr"
22977     layout: "plot-throughput-speedup-analysis"
22978
22979 - type: "plot"
22980   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-i40e-vpp-ndr"
22981   algorithm: "plot_tsa_name"
22982   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
22983   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22984   include:
22985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22989   layout:
22990     title: "2n-clx-xxv710-64b-vhost-base-i40e-vpp-ndr"
22991     layout: "plot-throughput-speedup-analysis"
22992
22993 - type: "plot"
22994   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-i40e-vpp-pdr"
22995   algorithm: "plot_tsa_name"
22996   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
22997   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22998   include:
22999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23000     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23003   layout:
23004     title: "2n-clx-xxv710-64b-vhost-base-i40e-vpp-pdr"
23005     layout: "plot-throughput-speedup-analysis"
23006
23007 - type: "plot"
23008   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
23009   algorithm: "plot_tsa_name"
23010   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
23011   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23012   include:
23013     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23014     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23017   layout:
23018     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
23019     layout: "plot-throughput"
23020
23021 - type: "plot"
23022   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
23023   algorithm: "plot_tsa_name"
23024   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
23025   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23026   include:
23027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23028     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23029     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23031   layout:
23032     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
23033     layout: "plot-throughput"
23034
23035 - type: "plot"
23036   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
23037   algorithm: "plot_tsa_name"
23038   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
23039   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23040   include:
23041     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23042     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23043     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23044     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23045   layout:
23046     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
23047     layout: "plot-throughput"
23048
23049 - type: "plot"
23050   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
23051   algorithm: "plot_tsa_name"
23052   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
23053   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23054   include:
23055     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23056     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23057     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23058     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23059   layout:
23060     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
23061     layout: "plot-throughput"
23062
23063 ################################################################################
23064
23065 # Packet Throughput - DPDK
23066
23067 # 2n-clx-xxv710
23068
23069 - type: "plot"
23070   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
23071   algorithm: "plot_perf_box_name"
23072   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
23073   data: "plot-dpdk-throughput-latency-2n-clx"
23074   include:
23075     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23076     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23077   layout:
23078     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
23079     layout: "plot-throughput"
23080
23081 - type: "plot"
23082   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
23083   algorithm: "plot_perf_box_name"
23084   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
23085   data: "plot-dpdk-throughput-latency-2n-clx"
23086   include:
23087     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23088     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23089   layout:
23090     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
23091     layout: "plot-throughput"
23092
23093 - type: "plot"
23094   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
23095   algorithm: "plot_perf_box_name"
23096   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
23097   data: "plot-dpdk-throughput-latency-2n-clx"
23098   include:
23099     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23100     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23101   layout:
23102     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
23103     layout: "plot-throughput"
23104
23105 - type: "plot"
23106   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
23107   algorithm: "plot_perf_box_name"
23108   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
23109   data: "plot-dpdk-throughput-latency-2n-clx"
23110   include:
23111     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23112     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23113   layout:
23114     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
23115     layout: "plot-throughput"
23116
23117 # 2n-clx-x710
23118
23119 - type: "plot"
23120   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
23121   algorithm: "plot_perf_box_name"
23122   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
23123   data: "plot-dpdk-throughput-latency-2n-clx"
23124   include:
23125     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23126     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23127   layout:
23128     title: "2n-clx-x710-64b-2t1c-base-ndr"
23129     layout: "plot-throughput"
23130
23131 - type: "plot"
23132   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
23133   algorithm: "plot_perf_box_name"
23134   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
23135   data: "plot-dpdk-throughput-latency-2n-clx"
23136   include:
23137     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23138     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23139   layout:
23140     title: "2n-clx-x710-64b-4t2c-base-ndr"
23141     layout: "plot-throughput"
23142
23143 - type: "plot"
23144   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
23145   algorithm: "plot_perf_box_name"
23146   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
23147   data: "plot-dpdk-throughput-latency-2n-clx"
23148   include:
23149     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23150     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23151   layout:
23152     title: "2n-clx-x710-64b-2t1c-base-pdr"
23153     layout: "plot-throughput"
23154
23155 - type: "plot"
23156   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
23157   algorithm: "plot_perf_box_name"
23158   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
23159   data: "plot-dpdk-throughput-latency-2n-clx"
23160   include:
23161     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23162     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23163   layout:
23164     title: "2n-clx-x710-64b-4t2c-base-pdr"
23165     layout: "plot-throughput"
23166
23167 ################################################################################
23168
23169 # Packet Latency - DPDK
23170
23171 # 2n-clx-xxv710
23172
23173 - type: "plot"
23174   title: "Latency: 2n-clx-xxv710-64b-2t1c-base-ndr-lat"
23175   algorithm: "plot_lat_err_bars_name"
23176   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr-lat"
23177   data: "plot-dpdk-throughput-latency-2n-clx"
23178   include:
23179     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23180     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23181   layout:
23182     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
23183     layout: "plot-latency"
23184
23185 - type: "plot"
23186   title: "Latency: 2n-clx-xxv710-64b-4t2c-base-ndr-lat"
23187   algorithm: "plot_lat_err_bars_name"
23188   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr-lat"
23189   data: "plot-dpdk-throughput-latency-2n-clx"
23190   include:
23191     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23192     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23193   layout:
23194     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
23195     layout: "plot-latency"
23196
23197 - type: "plot"
23198   title: "Latency: 2n-clx-xxv710-64b-8t4c-base-ndr-lat"
23199   algorithm: "plot_lat_err_bars_name"
23200   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-8t4c-base-ndr-lat"
23201   data: "plot-dpdk-throughput-latency-2n-clx"
23202   include:
23203     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
23204     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
23205   layout:
23206     title: "2n-clx-xxv710-64b-8t4c-base-ndr"
23207     layout: "plot-latency"
23208
23209 # 2n-clx-x710
23210
23211 - type: "plot"
23212   title: "Latency: 2n-clx-x710-64b-2t1c-base-ndr-lat"
23213   algorithm: "plot_lat_err_bars_name"
23214   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr-lat"
23215   data: "plot-dpdk-throughput-latency-2n-clx"
23216   include:
23217     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23218     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23219   layout:
23220     title: "2n-clx-x710-64b-2t1c-base-ndr"
23221     layout: "plot-latency"
23222
23223 - type: "plot"
23224   title: "Latency: 2n-clx-x710-64b-4t2c-base-ndr-lat"
23225   algorithm: "plot_lat_err_bars_name"
23226   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr-lat"
23227   data: "plot-dpdk-throughput-latency-2n-clx"
23228   include:
23229     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23230     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23231   layout:
23232     title: "2n-clx-x710-64b-4t2c-base-ndr"
23233     layout: "plot-latency"
23234
23235 - type: "plot"
23236   title: "Latency: 2n-clx-x710-64b-8t4c-base-ndr-lat"
23237   algorithm: "plot_lat_err_bars_name"
23238   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-8t4c-base-ndr-lat"
23239   data: "plot-dpdk-throughput-latency-2n-clx"
23240   include:
23241     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
23242     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
23243   layout:
23244     title: "2n-clx-x710-64b-8t4c-base-ndr"
23245     layout: "plot-latency"
23246
23247 ################################################################################
23248
23249 # HDRHistogram Packet Latency - DPDK
23250
23251 # 2n-clx-xxv710
23252
23253 - type: "plot"
23254   title: "Latency: 2n-clx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
23255   graph-title: "2n-clx-xxv710-64b-2t1c-base-ndr"
23256   algorithm: "plot_lat_hdrh_bar_name"
23257   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
23258   data: "plot-dpdk-hdrh-lat-2n-clx"
23259   include:
23260     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23261     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23262   layout:
23263     layout: "plot-hdrh-latency"
23264
23265 - type: "plot"
23266   title: "Latency: 2n-clx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
23267   graph-title: "2n-clx-xxv710-64b-4t2c-base-ndr"
23268   algorithm: "plot_lat_hdrh_bar_name"
23269   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
23270   data: "plot-dpdk-hdrh-lat-2n-clx"
23271   include:
23272     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23273     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23274   layout:
23275     layout: "plot-hdrh-latency"
23276
23277 - type: "plot"
23278   title: "Latency: 2n-clx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
23279   graph-title: "2n-clx-xxv710-64b-8t4c-base-ndr"
23280   algorithm: "plot_lat_hdrh_bar_name"
23281   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
23282   data: "plot-dpdk-hdrh-lat-2n-clx"
23283   include:
23284     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
23285     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
23286   layout:
23287     layout: "plot-hdrh-latency"
23288
23289 # 2n-clx-x710
23290
23291 - type: "plot"
23292   title: "Latency: 2n-clx-x710-64b-2t1c-base-ndr-hdrh-lat"
23293   graph-title: "2n-clx-x710-64b-2t1c-base-ndr"
23294   algorithm: "plot_lat_hdrh_bar_name"
23295   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr-hdrh-lat"
23296   data: "plot-dpdk-hdrh-lat-2n-clx"
23297   include:
23298     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23299     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23300   layout:
23301     layout: "plot-hdrh-latency"
23302
23303 - type: "plot"
23304   title: "Latency: 2n-clx-x710-64b-4t2c-base-ndr-hdrh-lat"
23305   graph-title: "2n-clx-x710-64b-4t2c-base-ndr"
23306   algorithm: "plot_lat_hdrh_bar_name"
23307   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr-hdrh-lat"
23308   data: "plot-dpdk-hdrh-lat-2n-clx"
23309   include:
23310     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23311     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23312   layout:
23313     layout: "plot-hdrh-latency"
23314
23315 - type: "plot"
23316   title: "Latency: 2n-clx-x710-64b-8t4c-base-ndr-hdrh-lat"
23317   graph-title: "2n-clx-x710-64b-8t4c-base-ndr"
23318   algorithm: "plot_lat_hdrh_bar_name"
23319   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-8t4c-base-ndr-hdrh-lat"
23320   data: "plot-dpdk-hdrh-lat-2n-clx"
23321   include:
23322     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
23323     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
23324   layout:
23325     layout: "plot-hdrh-latency"
23326
23327 ################################################################################
23328
23329 # HDRHistogram Packet Latency Percentile 1C
23330
23331 - type: "plot"
23332   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat-percentile"
23333   graph-title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
23334   algorithm: "plot_lat_hdrh_percentile"
23335   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat-percentile"
23336   data: "plot-vpp-hdrh-lat-2n-skx"
23337   include:
23338     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23339     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23340     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23341     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23342   layout:
23343     layout: "plot-hdrh-latency-percentile"
23344
23345 - type: "plot"
23346   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat-percentile"
23347   graph-title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
23348   algorithm: "plot_lat_hdrh_percentile"
23349   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat-percentile"
23350   data: "plot-vpp-hdrh-lat-3n-skx"
23351   include:
23352     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23353     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
23354     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23355     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
23356     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23357   layout:
23358     layout: "plot-hdrh-latency-percentile"
23359
23360 - type: "plot"
23361   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23362   graph-title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
23363   algorithm: "plot_lat_hdrh_percentile"
23364   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23365   data: "plot-vpp-hdrh-lat-2n-skx"
23366   include:
23367     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
23368     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
23369     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
23370     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23371     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
23372   layout:
23373     layout: "plot-hdrh-latency-percentile"
23374
23375 - type: "plot"
23376   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
23377   graph-title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
23378   algorithm: "plot_lat_hdrh_percentile"
23379   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
23380   data: "plot-vpp-hdrh-lat-2n-skx"
23381   include:
23382     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
23383     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
23384     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
23385     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
23386   layout:
23387     layout: "plot-hdrh-latency-percentile"
23388
23389 - type: "plot"
23390   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23391   graph-title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
23392   algorithm: "plot_lat_hdrh_percentile"
23393   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23394   data: "plot-vpp-hdrh-lat-2n-skx"
23395   include:
23396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
23397     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23398     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
23399     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
23400     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
23401   layout:
23402     layout: "plot-hdrh-latency-percentile"
23403
23404 - type: "plot"
23405   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
23406   graph-title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
23407   algorithm: "plot_lat_hdrh_percentile"
23408   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
23409   data: "plot-vpp-hdrh-lat-2n-skx"
23410   include:
23411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
23417   layout:
23418     layout: "plot-hdrh-latency-percentile"
23419
23420 - type: "plot"
23421   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23422   graph-title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
23423   algorithm: "plot_lat_hdrh_percentile"
23424   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23425   data: "plot-vpp-hdrh-lat-3n-hsw"
23426   include:
23427     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
23428     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
23429     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
23430   layout:
23431     layout: "plot-hdrh-latency-percentile"
23432
23433 - type: "plot"
23434   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23435   graph-title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
23436   algorithm: "plot_lat_hdrh_percentile"
23437   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23438   data: "plot-vpp-hdrh-lat-3n-skx"
23439   include:
23440     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
23441     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
23442     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
23443     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
23445   layout:
23446     layout: "plot-hdrh-latency-percentile"
23447
23448 - type: "plot"
23449   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
23450   graph-title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
23451   algorithm: "plot_lat_hdrh_percentile"
23452   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
23453   data: "plot-vpp-hdrh-lat-3n-skx"
23454   include:
23455     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
23456     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
23457     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
23458     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
23459   layout:
23460     layout: "plot-hdrh-latency-percentile"
23461
23462 - type: "plot"
23463   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23464   graph-title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
23465   algorithm: "plot_lat_hdrh_percentile"
23466   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23467   data: "plot-vpp-hdrh-lat-3n-skx"
23468   include:
23469     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
23470     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23471     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
23472     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
23473     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
23474   layout:
23475     layout: "plot-hdrh-latency-percentile"
23476
23477 - type: "plot"
23478   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
23479   graph-title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
23480   algorithm: "plot_lat_hdrh_percentile"
23481   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
23482   data: "plot-vpp-hdrh-lat-3n-skx"
23483   include:
23484     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23485     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23486     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23487     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23488     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23489     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
23490   layout:
23491     layout: "plot-hdrh-latency-percentile"
23492
23493 - type: "plot"
23494   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-hdrh-lat-percentile"
23495   graph-title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
23496   algorithm: "plot_lat_hdrh_percentile"
23497   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-hdrh-lat-percentile"
23498   data: "plot-vpp-hdrh-lat-3n-hsw"
23499   include:
23500     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
23501     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
23502   layout:
23503     layout: "plot-hdrh-latency-percentile"
23504
23505 - type: "plot"
23506   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat-percentile"
23507   graph-title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
23508   algorithm: "plot_lat_hdrh_percentile"
23509   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat-percentile"
23510   data: "plot-vpp-hdrh-lat-3n-skx"
23511   include:
23512     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
23513     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
23514     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
23515     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
23516   layout:
23517     layout: "plot-hdrh-latency-percentile"
23518
23519 - type: "plot"
23520   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23521   graph-title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
23522   algorithm: "plot_lat_hdrh_percentile"
23523   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23524   data: "plot-vpp-hdrh-lat-2n-skx"
23525   include:
23526     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
23527     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23528     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
23529   layout:
23530     layout: "plot-hdrh-latency-percentile"
23531
23532 - type: "plot"
23533   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23534   graph-title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
23535   algorithm: "plot_lat_hdrh_percentile"
23536   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23537   data: "plot-vpp-hdrh-lat-2n-skx"
23538   include:
23539     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
23540     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23541     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
23542     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
23543     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
23544   layout:
23545     layout: "plot-hdrh-latency-percentile"
23546
23547 - type: "plot"
23548   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23549   graph-title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
23550   algorithm: "plot_lat_hdrh_percentile"
23551   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23552   data: "plot-vpp-hdrh-lat-3n-hsw"
23553   include:
23554     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
23555     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
23556     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
23557   layout:
23558     layout: "plot-hdrh-latency-percentile"
23559
23560 - type: "plot"
23561   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23562   graph-title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
23563   algorithm: "plot_lat_hdrh_percentile"
23564   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23565   data: "plot-vpp-hdrh-lat-3n-skx"
23566   include:
23567     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
23568     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23569     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
23570   layout:
23571     layout: "plot-hdrh-latency-percentile"
23572
23573 - type: "plot"
23574   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23575   graph-title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
23576   algorithm: "plot_lat_hdrh_percentile"
23577   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23578   data: "plot-vpp-hdrh-lat-3n-skx"
23579   include:
23580     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
23581     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23582     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
23583     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
23584     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
23585   layout:
23586     layout: "plot-hdrh-latency-percentile"
23587
23588 - type: "plot"
23589   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23590   graph-title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
23591   algorithm: "plot_lat_hdrh_percentile"
23592   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23593   data: "plot-vpp-hdrh-lat-2n-skx"
23594   include:
23595     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
23596     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23597     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23598     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
23599     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23600     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
23601   layout:
23602     layout: "plot-hdrh-latency-percentile"
23603
23604 - type: "plot"
23605   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat-percentile"
23606   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
23607   algorithm: "plot_lat_hdrh_percentile"
23608   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat-percentile"
23609   data: "plot-vpp-hdrh-lat-2n-skx"
23610   include:
23611     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
23612     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
23613     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23614     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23615   layout:
23616     layout: "plot-hdrh-latency-percentile"
23617
23618 - type: "plot"
23619   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
23620   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
23621   algorithm: "plot_lat_hdrh_percentile"
23622   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
23623   data: "plot-vpp-hdrh-lat-2n-skx"
23624   include:
23625     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
23626     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
23627     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
23628     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
23629     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23630   layout:
23631     layout: "plot-hdrh-latency-percentile"
23632
23633 - type: "plot"
23634   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
23635   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
23636   algorithm: "plot_lat_hdrh_percentile"
23637   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
23638   data: "plot-vpp-hdrh-lat-2n-skx"
23639   include:
23640     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23641     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
23642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
23643     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
23644   layout:
23645     layout: "plot-hdrh-latency-percentile"
23646
23647 - type: "plot"
23648   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
23649   graph-title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
23650   algorithm: "plot_lat_hdrh_percentile"
23651   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
23652   data: "plot-vpp-hdrh-lat-3n-hsw"
23653   include:
23654     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
23655     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
23656     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
23657     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
23658     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
23659     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
23660   layout:
23661     layout: "plot-hdrh-latency-percentile"
23662
23663 - type: "plot"
23664   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23665   graph-title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
23666   algorithm: "plot_lat_hdrh_percentile"
23667   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23668   data: "plot-vpp-hdrh-lat-3n-skx"
23669   include:
23670     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
23671     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23672     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
23673     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23674     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
23675   layout:
23676     layout: "plot-hdrh-latency-percentile"
23677
23678 - type: "plot"
23679   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat-percentile"
23680   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
23681   algorithm: "plot_lat_hdrh_percentile"
23682   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat-percentile"
23683   data: "plot-vpp-hdrh-lat-3n-skx"
23684   include:
23685     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
23686     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
23687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23688   layout:
23689     layout: "plot-hdrh-latency-percentile"
23690
23691 - type: "plot"
23692   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
23693   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
23694   algorithm: "plot_lat_hdrh_percentile"
23695   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
23696   data: "plot-vpp-hdrh-lat-3n-skx"
23697   include:
23698     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
23699     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
23700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
23701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23702   layout:
23703     layout: "plot-hdrh-latency-percentile"
23704
23705 - type: "plot"
23706   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
23707   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
23708   algorithm: "plot_lat_hdrh_percentile"
23709   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
23710   data: "plot-vpp-hdrh-lat-3n-skx"
23711   include:
23712     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
23713     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
23714     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
23716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
23717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
23718   layout:
23719     layout: "plot-hdrh-latency-percentile"
23720
23721 - type: "plot"
23722   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-hdrh-lat-percentile"
23723   graph-title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
23724   algorithm: "plot_lat_hdrh_percentile"
23725   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-hdrh-lat-percentile"
23726   data: "plot-vpp-hdrh-lat-3n-skx"
23727   include:
23728     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
23730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
23731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
23732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
23733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
23734   layout:
23735     layout: "plot-hdrh-latency-percentile"
23736
23737 - type: "plot"
23738   title: "Latency: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
23739   graph-title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
23740   algorithm: "plot_lat_hdrh_percentile"
23741   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
23742   data: "plot-vpp-hdrh-lat-3n-hsw"
23743   include:
23744     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
23745     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
23746     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
23747     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
23748     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
23749     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
23750   layout:
23751     layout: "plot-hdrh-latency-percentile"
23752
23753 - type: "plot"
23754   title: "Latency: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
23755   graph-title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
23756   algorithm: "plot_lat_hdrh_percentile"
23757   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
23758   data: "plot-vpp-hdrh-lat-3n-skx"
23759   include:
23760     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
23761     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
23762     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
23763     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
23764     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
23765     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
23766   layout:
23767     layout: "plot-hdrh-latency-percentile"
23768
23769 - type: "plot"
23770   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
23771   graph-title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
23772   algorithm: "plot_lat_hdrh_percentile"
23773   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
23774   data: "plot-vpp-hdrh-lat-2n-skx"
23775   include:
23776     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23777     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23778     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23779     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23780   layout:
23781     layout: "plot-hdrh-latency-percentile"
23782
23783 - type: "plot"
23784   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23785   graph-title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
23786   algorithm: "plot_lat_hdrh_percentile"
23787   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23788   data: "plot-vpp-hdrh-lat-2n-skx"
23789   include:
23790     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23791     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23792     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23793     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23794   layout:
23795     layout: "plot-hdrh-latency-percentile"
23796
23797 - type: "plot"
23798   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
23799   graph-title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
23800   algorithm: "plot_lat_hdrh_percentile"
23801   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
23802   data: "plot-vpp-hdrh-lat-3n-hsw"
23803   include:
23804     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23805     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23806     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23807     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23808   layout:
23809     layout: "plot-hdrh-latency-percentile"
23810
23811 - type: "plot"
23812   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23813   graph-title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
23814   algorithm: "plot_lat_hdrh_percentile"
23815   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23816   data: "plot-vpp-hdrh-lat-3n-hsw"
23817   include:
23818     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23819     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23820     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23821     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23822   layout:
23823     layout: "plot-hdrh-latency-percentile"
23824
23825 - type: "plot"
23826   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
23827   graph-title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
23828   algorithm: "plot_lat_hdrh_percentile"
23829   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
23830   data: "plot-vpp-hdrh-lat-3n-skx"
23831   include:
23832     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23833     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23834     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23835     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23836   layout:
23837     layout: "plot-hdrh-latency-percentile"
23838
23839 - type: "plot"
23840   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23841   graph-title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
23842   algorithm: "plot_lat_hdrh_percentile"
23843   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23844   data: "plot-vpp-hdrh-lat-3n-skx"
23845   include:
23846     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23847     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23848     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23849     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23850   layout:
23851     layout: "plot-hdrh-latency-percentile"
23852
23853 - type: "plot"
23854   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
23855   graph-title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
23856   algorithm: "plot_lat_hdrh_percentile"
23857   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
23858   data: "plot-vpp-hdrh-lat-3n-skx"
23859   include:
23860     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23861     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23862     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23863     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23864     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23865   layout:
23866     layout: "plot-hdrh-latency-percentile"
23867
23868 - type: "plot"
23869   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23870   graph-title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
23871   algorithm: "plot_lat_hdrh_percentile"
23872   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23873   data: "plot-vpp-hdrh-lat-3n-skx"
23874   include:
23875     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23876     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23877     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23878     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23879     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23880   layout:
23881     layout: "plot-hdrh-latency-percentile"
23882
23883 - type: "plot"
23884   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
23885   graph-title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
23886   algorithm: "plot_lat_hdrh_percentile"
23887   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
23888   data: "plot-vpp-hdrh-lat-3n-skx"
23889   include:
23890     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23891     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23892     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23893     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23894     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23895     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23896   layout:
23897     layout: "plot-hdrh-latency-percentile"
23898
23899 - type: "plot"
23900   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23901   graph-title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
23902   algorithm: "plot_lat_hdrh_percentile"
23903   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23904   data: "plot-vpp-hdrh-lat-3n-skx"
23905   include:
23906     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23907     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23908     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23909     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23910     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23911     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23912   layout:
23913     layout: "plot-hdrh-latency-percentile"
23914
23915 - type: "plot"
23916   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-hdrh-lat-percentile"
23917   graph-title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
23918   algorithm: "plot_lat_hdrh_percentile"
23919   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-hdrh-lat-percentile"
23920   data: "plot-vpp-hdrh-lat-3n-tsh"
23921   include:
23922     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
23923     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23924     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23925     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
23926     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23927   layout:
23928     layout: "plot-hdrh-latency-percentile"
23929
23930 - type: "plot"
23931   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
23932   graph-title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
23933   algorithm: "plot_lat_hdrh_percentile"
23934   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
23935   data: "plot-vpp-hdrh-lat-3n-tsh"
23936   include:
23937     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
23938     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
23939     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
23940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
23941     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
23942   layout:
23943     layout: "plot-hdrh-latency-percentile"
23944
23945 - type: "plot"
23946   title: "Latency: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-hdrh-lat-percentile"
23947   graph-title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
23948   algorithm: "plot_lat_hdrh_percentile"
23949   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-hdrh-lat-percentile"
23950   data: "plot-vpp-hdrh-lat-3n-tsh"
23951   include:
23952     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
23953     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23954     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23955     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23956     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23957     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
23958   layout:
23959     layout: "plot-hdrh-latency-percentile"
23960
23961 - type: "plot"
23962   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat-percentile"
23963   graph-title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
23964   algorithm: "plot_lat_hdrh_percentile"
23965   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat-percentile"
23966   data: "plot-vpp-hdrh-lat-3n-tsh"
23967   include:
23968     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
23969     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
23970     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
23971     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
23972   layout:
23973     layout: "plot-hdrh-latency-percentile"
23974
23975 - type: "plot"
23976   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
23977   graph-title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
23978   algorithm: "plot_lat_hdrh_percentile"
23979   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
23980   data: "plot-vpp-hdrh-lat-3n-tsh"
23981   include:
23982     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
23983     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
23984     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
23985     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
23986     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
23987   layout:
23988     layout: "plot-hdrh-latency-percentile"
23989
23990 - type: "plot"
23991   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
23992   graph-title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
23993   algorithm: "plot_lat_hdrh_percentile"
23994   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
23995   data: "plot-vpp-hdrh-lat-3n-tsh"
23996   include:
23997     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
23998     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
23999     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
24000     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
24001   layout:
24002     layout: "plot-hdrh-latency-percentile"
24003
24004 - type: "plot"
24005   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-hdrh-lat-percentile"
24006   graph-title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
24007   algorithm: "plot_lat_hdrh_percentile"
24008   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-hdrh-lat-percentile"
24009   data: "plot-vpp-hdrh-lat-3n-tsh"
24010   include:
24011     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
24012     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
24013     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
24014     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
24015     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
24016     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
24017   layout:
24018     layout: "plot-hdrh-latency-percentile"
24019
24020 - type: "plot"
24021   title: "Latency: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
24022   graph-title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
24023   algorithm: "plot_lat_hdrh_percentile"
24024   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
24025   data: "plot-vpp-hdrh-lat-3n-tsh"
24026   include:
24027     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
24028     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
24029     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
24030     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
24031     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
24032     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
24033   layout:
24034     layout: "plot-hdrh-latency-percentile"
24035
24036 - type: "plot"
24037   title: "Latency: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat-percentile"
24038   graph-title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
24039   algorithm: "plot_lat_hdrh_percentile"
24040   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat-percentile"
24041   data: "plot-vpp-hdrh-lat-3n-tsh"
24042   include:
24043     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
24044     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
24045     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
24046     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
24047     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
24048     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
24049   layout:
24050     layout: "plot-hdrh-latency-percentile"
24051
24052 - type: "plot"
24053   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
24054   graph-title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
24055   algorithm: "plot_lat_hdrh_percentile"
24056   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
24057   data: "plot-vpp-hdrh-lat-3n-tsh"
24058   include:
24059     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24060     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24061     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24062     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24063     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24064   layout:
24065     layout: "plot-hdrh-latency-percentile"
24066
24067 - type: "plot"
24068   title: "Latency: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
24069   graph-title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
24070   algorithm: "plot_lat_hdrh_percentile"
24071   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
24072   data: "plot-vpp-hdrh-lat-3n-tsh"
24073   include:
24074     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24075     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24076     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24077     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24078     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24079     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24080   layout:
24081     layout: "plot-hdrh-latency-percentile"
24082
24083 - type: "plot"
24084   title: "Latency: 2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat-percentile"
24085   graph-title: "2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
24086   algorithm: "plot_lat_hdrh_percentile"
24087   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat-percentile"
24088   data: "plot-vpp-hdrh-lat-2n-clx"
24089   include:
24090     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
24091     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24092     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24093     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
24094   layout:
24095     layout: "plot-hdrh-latency-percentile"
24096
24097 - type: "plot"
24098   title: "Latency: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24099   graph-title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
24100   algorithm: "plot_lat_hdrh_percentile"
24101   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24102   data: "plot-vpp-hdrh-lat-2n-clx"
24103   include:
24104     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
24105     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
24106     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
24107     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
24108     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
24109   layout:
24110     layout: "plot-hdrh-latency-percentile"
24111
24112 - type: "plot"
24113   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
24114   graph-title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
24115   algorithm: "plot_lat_hdrh_percentile"
24116   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
24117   data: "plot-vpp-hdrh-lat-2n-clx"
24118   include:
24119     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
24120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
24121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
24122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
24123   layout:
24124     layout: "plot-hdrh-latency-percentile"
24125
24126 - type: "plot"
24127   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24128   graph-title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
24129   algorithm: "plot_lat_hdrh_percentile"
24130   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24131   data: "plot-vpp-hdrh-lat-2n-clx"
24132   include:
24133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
24134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
24135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
24136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
24137     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
24138   layout:
24139     layout: "plot-hdrh-latency-percentile"
24140
24141 - type: "plot"
24142   title: "Latency: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
24143   graph-title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
24144   algorithm: "plot_lat_hdrh_percentile"
24145   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
24146   data: "plot-vpp-hdrh-lat-2n-clx"
24147   include:
24148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
24149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24150     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24151     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24152     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24153     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
24154   layout:
24155     layout: "plot-hdrh-latency-percentile"
24156
24157 - type: "plot"
24158   title: "Latency: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24159   graph-title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
24160   algorithm: "plot_lat_hdrh_percentile"
24161   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24162   data: "plot-vpp-hdrh-lat-2n-clx"
24163   include:
24164     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
24165     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
24166     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
24167   layout:
24168     layout: "plot-hdrh-latency-percentile"
24169
24170 - type: "plot"
24171   title: "Latency: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24172   graph-title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
24173   algorithm: "plot_lat_hdrh_percentile"
24174   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24175   data: "plot-vpp-hdrh-lat-2n-clx"
24176   include:
24177     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
24178     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
24179     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
24180     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
24181     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
24182   layout:
24183     layout: "plot-hdrh-latency-percentile"
24184
24185 - type: "plot"
24186   title: "Latency: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24187   graph-title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
24188   algorithm: "plot_lat_hdrh_percentile"
24189   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24190   data: "plot-vpp-hdrh-lat-2n-clx"
24191   include:
24192     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
24193     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24194     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
24195     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
24196     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
24197     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
24198   layout:
24199     layout: "plot-hdrh-latency-percentile"
24200
24201 - type: "plot"
24202   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat-percentile"
24203   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
24204   algorithm: "plot_lat_hdrh_percentile"
24205   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat-percentile"
24206   data: "plot-vpp-hdrh-lat-2n-clx"
24207   include:
24208     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
24209     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
24210     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
24212   layout:
24213     layout: "plot-hdrh-latency-percentile"
24214
24215 - type: "plot"
24216   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
24217   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
24218   algorithm: "plot_lat_hdrh_percentile"
24219   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
24220   data: "plot-vpp-hdrh-lat-2n-clx"
24221   include:
24222     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
24223     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
24224     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
24225     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
24226     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
24227   layout:
24228     layout: "plot-hdrh-latency-percentile"
24229
24230 - type: "plot"
24231   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
24232   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
24233   algorithm: "plot_lat_hdrh_percentile"
24234   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
24235   data: "plot-vpp-hdrh-lat-2n-clx"
24236   include:
24237     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
24238     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
24239     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
24240     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
24241   layout:
24242     layout: "plot-hdrh-latency-percentile"
24243
24244 - type: "plot"
24245   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
24246   graph-title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
24247   algorithm: "plot_lat_hdrh_percentile"
24248   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
24249   data: "plot-vpp-hdrh-lat-2n-clx"
24250   include:
24251     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24252     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24253     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24255   layout:
24256     layout: "plot-hdrh-latency-percentile"
24257
24258 - type: "plot"
24259   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24260   graph-title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
24261   algorithm: "plot_lat_hdrh_percentile"
24262   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24263   data: "plot-vpp-hdrh-lat-2n-clx"
24264   include:
24265     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24266     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24267     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24268     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
24269   layout:
24270     layout: "plot-hdrh-latency-percentile"
24271
24272 - type: "plot"
24273   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat-percentile"
24274   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
24275   algorithm: "plot_lat_hdrh_percentile"
24276   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat-percentile"
24277   data: "plot-vpp-hdrh-lat-2n-clx"
24278   include:
24279     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24280     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24281     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
24282     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
24283   layout:
24284     layout: "plot-hdrh-latency-percentile"
24285
24286 - type: "plot"
24287   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-hdrh-lat-percentile"
24288   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
24289   algorithm: "plot_lat_hdrh_percentile"
24290   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-hdrh-lat-percentile"
24291   data: "plot-vpp-hdrh-lat-2n-clx"
24292   include:
24293     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
24294     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
24295   layout:
24296     layout: "plot-hdrh-latency-percentile"
24297
24298 - type: "plot"
24299   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-hdrh-lat-percentile"
24300   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
24301   algorithm: "plot_lat_hdrh_percentile"
24302   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-hdrh-lat-percentile"
24303   data: "plot-vpp-hdrh-lat-2n-clx"
24304   include:
24305     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
24306     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
24307     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
24308     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
24309     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
24310     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
24311   layout:
24312     layout: "plot-hdrh-latency-percentile"
24313
24314 - type: "plot"
24315   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-hdrh-lat-percentile"
24316   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
24317   algorithm: "plot_lat_hdrh_percentile"
24318   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-hdrh-lat-percentile"
24319   data: "plot-vpp-hdrh-lat-2n-clx"
24320   include:
24321     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24322     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24323     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24324     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24325     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
24326     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
24327   layout:
24328     layout: "plot-hdrh-latency-percentile"
24329
24330 - type: "plot"
24331   title: "Latency: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-hdrh-lat-percentile"
24332   graph-title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
24333   algorithm: "plot_lat_hdrh_percentile"
24334   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-hdrh-lat-percentile"
24335   data: "plot-vpp-hdrh-lat-2n-clx"
24336   include:
24337     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
24338     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
24339     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
24340     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
24341     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
24342   layout:
24343     layout: "plot-hdrh-latency-percentile"
24344
24345 - type: "plot"
24346   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-hdrh-lat-percentile"
24347   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
24348   algorithm: "plot_lat_hdrh_percentile"
24349   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-hdrh-lat-percentile"
24350   data: "plot-vpp-hdrh-lat-2n-clx"
24351   include:
24352     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
24353     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
24354     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24355     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
24356     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
24357     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24358   layout:
24359     layout: "plot-hdrh-latency-percentile"
24360
24361 - type: "plot"
24362   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-hdrh-lat-percentile"
24363   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
24364   algorithm: "plot_lat_hdrh_percentile"
24365   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-hdrh-lat-percentile"
24366   data: "plot-vpp-hdrh-lat-2n-clx"
24367   include:
24368     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24369     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
24370     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
24371     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
24372   layout:
24373     layout: "plot-hdrh-latency-percentile"
24374
24375 - type: "plot"
24376   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-hdrh-lat-percentile"
24377   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
24378   algorithm: "plot_lat_hdrh_percentile"
24379   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-hdrh-lat-percentile"
24380   data: "plot-vpp-hdrh-lat-2n-clx"
24381   include:
24382     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24383     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24386   layout:
24387     layout: "plot-hdrh-latency-percentile"
24388
24389 - type: "plot"
24390   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat-percentile"
24391   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
24392   algorithm: "plot_lat_hdrh_percentile"
24393   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat-percentile"
24394   data: "plot-vpp-hdrh-lat-2n-clx"
24395   include:
24396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24397     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24398     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24399     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24400   layout:
24401     layout: "plot-hdrh-latency-percentile"
24402
24403 ################################################################################
24404
24405 # HDRHistogram Packet Latency Percentile 2C
24406
24407 - type: "plot"
24408   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat-percentile"
24409   graph-title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
24410   algorithm: "plot_lat_hdrh_percentile"
24411   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat-percentile"
24412   data: "plot-vpp-hdrh-lat-2n-skx"
24413   include:
24414     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
24415     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24416     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24417     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
24418   layout:
24419     layout: "plot-hdrh-latency-percentile"
24420
24421 - type: "plot"
24422   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat-percentile"
24423   graph-title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
24424   algorithm: "plot_lat_hdrh_percentile"
24425   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat-percentile"
24426   data: "plot-vpp-hdrh-lat-3n-skx"
24427   include:
24428     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
24429     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
24430     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24431     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
24432     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
24433   layout:
24434     layout: "plot-hdrh-latency-percentile"
24435
24436 - type: "plot"
24437   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24438   graph-title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
24439   algorithm: "plot_lat_hdrh_percentile"
24440   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24441   data: "plot-vpp-hdrh-lat-2n-skx"
24442   include:
24443     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
24444     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
24445     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
24446     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
24447     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
24448   layout:
24449     layout: "plot-hdrh-latency-percentile"
24450
24451 - type: "plot"
24452   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
24453   graph-title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
24454   algorithm: "plot_lat_hdrh_percentile"
24455   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
24456   data: "plot-vpp-hdrh-lat-2n-skx"
24457   include:
24458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
24459     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
24460     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
24461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
24462   layout:
24463     layout: "plot-hdrh-latency-percentile"
24464
24465 - type: "plot"
24466   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24467   graph-title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
24468   algorithm: "plot_lat_hdrh_percentile"
24469   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24470   data: "plot-vpp-hdrh-lat-2n-skx"
24471   include:
24472     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
24473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
24474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
24475     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
24476     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
24477   layout:
24478     layout: "plot-hdrh-latency-percentile"
24479
24480 - type: "plot"
24481   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
24482   graph-title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
24483   algorithm: "plot_lat_hdrh_percentile"
24484   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
24485   data: "plot-vpp-hdrh-lat-2n-skx"
24486   include:
24487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
24488     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24489     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24490     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24491     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24492     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
24493   layout:
24494     layout: "plot-hdrh-latency-percentile"
24495
24496 - type: "plot"
24497   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24498   graph-title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
24499   algorithm: "plot_lat_hdrh_percentile"
24500   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24501   data: "plot-vpp-hdrh-lat-3n-hsw"
24502   include:
24503     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
24504     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
24505     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
24506   layout:
24507     layout: "plot-hdrh-latency-percentile"
24508
24509 - type: "plot"
24510   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24511   graph-title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
24512   algorithm: "plot_lat_hdrh_percentile"
24513   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24514   data: "plot-vpp-hdrh-lat-3n-skx"
24515   include:
24516     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
24517     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
24518     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
24519     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
24520     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
24521   layout:
24522     layout: "plot-hdrh-latency-percentile"
24523
24524 - type: "plot"
24525   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
24526   graph-title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
24527   algorithm: "plot_lat_hdrh_percentile"
24528   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
24529   data: "plot-vpp-hdrh-lat-3n-skx"
24530   include:
24531     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
24532     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
24533     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
24534     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
24535   layout:
24536     layout: "plot-hdrh-latency-percentile"
24537
24538 - type: "plot"
24539   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24540   graph-title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
24541   algorithm: "plot_lat_hdrh_percentile"
24542   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24543   data: "plot-vpp-hdrh-lat-3n-skx"
24544   include:
24545     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
24546     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
24547     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
24548     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
24549     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
24550   layout:
24551     layout: "plot-hdrh-latency-percentile"
24552
24553 - type: "plot"
24554   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
24555   graph-title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
24556   algorithm: "plot_lat_hdrh_percentile"
24557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
24558   data: "plot-vpp-hdrh-lat-3n-skx"
24559   include:
24560     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
24561     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24562     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24563     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24564     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24565     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
24566   layout:
24567     layout: "plot-hdrh-latency-percentile"
24568
24569 - type: "plot"
24570   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-hdrh-lat-percentile"
24571   graph-title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
24572   algorithm: "plot_lat_hdrh_percentile"
24573   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-hdrh-lat-percentile"
24574   data: "plot-vpp-hdrh-lat-3n-hsw"
24575   include:
24576     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
24577     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
24578   layout:
24579     layout: "plot-hdrh-latency-percentile"
24580
24581 - type: "plot"
24582   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat-percentile"
24583   graph-title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
24584   algorithm: "plot_lat_hdrh_percentile"
24585   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat-percentile"
24586   data: "plot-vpp-hdrh-lat-3n-skx"
24587   include:
24588     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
24589     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
24590     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
24591     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
24592   layout:
24593     layout: "plot-hdrh-latency-percentile"
24594
24595 - type: "plot"
24596   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24597   graph-title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
24598   algorithm: "plot_lat_hdrh_percentile"
24599   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24600   data: "plot-vpp-hdrh-lat-2n-skx"
24601   include:
24602     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
24603     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
24604     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
24605   layout:
24606     layout: "plot-hdrh-latency-percentile"
24607
24608 - type: "plot"
24609   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24610   graph-title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
24611   algorithm: "plot_lat_hdrh_percentile"
24612   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24613   data: "plot-vpp-hdrh-lat-2n-skx"
24614   include:
24615     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
24616     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
24617     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
24618     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
24619     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
24620   layout:
24621     layout: "plot-hdrh-latency-percentile"
24622
24623 - type: "plot"
24624   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24625   graph-title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
24626   algorithm: "plot_lat_hdrh_percentile"
24627   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24628   data: "plot-vpp-hdrh-lat-3n-hsw"
24629   include:
24630     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
24631     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
24632     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
24633   layout:
24634     layout: "plot-hdrh-latency-percentile"
24635
24636 - type: "plot"
24637   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24638   graph-title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
24639   algorithm: "plot_lat_hdrh_percentile"
24640   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24641   data: "plot-vpp-hdrh-lat-3n-skx"
24642   include:
24643     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
24644     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
24645     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
24646   layout:
24647     layout: "plot-hdrh-latency-percentile"
24648
24649 - type: "plot"
24650   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24651   graph-title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
24652   algorithm: "plot_lat_hdrh_percentile"
24653   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24654   data: "plot-vpp-hdrh-lat-3n-skx"
24655   include:
24656     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
24657     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
24658     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
24659     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
24660     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
24661   layout:
24662     layout: "plot-hdrh-latency-percentile"
24663
24664 - type: "plot"
24665   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24666   graph-title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
24667   algorithm: "plot_lat_hdrh_percentile"
24668   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24669   data: "plot-vpp-hdrh-lat-2n-skx"
24670   include:
24671     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
24672     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24673     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
24674     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
24675     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
24676     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
24677   layout:
24678     layout: "plot-hdrh-latency-percentile"
24679
24680 - type: "plot"
24681   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat-percentile"
24682   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
24683   algorithm: "plot_lat_hdrh_percentile"
24684   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat-percentile"
24685   data: "plot-vpp-hdrh-lat-2n-skx"
24686   include:
24687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
24688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
24689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
24691   layout:
24692     layout: "plot-hdrh-latency-percentile"
24693
24694 - type: "plot"
24695   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
24696   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
24697   algorithm: "plot_lat_hdrh_percentile"
24698   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
24699   data: "plot-vpp-hdrh-lat-2n-skx"
24700   include:
24701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
24702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
24703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
24704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
24705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
24706   layout:
24707     layout: "plot-hdrh-latency-percentile"
24708
24709 - type: "plot"
24710   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
24711   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
24712   algorithm: "plot_lat_hdrh_percentile"
24713   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
24714   data: "plot-vpp-hdrh-lat-2n-skx"
24715   include:
24716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
24717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
24718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
24719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
24720   layout:
24721     layout: "plot-hdrh-latency-percentile"
24722
24723 - type: "plot"
24724   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
24725   graph-title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
24726   algorithm: "plot_lat_hdrh_percentile"
24727   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
24728   data: "plot-vpp-hdrh-lat-3n-hsw"
24729   include:
24730     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
24731     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
24732     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
24733     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
24734     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
24735     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
24736   layout:
24737     layout: "plot-hdrh-latency-percentile"
24738
24739 - type: "plot"
24740   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24741   graph-title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
24742   algorithm: "plot_lat_hdrh_percentile"
24743   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24744   data: "plot-vpp-hdrh-lat-3n-skx"
24745   include:
24746     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
24747     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
24748     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
24749     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
24750     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
24751   layout:
24752     layout: "plot-hdrh-latency-percentile"
24753
24754 - type: "plot"
24755   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat-percentile"
24756   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
24757   algorithm: "plot_lat_hdrh_percentile"
24758   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat-percentile"
24759   data: "plot-vpp-hdrh-lat-3n-skx"
24760   include:
24761     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
24762     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
24763     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
24764   layout:
24765     layout: "plot-hdrh-latency-percentile"
24766
24767 - type: "plot"
24768   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
24769   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
24770   algorithm: "plot_lat_hdrh_percentile"
24771   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
24772   data: "plot-vpp-hdrh-lat-3n-skx"
24773   include:
24774     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
24775     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
24776     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
24777     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
24778   layout:
24779     layout: "plot-hdrh-latency-percentile"
24780
24781 - type: "plot"
24782   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
24783   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
24784   algorithm: "plot_lat_hdrh_percentile"
24785   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
24786   data: "plot-vpp-hdrh-lat-3n-skx"
24787   include:
24788     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
24789     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
24790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
24791     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
24792     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
24793     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
24794   layout:
24795     layout: "plot-hdrh-latency-percentile"
24796
24797 - type: "plot"
24798   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-hdrh-lat-percentile"
24799   graph-title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr"
24800   algorithm: "plot_lat_hdrh_percentile"
24801   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-hdrh-lat-percentile"
24802   data: "plot-vpp-hdrh-lat-3n-skx"
24803   include:
24804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
24805     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
24806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
24807     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
24808     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
24809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
24810   layout:
24811     layout: "plot-hdrh-latency-percentile"
24812
24813 - type: "plot"
24814   title: "Latency: 3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
24815   graph-title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
24816   algorithm: "plot_lat_hdrh_percentile"
24817   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
24818   data: "plot-vpp-hdrh-lat-3n-hsw"
24819   include:
24820     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
24821     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
24822     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
24823     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
24824     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
24825     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
24826   layout:
24827     layout: "plot-hdrh-latency-percentile"
24828
24829 - type: "plot"
24830   title: "Latency: 3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
24831   graph-title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr"
24832   algorithm: "plot_lat_hdrh_percentile"
24833   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
24834   data: "plot-vpp-hdrh-lat-3n-skx"
24835   include:
24836     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
24837     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
24838     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
24839     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
24840     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
24841     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
24842   layout:
24843     layout: "plot-hdrh-latency-percentile"
24844
24845 - type: "plot"
24846   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
24847   graph-title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
24848   algorithm: "plot_lat_hdrh_percentile"
24849   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
24850   data: "plot-vpp-hdrh-lat-2n-skx"
24851   include:
24852     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24853     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24854     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24855     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24856   layout:
24857     layout: "plot-hdrh-latency-percentile"
24858
24859 - type: "plot"
24860   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24861   graph-title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
24862   algorithm: "plot_lat_hdrh_percentile"
24863   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24864   data: "plot-vpp-hdrh-lat-2n-skx"
24865   include:
24866     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24867     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24868     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24869     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
24870   layout:
24871     layout: "plot-hdrh-latency-percentile"
24872
24873 - type: "plot"
24874   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
24875   graph-title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
24876   algorithm: "plot_lat_hdrh_percentile"
24877   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
24878   data: "plot-vpp-hdrh-lat-3n-hsw"
24879   include:
24880     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24881     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24882     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24883     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24884   layout:
24885     layout: "plot-hdrh-latency-percentile"
24886
24887 - type: "plot"
24888   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24889   graph-title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
24890   algorithm: "plot_lat_hdrh_percentile"
24891   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24892   data: "plot-vpp-hdrh-lat-3n-hsw"
24893   include:
24894     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24895     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24896     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24897     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
24898   layout:
24899     layout: "plot-hdrh-latency-percentile"
24900
24901 - type: "plot"
24902   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
24903   graph-title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
24904   algorithm: "plot_lat_hdrh_percentile"
24905   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
24906   data: "plot-vpp-hdrh-lat-3n-skx"
24907   include:
24908     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24909     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24910     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24911     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24912   layout:
24913     layout: "plot-hdrh-latency-percentile"
24914
24915 - type: "plot"
24916   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24917   graph-title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
24918   algorithm: "plot_lat_hdrh_percentile"
24919   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24920   data: "plot-vpp-hdrh-lat-3n-skx"
24921   include:
24922     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24923     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24924     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24925     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24926   layout:
24927     layout: "plot-hdrh-latency-percentile"
24928
24929 - type: "plot"
24930   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
24931   graph-title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
24932   algorithm: "plot_lat_hdrh_percentile"
24933   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
24934   data: "plot-vpp-hdrh-lat-3n-skx"
24935   include:
24936     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24937     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24938     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24939     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24940     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24941   layout:
24942     layout: "plot-hdrh-latency-percentile"
24943
24944 - type: "plot"
24945   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24946   graph-title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
24947   algorithm: "plot_lat_hdrh_percentile"
24948   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24949   data: "plot-vpp-hdrh-lat-3n-skx"
24950   include:
24951     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24952     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24953     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24954     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24955     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
24956   layout:
24957     layout: "plot-hdrh-latency-percentile"
24958
24959 - type: "plot"
24960   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
24961   graph-title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
24962   algorithm: "plot_lat_hdrh_percentile"
24963   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
24964   data: "plot-vpp-hdrh-lat-3n-skx"
24965   include:
24966     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24967     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24968     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24969     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24970     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24971     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24972   layout:
24973     layout: "plot-hdrh-latency-percentile"
24974
24975 - type: "plot"
24976   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24977   graph-title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
24978   algorithm: "plot_lat_hdrh_percentile"
24979   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24980   data: "plot-vpp-hdrh-lat-3n-skx"
24981   include:
24982     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24983     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24984     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24985     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24986     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24987     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24988   layout:
24989     layout: "plot-hdrh-latency-percentile"
24990
24991 - type: "plot"
24992   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-hdrh-lat-percentile"
24993   graph-title: "3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr"
24994   algorithm: "plot_lat_hdrh_percentile"
24995   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-hdrh-lat-percentile"
24996   data: "plot-vpp-hdrh-lat-3n-tsh"
24997   include:
24998     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
24999     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
25000     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
25001     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
25002     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
25003   layout:
25004     layout: "plot-hdrh-latency-percentile"
25005
25006 - type: "plot"
25007   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
25008   graph-title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr"
25009   algorithm: "plot_lat_hdrh_percentile"
25010   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
25011   data: "plot-vpp-hdrh-lat-3n-tsh"
25012   include:
25013     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
25014     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
25015     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
25016     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
25017     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
25018   layout:
25019     layout: "plot-hdrh-latency-percentile"
25020
25021 - type: "plot"
25022   title: "Latency: 3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-hdrh-lat-percentile"
25023   graph-title: "3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr"
25024   algorithm: "plot_lat_hdrh_percentile"
25025   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-hdrh-lat-percentile"
25026   data: "plot-vpp-hdrh-lat-3n-tsh"
25027   include:
25028     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
25029     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
25030     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
25031     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
25032     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
25033     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
25034   layout:
25035     layout: "plot-hdrh-latency-percentile"
25036
25037 - type: "plot"
25038   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat-percentile"
25039   graph-title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr"
25040   algorithm: "plot_lat_hdrh_percentile"
25041   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat-percentile"
25042   data: "plot-vpp-hdrh-lat-3n-tsh"
25043   include:
25044     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
25045     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
25046     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
25047     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
25048   layout:
25049     layout: "plot-hdrh-latency-percentile"
25050
25051 - type: "plot"
25052   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
25053   graph-title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr"
25054   algorithm: "plot_lat_hdrh_percentile"
25055   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
25056   data: "plot-vpp-hdrh-lat-3n-tsh"
25057   include:
25058     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
25059     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
25060     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
25061     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
25062     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
25063   layout:
25064     layout: "plot-hdrh-latency-percentile"
25065
25066 - type: "plot"
25067   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
25068   graph-title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr"
25069   algorithm: "plot_lat_hdrh_percentile"
25070   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
25071   data: "plot-vpp-hdrh-lat-3n-tsh"
25072   include:
25073     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
25074     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
25075     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
25076     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
25077   layout:
25078     layout: "plot-hdrh-latency-percentile"
25079
25080 - type: "plot"
25081   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-hdrh-lat-percentile"
25082   graph-title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr"
25083   algorithm: "plot_lat_hdrh_percentile"
25084   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-hdrh-lat-percentile"
25085   data: "plot-vpp-hdrh-lat-3n-tsh"
25086   include:
25087     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
25088     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
25089     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
25090     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
25091     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
25092     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
25093   layout:
25094     layout: "plot-hdrh-latency-percentile"
25095
25096 - type: "plot"
25097   title: "Latency: 3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
25098   graph-title: "3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr"
25099   algorithm: "plot_lat_hdrh_percentile"
25100   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
25101   data: "plot-vpp-hdrh-lat-3n-tsh"
25102   include:
25103     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
25104     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
25105     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
25106     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
25107     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
25108     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
25109   layout:
25110     layout: "plot-hdrh-latency-percentile"
25111
25112 - type: "plot"
25113   title: "Latency: 3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat-percentile"
25114   graph-title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr"
25115   algorithm: "plot_lat_hdrh_percentile"
25116   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat-percentile"
25117   data: "plot-vpp-hdrh-lat-3n-tsh"
25118   include:
25119     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
25120     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
25121     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
25122     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
25123     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
25124     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
25125   layout:
25126     layout: "plot-hdrh-latency-percentile"
25127
25128 - type: "plot"
25129   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
25130   graph-title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr"
25131   algorithm: "plot_lat_hdrh_percentile"
25132   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
25133   data: "plot-vpp-hdrh-lat-3n-tsh"
25134   include:
25135     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25136     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25137     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25138     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25139     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
25140   layout:
25141     layout: "plot-hdrh-latency-percentile"
25142
25143 - type: "plot"
25144   title: "Latency: 3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
25145   graph-title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr"
25146   algorithm: "plot_lat_hdrh_percentile"
25147   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
25148   data: "plot-vpp-hdrh-lat-3n-tsh"
25149   include:
25150     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25151     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25152     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25153     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25154     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25155     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25156   layout:
25157     layout: "plot-hdrh-latency-percentile"
25158
25159 - type: "plot"
25160   title: "Latency: 2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat-percentile"
25161   graph-title: "2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr"
25162   algorithm: "plot_lat_hdrh_percentile"
25163   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat-percentile"
25164   data: "plot-vpp-hdrh-lat-2n-clx"
25165   include:
25166     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
25167     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
25168     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
25169     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
25170   layout:
25171     layout: "plot-hdrh-latency-percentile"
25172
25173 - type: "plot"
25174   title: "Latency: 2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25175   graph-title: "2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
25176   algorithm: "plot_lat_hdrh_percentile"
25177   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25178   data: "plot-vpp-hdrh-lat-2n-clx"
25179   include:
25180     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
25181     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
25182     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
25183     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
25184     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
25185   layout:
25186     layout: "plot-hdrh-latency-percentile"
25187
25188 - type: "plot"
25189   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
25190   graph-title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
25191   algorithm: "plot_lat_hdrh_percentile"
25192   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
25193   data: "plot-vpp-hdrh-lat-2n-clx"
25194   include:
25195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
25196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
25197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
25198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
25199   layout:
25200     layout: "plot-hdrh-latency-percentile"
25201
25202 - type: "plot"
25203   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25204   graph-title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
25205   algorithm: "plot_lat_hdrh_percentile"
25206   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25207   data: "plot-vpp-hdrh-lat-2n-clx"
25208   include:
25209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
25210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
25211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
25212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
25213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
25214   layout:
25215     layout: "plot-hdrh-latency-percentile"
25216
25217 - type: "plot"
25218   title: "Latency: 2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
25219   graph-title: "2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
25220   algorithm: "plot_lat_hdrh_percentile"
25221   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
25222   data: "plot-vpp-hdrh-lat-2n-clx"
25223   include:
25224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
25225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
25226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
25227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
25228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
25229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
25230   layout:
25231     layout: "plot-hdrh-latency-percentile"
25232
25233 - type: "plot"
25234   title: "Latency: 2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25235   graph-title: "2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
25236   algorithm: "plot_lat_hdrh_percentile"
25237   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25238   data: "plot-vpp-hdrh-lat-2n-clx"
25239   include:
25240     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
25241     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
25242     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
25243   layout:
25244     layout: "plot-hdrh-latency-percentile"
25245
25246 - type: "plot"
25247   title: "Latency: 2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25248   graph-title: "2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
25249   algorithm: "plot_lat_hdrh_percentile"
25250   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25251   data: "plot-vpp-hdrh-lat-2n-clx"
25252   include:
25253     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
25254     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
25255     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
25256     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
25257     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
25258   layout:
25259     layout: "plot-hdrh-latency-percentile"
25260
25261 - type: "plot"
25262   title: "Latency: 2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25263   graph-title: "2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
25264   algorithm: "plot_lat_hdrh_percentile"
25265   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25266   data: "plot-vpp-hdrh-lat-2n-clx"
25267   include:
25268     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
25269     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
25270     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
25271     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
25272     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
25273     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
25274   layout:
25275     layout: "plot-hdrh-latency-percentile"
25276
25277 - type: "plot"
25278   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat-percentile"
25279   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
25280   algorithm: "plot_lat_hdrh_percentile"
25281   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat-percentile"
25282   data: "plot-vpp-hdrh-lat-2n-clx"
25283   include:
25284     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
25285     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
25286     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
25287     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
25288   layout:
25289     layout: "plot-hdrh-latency-percentile"
25290
25291 - type: "plot"
25292   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
25293   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
25294   algorithm: "plot_lat_hdrh_percentile"
25295   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
25296   data: "plot-vpp-hdrh-lat-2n-clx"
25297   include:
25298     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
25299     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
25300     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
25301     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
25302     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
25303   layout:
25304     layout: "plot-hdrh-latency-percentile"
25305
25306 - type: "plot"
25307   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
25308   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
25309   algorithm: "plot_lat_hdrh_percentile"
25310   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
25311   data: "plot-vpp-hdrh-lat-2n-clx"
25312   include:
25313     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
25314     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
25315     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
25316     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
25317   layout:
25318     layout: "plot-hdrh-latency-percentile"
25319
25320 - type: "plot"
25321   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
25322   graph-title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
25323   algorithm: "plot_lat_hdrh_percentile"
25324   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
25325   data: "plot-vpp-hdrh-lat-2n-clx"
25326   include:
25327     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25328     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25329     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25330     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
25331   layout:
25332     layout: "plot-hdrh-latency-percentile"
25333
25334 - type: "plot"
25335   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25336   graph-title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
25337   algorithm: "plot_lat_hdrh_percentile"
25338   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25339   data: "plot-vpp-hdrh-lat-2n-clx"
25340   include:
25341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25343     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25344     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
25345   layout:
25346     layout: "plot-hdrh-latency-percentile"
25347
25348 - type: "plot"
25349   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat-percentile"
25350   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr"
25351   algorithm: "plot_lat_hdrh_percentile"
25352   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat-percentile"
25353   data: "plot-vpp-hdrh-lat-2n-clx"
25354   include:
25355     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
25356     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
25357     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
25358     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
25359   layout:
25360     layout: "plot-hdrh-latency-percentile"
25361
25362 - type: "plot"
25363   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr-hdrh-lat-percentile"
25364   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr"
25365   algorithm: "plot_lat_hdrh_percentile"
25366   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr-hdrh-lat-percentile"
25367   data: "plot-vpp-hdrh-lat-2n-clx"
25368   include:
25369     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-rdma-dot1q-ip4base-ndrpdr"
25370     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-rdma-ethip4-ip4base-ndrpdr"
25371   layout:
25372     layout: "plot-hdrh-latency-percentile"
25373
25374 - type: "plot"
25375   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr-hdrh-lat-percentile"
25376   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr"
25377   algorithm: "plot_lat_hdrh_percentile"
25378   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr-hdrh-lat-percentile"
25379   data: "plot-vpp-hdrh-lat-2n-clx"
25380   include:
25381     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale20k-ndrpdr"
25382     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
25383     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale200k-ndrpdr"
25384     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
25385     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale2m-ndrpdr"
25386     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
25387   layout:
25388     layout: "plot-hdrh-latency-percentile"
25389
25390 - type: "plot"
25391   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr-hdrh-lat-percentile"
25392   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr"
25393   algorithm: "plot_lat_hdrh_percentile"
25394   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr-hdrh-lat-percentile"
25395   data: "plot-vpp-hdrh-lat-2n-clx"
25396   include:
25397     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
25398     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
25399     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
25400     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
25401     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-4t2c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
25402     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
25403   layout:
25404     layout: "plot-hdrh-latency-percentile"
25405
25406 - type: "plot"
25407   title: "Latency: 2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr-hdrh-lat-percentile"
25408   graph-title: "2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr"
25409   algorithm: "plot_lat_hdrh_percentile"
25410   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr-hdrh-lat-percentile"
25411   data: "plot-vpp-hdrh-lat-2n-clx"
25412   include:
25413     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-rdma-dot1q-ip6base-ndrpdr"
25414     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-rdma-ethip6-ip6base-ndrpdr"
25415     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale20k-ndrpdr"
25416     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale200k-ndrpdr"
25417     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale2m-ndrpdr"
25418   layout:
25419     layout: "plot-hdrh-latency-percentile"
25420
25421 - type: "plot"
25422   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr-hdrh-lat-percentile"
25423   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr"
25424   algorithm: "plot_lat_hdrh_percentile"
25425   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr-hdrh-lat-percentile"
25426   data: "plot-vpp-hdrh-lat-2n-clx"
25427   include:
25428     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-rdma-dot1q-l2xcbase-ndrpdr"
25429     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
25430     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
25431     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-4t2c-rdma-eth-l2patch-ndrpdr"
25432     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-ndrpdr"
25433     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-ndrpdr"
25434   layout:
25435     layout: "plot-hdrh-latency-percentile"
25436
25437 - type: "plot"
25438   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr-hdrh-lat-percentile"
25439   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr"
25440   algorithm: "plot_lat_hdrh_percentile"
25441   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr-hdrh-lat-percentile"
25442   data: "plot-vpp-hdrh-lat-2n-clx"
25443   include:
25444     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-ndrpdr"
25445     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
25446     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
25447     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
25448   layout:
25449     layout: "plot-hdrh-latency-percentile"
25450
25451 - type: "plot"
25452   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr-hdrh-lat-percentile"
25453   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr"
25454   algorithm: "plot_lat_hdrh_percentile"
25455   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr-hdrh-lat-percentile"
25456   data: "plot-vpp-hdrh-lat-2n-clx"
25457   include:
25458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25462   layout:
25463     layout: "plot-hdrh-latency-percentile"
25464
25465 - type: "plot"
25466   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat-percentile"
25467   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr"
25468   algorithm: "plot_lat_hdrh_percentile"
25469   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat-percentile"
25470   data: "plot-vpp-hdrh-lat-2n-clx"
25471   include:
25472     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25473     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25476   layout:
25477     layout: "plot-hdrh-latency-percentile"
25478
25479 ################################################################################
25480
25481 # HDRHistogram Packet Latency Percentile 4C
25482
25483 - type: "plot"
25484   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat-percentile"
25485   graph-title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
25486   algorithm: "plot_lat_hdrh_percentile"
25487   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat-percentile"
25488   data: "plot-vpp-hdrh-lat-2n-skx"
25489   include:
25490     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
25491     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
25492     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
25493     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
25494   layout:
25495     layout: "plot-hdrh-latency-percentile"
25496
25497 - type: "plot"
25498   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat-percentile"
25499   graph-title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
25500   algorithm: "plot_lat_hdrh_percentile"
25501   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat-percentile"
25502   data: "plot-vpp-hdrh-lat-3n-skx"
25503   include:
25504     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
25505     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
25506     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
25507     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
25508     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
25509   layout:
25510     layout: "plot-hdrh-latency-percentile"
25511
25512 - type: "plot"
25513   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25514   graph-title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
25515   algorithm: "plot_lat_hdrh_percentile"
25516   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25517   data: "plot-vpp-hdrh-lat-2n-skx"
25518   include:
25519     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
25520     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
25521     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
25522     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
25523     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
25524   layout:
25525     layout: "plot-hdrh-latency-percentile"
25526
25527 - type: "plot"
25528   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
25529   graph-title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
25530   algorithm: "plot_lat_hdrh_percentile"
25531   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
25532   data: "plot-vpp-hdrh-lat-2n-skx"
25533   include:
25534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
25535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
25536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
25537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
25538   layout:
25539     layout: "plot-hdrh-latency-percentile"
25540
25541 - type: "plot"
25542   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25543   graph-title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
25544   algorithm: "plot_lat_hdrh_percentile"
25545   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25546   data: "plot-vpp-hdrh-lat-2n-skx"
25547   include:
25548     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
25549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
25550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
25551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
25552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
25553   layout:
25554     layout: "plot-hdrh-latency-percentile"
25555
25556 - type: "plot"
25557   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
25558   graph-title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
25559   algorithm: "plot_lat_hdrh_percentile"
25560   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
25561   data: "plot-vpp-hdrh-lat-2n-skx"
25562   include:
25563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
25564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
25565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
25566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
25567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
25568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
25569   layout:
25570     layout: "plot-hdrh-latency-percentile"
25571
25572 - type: "plot"
25573   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25574   graph-title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
25575   algorithm: "plot_lat_hdrh_percentile"
25576   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25577   data: "plot-vpp-hdrh-lat-3n-hsw"
25578   include:
25579     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
25580     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
25581     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
25582   layout:
25583     layout: "plot-hdrh-latency-percentile"
25584
25585 - type: "plot"
25586   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25587   graph-title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
25588   algorithm: "plot_lat_hdrh_percentile"
25589   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25590   data: "plot-vpp-hdrh-lat-3n-skx"
25591   include:
25592     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
25593     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
25594     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
25595     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
25596     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
25597   layout:
25598     layout: "plot-hdrh-latency-percentile"
25599
25600 - type: "plot"
25601   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
25602   graph-title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
25603   algorithm: "plot_lat_hdrh_percentile"
25604   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
25605   data: "plot-vpp-hdrh-lat-3n-skx"
25606   include:
25607     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
25608     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
25609     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
25610     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
25611   layout:
25612     layout: "plot-hdrh-latency-percentile"
25613
25614 - type: "plot"
25615   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25616   graph-title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
25617   algorithm: "plot_lat_hdrh_percentile"
25618   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25619   data: "plot-vpp-hdrh-lat-3n-skx"
25620   include:
25621     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
25622     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
25623     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
25624     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
25625     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
25626   layout:
25627     layout: "plot-hdrh-latency-percentile"
25628
25629 - type: "plot"
25630   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
25631   graph-title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
25632   algorithm: "plot_lat_hdrh_percentile"
25633   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
25634   data: "plot-vpp-hdrh-lat-3n-skx"
25635   include:
25636     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
25637     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
25638     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
25639     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
25640     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
25641     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
25642   layout:
25643     layout: "plot-hdrh-latency-percentile"
25644
25645 - type: "plot"
25646   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-hdrh-lat-percentile"
25647   graph-title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
25648   algorithm: "plot_lat_hdrh_percentile"
25649   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-hdrh-lat-percentile"
25650   data: "plot-vpp-hdrh-lat-3n-hsw"
25651   include:
25652     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
25653     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
25654   layout:
25655     layout: "plot-hdrh-latency-percentile"
25656
25657 - type: "plot"
25658   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat-percentile"
25659   graph-title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr"
25660   algorithm: "plot_lat_hdrh_percentile"
25661   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat-percentile"
25662   data: "plot-vpp-hdrh-lat-3n-skx"
25663   include:
25664     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-8t4c-ethip4vxlan-l2xcbase-ndrpdr"
25665     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
25666     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
25667     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
25668   layout:
25669     layout: "plot-hdrh-latency-percentile"
25670
25671 - type: "plot"
25672   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25673   graph-title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
25674   algorithm: "plot_lat_hdrh_percentile"
25675   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25676   data: "plot-vpp-hdrh-lat-2n-skx"
25677   include:
25678     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
25679     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
25680     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
25681   layout:
25682     layout: "plot-hdrh-latency-percentile"
25683
25684 - type: "plot"
25685   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25686   graph-title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
25687   algorithm: "plot_lat_hdrh_percentile"
25688   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25689   data: "plot-vpp-hdrh-lat-2n-skx"
25690   include:
25691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
25692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
25693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
25694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
25695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
25696   layout:
25697     layout: "plot-hdrh-latency-percentile"
25698
25699 - type: "plot"
25700   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25701   graph-title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
25702   algorithm: "plot_lat_hdrh_percentile"
25703   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25704   data: "plot-vpp-hdrh-lat-3n-hsw"
25705   include:
25706     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
25707     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
25708     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
25709   layout:
25710     layout: "plot-hdrh-latency-percentile"
25711
25712 - type: "plot"
25713   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25714   graph-title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
25715   algorithm: "plot_lat_hdrh_percentile"
25716   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25717   data: "plot-vpp-hdrh-lat-3n-skx"
25718   include:
25719     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
25720     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
25721     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
25722   layout:
25723     layout: "plot-hdrh-latency-percentile"
25724
25725 - type: "plot"
25726   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25727   graph-title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
25728   algorithm: "plot_lat_hdrh_percentile"
25729   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25730   data: "plot-vpp-hdrh-lat-3n-skx"
25731   include:
25732     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
25733     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
25734     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
25735     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
25736     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
25737   layout:
25738     layout: "plot-hdrh-latency-percentile"
25739
25740 - type: "plot"
25741   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25742   graph-title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
25743   algorithm: "plot_lat_hdrh_percentile"
25744   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25745   data: "plot-vpp-hdrh-lat-2n-skx"
25746   include:
25747     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
25748     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
25749     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
25750     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
25751     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
25752     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
25753   layout:
25754     layout: "plot-hdrh-latency-percentile"
25755
25756 - type: "plot"
25757   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat-percentile"
25758   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
25759   algorithm: "plot_lat_hdrh_percentile"
25760   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat-percentile"
25761   data: "plot-vpp-hdrh-lat-2n-skx"
25762   include:
25763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
25764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
25765     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
25766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
25767   layout:
25768     layout: "plot-hdrh-latency-percentile"
25769
25770 - type: "plot"
25771   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
25772   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
25773   algorithm: "plot_lat_hdrh_percentile"
25774   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
25775   data: "plot-vpp-hdrh-lat-2n-skx"
25776   include:
25777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
25778     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
25779     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
25780     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
25781     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
25782   layout:
25783     layout: "plot-hdrh-latency-percentile"
25784
25785 - type: "plot"
25786   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
25787   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
25788   algorithm: "plot_lat_hdrh_percentile"
25789   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
25790   data: "plot-vpp-hdrh-lat-2n-skx"
25791   include:
25792     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
25793     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
25794     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
25795     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
25796   layout:
25797     layout: "plot-hdrh-latency-percentile"
25798
25799 - type: "plot"
25800   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
25801   graph-title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
25802   algorithm: "plot_lat_hdrh_percentile"
25803   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
25804   data: "plot-vpp-hdrh-lat-3n-hsw"
25805   include:
25806     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
25807     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
25808     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
25809     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
25810     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
25811     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
25812   layout:
25813     layout: "plot-hdrh-latency-percentile"
25814
25815 - type: "plot"
25816   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25817   graph-title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
25818   algorithm: "plot_lat_hdrh_percentile"
25819   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25820   data: "plot-vpp-hdrh-lat-3n-skx"
25821   include:
25822     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
25823     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
25824     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
25825     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
25826     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
25827   layout:
25828     layout: "plot-hdrh-latency-percentile"
25829
25830 - type: "plot"
25831   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat-percentile"
25832   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
25833   algorithm: "plot_lat_hdrh_percentile"
25834   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat-percentile"
25835   data: "plot-vpp-hdrh-lat-3n-skx"
25836   include:
25837     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
25838     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
25839     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
25840   layout:
25841     layout: "plot-hdrh-latency-percentile"
25842
25843 - type: "plot"
25844   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
25845   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
25846   algorithm: "plot_lat_hdrh_percentile"
25847   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
25848   data: "plot-vpp-hdrh-lat-3n-skx"
25849   include:
25850     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
25851     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
25852     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
25853     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
25854   layout:
25855     layout: "plot-hdrh-latency-percentile"
25856
25857 - type: "plot"
25858   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
25859   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
25860   algorithm: "plot_lat_hdrh_percentile"
25861   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
25862   data: "plot-vpp-hdrh-lat-3n-skx"
25863   include:
25864     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
25865     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
25866     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
25867     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
25868     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
25869     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
25870   layout:
25871     layout: "plot-hdrh-latency-percentile"
25872
25873 - type: "plot"
25874   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-hdrh-lat-percentile"
25875   graph-title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr"
25876   algorithm: "plot_lat_hdrh_percentile"
25877   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-hdrh-lat-percentile"
25878   data: "plot-vpp-hdrh-lat-3n-skx"
25879   include:
25880     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
25881     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
25882     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
25883     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
25884     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
25885     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
25886   layout:
25887     layout: "plot-hdrh-latency-percentile"
25888
25889 - type: "plot"
25890   title: "Latency: 3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
25891   graph-title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
25892   algorithm: "plot_lat_hdrh_percentile"
25893   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
25894   data: "plot-vpp-hdrh-lat-3n-hsw"
25895   include:
25896     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
25897     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
25898     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
25899     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
25900     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
25901     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
25902   layout:
25903     layout: "plot-hdrh-latency-percentile"
25904
25905 - type: "plot"
25906   title: "Latency: 3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
25907   graph-title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr"
25908   algorithm: "plot_lat_hdrh_percentile"
25909   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
25910   data: "plot-vpp-hdrh-lat-3n-skx"
25911   include:
25912     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
25913     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
25914     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
25915     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
25916     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
25917     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
25918   layout:
25919     layout: "plot-hdrh-latency-percentile"
25920
25921 - type: "plot"
25922   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
25923   graph-title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
25924   algorithm: "plot_lat_hdrh_percentile"
25925   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
25926   data: "plot-vpp-hdrh-lat-2n-skx"
25927   include:
25928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25930     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25931     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
25932   layout:
25933     layout: "plot-hdrh-latency-percentile"
25934
25935 - type: "plot"
25936   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25937   graph-title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
25938   algorithm: "plot_lat_hdrh_percentile"
25939   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25940   data: "plot-vpp-hdrh-lat-2n-skx"
25941   include:
25942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25945     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
25946   layout:
25947     layout: "plot-hdrh-latency-percentile"
25948
25949 - type: "plot"
25950   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
25951   graph-title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
25952   algorithm: "plot_lat_hdrh_percentile"
25953   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
25954   data: "plot-vpp-hdrh-lat-3n-hsw"
25955   include:
25956     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25957     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25958     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25959     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
25960   layout:
25961     layout: "plot-hdrh-latency-percentile"
25962
25963 - type: "plot"
25964   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25965   graph-title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
25966   algorithm: "plot_lat_hdrh_percentile"
25967   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25968   data: "plot-vpp-hdrh-lat-3n-hsw"
25969   include:
25970     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25971     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25972     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25973     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
25974   layout:
25975     layout: "plot-hdrh-latency-percentile"
25976
25977 - type: "plot"
25978   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
25979   graph-title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
25980   algorithm: "plot_lat_hdrh_percentile"
25981   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
25982   data: "plot-vpp-hdrh-lat-3n-skx"
25983   include:
25984     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25985     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25986     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25987     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25988   layout:
25989     layout: "plot-hdrh-latency-percentile"
25990
25991 - type: "plot"
25992   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25993   graph-title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
25994   algorithm: "plot_lat_hdrh_percentile"
25995   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25996   data: "plot-vpp-hdrh-lat-3n-skx"
25997   include:
25998     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25999     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26000     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26001     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26002   layout:
26003     layout: "plot-hdrh-latency-percentile"
26004
26005 - type: "plot"
26006   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
26007   graph-title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
26008   algorithm: "plot_lat_hdrh_percentile"
26009   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
26010   data: "plot-vpp-hdrh-lat-3n-skx"
26011   include:
26012     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26013     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26014     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26015     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26016     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
26017   layout:
26018     layout: "plot-hdrh-latency-percentile"
26019
26020 - type: "plot"
26021   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26022   graph-title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
26023   algorithm: "plot_lat_hdrh_percentile"
26024   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26025   data: "plot-vpp-hdrh-lat-3n-skx"
26026   include:
26027     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26028     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26029     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26030     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26031     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
26032   layout:
26033     layout: "plot-hdrh-latency-percentile"
26034
26035 - type: "plot"
26036   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
26037   graph-title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
26038   algorithm: "plot_lat_hdrh_percentile"
26039   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
26040   data: "plot-vpp-hdrh-lat-3n-skx"
26041   include:
26042     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26043     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26044     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26045     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26046     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26047     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26048   layout:
26049     layout: "plot-hdrh-latency-percentile"
26050
26051 - type: "plot"
26052   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26053   graph-title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
26054   algorithm: "plot_lat_hdrh_percentile"
26055   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26056   data: "plot-vpp-hdrh-lat-3n-skx"
26057   include:
26058     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26059     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26060     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26061     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26062     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26063     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26064   layout:
26065     layout: "plot-hdrh-latency-percentile"
26066
26067 - type: "plot"
26068   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-hdrh-lat-percentile"
26069   graph-title: "3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr"
26070   algorithm: "plot_lat_hdrh_percentile"
26071   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-hdrh-lat-percentile"
26072   data: "plot-vpp-hdrh-lat-3n-tsh"
26073   include:
26074     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
26075     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
26076     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
26077     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
26078     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
26079   layout:
26080     layout: "plot-hdrh-latency-percentile"
26081
26082 - type: "plot"
26083   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
26084   graph-title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr"
26085   algorithm: "plot_lat_hdrh_percentile"
26086   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
26087   data: "plot-vpp-hdrh-lat-3n-tsh"
26088   include:
26089     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
26090     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
26091     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
26092     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
26093     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
26094   layout:
26095     layout: "plot-hdrh-latency-percentile"
26096
26097 - type: "plot"
26098   title: "Latency: 3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-hdrh-lat-percentile"
26099   graph-title: "3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr"
26100   algorithm: "plot_lat_hdrh_percentile"
26101   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-hdrh-lat-percentile"
26102   data: "plot-vpp-hdrh-lat-3n-tsh"
26103   include:
26104     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
26105     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
26106     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
26107     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
26108     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
26109     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
26110   layout:
26111     layout: "plot-hdrh-latency-percentile"
26112
26113 - type: "plot"
26114   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat-percentile"
26115   graph-title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr"
26116   algorithm: "plot_lat_hdrh_percentile"
26117   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat-percentile"
26118   data: "plot-vpp-hdrh-lat-3n-tsh"
26119   include:
26120     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
26121     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
26122     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
26123     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
26124   layout:
26125     layout: "plot-hdrh-latency-percentile"
26126
26127 - type: "plot"
26128   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
26129   graph-title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr"
26130   algorithm: "plot_lat_hdrh_percentile"
26131   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
26132   data: "plot-vpp-hdrh-lat-3n-tsh"
26133   include:
26134     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
26135     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
26136     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
26137     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
26138     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
26139   layout:
26140     layout: "plot-hdrh-latency-percentile"
26141
26142 - type: "plot"
26143   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
26144   graph-title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr"
26145   algorithm: "plot_lat_hdrh_percentile"
26146   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
26147   data: "plot-vpp-hdrh-lat-3n-tsh"
26148   include:
26149     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
26150     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
26151     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
26152     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
26153   layout:
26154     layout: "plot-hdrh-latency-percentile"
26155
26156 - type: "plot"
26157   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-hdrh-lat-percentile"
26158   graph-title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr"
26159   algorithm: "plot_lat_hdrh_percentile"
26160   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-hdrh-lat-percentile"
26161   data: "plot-vpp-hdrh-lat-3n-tsh"
26162   include:
26163     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
26164     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
26165     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
26166     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
26167     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
26168     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
26169   layout:
26170     layout: "plot-hdrh-latency-percentile"
26171
26172 - type: "plot"
26173   title: "Latency: 3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
26174   graph-title: "3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr"
26175   algorithm: "plot_lat_hdrh_percentile"
26176   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
26177   data: "plot-vpp-hdrh-lat-3n-tsh"
26178   include:
26179     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
26180     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
26181     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
26182     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
26183     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
26184     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
26185   layout:
26186     layout: "plot-hdrh-latency-percentile"
26187
26188 - type: "plot"
26189   title: "Latency: 3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat-percentile"
26190   graph-title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr"
26191   algorithm: "plot_lat_hdrh_percentile"
26192   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat-percentile"
26193   data: "plot-vpp-hdrh-lat-3n-tsh"
26194   include:
26195     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
26196     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
26197     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
26198     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
26199     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
26200     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
26201   layout:
26202     layout: "plot-hdrh-latency-percentile"
26203
26204 - type: "plot"
26205   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
26206   graph-title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr"
26207   algorithm: "plot_lat_hdrh_percentile"
26208   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
26209   data: "plot-vpp-hdrh-lat-3n-tsh"
26210   include:
26211     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26212     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26213     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26214     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26215     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
26216   layout:
26217     layout: "plot-hdrh-latency-percentile"
26218
26219 - type: "plot"
26220   title: "Latency: 3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
26221   graph-title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr"
26222   algorithm: "plot_lat_hdrh_percentile"
26223   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
26224   data: "plot-vpp-hdrh-lat-3n-tsh"
26225   include:
26226     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26227     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26228     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26229     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26230     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26231     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26232   layout:
26233     layout: "plot-hdrh-latency-percentile"
26234
26235 - type: "plot"
26236   title: "Latency: 2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat-percentile"
26237   graph-title: "2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr"
26238   algorithm: "plot_lat_hdrh_percentile"
26239   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat-percentile"
26240   data: "plot-vpp-hdrh-lat-2n-clx"
26241   include:
26242     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
26243     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
26244     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
26245     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
26246   layout:
26247     layout: "plot-hdrh-latency-percentile"
26248
26249 - type: "plot"
26250   title: "Latency: 2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
26251   graph-title: "2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
26252   algorithm: "plot_lat_hdrh_percentile"
26253   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
26254   data: "plot-vpp-hdrh-lat-2n-clx"
26255   include:
26256     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
26257     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
26258     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
26259     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
26260     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
26261   layout:
26262     layout: "plot-hdrh-latency-percentile"
26263
26264 - type: "plot"
26265   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
26266   graph-title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
26267   algorithm: "plot_lat_hdrh_percentile"
26268   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
26269   data: "plot-vpp-hdrh-lat-2n-clx"
26270   include:
26271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
26272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
26273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
26274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
26275   layout:
26276     layout: "plot-hdrh-latency-percentile"
26277
26278 - type: "plot"
26279   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26280   graph-title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
26281   algorithm: "plot_lat_hdrh_percentile"
26282   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26283   data: "plot-vpp-hdrh-lat-2n-clx"
26284   include:
26285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
26286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
26287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
26288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
26289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
26290   layout:
26291     layout: "plot-hdrh-latency-percentile"
26292
26293 - type: "plot"
26294   title: "Latency: 2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
26295   graph-title: "2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
26296   algorithm: "plot_lat_hdrh_percentile"
26297   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
26298   data: "plot-vpp-hdrh-lat-2n-clx"
26299   include:
26300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
26301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
26302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
26303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
26304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
26305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
26306   layout:
26307     layout: "plot-hdrh-latency-percentile"
26308
26309 - type: "plot"
26310   title: "Latency: 2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26311   graph-title: "2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
26312   algorithm: "plot_lat_hdrh_percentile"
26313   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26314   data: "plot-vpp-hdrh-lat-2n-clx"
26315   include:
26316     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
26317     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
26318     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
26319   layout:
26320     layout: "plot-hdrh-latency-percentile"
26321
26322 - type: "plot"
26323   title: "Latency: 2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26324   graph-title: "2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
26325   algorithm: "plot_lat_hdrh_percentile"
26326   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26327   data: "plot-vpp-hdrh-lat-2n-clx"
26328   include:
26329     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
26330     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
26331     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
26332     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
26333     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
26334   layout:
26335     layout: "plot-hdrh-latency-percentile"
26336
26337 - type: "plot"
26338   title: "Latency: 2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
26339   graph-title: "2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
26340   algorithm: "plot_lat_hdrh_percentile"
26341   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
26342   data: "plot-vpp-hdrh-lat-2n-clx"
26343   include:
26344     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
26345     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
26346     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
26347     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
26348     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
26349     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
26350   layout:
26351     layout: "plot-hdrh-latency-percentile"
26352
26353 - type: "plot"
26354   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat-percentile"
26355   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
26356   algorithm: "plot_lat_hdrh_percentile"
26357   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat-percentile"
26358   data: "plot-vpp-hdrh-lat-2n-clx"
26359   include:
26360     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
26361     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
26362     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
26363     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
26364   layout:
26365     layout: "plot-hdrh-latency-percentile"
26366
26367 - type: "plot"
26368   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
26369   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
26370   algorithm: "plot_lat_hdrh_percentile"
26371   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
26372   data: "plot-vpp-hdrh-lat-2n-clx"
26373   include:
26374     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
26375     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
26376     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
26377     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
26378     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
26379   layout:
26380     layout: "plot-hdrh-latency-percentile"
26381
26382 - type: "plot"
26383   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
26384   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
26385   algorithm: "plot_lat_hdrh_percentile"
26386   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
26387   data: "plot-vpp-hdrh-lat-2n-clx"
26388   include:
26389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
26390     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
26391     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
26392     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
26393   layout:
26394     layout: "plot-hdrh-latency-percentile"
26395
26396 - type: "plot"
26397   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
26398   graph-title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
26399   algorithm: "plot_lat_hdrh_percentile"
26400   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
26401   data: "plot-vpp-hdrh-lat-2n-clx"
26402   include:
26403     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26404     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26405     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26406     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
26407   layout:
26408     layout: "plot-hdrh-latency-percentile"
26409
26410 - type: "plot"
26411   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26412   graph-title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
26413   algorithm: "plot_lat_hdrh_percentile"
26414   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26415   data: "plot-vpp-hdrh-lat-2n-clx"
26416   include:
26417     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26418     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26419     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26420     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
26421   layout:
26422     layout: "plot-hdrh-latency-percentile"
26423
26424 - type: "plot"
26425   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat-percentile"
26426   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr"
26427   algorithm: "plot_lat_hdrh_percentile"
26428   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat-percentile"
26429   data: "plot-vpp-hdrh-lat-2n-clx"
26430   include:
26431     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
26432     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
26433     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
26434     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
26435   layout:
26436     layout: "plot-hdrh-latency-percentile"
26437
26438 - type: "plot"
26439   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr-hdrh-lat-percentile"
26440   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr"
26441   algorithm: "plot_lat_hdrh_percentile"
26442   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr-hdrh-lat-percentile"
26443   data: "plot-vpp-hdrh-lat-2n-clx"
26444   include:
26445     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-rdma-dot1q-ip4base-ndrpdr"
26446     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-rdma-ethip4-ip4base-ndrpdr"
26447   layout:
26448     layout: "plot-hdrh-latency-percentile"
26449
26450 - type: "plot"
26451   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr-hdrh-lat-percentile"
26452   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr"
26453   algorithm: "plot_lat_hdrh_percentile"
26454   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr-hdrh-lat-percentile"
26455   data: "plot-vpp-hdrh-lat-2n-clx"
26456   include:
26457     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale20k-ndrpdr"
26458     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
26459     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale200k-ndrpdr"
26460     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
26461     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale2m-ndrpdr"
26462     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
26463   layout:
26464     layout: "plot-hdrh-latency-percentile"
26465
26466 - type: "plot"
26467   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr-hdrh-lat-percentile"
26468   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr"
26469   algorithm: "plot_lat_hdrh_percentile"
26470   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr-hdrh-lat-percentile"
26471   data: "plot-vpp-hdrh-lat-2n-clx"
26472   include:
26473     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
26474     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
26475     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
26476     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
26477     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-8t4c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
26478     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
26479   layout:
26480     layout: "plot-hdrh-latency-percentile"
26481
26482 - type: "plot"
26483   title: "Latency: 2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr-hdrh-lat-percentile"
26484   graph-title: "2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr"
26485   algorithm: "plot_lat_hdrh_percentile"
26486   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr-hdrh-lat-percentile"
26487   data: "plot-vpp-hdrh-lat-2n-clx"
26488   include:
26489     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-rdma-dot1q-ip6base-ndrpdr"
26490     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-rdma-ethip6-ip6base-ndrpdr"
26491     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale20k-ndrpdr"
26492     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale200k-ndrpdr"
26493     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale2m-ndrpdr"
26494   layout:
26495     layout: "plot-hdrh-latency-percentile"
26496
26497 - type: "plot"
26498   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr-hdrh-lat-percentile"
26499   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr"
26500   algorithm: "plot_lat_hdrh_percentile"
26501   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr-hdrh-lat-percentile"
26502   data: "plot-vpp-hdrh-lat-2n-clx"
26503   include:
26504     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-rdma-dot1q-l2xcbase-ndrpdr"
26505     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
26506     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
26507     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-8t4c-rdma-eth-l2patch-ndrpdr"
26508     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-ndrpdr"
26509     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-ndrpdr"
26510   layout:
26511     layout: "plot-hdrh-latency-percentile"
26512
26513 - type: "plot"
26514   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr-hdrh-lat-percentile"
26515   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr"
26516   algorithm: "plot_lat_hdrh_percentile"
26517   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr-hdrh-lat-percentile"
26518   data: "plot-vpp-hdrh-lat-2n-clx"
26519   include:
26520     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-ndrpdr"
26521     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
26522     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
26523     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
26524   layout:
26525     layout: "plot-hdrh-latency-percentile"
26526
26527 - type: "plot"
26528   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr-hdrh-lat-percentile"
26529   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr"
26530   algorithm: "plot_lat_hdrh_percentile"
26531   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr-hdrh-lat-percentile"
26532   data: "plot-vpp-hdrh-lat-2n-clx"
26533   include:
26534     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26535     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26536     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26537     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26538   layout:
26539     layout: "plot-hdrh-latency-percentile"
26540
26541 - type: "plot"
26542   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat-percentile"
26543   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr"
26544   algorithm: "plot_lat_hdrh_percentile"
26545   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat-percentile"
26546   data: "plot-vpp-hdrh-lat-2n-clx"
26547   include:
26548     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26549     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26550     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26551     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26552   layout:
26553     layout: "plot-hdrh-latency-percentile"
26554
26555 ################################################################################
26556
26557 # HDRHistogram Packet Latency Percentile - DPDK
26558
26559 # 2n-skx-xxv710
26560
26561 - type: "plot"
26562   title: "Latency: 2n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26563   graph-title: "2n-skx-xxv710-64b-2t1c-base-ndr"
26564   algorithm: "plot_lat_hdrh_percentile"
26565   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26566   data: "plot-dpdk-hdrh-lat-2n-skx"
26567   include:
26568     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
26569     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
26570   layout:
26571     layout: "plot-hdrh-latency-percentile"
26572
26573 - type: "plot"
26574   title: "Latency: 2n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat-percentile"
26575   graph-title: "2n-skx-xxv710-64b-4t2c-base-ndr"
26576   algorithm: "plot_lat_hdrh_percentile"
26577   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat-percentile"
26578   data: "plot-dpdk-hdrh-lat-2n-skx"
26579   include:
26580     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
26581     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
26582   layout:
26583     layout: "plot-hdrh-latency-percentile"
26584
26585 - type: "plot"
26586   title: "Latency: 2n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat-percentile"
26587   graph-title: "2n-skx-xxv710-64b-8t4c-base-ndr"
26588   algorithm: "plot_lat_hdrh_percentile"
26589   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat-percentile"
26590   data: "plot-dpdk-hdrh-lat-2n-skx"
26591   include:
26592     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
26593     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
26594   layout:
26595     layout: "plot-hdrh-latency-percentile"
26596
26597 # 2n-skx-x710
26598
26599 - type: "plot"
26600   title: "Latency: 2n-skx-x710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26601   graph-title: "2n-skx-x710-64b-2t1c-base-ndr"
26602   algorithm: "plot_lat_hdrh_percentile"
26603   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26604   data: "plot-dpdk-hdrh-lat-2n-skx"
26605   include:
26606     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
26607     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
26608   layout:
26609     layout: "plot-hdrh-latency-percentile"
26610
26611 - type: "plot"
26612   title: "Latency: 2n-skx-x710-64b-4t2c-base-ndr-hdrh-lat-percentile"
26613   graph-title: "2n-skx-x710-64b-4t2c-base-ndr"
26614   algorithm: "plot_lat_hdrh_percentile"
26615   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr-hdrh-lat-percentile"
26616   data: "plot-dpdk-hdrh-lat-2n-skx"
26617   include:
26618     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
26619     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
26620   layout:
26621     layout: "plot-hdrh-latency-percentile"
26622
26623 - type: "plot"
26624   title: "Latency: 2n-skx-x710-64b-8t4c-base-ndr-hdrh-lat-percentile"
26625   graph-title: "2n-skx-x710-64b-8t4c-base-ndr"
26626   algorithm: "plot_lat_hdrh_percentile"
26627   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-8t4c-base-ndr-hdrh-lat-percentile"
26628   data: "plot-dpdk-hdrh-lat-2n-skx"
26629   include:
26630     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
26631     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
26632   layout:
26633     layout: "plot-hdrh-latency-percentile"
26634
26635 # 3n-skx-xxv710
26636
26637 - type: "plot"
26638   title: "Latency: 3n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26639   graph-title: "3n-skx-xxv710-64b-2t1c-base-ndr"
26640   algorithm: "plot_lat_hdrh_percentile"
26641   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26642   data: "plot-dpdk-hdrh-lat-3n-skx"
26643   include:
26644     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
26645     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
26646   layout:
26647     layout: "plot-hdrh-latency-percentile"
26648
26649 - type: "plot"
26650   title: "Latency: 3n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat-percentile"
26651   graph-title: "3n-skx-xxv710-64b-4t2c-base-ndr"
26652   algorithm: "plot_lat_hdrh_percentile"
26653   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat-percentile"
26654   data: "plot-dpdk-hdrh-lat-3n-skx"
26655   include:
26656     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
26657     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
26658   layout:
26659     layout: "plot-hdrh-latency-percentile"
26660
26661 - type: "plot"
26662   title: "Latency: 3n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat-percentile"
26663   graph-title: "3n-skx-xxv710-64b-8t4c-base-ndr"
26664   algorithm: "plot_lat_hdrh_percentile"
26665   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat-percentile"
26666   data: "plot-dpdk-hdrh-lat-3n-skx"
26667   include:
26668     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
26669     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
26670   layout:
26671     layout: "plot-hdrh-latency-percentile"
26672
26673 # 3n-skx-x710
26674
26675 - type: "plot"
26676   title: "Latency: 3n-skx-x710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26677   graph-title: "3n-skx-x710-64b-2t1c-base-ndr"
26678   algorithm: "plot_lat_hdrh_percentile"
26679   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26680   data: "plot-dpdk-hdrh-lat-3n-skx"
26681   include:
26682     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
26683     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
26684   layout:
26685     layout: "plot-hdrh-latency-percentile"
26686
26687 - type: "plot"
26688   title: "Latency: 3n-skx-x710-64b-4t2c-base-ndr-hdrh-lat-percentile"
26689   graph-title: "3n-skx-x710-64b-4t2c-base-ndr"
26690   algorithm: "plot_lat_hdrh_percentile"
26691   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr-hdrh-lat-percentile"
26692   data: "plot-dpdk-hdrh-lat-3n-skx"
26693   include:
26694     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
26695     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
26696   layout:
26697     layout: "plot-hdrh-latency-percentile"
26698
26699 - type: "plot"
26700   title: "Latency: 3n-skx-x710-64b-8t4c-base-ndr-hdrh-lat-percentile"
26701   graph-title: "3n-skx-x710-64b-8t4c-base-ndr"
26702   algorithm: "plot_lat_hdrh_percentile"
26703   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-8t4c-base-ndr-hdrh-lat-percentile"
26704   data: "plot-dpdk-hdrh-lat-3n-skx"
26705   include:
26706     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
26707     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
26708   layout:
26709     layout: "plot-hdrh-latency-percentile"
26710
26711 # 3n-hsw-xl710
26712
26713 - type: "plot"
26714   title: "Latency: 3n-hsw-xl710-64b-1t1c-base-ndr-hdrh-lat-percentile"
26715   graph-title: "3n-hsw-xl710-64b-1t1c-base-ndr"
26716   algorithm: "plot_lat_hdrh_percentile"
26717   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr-hdrh-lat-percentile"
26718   data: "plot-dpdk-hdrh-lat-3n-hsw"
26719   include:
26720     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
26721     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
26722   layout:
26723     layout: "plot-hdrh-latency-percentile"
26724
26725 - type: "plot"
26726   title: "Latency: 3n-hsw-xl710-64b-2t2c-base-ndr-hdrh-lat-percentile"
26727   graph-title: "3n-hsw-xl710-64b-2t2c-base-ndr"
26728   algorithm: "plot_lat_hdrh_percentile"
26729   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr-hdrh-lat-percentile"
26730   data: "plot-dpdk-hdrh-lat-3n-hsw"
26731   include:
26732     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
26733     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
26734   layout:
26735     layout: "plot-hdrh-latency-percentile"
26736
26737 - type: "plot"
26738   title: "Latency: 3n-hsw-xl710-64b-4t4c-base-ndr-hdrh-lat-percentile"
26739   graph-title: "3n-hsw-xl710-64b-4t4c-base-ndr"
26740   algorithm: "plot_lat_hdrh_percentile"
26741   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-4t4c-base-ndr-hdrh-lat-percentile"
26742   data: "plot-dpdk-hdrh-lat-3n-hsw"
26743   include:
26744     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
26745     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
26746   layout:
26747     layout: "plot-hdrh-latency-percentile"
26748
26749 # 3n-hsw-x710
26750
26751 - type: "plot"
26752   title: "Latency: 3n-hsw-x710-64b-1t1c-base-ndr-hdrh-lat-percentile"
26753   graph-title: "3n-hsw-x710-64b-1t1c-base-ndr"
26754   algorithm: "plot_lat_hdrh_percentile"
26755   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr-hdrh-lat-percentile"
26756   data: "plot-dpdk-hdrh-lat-3n-hsw"
26757   include:
26758     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
26759     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
26760   layout:
26761     layout: "plot-hdrh-latency-percentile"
26762
26763 - type: "plot"
26764   title: "Latency: 3n-hsw-x710-64b-2t2c-base-ndr-hdrh-lat-percentile"
26765   graph-title: "3n-hsw-x710-64b-2t2c-base-ndr"
26766   algorithm: "plot_lat_hdrh_percentile"
26767   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr-hdrh-lat-percentile"
26768   data: "plot-dpdk-hdrh-lat-3n-hsw"
26769   include:
26770     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
26771     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
26772   layout:
26773     layout: "plot-hdrh-latency-percentile"
26774
26775 - type: "plot"
26776   title: "Latency: 3n-hsw-x710-64b-4t4c-base-ndr-hdrh-lat-percentile"
26777   graph-title: "3n-hsw-x710-64b-4t4c-base-ndr"
26778   algorithm: "plot_lat_hdrh_percentile"
26779   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-4t4c-base-ndr-hdrh-lat-percentile"
26780   data: "plot-dpdk-hdrh-lat-3n-hsw"
26781   include:
26782     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
26783     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
26784   layout:
26785     layout: "plot-hdrh-latency-percentile"
26786
26787 # 2n-clx-xxv710
26788
26789 - type: "plot"
26790   title: "Latency: 2n-clx-xxv710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26791   graph-title: "2n-clx-xxv710-64b-2t1c-base-ndr"
26792   algorithm: "plot_lat_hdrh_percentile"
26793   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26794   data: "plot-dpdk-hdrh-lat-2n-clx"
26795   include:
26796     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
26797     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
26798   layout:
26799     layout: "plot-hdrh-latency-percentile"
26800
26801 - type: "plot"
26802   title: "Latency: 2n-clx-xxv710-64b-4t2c-base-ndr-hdrh-lat-percentile"
26803   graph-title: "2n-clx-xxv710-64b-4t2c-base-ndr"
26804   algorithm: "plot_lat_hdrh_percentile"
26805   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr-hdrh-lat-percentile"
26806   data: "plot-dpdk-hdrh-lat-2n-clx"
26807   include:
26808     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
26809     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
26810   layout:
26811     layout: "plot-hdrh-latency-percentile"
26812
26813 - type: "plot"
26814   title: "Latency: 2n-clx-xxv710-64b-8t4c-base-ndr-hdrh-lat-percentile"
26815   graph-title: "2n-clx-xxv710-64b-8t4c-base-ndr"
26816   algorithm: "plot_lat_hdrh_percentile"
26817   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-8t4c-base-ndr-hdrh-lat-percentile"
26818   data: "plot-dpdk-hdrh-lat-2n-clx"
26819   include:
26820     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
26821     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
26822   layout:
26823     layout: "plot-hdrh-latency-percentile"
26824
26825 # 2n-clx-x710
26826
26827 - type: "plot"
26828   title: "Latency: 2n-clx-x710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26829   graph-title: "2n-clx-x710-64b-2t1c-base-ndr"
26830   algorithm: "plot_lat_hdrh_percentile"
26831   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26832   data: "plot-dpdk-hdrh-lat-2n-clx"
26833   include:
26834     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
26835     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
26836   layout:
26837     layout: "plot-hdrh-latency-percentile"
26838
26839 - type: "plot"
26840   title: "Latency: 2n-clx-x710-64b-4t2c-base-ndr-hdrh-lat-percentile"
26841   graph-title: "2n-clx-x710-64b-4t2c-base-ndr"
26842   algorithm: "plot_lat_hdrh_percentile"
26843   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr-hdrh-lat-percentile"
26844   data: "plot-dpdk-hdrh-lat-2n-clx"
26845   include:
26846     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
26847     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
26848   layout:
26849     layout: "plot-hdrh-latency-percentile"
26850
26851 - type: "plot"
26852   title: "Latency: 2n-clx-x710-64b-8t4c-base-ndr-hdrh-lat-percentile"
26853   graph-title: "2n-clx-x710-64b-8t4c-base-ndr"
26854   algorithm: "plot_lat_hdrh_percentile"
26855   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-8t4c-base-ndr-hdrh-lat-percentile"
26856   data: "plot-dpdk-hdrh-lat-2n-clx"
26857   include:
26858     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
26859     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
26860   layout:
26861     layout: "plot-hdrh-latency-percentile"
26862
26863 ################################################################################
26864
26865 - type: "plot"
26866   title: "Latency by percentile: 2n-skx-xxv710"
26867   algorithm: "plot_hdrh_lat_by_percentile"
26868   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-hdrh-lat-percentile"
26869   data: "plot-vpp-hdrh-lat-2n-skx"
26870   include:
26871     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
26872     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
26873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
26874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
26875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
26876     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
26877     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
26878     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
26879     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
26880     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
26881     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
26882     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
26883     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
26884     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
26885     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
26886     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
26887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
26891     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
26892     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
26893     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
26894     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
26895     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
26896   layout:
26897     layout: "plot-hdrh-latency-by-percentile"