Report: Remove data from 2n-skx TB23
[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_merged_details"
4206   output-file-ext: ".csv"
4207   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
4208   columns:
4209   - title: "Name"
4210     data: "data name"
4211   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
4212     data: "data show-run"
4213   rows: "generated"
4214   data: "vpp-perf-results-3n-hsw"
4215   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4216   parameters:
4217   - "parent"
4218   - "name"
4219   - "show-run"
4220
4221 # Test Operational Data - VPP Performance Operational Data 3n-skx
4222 - type: "table"
4223   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
4224   algorithm: "table_merged_details"
4225   output-file-ext: ".csv"
4226   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
4227   columns:
4228   - title: "Name"
4229     data: "data name"
4230   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
4231     data: "data show-run"
4232   rows: "generated"
4233   data: "vpp-perf-results-3n-skx"
4234   filter: "not 'CFS_OPT'"
4235   parameters:
4236   - "parent"
4237   - "name"
4238   - "show-run"
4239
4240 # Test Operational Data - VPP Performance Operational Data 2n-skx
4241 - type: "table"
4242   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
4243   algorithm: "table_merged_details"
4244   output-file-ext: ".csv"
4245   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
4246   columns:
4247   - title: "Name"
4248     data: "data name"
4249   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
4250     data: "data show-run"
4251   rows: "generated"
4252   data: "vpp-perf-results-2n-skx"
4253   filter: "not 'CFS_OPT'"
4254   parameters:
4255   - "parent"
4256   - "name"
4257   - "show-run"
4258
4259 # Test Operational Data - VPP Performance Operational Data 2n-clx
4260 - type: "table"
4261   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
4262   algorithm: "table_merged_details"
4263   output-file-ext: ".csv"
4264   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_test_operational_2n_clx"
4265   columns:
4266   - title: "Name"
4267     data: "data name"
4268   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
4269     data: "data show-run"
4270   rows: "generated"
4271   data: "vpp-perf-results-2n-clx"
4272   filter: "not 'CFS_OPT'"
4273   parameters:
4274   - "parent"
4275   - "name"
4276   - "show-run"
4277
4278 # Test Operational Data - VPP Performance Operational Data 3n-tsh
4279 - type: "table"
4280   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
4281   algorithm: "table_merged_details"
4282   output-file-ext: ".csv"
4283   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
4284   columns:
4285   - title: "Name"
4286     data: "data name"
4287   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
4288     data: "data show-run"
4289   rows: "generated"
4290   data: "vpp-perf-results-3n-tsh"
4291   filter: "not 'CFS_OPT'"
4292   parameters:
4293   - "parent"
4294   - "name"
4295   - "show-run"
4296
4297 # Test Operational Data - VPP Performance Operational Data 3n-dnv
4298 - type: "table"
4299   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
4300   algorithm: "table_details"
4301   output-file-ext: ".csv"
4302   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_test_operational_3n_dnv"
4303   columns:
4304   - title: "Name"
4305     data: "data name"
4306   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
4307     data: "data show-run"
4308   rows: "generated"
4309   data: "vpp-perf-results-3n-dnv"
4310   filter: "'NDRPDR'"
4311   parameters:
4312   - "parent"
4313   - "name"
4314   - "show-run"
4315
4316 # Test Operational Data - VPP Performance Operational Data 2n-dnv
4317 - type: "table"
4318   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
4319   algorithm: "table_details"
4320   output-file-ext: ".csv"
4321   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
4322   columns:
4323   - title: "Name"
4324     data: "data name"
4325   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
4326     data: "data show-run"
4327   rows: "generated"
4328   data: "vpp-perf-results-2n-dnv"
4329   filter: "'NDRPDR'"
4330   parameters:
4331   - "parent"
4332   - "name"
4333   - "show-run"
4334
4335 # Detailed Test Results - VPP MRR Results 3n-hsw
4336 - type: "table"
4337   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
4338   algorithm: "table_details"
4339   output-file-ext: ".csv"
4340   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4341   columns:
4342   - title: "Name"
4343     data: "data name"
4344   - title: "Status"
4345     data: "data msg"
4346   rows: "generated"
4347   data: "vpp-mrr-results-3n-hsw"
4348   filter: "'MRR'"
4349   parameters:
4350   - "name"
4351   - "parent"
4352   - "msg"
4353
4354 # Detailed Test Results - VPP MRR Results 3n-skx
4355 - type: "table"
4356   title: "Detailed Test Results - VPP MRR Results 3n-skx"
4357   algorithm: "table_details"
4358   output-file-ext: ".csv"
4359   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4360   columns:
4361   - title: "Name"
4362     data: "data name"
4363   - title: "Status"
4364     data: "data msg"
4365   rows: "generated"
4366   data: "vpp-mrr-results-3n-skx"
4367   filter: "'MRR'"
4368   parameters:
4369   - "name"
4370   - "parent"
4371   - "msg"
4372
4373 # Detailed Test Results - VPP MRR Results 2n-skx
4374 - type: "table"
4375   title: "Detailed Test Results - VPP MRR Results 2n-skx"
4376   algorithm: "table_details"
4377   output-file-ext: ".csv"
4378   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4379   columns:
4380   - title: "Name"
4381     data: "data name"
4382   - title: "Status"
4383     data: "data msg"
4384   rows: "generated"
4385   data: "vpp-mrr-results-2n-skx"
4386   filter: "'MRR'"
4387   parameters:
4388   - "name"
4389   - "parent"
4390   - "msg"
4391
4392 # Detailed Test Results - VPP MRR Results 2n-clx
4393 - type: "table"
4394   title: "Detailed Test Results - VPP MRR Results 2n-clx"
4395   algorithm: "table_details"
4396   output-file-ext: ".csv"
4397   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_2n_clx"
4398   columns:
4399   - title: "Name"
4400     data: "data name"
4401   - title: "Status"
4402     data: "data msg"
4403   rows: "generated"
4404   data: "vpp-mrr-results-2n-clx"
4405   filter: "'MRR'"
4406   parameters:
4407   - "name"
4408   - "parent"
4409   - "msg"
4410
4411 # Detailed Test Results - VPP MRR Results 3n-tsh
4412 - type: "table"
4413   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
4414   algorithm: "table_details"
4415   output-file-ext: ".csv"
4416   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_3n_tsh"
4417   columns:
4418   - title: "Name"
4419     data: "data name"
4420   - title: "Status"
4421     data: "data msg"
4422   rows: "generated"
4423   data: "vpp-mrr-results-3n-tsh"
4424   filter: "'MRR'"
4425   parameters:
4426   - "name"
4427   - "parent"
4428   - "msg"
4429
4430 # Detailed Test Results - VPP MRR Results 3n-dnv
4431 - type: "table"
4432   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
4433   algorithm: "table_details"
4434   output-file-ext: ".csv"
4435   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_3n_dnv"
4436   columns:
4437   - title: "Name"
4438     data: "data name"
4439   - title: "Status"
4440     data: "data msg"
4441   rows: "generated"
4442   data: "vpp-mrr-results-3n-dnv"
4443   filter: "'MRR'"
4444   parameters:
4445   - "name"
4446   - "parent"
4447   - "msg"
4448
4449 # Detailed Test Results - VPP MRR Results 2n-dnv
4450 - type: "table"
4451   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
4452   algorithm: "table_details"
4453   output-file-ext: ".csv"
4454   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4455   columns:
4456   - title: "Name"
4457     data: "data name"
4458   - title: "Status"
4459     data: "data msg"
4460   rows: "generated"
4461   data: "vpp-mrr-results-2n-dnv"
4462   filter: "'MRR'"
4463   parameters:
4464   - "name"
4465   - "parent"
4466   - "msg"
4467
4468 # Test configuration - VPP MRR Test Configs 3n-hsw
4469 - type: "table"
4470   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
4471   algorithm: "table_details"
4472   output-file-ext: ".csv"
4473   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
4474   columns:
4475   - title: "Name"
4476     data: "data name"
4477   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4478     data: "data conf-history"
4479   rows: "generated"
4480   data: "vpp-mrr-results-3n-hsw"
4481   filter: "'MRR'"
4482   parameters:
4483   - "parent"
4484   - "name"
4485   - "conf-history"
4486
4487 # Test configuration - VPP MRR Test Configs 3n-skx
4488 - type: "table"
4489   title: "Test configuration - VPP MRR Test Configs 3n-skx"
4490   algorithm: "table_details"
4491   output-file-ext: ".csv"
4492   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
4493   columns:
4494   - title: "Name"
4495     data: "data name"
4496   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4497     data: "data conf-history"
4498   rows: "generated"
4499   data: "vpp-mrr-results-3n-skx"
4500   filter: "'MRR'"
4501   parameters:
4502   - "parent"
4503   - "name"
4504   - "conf-history"
4505
4506 # Test configuration - VPP MRR Test Configs 2n-skx
4507 - type: "table"
4508   title: "Test configuration - VPP MRR Test Configs 2n-skx"
4509   algorithm: "table_details"
4510   output-file-ext: ".csv"
4511   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
4512   columns:
4513   - title: "Name"
4514     data: "data name"
4515   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4516     data: "data conf-history"
4517   rows: "generated"
4518   data: "vpp-mrr-results-2n-skx"
4519   filter: "'MRR'"
4520   parameters:
4521   - "parent"
4522   - "name"
4523   - "conf-history"
4524
4525 # Test configuration - VPP MRR Test Configs 2n-clx
4526 - type: "table"
4527   title: "Test configuration - VPP MRR Test Configs 2n-clx"
4528   algorithm: "table_details"
4529   output-file-ext: ".csv"
4530   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_test_configuration_2n_clx"
4531   columns:
4532   - title: "Name"
4533     data: "data name"
4534   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4535     data: "data conf-history"
4536   rows: "generated"
4537   data: "vpp-mrr-results-2n-clx"
4538   filter: "'MRR'"
4539   parameters:
4540   - "parent"
4541   - "name"
4542   - "conf-history"
4543
4544 # Test configuration - VPP MRR Test Configs 3n-tsh
4545 - type: "table"
4546   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
4547   algorithm: "table_details"
4548   output-file-ext: ".csv"
4549   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
4550   columns:
4551   - title: "Name"
4552     data: "data name"
4553   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4554     data: "data conf-history"
4555   rows: "generated"
4556   data: "vpp-mrr-results-3n-tsh"
4557   filter: "'MRR'"
4558   parameters:
4559   - "parent"
4560   - "name"
4561   - "conf-history"
4562
4563 # Test configuration - VPP MRR Test Configs 3n-dnv
4564 - type: "table"
4565   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
4566   algorithm: "table_details"
4567   output-file-ext: ".csv"
4568   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_test_configuration_3n_dnv"
4569   columns:
4570   - title: "Name"
4571     data: "data name"
4572   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4573     data: "data conf-history"
4574   rows: "generated"
4575   data: "vpp-mrr-results-3n-dnv"
4576   filter: "'MRR'"
4577   parameters:
4578   - "parent"
4579   - "name"
4580   - "conf-history"
4581
4582 # Test configuration - VPP MRR Test Configs 2n-dnv
4583 - type: "table"
4584   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
4585   algorithm: "table_details"
4586   output-file-ext: ".csv"
4587   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
4588   columns:
4589   - title: "Name"
4590     data: "data name"
4591   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4592     data: "data conf-history"
4593   rows: "generated"
4594   data: "vpp-mrr-results-2n-dnv"
4595   filter: "'MRR'"
4596   parameters:
4597   - "parent"
4598   - "name"
4599   - "conf-history"
4600
4601 # Detailed Test Results - VPP Device Results - Ubuntu
4602 - type: "table"
4603   title: "Detailed Test Results - VPP Device Results - Ubuntu"
4604   algorithm: "table_details"
4605   output-file-ext: ".csv"
4606   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4607   columns:
4608   - title: "Name"
4609     data: "data name"
4610   - title: "Documentation"
4611     data: "data doc"
4612   - title: "Status"
4613     data: "data status"
4614   rows: "generated"
4615   data: "vpp-device-results-ubuntu"
4616   filter: "all"
4617   parameters:
4618   - "name"
4619   - "parent"
4620   - "doc"
4621   - "status"
4622
4623 # Test configuration - VPP Device Test Configs - Ubuntu
4624 - type: "table"
4625   title: "Test configuration - VPP Device Test Configs - Ubuntu"
4626   algorithm: "table_details"
4627   output-file-ext: ".csv"
4628   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4629   columns:
4630   - title: "Name"
4631     data: "data name"
4632   - title: "VPP API Test Commands History - Commands Used Per Test Case"
4633     data: "data conf-history"
4634   rows: "generated"
4635   data: "vpp-device-results-ubuntu"
4636   filter: "all"
4637   parameters:
4638   - "parent"
4639   - "name"
4640   - "conf-history"
4641
4642 ################################################################################
4643
4644 # DPDK Performance Changes 3n-hsw 1t1c pdr
4645 - type: "table"
4646   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
4647   algorithm: "table_perf_comparison"
4648   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
4649   history:
4650     - title: "rls1904"
4651       data: "dpdk-performance-changes-3n-hsw-h1"
4652   reference:
4653     title: "rls1908"
4654     data: "dpdk-performance-changes-3n-hsw-ref"
4655   compare:
4656     title: "rls2001"
4657     data: "dpdk-performance-changes-3n-hsw-cmp"
4658   data: "dpdk-performance-changes-3n-hsw"
4659   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4660   filter: "'1T1C'"
4661   parameters:
4662   - "name"
4663   - "parent"
4664   - "throughput"
4665
4666 # DPDK Performance Changes 3n-hsw 2t2c pdr
4667 - type: "table"
4668   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
4669   algorithm: "table_perf_comparison"
4670   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
4671   history:
4672     - title: "rls1904"
4673       data: "dpdk-performance-changes-3n-hsw-h1"
4674   reference:
4675     title: "rls1908"
4676     data: "dpdk-performance-changes-3n-hsw-ref"
4677   compare:
4678     title: "rls2001"
4679     data: "dpdk-performance-changes-3n-hsw-cmp"
4680   data: "dpdk-performance-changes-3n-hsw"
4681   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4682   filter: "'2T2C'"
4683   parameters:
4684   - "name"
4685   - "parent"
4686   - "throughput"
4687
4688 # DPDK Performance Changes 3n-hsw 1t1c ndr
4689 - type: "table"
4690   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
4691   algorithm: "table_perf_comparison"
4692   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
4693   history:
4694     - title: "rls1904"
4695       data: "dpdk-performance-changes-3n-hsw-h1"
4696   reference:
4697     title: "rls1908"
4698     data: "dpdk-performance-changes-3n-hsw-ref"
4699   compare:
4700     title: "rls2001"
4701     data: "dpdk-performance-changes-3n-hsw-cmp"
4702   data: "dpdk-performance-changes-3n-hsw"
4703   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4704   filter: "'1T1C'"
4705   parameters:
4706   - "name"
4707   - "parent"
4708   - "throughput"
4709
4710 # DPDK Performance Changes 3n-hsw 2t2c ndr
4711 - type: "table"
4712   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
4713   algorithm: "table_perf_comparison"
4714   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
4715   history:
4716     - title: "rls1904"
4717       data: "dpdk-performance-changes-3n-hsw-h1"
4718   reference:
4719     title: "rls1908"
4720     data: "dpdk-performance-changes-3n-hsw-ref"
4721   compare:
4722     title: "rls2001"
4723     data: "dpdk-performance-changes-3n-hsw-cmp"
4724   data: "dpdk-performance-changes-3n-hsw"
4725   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4726   filter: "'2T2C'"
4727   parameters:
4728   - "name"
4729   - "parent"
4730   - "throughput"
4731
4732 # DPDK Performance Changes 3n-skx 2t1c pdr
4733 - type: "table"
4734   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
4735   algorithm: "table_perf_comparison"
4736   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
4737   history:
4738     - title: "rls1904"
4739       data: "dpdk-performance-changes-3n-skx-h1"
4740   reference:
4741     title: "rls1908"
4742     data: "dpdk-performance-changes-3n-skx-ref"
4743   compare:
4744     title: "rls2001"
4745     data: "dpdk-performance-changes-3n-skx-cmp"
4746   data: "dpdk-performance-changes-3n-skx"
4747   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4748   filter: "'2T1C'"
4749   parameters:
4750   - "name"
4751   - "parent"
4752   - "throughput"
4753
4754 # DPDK Performance Changes 3n-skx 4t2c pdr
4755 - type: "table"
4756   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
4757   algorithm: "table_perf_comparison"
4758   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
4759   history:
4760     - title: "rls1904"
4761       data: "dpdk-performance-changes-3n-skx-h1"
4762   reference:
4763     title: "rls1908"
4764     data: "dpdk-performance-changes-3n-skx-ref"
4765   compare:
4766     title: "rls2001"
4767     data: "dpdk-performance-changes-3n-skx-cmp"
4768   data: "dpdk-performance-changes-3n-skx"
4769   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4770   filter: "'4T2C'"
4771   parameters:
4772   - "name"
4773   - "parent"
4774   - "throughput"
4775
4776 # DPDK Performance Changes 3n-skx 2t1c ndr
4777 - type: "table"
4778   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
4779   algorithm: "table_perf_comparison"
4780   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
4781   history:
4782     - title: "rls1904"
4783       data: "dpdk-performance-changes-3n-skx-h1"
4784   reference:
4785     title: "rls1908"
4786     data: "dpdk-performance-changes-3n-skx-ref"
4787   compare:
4788     title: "rls2001"
4789     data: "dpdk-performance-changes-3n-skx-cmp"
4790   data: "dpdk-performance-changes-3n-skx"
4791   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4792   filter: "'2T1C'"
4793   parameters:
4794   - "name"
4795   - "parent"
4796   - "throughput"
4797
4798 # DPDK Performance Changes 3n-skx 4t2c ndr
4799 - type: "table"
4800   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
4801   algorithm: "table_perf_comparison"
4802   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
4803   history:
4804     - title: "rls1904"
4805       data: "dpdk-performance-changes-3n-skx-h1"
4806   reference:
4807     title: "rls1908"
4808     data: "dpdk-performance-changes-3n-skx-ref"
4809   compare:
4810     title: "rls2001"
4811     data: "dpdk-performance-changes-3n-skx-cmp"
4812   data: "dpdk-performance-changes-3n-skx"
4813   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4814   filter: "'4T2C'"
4815   parameters:
4816   - "name"
4817   - "parent"
4818   - "throughput"
4819
4820 # DPDK Performance Changes 2n-skx 2t1c pdr
4821 - type: "table"
4822   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
4823   algorithm: "table_perf_comparison"
4824   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
4825   history:
4826     - title: "rls1904"
4827       data: "dpdk-performance-changes-2n-skx-h1"
4828   reference:
4829     title: "rls1908"
4830     data: "dpdk-performance-changes-2n-skx-ref"
4831   compare:
4832     title: "rls2001"
4833     data: "dpdk-performance-changes-2n-skx-cmp"
4834   data: "dpdk-performance-changes-2n-skx"
4835   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4836   filter: "'2T1C'"
4837   parameters:
4838   - "name"
4839   - "parent"
4840   - "throughput"
4841
4842 # DPDK Performance Changes 2n-skx 4t2c pdr
4843 - type: "table"
4844   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
4845   algorithm: "table_perf_comparison"
4846   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
4847   history:
4848     - title: "rls1904"
4849       data: "dpdk-performance-changes-2n-skx-h1"
4850   reference:
4851     title: "rls1908"
4852     data: "dpdk-performance-changes-2n-skx-ref"
4853   compare:
4854     title: "rls2001"
4855     data: "dpdk-performance-changes-2n-skx-cmp"
4856   data: "dpdk-performance-changes-2n-skx"
4857   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4858   filter: "'4T2C'"
4859   parameters:
4860   - "name"
4861   - "parent"
4862   - "throughput"
4863
4864 # DPDK Performance Changes 2n-skx 2t1c ndr
4865 - type: "table"
4866   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
4867   algorithm: "table_perf_comparison"
4868   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
4869   history:
4870     - title: "rls1904"
4871       data: "dpdk-performance-changes-2n-skx-h1"
4872   reference:
4873     title: "rls1908"
4874     data: "dpdk-performance-changes-2n-skx-ref"
4875   compare:
4876     title: "rls2001"
4877     data: "dpdk-performance-changes-2n-skx-cmp"
4878   data: "dpdk-performance-changes-2n-skx"
4879   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4880   filter: "'2T1C'"
4881   parameters:
4882   - "name"
4883   - "parent"
4884   - "throughput"
4885
4886 # DPDK Performance Changes 2n-skx 4t2c ndr
4887 - type: "table"
4888   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
4889   algorithm: "table_perf_comparison"
4890   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
4891   history:
4892     - title: "rls1904"
4893       data: "dpdk-performance-changes-2n-skx-h1"
4894   reference:
4895     title: "rls1908"
4896     data: "dpdk-performance-changes-2n-skx-ref"
4897   compare:
4898     title: "rls2001"
4899     data: "dpdk-performance-changes-2n-skx-cmp"
4900   data: "dpdk-performance-changes-2n-skx"
4901   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4902   filter: "'4T2C'"
4903   parameters:
4904   - "name"
4905   - "parent"
4906   - "throughput"
4907
4908 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
4909 - type: "table"
4910   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
4911   algorithm: "table_perf_comparison"
4912   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
4913   reference:
4914     title: "3-Node Hsw"
4915     data: "dpdk-compare-testbeds-ref"
4916   compare:
4917     title: "3-Node Skx"
4918     data: "dpdk-compare-testbeds-cmp"
4919   data: "dpdk-compare-testbeds"
4920   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4921   filter: "'NIC_Intel-X710'"
4922   parameters:
4923   - "name"
4924   - "parent"
4925   - "throughput"
4926
4927 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
4928 - type: "table"
4929   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
4930   algorithm: "table_perf_comparison"
4931   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
4932   reference:
4933     title: "3-Node Hsw"
4934     data: "dpdk-compare-testbeds-ref"
4935   compare:
4936     title: "3-Node Skx"
4937     data: "dpdk-compare-testbeds-cmp"
4938   data: "dpdk-compare-testbeds"
4939   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4940   filter: "'NIC_Intel-X710'"
4941   parameters:
4942   - "name"
4943   - "parent"
4944   - "throughput"
4945
4946 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
4947 - type: "table"
4948   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
4949   algorithm: "table_perf_comparison"
4950   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
4951   reference:
4952     title: "2-Node Skx"
4953     data: "dpdk-compare-testbeds-skx-clx-ref"
4954   compare:
4955     title: "2-Node Clx"
4956     data: "dpdk-compare-testbeds-skx-clx-cmp"
4957   data: "dpdk-compare-testbeds-skx-clx"
4958   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4959   filter: "'NDRPDR'"
4960   parameters:
4961   - "name"
4962   - "parent"
4963   - "throughput"
4964
4965 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
4966 - type: "table"
4967   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
4968   algorithm: "table_perf_comparison"
4969   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
4970   reference:
4971     title: "2-Node Skx"
4972     data: "dpdk-compare-testbeds-skx-clx-ref"
4973   compare:
4974     title: "2-Node Clx"
4975     data: "dpdk-compare-testbeds-skx-clx-cmp"
4976   data: "dpdk-compare-testbeds-skx-clx"
4977   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4978   filter: "'NDRPDR'"
4979   parameters:
4980   - "name"
4981   - "parent"
4982   - "throughput"
4983
4984 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
4985 - type: "table"
4986   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
4987   algorithm: "table_perf_comparison"
4988   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
4989   reference:
4990     title: "3-Node Skx"
4991     data: "dpdk-compare-topologies-ref"
4992   compare:
4993     title: "2-Node Skx"
4994     data: "dpdk-compare-topologies-cmp"
4995   data: "dpdk-compare-topologies"
4996   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4997   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
4998   parameters:
4999   - "name"
5000   - "parent"
5001   - "throughput"
5002
5003 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
5004 - type: "table"
5005   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
5006   algorithm: "table_perf_comparison"
5007   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
5008   reference:
5009     title: "3-Node Skx"
5010     data: "dpdk-compare-topologies-ref"
5011   compare:
5012     title: "2-Node Skx"
5013     data: "dpdk-compare-topologies-cmp"
5014   data: "dpdk-compare-topologies"
5015   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5016   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
5017   parameters:
5018   - "name"
5019   - "parent"
5020   - "throughput"
5021
5022 # Detailed Test Results - DPDK Performance Results 3n-hsw
5023 - type: "table"
5024   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
5025   algorithm: "table_details"
5026   output-file-ext: ".csv"
5027   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5028   columns:
5029   - title: "Name"
5030     data: "data name"
5031   - title: "Status"
5032     data: "data msg"
5033   rows: "generated"
5034   data: "dpdk-perf-results-3n-hsw"
5035   filter: "all"
5036   parameters:
5037   - "name"
5038   - "parent"
5039   - "msg"
5040
5041 # Detailed Test Results - DPDK Performance Results 3n-skx
5042 - type: "table"
5043   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
5044   algorithm: "table_details"
5045   output-file-ext: ".csv"
5046   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5047   columns:
5048   - title: "Name"
5049     data: "data name"
5050   - title: "Status"
5051     data: "data msg"
5052   rows: "generated"
5053   data: "dpdk-perf-results-3n-skx"
5054   filter: "all"
5055   parameters:
5056   - "name"
5057   - "parent"
5058   - "msg"
5059
5060 # Detailed Test Results - DPDK Performance Results 2n-skx
5061 - type: "table"
5062   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
5063   algorithm: "table_details"
5064   output-file-ext: ".csv"
5065   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5066   columns:
5067   - title: "Name"
5068     data: "data name"
5069   - title: "Status"
5070     data: "data msg"
5071   rows: "generated"
5072   data: "dpdk-perf-results-2n-skx"
5073   filter: "all"
5074   parameters:
5075   - "name"
5076   - "parent"
5077   - "msg"
5078
5079 # Detailed Test Results - DPDK Performance Results 2n-clx
5080 - type: "table"
5081   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
5082   algorithm: "table_details"
5083   output-file-ext: ".csv"
5084   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5085   columns:
5086   - title: "Name"
5087     data: "data name"
5088   - title: "Status"
5089     data: "data msg"
5090   rows: "generated"
5091   data: "dpdk-perf-results-2n-clx"
5092   filter: "all"
5093   parameters:
5094   - "name"
5095   - "parent"
5096   - "msg"
5097
5098 ################################################################################
5099 ###                                F I L E S                                 ###
5100 ################################################################################
5101
5102 # VPP Performance Results 3n-hsw
5103 - type: "file"
5104   title: "VPP Performance Results 3n-hsw"
5105   algorithm: "file_test_results"
5106   output-file-ext: ".rst"
5107   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
5108   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"
5109   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
5110   data: "vpp-perf-results-3n-hsw"
5111   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5112   parameters:
5113   - "name"
5114   - "doc"
5115   - "level"
5116   - "parent"
5117   data-start-level: 3
5118
5119 # VPP Performance Results 3n-skx
5120 - type: "file"
5121   title: "VPP Performance Results 3n-skx"
5122   algorithm: "file_test_results"
5123   output-file-ext: ".rst"
5124   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
5125   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"
5126   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
5127   data: "vpp-perf-results-3n-skx"
5128   filter: "not 'CFS_OPT'"
5129   parameters:
5130   - "name"
5131   - "doc"
5132   - "level"
5133   - "parent"
5134   data-start-level: 3
5135
5136 # VPP Performance Results 2n-skx
5137 - type: "file"
5138   title: "VPP Performance Results 2n-skx"
5139   algorithm: "file_test_results"
5140   output-file-ext: ".rst"
5141   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
5142   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"
5143   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
5144   data: "vpp-perf-results-2n-skx"
5145   filter: "not 'CFS_OPT'"
5146   parameters:
5147   - "name"
5148   - "doc"
5149   - "level"
5150   - "parent"
5151   data-start-level: 3
5152
5153 # VPP Performance Results 2n-clx
5154 - type: "file"
5155   title: "VPP Performance Results 2n-clx"
5156   algorithm: "file_test_results"
5157   output-file-ext: ".rst"
5158   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/vpp_performance_results_2n_clx"
5159   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"
5160   dir-tables: "{DIR[DTR,PERF,VPP,2N,CLX]}"
5161   data: "vpp-perf-results-2n-clx"
5162   filter: "not 'CFS_OPT'"
5163   parameters:
5164   - "name"
5165   - "doc"
5166   - "level"
5167   - "parent"
5168   data-start-level: 3
5169
5170 # VPP Performance Results 3n-tsh
5171 - type: "file"
5172   title: "VPP Performance Results 3n-tsh"
5173   algorithm: "file_test_results"
5174   output-file-ext: ".rst"
5175   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
5176   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"
5177   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
5178   data: "vpp-perf-results-3n-tsh"
5179   filter: "not 'CFS_OPT'"
5180   parameters:
5181   - "name"
5182   - "doc"
5183   - "level"
5184   - "parent"
5185   data-start-level: 3
5186
5187 # VPP Performance Results 3n-dnv
5188 - type: "file"
5189   title: "VPP Performance Results 3n-dnv"
5190   algorithm: "file_test_results"
5191   output-file-ext: ".rst"
5192   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/vpp_performance_results_3n_dnv"
5193   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"
5194   dir-tables: "{DIR[DTR,PERF,VPP,3N,DNV]}"
5195   data: "vpp-perf-results-3n-dnv"
5196   filter: "'NDRPDR'"
5197   parameters:
5198   - "name"
5199   - "doc"
5200   - "level"
5201   - "parent"
5202   data-start-level: 3
5203
5204 # VPP Performance Results 2n-dnv
5205 - type: "file"
5206   title: "VPP Performance Results 2n-dnv"
5207   algorithm: "file_test_results"
5208   output-file-ext: ".rst"
5209   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5210   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"
5211   dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
5212   data: "vpp-perf-results-2n-dnv"
5213   filter: "'NDRPDR'"
5214   parameters:
5215   - "name"
5216   - "doc"
5217   - "level"
5218   - "parent"
5219   data-start-level: 3
5220
5221 # VPP Performance Configuration 3n-hsw
5222 - type: "file"
5223   title: "VPP Performance Configuration 3n-hsw"
5224   algorithm: "file_test_results"
5225   output-file-ext: ".rst"
5226   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
5227   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"
5228   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
5229   data: "vpp-perf-results-3n-hsw"
5230   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5231   parameters:
5232   - "name"
5233   - "doc"
5234   - "level"
5235   - "parent"
5236   data-start-level: 3
5237
5238 # VPP Performance Configuration 3n-skx
5239 - type: "file"
5240   title: "VPP Performance Configuration 3n-skx"
5241   algorithm: "file_test_results"
5242   output-file-ext: ".rst"
5243   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
5244   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"
5245   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
5246   data: "vpp-perf-results-3n-skx"
5247   filter: "not 'CFS_OPT'"
5248   parameters:
5249   - "name"
5250   - "doc"
5251   - "level"
5252   - "parent"
5253   data-start-level: 3
5254
5255 # VPP Performance Configuration 2n-skx
5256 - type: "file"
5257   title: "VPP Performance Configuration 2n-skx"
5258   algorithm: "file_test_results"
5259   output-file-ext: ".rst"
5260   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
5261   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"
5262   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
5263   data: "vpp-perf-results-2n-skx"
5264   filter: "not 'CFS_OPT'"
5265   parameters:
5266   - "name"
5267   - "doc"
5268   - "level"
5269   - "parent"
5270   data-start-level: 3
5271
5272 # VPP Performance Configuration 2n-clx
5273 - type: "file"
5274   title: "VPP Performance Configuration 2n-clx"
5275   algorithm: "file_test_results"
5276   output-file-ext: ".rst"
5277   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/vpp_performance_configuration_2n_clx"
5278   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"
5279   dir-tables: "{DIR[DTC,PERF,VPP,2N,CLX]}"
5280   data: "vpp-perf-results-2n-clx"
5281   filter: "not 'CFS_OPT'"
5282   parameters:
5283   - "name"
5284   - "doc"
5285   - "level"
5286   - "parent"
5287   data-start-level: 3
5288
5289 # VPP Performance Configuration 3n-tsh
5290 - type: "file"
5291   title: "VPP Performance Configuration 3n-tsh"
5292   algorithm: "file_test_results"
5293   output-file-ext: ".rst"
5294   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
5295   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"
5296   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
5297   data: "vpp-perf-results-3n-tsh"
5298   filter: "not 'CFS_OPT'"
5299   parameters:
5300   - "name"
5301   - "doc"
5302   - "level"
5303   - "parent"
5304   data-start-level: 3
5305
5306 # VPP Performance Configuration 3n-dnv
5307 - type: "file"
5308   title: "VPP Performance Configuration 3n-dnv"
5309   algorithm: "file_test_results"
5310   output-file-ext: ".rst"
5311   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/vpp_performance_configuration_3n_dnv"
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[DTC,PERF,VPP,3N,DNV]}"
5314   data: "vpp-perf-results-3n-dnv"
5315   filter: "'NDRPDR'"
5316   parameters:
5317   - "name"
5318   - "doc"
5319   - "level"
5320   - "parent"
5321   data-start-level: 3
5322
5323 # VPP Performance Configuration 2n-dnv
5324 - type: "file"
5325   title: "VPP Performance Configuration 2n-dnv"
5326   algorithm: "file_test_results"
5327   output-file-ext: ".rst"
5328   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
5329   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"
5330   dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
5331   data: "vpp-perf-results-2n-dnv"
5332   filter: "'NDRPDR'"
5333   parameters:
5334   - "name"
5335   - "doc"
5336   - "level"
5337   - "parent"
5338   data-start-level: 3
5339
5340 # VPP Performance Operational Data 3n-hsw
5341 - type: "file"
5342   title: "VPP Performance Operational Data 3n-hsw"
5343   algorithm: "file_test_results"
5344   output-file-ext: ".rst"
5345   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_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[DTO,PERF,VPP,3N,HSW]}"
5348   data: "vpp-perf-results-3n-hsw"
5349   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
5350   parameters:
5351   - "name"
5352   - "doc"
5353   - "level"
5354   - "parent"
5355   data-start-level: 3
5356
5357 # VPP Performance Operational Data 3n-skx
5358 - type: "file"
5359   title: "VPP Performance Operational Data 3n-skx"
5360   algorithm: "file_test_results"
5361   output-file-ext: ".rst"
5362   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_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[DTO,PERF,VPP,3N,SKX]}"
5365   data: "vpp-perf-results-3n-skx"
5366   filter: "not 'CFS_OPT'"
5367   parameters:
5368   - "name"
5369   - "doc"
5370   - "level"
5371   - "parent"
5372   data-start-level: 3
5373
5374 # VPP Performance Operational Data 2n-skx
5375 - type: "file"
5376   title: "VPP Performance Operational Data 2n-skx"
5377   algorithm: "file_test_results"
5378   output-file-ext: ".rst"
5379   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_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[DTO,PERF,VPP,2N,SKX]}"
5382   data: "vpp-perf-results-2n-skx"
5383   filter: "not 'CFS_OPT'"
5384   parameters:
5385   - "name"
5386   - "doc"
5387   - "level"
5388   - "parent"
5389   data-start-level: 3
5390
5391 # VPP Performance Operational Data 2n-clx
5392 - type: "file"
5393   title: "VPP Performance Operational Data 2n-clx"
5394   algorithm: "file_test_results"
5395   output-file-ext: ".rst"
5396   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/vpp_performance_operational_data_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[DTO,PERF,VPP,2N,CLX]}"
5399   data: "vpp-perf-results-2n-clx"
5400   filter: "not 'CFS_OPT'"
5401   parameters:
5402   - "name"
5403   - "doc"
5404   - "level"
5405   - "parent"
5406   data-start-level: 3
5407
5408 # VPP Performance Operational Data 3n-tsh
5409 - type: "file"
5410   title: "VPP Performance Operational Data 3n-tsh"
5411   algorithm: "file_test_results"
5412   output-file-ext: ".rst"
5413   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_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[DTO,PERF,VPP,3N,TSH]}"
5416   data: "vpp-perf-results-3n-tsh"
5417   filter: "not 'CFS_OPT'"
5418   parameters:
5419   - "name"
5420   - "doc"
5421   - "level"
5422   - "parent"
5423   data-start-level: 3
5424
5425 # VPP Performance Operational Data 3n-dnv
5426 - type: "file"
5427   title: "VPP Performance Operational Data 3n-dnv"
5428   algorithm: "file_test_results"
5429   output-file-ext: ".rst"
5430   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/vpp_performance_operational_data_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[DTO,PERF,VPP,3N,DNV]}"
5433   data: "vpp-perf-results-3n-dnv"
5434   filter: "'NDRPDR'"
5435   parameters:
5436   - "name"
5437   - "doc"
5438   - "level"
5439   - "parent"
5440   data-start-level: 3
5441
5442 # VPP Performance Operational Data 2n-dnv
5443 - type: "file"
5444   title: "VPP Performance Operational Data 2n-dnv"
5445   algorithm: "file_test_results"
5446   output-file-ext: ".rst"
5447   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_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[DTO,PERF,VPP,2N,DNV]}"
5450   data: "vpp-perf-results-2n-dnv"
5451   filter: "'NDRPDR'"
5452   parameters:
5453   - "name"
5454   - "doc"
5455   - "level"
5456   - "parent"
5457   data-start-level: 3
5458
5459 # VPP MRR Results 3n-hsw
5460 - type: "file"
5461   title: "VPP MRR Results 3n-hsw"
5462   algorithm: "file_test_results"
5463   output-file-ext: ".rst"
5464   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_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[DTR,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 Results 3n-skx
5477 - type: "file"
5478   title: "VPP MRR Results 3n-skx"
5479   algorithm: "file_test_results"
5480   output-file-ext: ".rst"
5481   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_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[DTR,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 Results 2n-skx
5494 - type: "file"
5495   title: "VPP MRR Results 2n-skx"
5496   algorithm: "file_test_results"
5497   output-file-ext: ".rst"
5498   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_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[DTR,MRR,VPP,2N,SKX]}"
5501   data: "vpp-mrr-results-2n-skx"
5502   filter: "all"
5503   parameters:
5504   - "name"
5505   - "doc"
5506   - "level"
5507   - "parent"
5508   data-start-level: 3
5509
5510 # VPP MRR Results 2n-clx
5511 - type: "file"
5512   title: "VPP MRR Results 2n-clx"
5513   algorithm: "file_test_results"
5514   output-file-ext: ".rst"
5515   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/vpp_mrr_results_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[DTR,MRR,VPP,2N,CLX]}"
5518   data: "vpp-mrr-results-2n-clx"
5519   filter: "all"
5520   parameters:
5521   - "name"
5522   - "doc"
5523   - "level"
5524   - "parent"
5525   data-start-level: 3
5526
5527 # VPP MRR Results 3n-tsh
5528 - type: "file"
5529   title: "VPP MRR Results 3n-tsh"
5530   algorithm: "file_test_results"
5531   output-file-ext: ".rst"
5532   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/vpp_mrr_results_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[DTR,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 Results 3n-dnv
5545 - type: "file"
5546   title: "VPP MRR Results 3n-dnv"
5547   algorithm: "file_test_results"
5548   output-file-ext: ".rst"
5549   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/vpp_mrr_results_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[DTR,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 Results 2n-dnv
5562 - type: "file"
5563   title: "VPP MRR Results 2n-dnv"
5564   algorithm: "file_test_results"
5565   output-file-ext: ".rst"
5566   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_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[DTR,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 MRR Configuration 3n-hsw
5579 - type: "file"
5580   title: "VPP MRR Configuration 3n-hsw"
5581   algorithm: "file_test_results"
5582   output-file-ext: ".rst"
5583   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
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[DTC,MRR,VPP,3N,HSW]}"
5586   data: "vpp-mrr-results-3n-hsw"
5587   filter: "'MRR'"
5588   parameters:
5589   - "name"
5590   - "doc"
5591   - "level"
5592   - "parent"
5593   data-start-level: 3
5594
5595 # VPP MRR Configuration 3n-skx
5596 - type: "file"
5597   title: "VPP MRR Configuration 3n-skx"
5598   algorithm: "file_test_results"
5599   output-file-ext: ".rst"
5600   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
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,MRR,VPP,3N,SKX]}"
5603   data: "vpp-mrr-results-3n-skx"
5604   filter: "'MRR'"
5605   parameters:
5606   - "name"
5607   - "doc"
5608   - "level"
5609   - "parent"
5610   data-start-level: 3
5611
5612 # VPP MRR Configuration 2n-skx
5613 - type: "file"
5614   title: "VPP MRR Configuration 2n-skx"
5615   algorithm: "file_test_results"
5616   output-file-ext: ".rst"
5617   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
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[DTC,MRR,VPP,2N,SKX]}"
5620   data: "vpp-mrr-results-2n-skx"
5621   filter: "'MRR'"
5622   parameters:
5623   - "name"
5624   - "doc"
5625   - "level"
5626   - "parent"
5627   data-start-level: 3
5628
5629 # VPP MRR Configuration 2n-clx
5630 - type: "file"
5631   title: "VPP MRR Configuration 2n-clx"
5632   algorithm: "file_test_results"
5633   output-file-ext: ".rst"
5634   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/vpp_mrr_configuration_2n_clx"
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[DTC,MRR,VPP,2N,CLX]}"
5637   data: "vpp-mrr-results-2n-clx"
5638   filter: "'MRR'"
5639   parameters:
5640   - "name"
5641   - "doc"
5642   - "level"
5643   - "parent"
5644   data-start-level: 3
5645
5646 # VPP MRR Configuration 3n-tsh
5647 - type: "file"
5648   title: "VPP MRR Configuration 3n-tsh"
5649   algorithm: "file_test_results"
5650   output-file-ext: ".rst"
5651   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/vpp_mrr_configuration_3n_tsh"
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[DTC,MRR,VPP,3N,TSH]}"
5654   data: "vpp-mrr-results-3n-tsh"
5655   filter: "'MRR'"
5656   parameters:
5657   - "name"
5658   - "doc"
5659   - "level"
5660   - "parent"
5661   data-start-level: 3
5662
5663 # VPP MRR Configuration 3n-dnv
5664 - type: "file"
5665   title: "VPP MRR Configuration 3n-dnv"
5666   algorithm: "file_test_results"
5667   output-file-ext: ".rst"
5668   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/vpp_mrr_configuration_3n_dnv"
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[DTC,MRR,VPP,3N,DNV]}"
5671   data: "vpp-mrr-results-3n-dnv"
5672   filter: "'MRR'"
5673   parameters:
5674   - "name"
5675   - "doc"
5676   - "level"
5677   - "parent"
5678   data-start-level: 3
5679
5680 # VPP MRR Configuration 2n-dnv
5681 - type: "file"
5682   title: "VPP MRR Configuration 2n-dnv"
5683   algorithm: "file_test_results"
5684   output-file-ext: ".rst"
5685   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
5686   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"
5687   dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
5688   data: "vpp-mrr-results-2n-dnv"
5689   filter: "'MRR'"
5690   parameters:
5691   - "name"
5692   - "doc"
5693   - "level"
5694   - "parent"
5695   data-start-level: 3
5696
5697 # VPP Device Results - Ubuntu
5698 - type: "file"
5699   title: "VPP Device Results - Ubuntu"
5700   algorithm: "file_test_results"
5701   output-file-ext: ".rst"
5702   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5703   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"
5704   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
5705   data: "vpp-device-results-ubuntu"
5706   filter: "all"
5707   parameters:
5708   - "name"
5709   - "doc"
5710   - "level"
5711   - "parent"
5712   data-start-level: 2
5713
5714 # VPP Device Configuration - Ubuntu
5715 - type: "file"
5716   title: "VPP Device Configuration - Ubuntu"
5717   algorithm: "file_test_results"
5718   output-file-ext: ".rst"
5719   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5720   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"
5721   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
5722   data: "vpp-device-results-ubuntu"
5723   filter: "all"
5724   parameters:
5725   - "name"
5726   - "doc"
5727   - "level"
5728   - "parent"
5729   data-start-level: 2
5730
5731 # DPDK Performance Results 3n-hsw
5732 - type: "file"
5733   title: "DPDK Performance Results 3n-hsw"
5734   algorithm: "file_test_results"
5735   output-file-ext: ".rst"
5736   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
5737   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"
5738   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
5739   data: "dpdk-perf-results-3n-hsw"
5740   filter: "all"
5741   parameters:
5742   - "name"
5743   - "doc"
5744   - "level"
5745   - "parent"
5746   data-start-level: 3
5747
5748 # DPDK Performance Results 3n-skx
5749 - type: "file"
5750   title: "DPDK Performance Results 3n-skx"
5751   algorithm: "file_test_results"
5752   output-file-ext: ".rst"
5753   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
5754   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"
5755   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
5756   data: "dpdk-perf-results-3n-skx"
5757   filter: "all"
5758   parameters:
5759   - "name"
5760   - "doc"
5761   - "level"
5762   - "parent"
5763   data-start-level: 3
5764
5765 # DPDK Performance Results 2n-skx
5766 - type: "file"
5767   title: "DPDK Performance Results 2n-skx"
5768   algorithm: "file_test_results"
5769   output-file-ext: ".rst"
5770   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
5771   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"
5772   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
5773   data: "dpdk-perf-results-2n-skx"
5774   filter: "all"
5775   parameters:
5776   - "name"
5777   - "doc"
5778   - "level"
5779   - "parent"
5780   data-start-level: 3
5781
5782 # DPDK Performance Results 2n-clx
5783 - type: "file"
5784   title: "DPDK Performance Results 2n-clx"
5785   algorithm: "file_test_results"
5786   output-file-ext: ".rst"
5787   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
5788   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"
5789   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
5790   data: "dpdk-perf-results-2n-clx"
5791   filter: "all"
5792   parameters:
5793   - "name"
5794   - "doc"
5795   - "level"
5796   - "parent"
5797   data-start-level: 3
5798
5799 ################################################################################
5800 ###                                P L O T S                                 ###
5801 ################################################################################
5802
5803 # Plots VPP HTTP Server Performance
5804 - type: "plot"
5805   title: "VPP HTTP Server Performance"
5806   algorithm: "plot_http_server_perf_box"
5807   output-file-type: ".html"
5808   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
5809   data:
5810     "plot-vpp-http-server-performance"
5811   # Keep this formatting, the filter is enclosed with " (quotation mark) and
5812   # each tag is enclosed with ' (apostrophe).
5813   filter: "'HTTP' and 'TCP_CPS'"
5814   parameters:
5815   - "result"
5816   - "name"
5817   traces:
5818     hoverinfo: "y+name"
5819     boxpoints: "outliers"
5820     whiskerwidth: 0
5821   layout:
5822     title: "VPP HTTP Server Performance"
5823     layout:
5824       "plot-cps"
5825
5826 - type: "plot"
5827   title: "VPP HTTP Server Performance"
5828   algorithm: "plot_http_server_perf_box"
5829   output-file-type: ".html"
5830   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
5831   data:
5832     "plot-vpp-http-server-performance"
5833   filter: "'HTTP' and 'TCP_RPS'"
5834   parameters:
5835   - "result"
5836   - "name"
5837   traces:
5838     hoverinfo: "y+name"
5839     boxpoints: "outliers"
5840     whiskerwidth: 0
5841   layout:
5842     title: "VPP HTTP Server Performance"
5843     layout:
5844       "plot-rps"
5845
5846 ################################################################################
5847
5848 # Soak Test (PLRsearch), boxes
5849 - type: "plot"
5850   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5851   algorithm: "plot_perf_box_name"
5852   output-file-type: ".html"
5853   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
5854   data: "plot-vpp-soak-2n-skx"
5855   include:
5856     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Soak.64B-2t1c-avf-eth-l2patch-soak"
5857     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
5858     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
5859     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Soak.64B-2t1c-eth-l2patch-soak"
5860     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
5861     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
5862   layout:
5863     title: "30 Minutes Soak Test (PLRsearch)"
5864     layout: "plot-soak-throughput"
5865
5866 # Soak Test (PLRsearch), boxes
5867 - type: "plot"
5868   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
5869   algorithm: "plot_perf_box_name"
5870   output-file-type: ".html"
5871   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
5872   data: "plot-vpp-soak-2n-skx"
5873   include:
5874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-soak"
5875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
5876     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
5877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
5878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
5879     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
5880   layout:
5881     title: "30 Minutes Soak Test (PLRsearch)"
5882     layout: "plot-soak-throughput"
5883
5884 ###############################################################################
5885
5886 - type: "plot"
5887   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5888   algorithm: "plot_nf_reconf_box_name"
5889   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
5890   data: "plot-vpp-nfv-reconf-2n-skx"
5891   include:
5892     - "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"
5893     - "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"
5894     - "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"
5895     - "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"
5896     - "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"
5897     - "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"
5898   layout:
5899     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5900     layout: "plot-throughput"
5901
5902 - type: "plot"
5903   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5904   algorithm: "plot_nf_reconf_box_name"
5905   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
5906   data: "plot-vpp-nfv-reconf-2n-skx"
5907   include:
5908     - "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"
5909     - "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"
5910     - "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"
5911     - "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"
5912     - "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"
5913     - "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"
5914   layout:
5915     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5916     layout: "plot-throughput"
5917
5918 - type: "plot"
5919   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
5920   algorithm: "plot_nf_reconf_box_name"
5921   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
5922   data: "plot-vpp-nfv-reconf-2n-skx"
5923   include:
5924     - "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"
5925     - "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"
5926     - "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"
5927     - "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"
5928     - "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"
5929     - "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"
5930   layout:
5931     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
5932     layout: "plot-throughput"
5933
5934 ###############################################################################
5935 # Plots - NF Density - VSC - MRR 64b
5936 - type: "plot"
5937   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5938   algorithm: "plot_nf_heatmap"
5939   output-file-type: ".html"
5940   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
5941   data: "plot-vpp-nfv-2n-skx-mrr"
5942   filter: "'NIC_Intel-XXV710' and
5943            'NF_DENSITY' and
5944            'VHOST' and
5945            not 'VXLAN' and
5946            'CHAIN' and
5947            'NF_VPPIP4' and
5948            '64B' and
5949            '2T1C' and
5950            'MRR'"
5951   parameters:
5952   - "result"
5953   - "name"
5954   - "tags"
5955   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5956   x-axis: "X = VNFs per Service Chain"
5957   y-axis: "Y = Number of Service Chains"
5958   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5959   layout:
5960     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5961     layout: "plot-service-density"
5962
5963 - type: "plot"
5964   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5965   algorithm: "plot_nf_heatmap"
5966   output-file-type: ".html"
5967   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
5968   data: "plot-vpp-nfv-2n-skx-mrr"
5969   filter: "'NIC_Intel-XXV710' and
5970            'NF_DENSITY' and
5971            'VHOST' and
5972            not 'VXLAN' and
5973            'CHAIN' and
5974            'NF_VPPIP4' and
5975            '64B' and
5976            '4T2C' and
5977            'MRR'"
5978   parameters:
5979   - "result"
5980   - "name"
5981   - "tags"
5982   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5983   x-axis: "X = VNFs per Service Chain"
5984   y-axis: "Y = Number of Service Chains"
5985   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5986   layout:
5987     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5988     layout: "plot-service-density"
5989
5990 - type: "plot"
5991   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
5992   algorithm: "plot_nf_heatmap"
5993   output-file-type: ".html"
5994   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
5995   data: "plot-vpp-nfv-2n-skx-mrr"
5996   filter: "'NIC_Intel-XXV710' and
5997            'NF_DENSITY' and
5998            'VHOST' and
5999            not 'VXLAN' and
6000            'CHAIN' and
6001            'NF_VPPIP4' and
6002            '64B' and
6003            '8T4C' and
6004            'MRR'"
6005   parameters:
6006   - "result"
6007   - "name"
6008   - "tags"
6009   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6010   x-axis: "X = VNFs per Service Chain"
6011   y-axis: "Y = Number of Service Chains"
6012   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6013   layout:
6014     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6015     layout: "plot-service-density"
6016
6017 # Plots - NF Density - VSC - MRR IMIX
6018 - type: "plot"
6019   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6020   algorithm: "plot_nf_heatmap"
6021   output-file-type: ".html"
6022   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6023   data: "plot-vpp-nfv-2n-skx-mrr"
6024   filter: "'NIC_Intel-XXV710' and
6025            'NF_DENSITY' and
6026            'VHOST' and
6027            not 'VXLAN' and
6028            'CHAIN' and
6029            'NF_VPPIP4' and
6030            'IMIX' and
6031            '2T1C' and
6032            'MRR'"
6033   parameters:
6034   - "result"
6035   - "name"
6036   - "tags"
6037   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6038   x-axis: "X = VNFs per Service Chain"
6039   y-axis: "Y = Number of Service Chains"
6040   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6041   layout:
6042     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6043     layout: "plot-service-density"
6044
6045 - type: "plot"
6046   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6047   algorithm: "plot_nf_heatmap"
6048   output-file-type: ".html"
6049   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
6050   data: "plot-vpp-nfv-2n-skx-mrr"
6051   filter: "'NIC_Intel-XXV710' and
6052            'NF_DENSITY' and
6053            'VHOST' and
6054            not 'VXLAN' and
6055            'CHAIN' and
6056            'NF_VPPIP4' and
6057            'IMIX' and
6058            '4T2C' and
6059            'MRR'"
6060   parameters:
6061   - "result"
6062   - "name"
6063   - "tags"
6064   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6065   x-axis: "X = VNFs per Service Chain"
6066   y-axis: "Y = Number of Service Chains"
6067   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6068   layout:
6069     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6070     layout: "plot-service-density"
6071
6072 - type: "plot"
6073   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6074   algorithm: "plot_nf_heatmap"
6075   output-file-type: ".html"
6076   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
6077   data: "plot-vpp-nfv-2n-skx-mrr"
6078   filter: "'NIC_Intel-XXV710' and
6079            'NF_DENSITY' and
6080            'VHOST' and
6081            not 'VXLAN' and
6082            'CHAIN' and
6083            'NF_VPPIP4' and
6084            'IMIX' and
6085            '8T4C' and
6086            'MRR'"
6087   parameters:
6088   - "result"
6089   - "name"
6090   - "tags"
6091   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6092   x-axis: "X = VNFs per Service Chain"
6093   y-axis: "Y = Number of Service Chains"
6094   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6095   layout:
6096     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6097     layout: "plot-service-density"
6098
6099 # Plots - NF Density - VSC - NDR 64b
6100 - type: "plot"
6101   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6102   algorithm: "plot_nf_heatmap"
6103   output-file-type: ".html"
6104   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
6105   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6106   filter: "'NIC_Intel-XXV710' and
6107            'NF_DENSITY' and
6108            'VHOST' and
6109            not 'VXLAN' and
6110            'CHAIN' and
6111            'NF_VPPIP4' and
6112            '64B' and
6113            '2T1C' and
6114            'NDRPDR'"
6115   parameters:
6116   - "throughput"
6117   - "name"
6118   - "tags"
6119   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6120   x-axis: "X = VNFs per Service Chain"
6121   y-axis: "Y = Number of Service Chains"
6122   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6123   layout:
6124     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6125     layout: "plot-service-density"
6126
6127 - type: "plot"
6128   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6129   algorithm: "plot_nf_heatmap"
6130   output-file-type: ".html"
6131   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
6132   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6133   filter: "'NIC_Intel-XXV710' and
6134            'NF_DENSITY' and
6135            'VHOST' and
6136            not 'VXLAN' and
6137            'CHAIN' and
6138            'NF_VPPIP4' and
6139            '64B' and
6140            '4T2C' and
6141            'NDRPDR'"
6142   parameters:
6143   - "throughput"
6144   - "name"
6145   - "tags"
6146   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6147   x-axis: "X = VNFs per Service Chain"
6148   y-axis: "Y = Number of Service Chains"
6149   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6150   layout:
6151     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6152     layout: "plot-service-density"
6153
6154 - type: "plot"
6155   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6156   algorithm: "plot_nf_heatmap"
6157   output-file-type: ".html"
6158   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
6159   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6160   filter: "'NIC_Intel-XXV710' and
6161            'NF_DENSITY' and
6162            'VHOST' and
6163            not 'VXLAN' and
6164            'CHAIN' and
6165            'NF_VPPIP4' and
6166            '64B' and
6167            '8T4C' and
6168            'NDRPDR'"
6169   parameters:
6170   - "throughput"
6171   - "name"
6172   - "tags"
6173   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6174   x-axis: "X = VNFs per Service Chain"
6175   y-axis: "Y = Number of Service Chains"
6176   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6177   layout:
6178     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6179     layout: "plot-service-density"
6180
6181 # Plots - NF Density - VSC - NDR IMIX
6182 - type: "plot"
6183   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6184   algorithm: "plot_nf_heatmap"
6185   output-file-type: ".html"
6186   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
6187   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6188   filter: "'NIC_Intel-XXV710' and
6189            'NF_DENSITY' and
6190            'VHOST' and
6191            not 'VXLAN' and
6192            'CHAIN' and
6193            'NF_VPPIP4' and
6194            'IMIX' and
6195            '2T1C' and
6196            'NDRPDR'"
6197   parameters:
6198   - "throughput"
6199   - "name"
6200   - "tags"
6201   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6202   x-axis: "X = VNFs per Service Chain"
6203   y-axis: "Y = Number of Service Chains"
6204   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6205   layout:
6206     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6207     layout: "plot-service-density"
6208
6209 - type: "plot"
6210   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6211   algorithm: "plot_nf_heatmap"
6212   output-file-type: ".html"
6213   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
6214   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6215   filter: "'NIC_Intel-XXV710' and
6216            'NF_DENSITY' and
6217            'VHOST' and
6218            not 'VXLAN' and
6219            'CHAIN' and
6220            'NF_VPPIP4' and
6221            'IMIX' and
6222            '4T2C' and
6223            'NDRPDR'"
6224   parameters:
6225   - "throughput"
6226   - "name"
6227   - "tags"
6228   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6229   x-axis: "X = VNFs per Service Chain"
6230   y-axis: "Y = Number of Service Chains"
6231   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6232   layout:
6233     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6234     layout: "plot-service-density"
6235
6236 - type: "plot"
6237   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6238   algorithm: "plot_nf_heatmap"
6239   output-file-type: ".html"
6240   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
6241   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6242   filter: "'NIC_Intel-XXV710' and
6243            'NF_DENSITY' and
6244            'VHOST' and
6245            not 'VXLAN' and
6246            'CHAIN' and
6247            'NF_VPPIP4' and
6248            'IMIX' and
6249            '8T4C' and
6250            'NDRPDR'"
6251   parameters:
6252   - "throughput"
6253   - "name"
6254   - "tags"
6255   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6256   x-axis: "X = VNFs per Service Chain"
6257   y-axis: "Y = Number of Service Chains"
6258   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6259   layout:
6260     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
6261     layout: "plot-service-density"
6262
6263 # Plots - NF Density - VSC - PDR 64b
6264 - type: "plot"
6265   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6266   algorithm: "plot_nf_heatmap"
6267   output-file-type: ".html"
6268   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
6269   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6270   filter: "'NIC_Intel-XXV710' and
6271            'NF_DENSITY' and
6272            'VHOST' and
6273            not 'VXLAN' and
6274            'CHAIN' and
6275            'NF_VPPIP4' and
6276            '64B' and
6277            '2T1C' and
6278            'NDRPDR'"
6279   parameters:
6280   - "throughput"
6281   - "name"
6282   - "tags"
6283   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6284   x-axis: "X = VNFs per Service Chain"
6285   y-axis: "Y = Number of Service Chains"
6286   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6287   layout:
6288     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6289     layout: "plot-service-density"
6290
6291 - type: "plot"
6292   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6293   algorithm: "plot_nf_heatmap"
6294   output-file-type: ".html"
6295   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
6296   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6297   filter: "'NIC_Intel-XXV710' and
6298            'NF_DENSITY' and
6299            'VHOST' and
6300            not 'VXLAN' and
6301            'CHAIN' and
6302            'NF_VPPIP4' and
6303            '64B' and
6304            '4T2C' and
6305            'NDRPDR'"
6306   parameters:
6307   - "throughput"
6308   - "name"
6309   - "tags"
6310   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6311   x-axis: "X = VNFs per Service Chain"
6312   y-axis: "Y = Number of Service Chains"
6313   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6314   layout:
6315     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6316     layout: "plot-service-density"
6317
6318 - type: "plot"
6319   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6320   algorithm: "plot_nf_heatmap"
6321   output-file-type: ".html"
6322   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
6323   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6324   filter: "'NIC_Intel-XXV710' and
6325            'NF_DENSITY' and
6326            'VHOST' and
6327            not 'VXLAN' and
6328            'CHAIN' and
6329            'NF_VPPIP4' and
6330            '64B' and
6331            '8T4C' and
6332            'NDRPDR'"
6333   parameters:
6334   - "throughput"
6335   - "name"
6336   - "tags"
6337   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6338   x-axis: "X = VNFs per Service Chain"
6339   y-axis: "Y = Number of Service Chains"
6340   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6341   layout:
6342     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6343     layout: "plot-service-density"
6344
6345 # Plots - NF Density - VSC - PDR IMIX
6346 - type: "plot"
6347   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6348   algorithm: "plot_nf_heatmap"
6349   output-file-type: ".html"
6350   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
6351   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6352   filter: "'NIC_Intel-XXV710' and
6353            'NF_DENSITY' and
6354            'VHOST' and
6355            not 'VXLAN' and
6356            'CHAIN' and
6357            'NF_VPPIP4' and
6358            'IMIX' and
6359            '2T1C' and
6360            'NDRPDR'"
6361   parameters:
6362   - "throughput"
6363   - "name"
6364   - "tags"
6365   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6366   x-axis: "X = VNFs per Service Chain"
6367   y-axis: "Y = Number of Service Chains"
6368   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6369   layout:
6370     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6371     layout: "plot-service-density"
6372
6373 - type: "plot"
6374   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6375   algorithm: "plot_nf_heatmap"
6376   output-file-type: ".html"
6377   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
6378   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6379   filter: "'NIC_Intel-XXV710' and
6380            'NF_DENSITY' and
6381            'VHOST' and
6382            not 'VXLAN' and
6383            'CHAIN' and
6384            'NF_VPPIP4' and
6385            'IMIX' and
6386            '4T2C' and
6387            'NDRPDR'"
6388   parameters:
6389   - "throughput"
6390   - "name"
6391   - "tags"
6392   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6393   x-axis: "X = VNFs per Service Chain"
6394   y-axis: "Y = Number of Service Chains"
6395   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6396   layout:
6397     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6398     layout: "plot-service-density"
6399
6400 - type: "plot"
6401   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6402   algorithm: "plot_nf_heatmap"
6403   output-file-type: ".html"
6404   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
6405   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6406   filter: "'NIC_Intel-XXV710' and
6407            'NF_DENSITY' and
6408            'VHOST' and
6409            not 'VXLAN' and
6410            'CHAIN' and
6411            'NF_VPPIP4' and
6412            'IMIX' and
6413            '8T4C' and
6414            'NDRPDR'"
6415   parameters:
6416   - "throughput"
6417   - "name"
6418   - "tags"
6419   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6420   x-axis: "X = VNFs per Service Chain"
6421   y-axis: "Y = Number of Service Chains"
6422   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6423   layout:
6424     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
6425     layout: "plot-service-density"
6426
6427 ###############################################################################
6428 # Plots - NF Density - VSC - MRR 64b
6429 - type: "plot"
6430   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6431   algorithm: "plot_nf_heatmap"
6432   output-file-type: ".html"
6433   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
6434   data: "plot-vpp-nfv-2n-skx-mrr"
6435   filter: "'NIC_Intel-XXV710' and
6436            'NF_DENSITY' and
6437            'VHOST' and
6438            'VXLAN' and
6439            'CHAIN' and
6440            '118' and
6441            '2T1C' and
6442            'MRR'"
6443   parameters:
6444   - "result"
6445   - "name"
6446   - "tags"
6447   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6448   x-axis: "X = VNFs per Service Chain"
6449   y-axis: "Y = Number of Service Chains"
6450   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6451   layout:
6452     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6453     layout: "plot-service-density"
6454
6455 - type: "plot"
6456   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6457   algorithm: "plot_nf_heatmap"
6458   output-file-type: ".html"
6459   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
6460   data: "plot-vpp-nfv-2n-skx-mrr"
6461   filter: "'NIC_Intel-XXV710' and
6462            'NF_DENSITY' and
6463            'VHOST' and
6464            'VXLAN' and
6465            'CHAIN' and
6466            '118' and
6467            '4T2C' and
6468            'MRR'"
6469   parameters:
6470   - "result"
6471   - "name"
6472   - "tags"
6473   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6474   x-axis: "X = VNFs per Service Chain"
6475   y-axis: "Y = Number of Service Chains"
6476   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6477   layout:
6478     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6479     layout: "plot-service-density"
6480
6481 - type: "plot"
6482   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6483   algorithm: "plot_nf_heatmap"
6484   output-file-type: ".html"
6485   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
6486   data: "plot-vpp-nfv-2n-skx-mrr"
6487   filter: "'NIC_Intel-XXV710' and
6488            'NF_DENSITY' and
6489            'VHOST' and
6490            'VXLAN' and
6491            'CHAIN' and
6492            '118' and
6493            '8T4C' and
6494            'MRR'"
6495   parameters:
6496   - "result"
6497   - "name"
6498   - "tags"
6499   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6500   x-axis: "X = VNFs per Service Chain"
6501   y-axis: "Y = Number of Service Chains"
6502   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6503   layout:
6504     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6505     layout: "plot-service-density"
6506
6507 # Plots - NF Density - VSC - MRR IMIX
6508 - type: "plot"
6509   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6510   algorithm: "plot_nf_heatmap"
6511   output-file-type: ".html"
6512   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
6513   data: "plot-vpp-nfv-2n-skx-mrr"
6514   filter: "'NIC_Intel-XXV710' and
6515            'NF_DENSITY' and
6516            'VHOST' and
6517            'VXLAN' and
6518            'CHAIN' and
6519            'IMIX' and
6520            '2T1C' and
6521            'MRR'"
6522   parameters:
6523   - "result"
6524   - "name"
6525   - "tags"
6526   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6527   x-axis: "X = VNFs per Service Chain"
6528   y-axis: "Y = Number of Service Chains"
6529   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6530   layout:
6531     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6532     layout: "plot-service-density"
6533
6534 - type: "plot"
6535   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6536   algorithm: "plot_nf_heatmap"
6537   output-file-type: ".html"
6538   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
6539   data: "plot-vpp-nfv-2n-skx-mrr"
6540   filter: "'NIC_Intel-XXV710' and
6541            'NF_DENSITY' and
6542            'VHOST' and
6543            'VXLAN' and
6544            'CHAIN' and
6545            'IMIX' and
6546            '4T2C' and
6547            'MRR'"
6548   parameters:
6549   - "result"
6550   - "name"
6551   - "tags"
6552   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6553   x-axis: "X = VNFs per Service Chain"
6554   y-axis: "Y = Number of Service Chains"
6555   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6556   layout:
6557     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6558     layout: "plot-service-density"
6559
6560 - type: "plot"
6561   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6562   algorithm: "plot_nf_heatmap"
6563   output-file-type: ".html"
6564   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
6565   data: "plot-vpp-nfv-2n-skx-mrr"
6566   filter: "'NIC_Intel-XXV710' and
6567            'NF_DENSITY' and
6568            'VHOST' and
6569            'VXLAN' and
6570            'CHAIN' and
6571            'IMIX' and
6572            '8T4C' and
6573            'MRR'"
6574   parameters:
6575   - "result"
6576   - "name"
6577   - "tags"
6578   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6579   x-axis: "X = VNFs per Service Chain"
6580   y-axis: "Y = Number of Service Chains"
6581   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6582   layout:
6583     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
6584     layout: "plot-service-density"
6585
6586 # Plots - NF Density - VSC - NDR 64b
6587 - type: "plot"
6588   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6589   algorithm: "plot_nf_heatmap"
6590   output-file-type: ".html"
6591   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
6592   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6593   filter: "'NIC_Intel-XXV710' and
6594            'NF_DENSITY' and
6595            'VHOST' and
6596            'VXLAN' and
6597            'CHAIN' and
6598            '118' and
6599            '2T1C' and
6600            'NDRPDR'"
6601   parameters:
6602   - "throughput"
6603   - "name"
6604   - "tags"
6605   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6606   x-axis: "X = VNFs per Service Chain"
6607   y-axis: "Y = Number of Service Chains"
6608   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6609   layout:
6610     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6611     layout: "plot-service-density"
6612
6613 - type: "plot"
6614   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6615   algorithm: "plot_nf_heatmap"
6616   output-file-type: ".html"
6617   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
6618   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6619   filter: "'NIC_Intel-XXV710' and
6620            'NF_DENSITY' and
6621            'VHOST' and
6622            'VXLAN' and
6623            'CHAIN' and
6624            '118' and
6625            '4T2C' and
6626            'NDRPDR'"
6627   parameters:
6628   - "throughput"
6629   - "name"
6630   - "tags"
6631   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6632   x-axis: "X = VNFs per Service Chain"
6633   y-axis: "Y = Number of Service Chains"
6634   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6635   layout:
6636     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6637     layout: "plot-service-density"
6638
6639 - type: "plot"
6640   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6641   algorithm: "plot_nf_heatmap"
6642   output-file-type: ".html"
6643   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
6644   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6645   filter: "'NIC_Intel-XXV710' and
6646            'NF_DENSITY' and
6647            'VHOST' and
6648            'VXLAN' and
6649            'CHAIN' and
6650            '118' and
6651            '8T4C' and
6652            'NDRPDR'"
6653   parameters:
6654   - "throughput"
6655   - "name"
6656   - "tags"
6657   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6658   x-axis: "X = VNFs per Service Chain"
6659   y-axis: "Y = Number of Service Chains"
6660   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6661   layout:
6662     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6663     layout: "plot-service-density"
6664
6665 # Plots - NF Density - VSC - NDR IMIX
6666 - type: "plot"
6667   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6668   algorithm: "plot_nf_heatmap"
6669   output-file-type: ".html"
6670   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
6671   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6672   filter: "'NIC_Intel-XXV710' and
6673            'NF_DENSITY' and
6674            'VHOST' and
6675            'VXLAN' and
6676            'CHAIN' a
6677            'IMIX' and
6678            '2T1C' and
6679            'NDRPDR'"
6680   parameters:
6681   - "throughput"
6682   - "name"
6683   - "tags"
6684   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6685   x-axis: "X = VNFs per Service Chain"
6686   y-axis: "Y = Number of Service Chains"
6687   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6688   layout:
6689     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6690     layout: "plot-service-density"
6691
6692 - type: "plot"
6693   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6694   algorithm: "plot_nf_heatmap"
6695   output-file-type: ".html"
6696   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
6697   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6698   filter: "'NIC_Intel-XXV710' and
6699            'NF_DENSITY' and
6700            'VHOST' and
6701            'VXLAN' and
6702            'CHAIN' and
6703            'IMIX' and
6704            '4T2C' and
6705            'NDRPDR'"
6706   parameters:
6707   - "throughput"
6708   - "name"
6709   - "tags"
6710   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6711   x-axis: "X = VNFs per Service Chain"
6712   y-axis: "Y = Number of Service Chains"
6713   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6714   layout:
6715     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6716     layout: "plot-service-density"
6717
6718 - type: "plot"
6719   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6720   algorithm: "plot_nf_heatmap"
6721   output-file-type: ".html"
6722   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
6723   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6724   filter: "'NIC_Intel-XXV710' and
6725            'NF_DENSITY' and
6726            'VHOST' and
6727            'VXLAN' and
6728            'CHAIN' and
6729            'IMIX' and
6730            '8T4C' and
6731            'NDRPDR'"
6732   parameters:
6733   - "throughput"
6734   - "name"
6735   - "tags"
6736   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6737   x-axis: "X = VNFs per Service Chain"
6738   y-axis: "Y = Number of Service Chains"
6739   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6740   layout:
6741     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
6742     layout: "plot-service-density"
6743
6744 # Plots - NF Density - VSC - PDR 64b
6745 - type: "plot"
6746   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6747   algorithm: "plot_nf_heatmap"
6748   output-file-type: ".html"
6749   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
6750   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6751   filter: "'NIC_Intel-XXV710' and
6752            'NF_DENSITY' and
6753            'VHOST' and
6754            'VXLAN' and
6755            'CHAIN' and
6756            '118' and
6757            '2T1C' and
6758            'NDRPDR'"
6759   parameters:
6760   - "throughput"
6761   - "name"
6762   - "tags"
6763   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6764   x-axis: "X = VNFs per Service Chain"
6765   y-axis: "Y = Number of Service Chains"
6766   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6767   layout:
6768     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6769     layout: "plot-service-density"
6770
6771 - type: "plot"
6772   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6773   algorithm: "plot_nf_heatmap"
6774   output-file-type: ".html"
6775   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
6776   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6777   filter: "'NIC_Intel-XXV710' and
6778            'NF_DENSITY' and
6779            'VHOST' and
6780            'VXLAN' and
6781            'CHAIN' and
6782            '118' and
6783            '4T2C' and
6784            'NDRPDR'"
6785   parameters:
6786   - "throughput"
6787   - "name"
6788   - "tags"
6789   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6790   x-axis: "X = VNFs per Service Chain"
6791   y-axis: "Y = Number of Service Chains"
6792   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6793   layout:
6794     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6795     layout: "plot-service-density"
6796
6797 - type: "plot"
6798   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6799   algorithm: "plot_nf_heatmap"
6800   output-file-type: ".html"
6801   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
6802   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6803   filter: "'NIC_Intel-XXV710' and
6804            'NF_DENSITY' and
6805            'VHOST' and
6806            'VXLAN' and
6807            'CHAIN' and
6808            '118' and
6809            '8T4C' and
6810            'NDRPDR'"
6811   parameters:
6812   - "throughput"
6813   - "name"
6814   - "tags"
6815   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6816   x-axis: "X = VNFs per Service Chain"
6817   y-axis: "Y = Number of Service Chains"
6818   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6819   layout:
6820     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6821     layout: "plot-service-density"
6822
6823 # Plots - NF Density - VSC - PDR IMIX
6824 - type: "plot"
6825   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6826   algorithm: "plot_nf_heatmap"
6827   output-file-type: ".html"
6828   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
6829   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6830   filter: "'NIC_Intel-XXV710' and
6831            'NF_DENSITY' and
6832            'VHOST' and
6833            'VXLAN' and
6834            'CHAIN' and
6835            'IMIX' and
6836            '2T1C' and
6837            'NDRPDR'"
6838   parameters:
6839   - "throughput"
6840   - "name"
6841   - "tags"
6842   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6843   x-axis: "X = VNFs per Service Chain"
6844   y-axis: "Y = Number of Service Chains"
6845   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6846   layout:
6847     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6848     layout: "plot-service-density"
6849
6850 - type: "plot"
6851   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6852   algorithm: "plot_nf_heatmap"
6853   output-file-type: ".html"
6854   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
6855   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6856   filter: "'NIC_Intel-XXV710' and
6857            'NF_DENSITY' and
6858            'VHOST' and
6859            'VXLAN' and
6860            'CHAIN' and
6861            'IMIX' and
6862            '4T2C' and
6863            'NDRPDR'"
6864   parameters:
6865   - "throughput"
6866   - "name"
6867   - "tags"
6868   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6869   x-axis: "X = VNFs per Service Chain"
6870   y-axis: "Y = Number of Service Chains"
6871   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6872   layout:
6873     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6874     layout: "plot-service-density"
6875
6876 - type: "plot"
6877   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6878   algorithm: "plot_nf_heatmap"
6879   output-file-type: ".html"
6880   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
6881   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6882   filter: "'NIC_Intel-XXV710' and
6883            'NF_DENSITY' and
6884            'VHOST' and
6885            'VXLAN' and
6886            'CHAIN' and
6887            'IMIX' and
6888            '8T4C' and
6889            'NDRPDR'"
6890   parameters:
6891   - "throughput"
6892   - "name"
6893   - "tags"
6894   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6895   x-axis: "X = VNFs per Service Chain"
6896   y-axis: "Y = Number of Service Chains"
6897   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6898   layout:
6899     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
6900     layout: "plot-service-density"
6901
6902 ###############################################################################
6903 # Plots - NF Density - CSC - MRR 64b
6904 - type: "plot"
6905   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6906   algorithm: "plot_nf_heatmap"
6907   output-file-type: ".html"
6908   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
6909   data: "plot-vpp-nfv-2n-skx-mrr"
6910   filter: "'NIC_Intel-XXV710' and
6911            'NF_DENSITY' and
6912            'DOCKER' and
6913            'CHAIN' and
6914            'NF_VPPIP4' and
6915            '64B' and
6916            '2T1C' and
6917            'MRR'"
6918   parameters:
6919   - "result"
6920   - "name"
6921   - "tags"
6922   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6923   x-axis: "X = CNFs per Service Chain"
6924   y-axis: "Y = Number of Service Chains"
6925   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6926   layout:
6927     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6928     layout: "plot-service-density"
6929
6930 - type: "plot"
6931   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6932   algorithm: "plot_nf_heatmap"
6933   output-file-type: ".html"
6934   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
6935   data: "plot-vpp-nfv-2n-skx-mrr"
6936   filter: "'NIC_Intel-XXV710' and
6937            'NF_DENSITY' and
6938            'DOCKER' and
6939            'CHAIN' and
6940            'NF_VPPIP4' and
6941            '64B' and
6942            '4T2C' and
6943            'MRR'"
6944   parameters:
6945   - "result"
6946   - "name"
6947   - "tags"
6948   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6949   x-axis: "X = CNFs per Service Chain"
6950   y-axis: "Y = Number of Service Chains"
6951   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6952   layout:
6953     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6954     layout: "plot-service-density"
6955
6956 - type: "plot"
6957   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6958   algorithm: "plot_nf_heatmap"
6959   output-file-type: ".html"
6960   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
6961   data: "plot-vpp-nfv-2n-skx-mrr"
6962   filter: "'NIC_Intel-XXV710' and
6963            'NF_DENSITY' and
6964            'DOCKER' and
6965            'CHAIN' and
6966            'NF_VPPIP4' and
6967            '64B' and
6968            '8T4C' and
6969            'MRR'"
6970   parameters:
6971   - "result"
6972   - "name"
6973   - "tags"
6974   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6975   x-axis: "X = CNFs per Service Chain"
6976   y-axis: "Y = Number of Service Chains"
6977   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6978   layout:
6979     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6980     layout: "plot-service-density"
6981
6982 # Plots - NF Density - CSC - MRR IMIX
6983 - type: "plot"
6984   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
6985   algorithm: "plot_nf_heatmap"
6986   output-file-type: ".html"
6987   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
6988   data: "plot-vpp-nfv-2n-skx-mrr"
6989   filter: "'NIC_Intel-XXV710' and
6990            'NF_DENSITY' and
6991            'DOCKER' and
6992            'CHAIN' and
6993            'NF_VPPIP4' and
6994            'IMIX' and
6995            '2T1C' and
6996            'MRR'"
6997   parameters:
6998   - "result"
6999   - "name"
7000   - "tags"
7001   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7002   x-axis: "X = CNFs per Service Chain"
7003   y-axis: "Y = Number of Service Chains"
7004   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7005   layout:
7006     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7007     layout: "plot-service-density"
7008
7009 - type: "plot"
7010   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7011   algorithm: "plot_nf_heatmap"
7012   output-file-type: ".html"
7013   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7014   data: "plot-vpp-nfv-2n-skx-mrr"
7015   filter: "'NIC_Intel-XXV710' and
7016            'NF_DENSITY' and
7017            'DOCKER' and
7018            'CHAIN' and
7019            'NF_VPPIP4' and
7020            'IMIX' and
7021            '4T2C' and
7022            'MRR'"
7023   parameters:
7024   - "result"
7025   - "name"
7026   - "tags"
7027   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7028   x-axis: "X = CNFs per Service Chain"
7029   y-axis: "Y = Number of Service Chains"
7030   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7031   layout:
7032     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7033     layout: "plot-service-density"
7034
7035 - type: "plot"
7036   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7037   algorithm: "plot_nf_heatmap"
7038   output-file-type: ".html"
7039   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7040   data: "plot-vpp-nfv-2n-skx-mrr"
7041   filter: "'NIC_Intel-XXV710' and
7042            'NF_DENSITY' and
7043            'DOCKER' and
7044            'CHAIN' and
7045            'NF_VPPIP4' and
7046            'IMIX' and
7047            '8T4C' and
7048            'MRR'"
7049   parameters:
7050   - "result"
7051   - "name"
7052   - "tags"
7053   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7054   x-axis: "X = CNFs per Service Chain"
7055   y-axis: "Y = Number of Service Chains"
7056   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7057   layout:
7058     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7059     layout: "plot-service-density"
7060
7061 # Plots - NF Density - CSC - NDR 64b
7062 - type: "plot"
7063   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7064   algorithm: "plot_nf_heatmap"
7065   output-file-type: ".html"
7066   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
7067   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7068   filter: "'NIC_Intel-XXV710' and
7069            'NF_DENSITY' and
7070            'DOCKER' and
7071            'CHAIN' and
7072            'NF_VPPIP4' and
7073            '64B' and
7074            '2T1C' and
7075            'NDRPDR'"
7076   parameters:
7077   - "throughput"
7078   - "name"
7079   - "tags"
7080   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7081   x-axis: "X = CNFs per Service Chain"
7082   y-axis: "Y = Number of Service Chains"
7083   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7084   layout:
7085     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7086     layout: "plot-service-density"
7087
7088 - type: "plot"
7089   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7090   algorithm: "plot_nf_heatmap"
7091   output-file-type: ".html"
7092   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
7093   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7094   filter: "'NIC_Intel-XXV710' and
7095            'NF_DENSITY' and
7096            'DOCKER' and
7097            'CHAIN' and
7098            'NF_VPPIP4' and
7099            '64B' and
7100            '4T2C' and
7101            'NDRPDR'"
7102   parameters:
7103   - "throughput"
7104   - "name"
7105   - "tags"
7106   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7107   x-axis: "X = CNFs per Service Chain"
7108   y-axis: "Y = Number of Service Chains"
7109   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7110   layout:
7111     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7112     layout: "plot-service-density"
7113
7114 - type: "plot"
7115   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7116   algorithm: "plot_nf_heatmap"
7117   output-file-type: ".html"
7118   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
7119   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7120   filter: "'NIC_Intel-XXV710' and
7121            'NF_DENSITY' and
7122            'DOCKER' and
7123            'CHAIN' and
7124            'NF_VPPIP4' and
7125            '64B' and
7126            '8T4C' and
7127            'NDRPDR'"
7128   parameters:
7129   - "throughput"
7130   - "name"
7131   - "tags"
7132   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7133   x-axis: "X = CNFs per Service Chain"
7134   y-axis: "Y = Number of Service Chains"
7135   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7136   layout:
7137     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7138     layout: "plot-service-density"
7139
7140 # Plots - NF Density - CSC - NDR IMIX
7141 - type: "plot"
7142   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7143   algorithm: "plot_nf_heatmap"
7144   output-file-type: ".html"
7145   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7146   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7147   filter: "'NIC_Intel-XXV710' and
7148            'NF_DENSITY' and
7149            'DOCKER' and
7150            'CHAIN' and
7151            'NF_VPPIP4' and
7152            'IMIX' and
7153            '2T1C' and
7154            'NDRPDR'"
7155   parameters:
7156   - "throughput"
7157   - "name"
7158   - "tags"
7159   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7160   x-axis: "X = CNFs per Service Chain"
7161   y-axis: "Y = Number of Service Chains"
7162   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7163   layout:
7164     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7165     layout: "plot-service-density"
7166
7167 - type: "plot"
7168   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7169   algorithm: "plot_nf_heatmap"
7170   output-file-type: ".html"
7171   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7172   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7173   filter: "'NIC_Intel-XXV710' and
7174            'NF_DENSITY' and
7175            'DOCKER' and
7176            'CHAIN' and
7177            'NF_VPPIP4' and
7178            'IMIX' and
7179            '4T2C' and
7180            'NDRPDR'"
7181   parameters:
7182   - "throughput"
7183   - "name"
7184   - "tags"
7185   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7186   x-axis: "X = CNFs per Service Chain"
7187   y-axis: "Y = Number of Service Chains"
7188   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7189   layout:
7190     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7191     layout: "plot-service-density"
7192
7193 - type: "plot"
7194   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7195   algorithm: "plot_nf_heatmap"
7196   output-file-type: ".html"
7197   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7198   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7199   filter: "'NIC_Intel-XXV710' and
7200            'NF_DENSITY' and
7201            'DOCKER' and
7202            'CHAIN' and
7203            'NF_VPPIP4' and
7204            'IMIX' and
7205            '8T4C' and
7206            'NDRPDR'"
7207   parameters:
7208   - "throughput"
7209   - "name"
7210   - "tags"
7211   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7212   x-axis: "X = CNFs per Service Chain"
7213   y-axis: "Y = Number of Service Chains"
7214   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7215   layout:
7216     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7217     layout: "plot-service-density"
7218
7219 # Plots - NF Density - CSC - PDR 64b
7220 - type: "plot"
7221   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7222   algorithm: "plot_nf_heatmap"
7223   output-file-type: ".html"
7224   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
7225   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7226   filter: "'NIC_Intel-XXV710' and
7227            'NF_DENSITY' and
7228            'DOCKER' and
7229            'CHAIN' and
7230            'NF_VPPIP4' and
7231            '64B' and
7232            '2T1C' and
7233            'NDRPDR'"
7234   parameters:
7235   - "throughput"
7236   - "name"
7237   - "tags"
7238   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7239   x-axis: "X = CNFs per Service Chain"
7240   y-axis: "Y = Number of Service Chains"
7241   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7242   layout:
7243     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7244     layout: "plot-service-density"
7245
7246 - type: "plot"
7247   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7248   algorithm: "plot_nf_heatmap"
7249   output-file-type: ".html"
7250   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
7251   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7252   filter: "'NIC_Intel-XXV710' and
7253            'NF_DENSITY' and
7254            'DOCKER' and
7255            'CHAIN' and
7256            'NF_VPPIP4' and
7257            '64B' and
7258            '4T2C' and
7259            'NDRPDR'"
7260   parameters:
7261   - "throughput"
7262   - "name"
7263   - "tags"
7264   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7265   x-axis: "X = CNFs per Service Chain"
7266   y-axis: "Y = Number of Service Chains"
7267   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7268   layout:
7269     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7270     layout: "plot-service-density"
7271
7272 - type: "plot"
7273   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7274   algorithm: "plot_nf_heatmap"
7275   output-file-type: ".html"
7276   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
7277   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7278   filter: "'NIC_Intel-XXV710' and
7279            'NF_DENSITY' and
7280            'DOCKER' and
7281            'CHAIN' and
7282            'NF_VPPIP4' and
7283            '64B' and
7284            '8T4C' and
7285            'NDRPDR'"
7286   parameters:
7287   - "throughput"
7288   - "name"
7289   - "tags"
7290   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7291   x-axis: "X = CNFs per Service Chain"
7292   y-axis: "Y = Number of Service Chains"
7293   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7294   layout:
7295     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7296     layout: "plot-service-density"
7297
7298 # Plots - NF Density - CSC - PDR IMIX
7299 - type: "plot"
7300   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7301   algorithm: "plot_nf_heatmap"
7302   output-file-type: ".html"
7303   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
7304   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7305   filter: "'NIC_Intel-XXV710' and
7306            'NF_DENSITY' and
7307            'DOCKER' and
7308            'CHAIN' and
7309            'NF_VPPIP4' and
7310            'IMIX' and
7311            '2T1C' and
7312            'NDRPDR'"
7313   parameters:
7314   - "throughput"
7315   - "name"
7316   - "tags"
7317   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7318   x-axis: "X = CNFs per Service Chain"
7319   y-axis: "Y = Number of Service Chains"
7320   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7321   layout:
7322     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7323     layout: "plot-service-density"
7324
7325 - type: "plot"
7326   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7327   algorithm: "plot_nf_heatmap"
7328   output-file-type: ".html"
7329   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
7330   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7331   filter: "'NIC_Intel-XXV710' and
7332            'NF_DENSITY' and
7333            'DOCKER' and
7334            'CHAIN' and
7335            'NF_VPPIP4' and
7336            'IMIX' and
7337            '4T2C' and
7338            'NDRPDR'"
7339   parameters:
7340   - "throughput"
7341   - "name"
7342   - "tags"
7343   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7344   x-axis: "X = CNFs per Service Chain"
7345   y-axis: "Y = Number of Service Chains"
7346   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7347   layout:
7348     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7349     layout: "plot-service-density"
7350
7351 - type: "plot"
7352   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7353   algorithm: "plot_nf_heatmap"
7354   output-file-type: ".html"
7355   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
7356   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7357   filter: "'NIC_Intel-XXV710' and
7358            'NF_DENSITY' and
7359            'DOCKER' and
7360            'CHAIN' and
7361            'NF_VPPIP4' and
7362            'IMIX' and
7363            '8T4C' and
7364            'NDRPDR'"
7365   parameters:
7366   - "throughput"
7367   - "name"
7368   - "tags"
7369   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7370   x-axis: "X = CNFs per Service Chain"
7371   y-axis: "Y = Number of Service Chains"
7372   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7373   layout:
7374     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
7375     layout: "plot-service-density"
7376
7377 ###############################################################################
7378
7379 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7380 - type: "plot"
7381   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7382   algorithm: "plot_nf_heatmap"
7383   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
7384   data: "plot-vpp-nfv-3n-skx-mrr"
7385   filter: "'NIC_Intel-XXV710' and
7386            'NF_DENSITY' and
7387            'DOCKER' and
7388            'CHAIN' and
7389            'NF_VPPIP4' and
7390            'IPSEC' and
7391            'TNL_4' and
7392            'IMIX' and
7393            '2T1C' and
7394            'MRR'"
7395   parameters:
7396   - "result"
7397   - "name"
7398   - "tags"
7399   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7400   x-axis: "X = CNFs per Service Chain"
7401   y-axis: "Y = Number of Service Chains"
7402   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7403   layout:
7404     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7405     layout: "plot-service-density"
7406
7407 - type: "plot"
7408   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7409   algorithm: "plot_nf_heatmap"
7410   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
7411   data: "plot-vpp-nfv-3n-skx-mrr"
7412   filter: "'NIC_Intel-XXV710' and
7413            'NF_DENSITY' and
7414            'DOCKER' and
7415            'CHAIN' and
7416            'NF_VPPIP4' and
7417            'IPSEC' and
7418            'TNL_4' and
7419            'IMIX' and
7420            '4T2C' and
7421            'MRR'"
7422   parameters:
7423   - "result"
7424   - "name"
7425   - "tags"
7426   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7427   x-axis: "X = CNFs per Service Chain"
7428   y-axis: "Y = Number of Service Chains"
7429   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7430   layout:
7431     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7432     layout: "plot-service-density"
7433
7434 - type: "plot"
7435   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7436   algorithm: "plot_nf_heatmap"
7437   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
7438   data: "plot-vpp-nfv-3n-skx-mrr"
7439   filter: "'NIC_Intel-XXV710' and
7440            'NF_DENSITY' and
7441            'DOCKER' and
7442            'CHAIN' and
7443            'NF_VPPIP4' and
7444            'IPSEC' and
7445            'TNL_4' and
7446            'IMIX' and
7447            '8T4C' and
7448            'MRR'"
7449   parameters:
7450   - "result"
7451   - "name"
7452   - "tags"
7453   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7454   x-axis: "X = CNFs per Service Chain"
7455   y-axis: "Y = Number of Service Chains"
7456   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7457   layout:
7458     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7459     layout: "plot-service-density"
7460
7461 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7462 - type: "plot"
7463   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7464   algorithm: "plot_nf_heatmap"
7465   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
7466   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7467   filter: "'NIC_Intel-XXV710' and
7468            'NF_DENSITY' and
7469            'DOCKER' and
7470            'CHAIN' and
7471            'NF_VPPIP4' and
7472            'IPSEC' and
7473            'TNL_4' and
7474            'IMIX' and
7475            '2T1C' and
7476            'NDRPDR'"
7477   parameters:
7478   - "throughput"
7479   - "name"
7480   - "tags"
7481   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7482   x-axis: "X = CNFs per Service Chain"
7483   y-axis: "Y = Number of Service Chains"
7484   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7485   layout:
7486     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7487     layout: "plot-service-density"
7488
7489 - type: "plot"
7490   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7491   algorithm: "plot_nf_heatmap"
7492   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
7493   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7494   filter: "'NIC_Intel-XXV710' and
7495            'NF_DENSITY' and
7496            'DOCKER' and
7497            'CHAIN' and
7498            'NF_VPPIP4' and
7499            'IPSEC' and
7500            'TNL_4' and
7501            'IMIX' and
7502            '4T2C' and
7503            'NDRPDR'"
7504   parameters:
7505   - "throughput"
7506   - "name"
7507   - "tags"
7508   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7509   x-axis: "X = CNFs per Service Chain"
7510   y-axis: "Y = Number of Service Chains"
7511   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7512   layout:
7513     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7514     layout: "plot-service-density"
7515
7516 - type: "plot"
7517   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7518   algorithm: "plot_nf_heatmap"
7519   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
7520   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7521   filter: "'NIC_Intel-XXV710' and
7522            'NF_DENSITY' and
7523            'DOCKER' and
7524            'CHAIN' and
7525            'NF_VPPIP4' and
7526            'IPSEC' and
7527            'TNL_4' and
7528            'IMIX' and
7529            '8T4C' and
7530            'NDRPDR'"
7531   parameters:
7532   - "throughput"
7533   - "name"
7534   - "tags"
7535   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7536   x-axis: "X = CNFs per Service Chain"
7537   y-axis: "Y = Number of Service Chains"
7538   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7539   layout:
7540     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7541     layout: "plot-service-density"
7542
7543 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7544 - type: "plot"
7545   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7546   algorithm: "plot_nf_heatmap"
7547   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
7548   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7549   filter: "'NIC_Intel-XXV710' and
7550            'NF_DENSITY' and
7551            'DOCKER' and
7552            'CHAIN' and
7553            'NF_VPPIP4' and
7554            'IPSEC' and
7555            'TNL_4' and
7556            'IMIX' and
7557            '2T1C' and
7558            'NDRPDR'"
7559   parameters:
7560   - "throughput"
7561   - "name"
7562   - "tags"
7563   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7564   x-axis: "X = CNFs per Service Chain"
7565   y-axis: "Y = Number of Service Chains"
7566   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7567   layout:
7568     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7569     layout: "plot-service-density"
7570
7571 - type: "plot"
7572   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7573   algorithm: "plot_nf_heatmap"
7574   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
7575   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7576   filter: "'NIC_Intel-XXV710' and
7577            'NF_DENSITY' and
7578            'DOCKER' and
7579            'CHAIN' and
7580            'NF_VPPIP4' and
7581            'IPSEC' and
7582            'TNL_4' and
7583            'IMIX' and
7584            '4T2C' and
7585            'NDRPDR'"
7586   parameters:
7587   - "throughput"
7588   - "name"
7589   - "tags"
7590   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7591   x-axis: "X = CNFs per Service Chain"
7592   y-axis: "Y = Number of Service Chains"
7593   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7594   layout:
7595     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7596     layout: "plot-service-density"
7597
7598 - type: "plot"
7599   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7600   algorithm: "plot_nf_heatmap"
7601   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
7602   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7603   filter: "'NIC_Intel-XXV710' and
7604            'NF_DENSITY' and
7605            'DOCKER' and
7606            'CHAIN' and
7607            'NF_VPPIP4' and
7608            'IPSEC' and
7609            'TNL_4' and
7610            'IMIX' and
7611            '8T4C' and
7612            'NDRPDR'"
7613   parameters:
7614   - "throughput"
7615   - "name"
7616   - "tags"
7617   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7618   x-axis: "X = CNFs per Service Chain"
7619   y-axis: "Y = Number of Service Chains"
7620   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7621   layout:
7622     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7623     layout: "plot-service-density"
7624
7625 ###############################################################################
7626
7627 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
7628 - type: "plot"
7629   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7630   algorithm: "plot_nf_heatmap"
7631   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
7632   data: "plot-vpp-nfv-3n-hsw-mrr"
7633   filter: "'NIC_Intel-XL710' and
7634            'NF_DENSITY' and
7635            'DOCKER' and
7636            'CHAIN' and
7637            'NF_VPPIP4' and
7638            'IMIX' and
7639            'TNL_4' and
7640            '1T1C' and
7641            'MRR'"
7642   parameters:
7643   - "result"
7644   - "name"
7645   - "tags"
7646   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7647   x-axis: "X = CNFs per Service Chain"
7648   y-axis: "Y = Number of Service Chains"
7649   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7650   layout:
7651     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7652     layout: "plot-service-density"
7653
7654 - type: "plot"
7655   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7656   algorithm: "plot_nf_heatmap"
7657   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
7658   data: "plot-vpp-nfv-3n-hsw-mrr"
7659   filter: "'NIC_Intel-XL710' and
7660            'NF_DENSITY' and
7661            'DOCKER' and
7662            'CHAIN' and
7663            'NF_VPPIP4' and
7664            'IPSEC' and
7665            'TNL_4' and
7666            'IMIX' and
7667            '2T2C' and
7668            'MRR'"
7669   parameters:
7670   - "result"
7671   - "name"
7672   - "tags"
7673   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7674   x-axis: "X = CNFs per Service Chain"
7675   y-axis: "Y = Number of Service Chains"
7676   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7677   layout:
7678     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7679     layout: "plot-service-density"
7680
7681 - type: "plot"
7682   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7683   algorithm: "plot_nf_heatmap"
7684   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
7685   data: "plot-vpp-nfv-3n-hsw-mrr"
7686   filter: "'NIC_Intel-XL710' and
7687            'NF_DENSITY' and
7688            'DOCKER' and
7689            'CHAIN' and
7690            'NF_VPPIP4' and
7691            'IPSEC' and
7692            'TNL_4' and
7693            'IMIX' and
7694            '4T4C' and
7695            'MRR'"
7696   parameters:
7697   - "result"
7698   - "name"
7699   - "tags"
7700   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7701   x-axis: "X = CNFs per Service Chain"
7702   y-axis: "Y = Number of Service Chains"
7703   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7704   layout:
7705     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
7706     layout: "plot-service-density"
7707
7708 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
7709 - type: "plot"
7710   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7711   algorithm: "plot_nf_heatmap"
7712   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
7713   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7714   filter: "'NIC_Intel-XL710' and
7715            'NF_DENSITY' and
7716            'DOCKER' and
7717            'CHAIN' and
7718            'NF_VPPIP4' and
7719            'IPSEC' and
7720            'TNL_4' and
7721            'IMIX' and
7722            '1T1C' and
7723            'NDRPDR'"
7724   parameters:
7725   - "throughput"
7726   - "name"
7727   - "tags"
7728   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7729   x-axis: "X = CNFs per Service Chain"
7730   y-axis: "Y = Number of Service Chains"
7731   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7732   layout:
7733     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7734     layout: "plot-service-density"
7735
7736 - type: "plot"
7737   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7738   algorithm: "plot_nf_heatmap"
7739   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
7740   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7741   filter: "'NIC_Intel-XL710' and
7742            'NF_DENSITY' and
7743            'DOCKER' and
7744            'CHAIN' and
7745            'NF_VPPIP4' and
7746            'IPSEC' and
7747            'TNL_4' and
7748            'IMIX' and
7749            '2T2C' and
7750            'NDRPDR'"
7751   parameters:
7752   - "throughput"
7753   - "name"
7754   - "tags"
7755   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7756   x-axis: "X = CNFs per Service Chain"
7757   y-axis: "Y = Number of Service Chains"
7758   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7759   layout:
7760     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7761     layout: "plot-service-density"
7762
7763 - type: "plot"
7764   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7765   algorithm: "plot_nf_heatmap"
7766   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
7767   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7768   filter: "'NIC_Intel-XL710' and
7769            'NF_DENSITY' and
7770            'DOCKER' and
7771            'CHAIN' and
7772            'NF_VPPIP4' and
7773            'IPSEC' and
7774            'TNL_4' and
7775            'IMIX' and
7776            '4T4C' and
7777            'NDRPDR'"
7778   parameters:
7779   - "throughput"
7780   - "name"
7781   - "tags"
7782   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7783   x-axis: "X = CNFs per Service Chain"
7784   y-axis: "Y = Number of Service Chains"
7785   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7786   layout:
7787     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
7788     layout: "plot-service-density"
7789
7790 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
7791 - type: "plot"
7792   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7793   algorithm: "plot_nf_heatmap"
7794   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
7795   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7796   filter: "'NIC_Intel-XL710' and
7797            'NF_DENSITY' and
7798            'DOCKER' and
7799            'CHAIN' and
7800            'NF_VPPIP4' and
7801            'IPSEC' and
7802            'TNL_4' and
7803            'IMIX' and
7804            '1T1C' and
7805            'NDRPDR'"
7806   parameters:
7807   - "throughput"
7808   - "name"
7809   - "tags"
7810   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7811   x-axis: "X = CNFs per Service Chain"
7812   y-axis: "Y = Number of Service Chains"
7813   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7814   layout:
7815     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7816     layout: "plot-service-density"
7817
7818 - type: "plot"
7819   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7820   algorithm: "plot_nf_heatmap"
7821   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
7822   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7823   filter: "'NIC_Intel-XL710' and
7824            'NF_DENSITY' and
7825            'DOCKER' and
7826            'CHAIN' and
7827            'NF_VPPIP4' and
7828            'IPSEC' and
7829            'TNL_4' and
7830            'IMIX' and
7831            '2T2C' and
7832            'NDRPDR'"
7833   parameters:
7834   - "throughput"
7835   - "name"
7836   - "tags"
7837   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7838   x-axis: "X = CNFs per Service Chain"
7839   y-axis: "Y = Number of Service Chains"
7840   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7841   layout:
7842     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7843     layout: "plot-service-density"
7844
7845 - type: "plot"
7846   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7847   algorithm: "plot_nf_heatmap"
7848   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
7849   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
7850   filter: "'NIC_Intel-XL710' and
7851            'NF_DENSITY' and
7852            'DOCKER' and
7853            'CHAIN' and
7854            'NF_VPPIP4' and
7855            'IPSEC' and
7856            'TNL_4' and
7857            'IMIX' and
7858            '4T4C' and
7859            'NDRPDR'"
7860   parameters:
7861   - "throughput"
7862   - "name"
7863   - "tags"
7864   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7865   x-axis: "X = CNFs per Service Chain"
7866   y-axis: "Y = Number of Service Chains"
7867   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7868   layout:
7869     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
7870     layout: "plot-service-density"
7871
7872 ###############################################################################
7873
7874 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
7875 - type: "plot"
7876   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7877   algorithm: "plot_nf_heatmap"
7878   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
7879   data: "plot-vpp-nfv-3n-skx-mrr"
7880   filter: "'NIC_Intel-XXV710' and
7881            'NF_DENSITY' and
7882            'DOCKER' and
7883            'CHAIN' and
7884            'NF_VPPIP4' and
7885            'IPSEC' and
7886            'TNL_1000' and
7887            'IMIX' and
7888            '2T1C' and
7889            'MRR'"
7890   parameters:
7891   - "result"
7892   - "name"
7893   - "tags"
7894   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7895   x-axis: "X = CNFs per Service Chain"
7896   y-axis: "Y = Number of Service Chains"
7897   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7898   layout:
7899     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7900     layout: "plot-service-density"
7901
7902 - type: "plot"
7903   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7904   algorithm: "plot_nf_heatmap"
7905   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
7906   data: "plot-vpp-nfv-3n-skx-mrr"
7907   filter: "'NIC_Intel-XXV710' and
7908            'NF_DENSITY' and
7909            'DOCKER' and
7910            'CHAIN' and
7911            'NF_VPPIP4' and
7912            'IPSEC' and
7913            'TNL_1000' and
7914            'IMIX' and
7915            '4T2C' and
7916            'MRR'"
7917   parameters:
7918   - "result"
7919   - "name"
7920   - "tags"
7921   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7922   x-axis: "X = CNFs per Service Chain"
7923   y-axis: "Y = Number of Service Chains"
7924   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7925   layout:
7926     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7927     layout: "plot-service-density"
7928
7929 - type: "plot"
7930   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7931   algorithm: "plot_nf_heatmap"
7932   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
7933   data: "plot-vpp-nfv-3n-skx-mrr"
7934   filter: "'NIC_Intel-XXV710' and
7935            'NF_DENSITY' and
7936            'DOCKER' and
7937            'CHAIN' and
7938            'NF_VPPIP4' and
7939            'IPSEC' and
7940            'TNL_1000' and
7941            'IMIX' and
7942            '8T4C' and
7943            'MRR'"
7944   parameters:
7945   - "result"
7946   - "name"
7947   - "tags"
7948   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7949   x-axis: "X = CNFs per Service Chain"
7950   y-axis: "Y = Number of Service Chains"
7951   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7952   layout:
7953     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
7954     layout: "plot-service-density"
7955
7956 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
7957 - type: "plot"
7958   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7959   algorithm: "plot_nf_heatmap"
7960   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
7961   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7962   filter: "'NIC_Intel-XXV710' and
7963            'NF_DENSITY' and
7964            'DOCKER' and
7965            'CHAIN' and
7966            'NF_VPPIP4' and
7967            'IPSEC' and
7968            'TNL_1000' and
7969            'IMIX' and
7970            '2T1C' and
7971            'NDRPDR'"
7972   parameters:
7973   - "throughput"
7974   - "name"
7975   - "tags"
7976   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7977   x-axis: "X = CNFs per Service Chain"
7978   y-axis: "Y = Number of Service Chains"
7979   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7980   layout:
7981     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7982     layout: "plot-service-density"
7983
7984 - type: "plot"
7985   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
7986   algorithm: "plot_nf_heatmap"
7987   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
7988   data: "plot-vpp-nfv-3n-skx-ndrpdr"
7989   filter: "'NIC_Intel-XXV710' and
7990            'NF_DENSITY' and
7991            'DOCKER' and
7992            'CHAIN' and
7993            'NF_VPPIP4' and
7994            'IPSEC' and
7995            'TNL_1000' and
7996            'IMIX' and
7997            '4T2C' and
7998            'NDRPDR'"
7999   parameters:
8000   - "throughput"
8001   - "name"
8002   - "tags"
8003   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8004   x-axis: "X = CNFs per Service Chain"
8005   y-axis: "Y = Number of Service Chains"
8006   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8007   layout:
8008     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8009     layout: "plot-service-density"
8010
8011 - type: "plot"
8012   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8013   algorithm: "plot_nf_heatmap"
8014   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8015   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8016   filter: "'NIC_Intel-XXV710' and
8017            'NF_DENSITY' and
8018            'DOCKER' and
8019            'CHAIN' and
8020            'NF_VPPIP4' and
8021            'IPSEC' and
8022            'TNL_1000' and
8023            'IMIX' and
8024            '8T4C' and
8025            'NDRPDR'"
8026   parameters:
8027   - "throughput"
8028   - "name"
8029   - "tags"
8030   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8031   x-axis: "X = CNFs per Service Chain"
8032   y-axis: "Y = Number of Service Chains"
8033   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8034   layout:
8035     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8036     layout: "plot-service-density"
8037
8038 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8039 - type: "plot"
8040   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8041   algorithm: "plot_nf_heatmap"
8042   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8043   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8044   filter: "'NIC_Intel-XXV710' and
8045            'NF_DENSITY' and
8046            'DOCKER' and
8047            'CHAIN' and
8048            'NF_VPPIP4' and
8049            'IPSEC' and
8050            'TNL_1000' and
8051            'IMIX' and
8052            '2T1C' and
8053            'NDRPDR'"
8054   parameters:
8055   - "throughput"
8056   - "name"
8057   - "tags"
8058   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8059   x-axis: "X = CNFs per Service Chain"
8060   y-axis: "Y = Number of Service Chains"
8061   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8062   layout:
8063     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8064     layout: "plot-service-density"
8065
8066 - type: "plot"
8067   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8068   algorithm: "plot_nf_heatmap"
8069   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8070   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8071   filter: "'NIC_Intel-XXV710' and
8072            'NF_DENSITY' and
8073            'DOCKER' and
8074            'CHAIN' and
8075            'NF_VPPIP4' and
8076            'IPSEC' and
8077            'TNL_1000' and
8078            'IMIX' and
8079            '4T2C' and
8080            'NDRPDR'"
8081   parameters:
8082   - "throughput"
8083   - "name"
8084   - "tags"
8085   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8086   x-axis: "X = CNFs per Service Chain"
8087   y-axis: "Y = Number of Service Chains"
8088   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8089   layout:
8090     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8091     layout: "plot-service-density"
8092
8093 - type: "plot"
8094   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8095   algorithm: "plot_nf_heatmap"
8096   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8097   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8098   filter: "'NIC_Intel-XXV710' and
8099            'NF_DENSITY' and
8100            'DOCKER' and
8101            'CHAIN' and
8102            'NF_VPPIP4' and
8103            'IPSEC' and
8104            'TNL_1000' and
8105            'IMIX' and
8106            '8T4C' and
8107            'NDRPDR'"
8108   parameters:
8109   - "throughput"
8110   - "name"
8111   - "tags"
8112   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8113   x-axis: "X = CNFs per Service Chain"
8114   y-axis: "Y = Number of Service Chains"
8115   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8116   layout:
8117     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8118     layout: "plot-service-density"
8119
8120 ###############################################################################
8121
8122 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8123 - type: "plot"
8124   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8125   algorithm: "plot_nf_heatmap"
8126   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8127   data: "plot-vpp-nfv-3n-hsw-mrr"
8128   filter: "'NIC_Intel-XL710' and
8129            'NF_DENSITY' and
8130            'DOCKER' and
8131            'CHAIN' and
8132            'NF_VPPIP4' and
8133            'IMIX' and
8134            'TNL_1000' and
8135            '1T1C' and
8136            'MRR'"
8137   parameters:
8138   - "result"
8139   - "name"
8140   - "tags"
8141   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8142   x-axis: "X = CNFs per Service Chain"
8143   y-axis: "Y = Number of Service Chains"
8144   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8145   layout:
8146     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8147     layout: "plot-service-density"
8148
8149 - type: "plot"
8150   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8151   algorithm: "plot_nf_heatmap"
8152   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8153   data: "plot-vpp-nfv-3n-hsw-mrr"
8154   filter: "'NIC_Intel-XL710' and
8155            'NF_DENSITY' and
8156            'DOCKER' and
8157            'CHAIN' and
8158            'NF_VPPIP4' and
8159            'IPSEC' and
8160            'TNL_1000' and
8161            'IMIX' and
8162            '2T2C' and
8163            'MRR'"
8164   parameters:
8165   - "result"
8166   - "name"
8167   - "tags"
8168   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8169   x-axis: "X = CNFs per Service Chain"
8170   y-axis: "Y = Number of Service Chains"
8171   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8172   layout:
8173     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8174     layout: "plot-service-density"
8175
8176 - type: "plot"
8177   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8178   algorithm: "plot_nf_heatmap"
8179   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8180   data: "plot-vpp-nfv-3n-hsw-mrr"
8181   filter: "'NIC_Intel-XL710' and
8182            'NF_DENSITY' and
8183            'DOCKER' and
8184            'CHAIN' and
8185            'NF_VPPIP4' and
8186            'IPSEC' and
8187            'TNL_1000' and
8188            'IMIX' and
8189            '4T4C' and
8190            'MRR'"
8191   parameters:
8192   - "result"
8193   - "name"
8194   - "tags"
8195   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8196   x-axis: "X = CNFs per Service Chain"
8197   y-axis: "Y = Number of Service Chains"
8198   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8199   layout:
8200     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8201     layout: "plot-service-density"
8202
8203 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8204 - type: "plot"
8205   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8206   algorithm: "plot_nf_heatmap"
8207   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8208   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8209   filter: "'NIC_Intel-XL710' and
8210            'NF_DENSITY' and
8211            'DOCKER' and
8212            'CHAIN' and
8213            'NF_VPPIP4' and
8214            'IPSEC' and
8215            'TNL_1000' and
8216            'IMIX' and
8217            '1T1C' and
8218            'NDRPDR'"
8219   parameters:
8220   - "throughput"
8221   - "name"
8222   - "tags"
8223   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8224   x-axis: "X = CNFs per Service Chain"
8225   y-axis: "Y = Number of Service Chains"
8226   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8227   layout:
8228     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8229     layout: "plot-service-density"
8230
8231 - type: "plot"
8232   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8233   algorithm: "plot_nf_heatmap"
8234   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8235   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8236   filter: "'NIC_Intel-XL710' and
8237            'NF_DENSITY' and
8238            'DOCKER' and
8239            'CHAIN' and
8240            'NF_VPPIP4' and
8241            'IPSEC' and
8242            'TNL_1000' and
8243            'IMIX' and
8244            '2T2C' and
8245            'NDRPDR'"
8246   parameters:
8247   - "throughput"
8248   - "name"
8249   - "tags"
8250   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8251   x-axis: "X = CNFs per Service Chain"
8252   y-axis: "Y = Number of Service Chains"
8253   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8254   layout:
8255     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8256     layout: "plot-service-density"
8257
8258 - type: "plot"
8259   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8260   algorithm: "plot_nf_heatmap"
8261   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8262   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8263   filter: "'NIC_Intel-XL710' and
8264            'NF_DENSITY' and
8265            'DOCKER' and
8266            'CHAIN' and
8267            'NF_VPPIP4' and
8268            'IPSEC' and
8269            'TNL_1000' and
8270            'IMIX' and
8271            '4T4C' and
8272            'NDRPDR'"
8273   parameters:
8274   - "throughput"
8275   - "name"
8276   - "tags"
8277   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8278   x-axis: "X = CNFs per Service Chain"
8279   y-axis: "Y = Number of Service Chains"
8280   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8281   layout:
8282     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8283     layout: "plot-service-density"
8284
8285 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8286 - type: "plot"
8287   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8288   algorithm: "plot_nf_heatmap"
8289   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
8290   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8291   filter: "'NIC_Intel-XL710' and
8292            'NF_DENSITY' and
8293            'DOCKER' and
8294            'CHAIN' and
8295            'NF_VPPIP4' and
8296            'IPSEC' and
8297            'TNL_1000' and
8298            'IMIX' and
8299            '1T1C' and
8300            'NDRPDR'"
8301   parameters:
8302   - "throughput"
8303   - "name"
8304   - "tags"
8305   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8306   x-axis: "X = CNFs per Service Chain"
8307   y-axis: "Y = Number of Service Chains"
8308   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8309   layout:
8310     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8311     layout: "plot-service-density"
8312
8313 - type: "plot"
8314   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8315   algorithm: "plot_nf_heatmap"
8316   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
8317   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8318   filter: "'NIC_Intel-XL710' and
8319            'NF_DENSITY' and
8320            'DOCKER' and
8321            'CHAIN' and
8322            'NF_VPPIP4' and
8323            'IPSEC' and
8324            'TNL_1000' and
8325            'IMIX' and
8326            '2T2C' and
8327            'NDRPDR'"
8328   parameters:
8329   - "throughput"
8330   - "name"
8331   - "tags"
8332   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8333   x-axis: "X = CNFs per Service Chain"
8334   y-axis: "Y = Number of Service Chains"
8335   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8336   layout:
8337     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8338     layout: "plot-service-density"
8339
8340 - type: "plot"
8341   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8342   algorithm: "plot_nf_heatmap"
8343   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
8344   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8345   filter: "'NIC_Intel-XL710' and
8346            'NF_DENSITY' and
8347            'DOCKER' and
8348            'CHAIN' and
8349            'NF_VPPIP4' and
8350            'IPSEC' and
8351            'TNL_1000' and
8352            'IMIX' and
8353            '4T4C' and
8354            'NDRPDR'"
8355   parameters:
8356   - "throughput"
8357   - "name"
8358   - "tags"
8359   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8360   x-axis: "X = CNFs per Service Chain"
8361   y-axis: "Y = Number of Service Chains"
8362   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8363   layout:
8364     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8365     layout: "plot-service-density"
8366
8367 ###############################################################################
8368
8369 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8370 - type: "plot"
8371   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8372   algorithm: "plot_nf_heatmap"
8373   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
8374   data: "plot-vpp-nfv-3n-skx-mrr"
8375   filter: "'NIC_Intel-XXV710' and
8376            'NF_DENSITY' and
8377            'DOCKER' and
8378            'CHAIN' and
8379            'NF_VPPIP4' and
8380            'IPSEC' and
8381            'TNL_10000' and
8382            'IMIX' and
8383            '2T1C' and
8384            'MRR'"
8385   parameters:
8386   - "result"
8387   - "name"
8388   - "tags"
8389   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8390   x-axis: "X = CNFs per Service Chain"
8391   y-axis: "Y = Number of Service Chains"
8392   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8393   layout:
8394     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8395     layout: "plot-service-density"
8396
8397 - type: "plot"
8398   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8399   algorithm: "plot_nf_heatmap"
8400   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
8401   data: "plot-vpp-nfv-3n-skx-mrr"
8402   filter: "'NIC_Intel-XXV710' and
8403            'NF_DENSITY' and
8404            'DOCKER' and
8405            'CHAIN' and
8406            'NF_VPPIP4' and
8407            'IPSEC' and
8408            'TNL_10000' and
8409            'IMIX' and
8410            '4T2C' and
8411            'MRR'"
8412   parameters:
8413   - "result"
8414   - "name"
8415   - "tags"
8416   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8417   x-axis: "X = CNFs per Service Chain"
8418   y-axis: "Y = Number of Service Chains"
8419   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8420   layout:
8421     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8422     layout: "plot-service-density"
8423
8424 - type: "plot"
8425   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8426   algorithm: "plot_nf_heatmap"
8427   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
8428   data: "plot-vpp-nfv-3n-skx-mrr"
8429   filter: "'NIC_Intel-XXV710' and
8430            'NF_DENSITY' and
8431            'DOCKER' and
8432            'CHAIN' and
8433            'NF_VPPIP4' and
8434            'IPSEC' and
8435            'TNL_10000' and
8436            'IMIX' and
8437            '8T4C' and
8438            'MRR'"
8439   parameters:
8440   - "result"
8441   - "name"
8442   - "tags"
8443   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8444   x-axis: "X = CNFs per Service Chain"
8445   y-axis: "Y = Number of Service Chains"
8446   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8447   layout:
8448     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8449     layout: "plot-service-density"
8450
8451 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8452 - type: "plot"
8453   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8454   algorithm: "plot_nf_heatmap"
8455   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
8456   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8457   filter: "'NIC_Intel-XXV710' and
8458            'NF_DENSITY' and
8459            'DOCKER' and
8460            'CHAIN' and
8461            'NF_VPPIP4' and
8462            'IPSEC' and
8463            'TNL_10000' and
8464            'IMIX' and
8465            '2T1C' and
8466            'NDRPDR'"
8467   parameters:
8468   - "throughput"
8469   - "name"
8470   - "tags"
8471   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8472   x-axis: "X = CNFs per Service Chain"
8473   y-axis: "Y = Number of Service Chains"
8474   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8475   layout:
8476     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8477     layout: "plot-service-density"
8478
8479 - type: "plot"
8480   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8481   algorithm: "plot_nf_heatmap"
8482   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
8483   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8484   filter: "'NIC_Intel-XXV710' and
8485            'NF_DENSITY' and
8486            'DOCKER' and
8487            'CHAIN' and
8488            'NF_VPPIP4' and
8489            'IPSEC' and
8490            'TNL_10000' and
8491            'IMIX' and
8492            '4T2C' and
8493            'NDRPDR'"
8494   parameters:
8495   - "throughput"
8496   - "name"
8497   - "tags"
8498   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8499   x-axis: "X = CNFs per Service Chain"
8500   y-axis: "Y = Number of Service Chains"
8501   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8502   layout:
8503     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8504     layout: "plot-service-density"
8505
8506 - type: "plot"
8507   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8508   algorithm: "plot_nf_heatmap"
8509   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
8510   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8511   filter: "'NIC_Intel-XXV710' and
8512            'NF_DENSITY' and
8513            'DOCKER' and
8514            'CHAIN' and
8515            'NF_VPPIP4' and
8516            'IPSEC' and
8517            'TNL_10000' and
8518            'IMIX' and
8519            '8T4C' and
8520            'NDRPDR'"
8521   parameters:
8522   - "throughput"
8523   - "name"
8524   - "tags"
8525   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8526   x-axis: "X = CNFs per Service Chain"
8527   y-axis: "Y = Number of Service Chains"
8528   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8529   layout:
8530     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8531     layout: "plot-service-density"
8532
8533 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8534 - type: "plot"
8535   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8536   algorithm: "plot_nf_heatmap"
8537   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
8538   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8539   filter: "'NIC_Intel-XXV710' and
8540            'NF_DENSITY' and
8541            'DOCKER' and
8542            'CHAIN' and
8543            'NF_VPPIP4' and
8544            'IPSEC' and
8545            'TNL_10000' and
8546            'IMIX' and
8547            '2T1C' and
8548            'NDRPDR'"
8549   parameters:
8550   - "throughput"
8551   - "name"
8552   - "tags"
8553   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8554   x-axis: "X = CNFs per Service Chain"
8555   y-axis: "Y = Number of Service Chains"
8556   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8557   layout:
8558     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8559     layout: "plot-service-density"
8560
8561 - type: "plot"
8562   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8563   algorithm: "plot_nf_heatmap"
8564   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
8565   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8566   filter: "'NIC_Intel-XXV710' and
8567            'NF_DENSITY' and
8568            'DOCKER' and
8569            'CHAIN' and
8570            'NF_VPPIP4' and
8571            'IPSEC' and
8572            'TNL_10000' and
8573            'IMIX' and
8574            '4T2C' and
8575            'NDRPDR'"
8576   parameters:
8577   - "throughput"
8578   - "name"
8579   - "tags"
8580   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8581   x-axis: "X = CNFs per Service Chain"
8582   y-axis: "Y = Number of Service Chains"
8583   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8584   layout:
8585     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8586     layout: "plot-service-density"
8587
8588 - type: "plot"
8589   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8590   algorithm: "plot_nf_heatmap"
8591   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
8592   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8593   filter: "'NIC_Intel-XXV710' and
8594            'NF_DENSITY' and
8595            'DOCKER' and
8596            'CHAIN' and
8597            'NF_VPPIP4' and
8598            'IPSEC' and
8599            'TNL_10000' and
8600            'IMIX' and
8601            '8T4C' and
8602            'NDRPDR'"
8603   parameters:
8604   - "throughput"
8605   - "name"
8606   - "tags"
8607   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8608   x-axis: "X = CNFs per Service Chain"
8609   y-axis: "Y = Number of Service Chains"
8610   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8611   layout:
8612     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8613     layout: "plot-service-density"
8614
8615 ###############################################################################
8616
8617 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
8618 - type: "plot"
8619   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8620   algorithm: "plot_nf_heatmap"
8621   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
8622   data: "plot-vpp-nfv-3n-hsw-mrr"
8623   filter: "'NIC_Intel-XL710' and
8624            'NF_DENSITY' and
8625            'DOCKER' and
8626            'CHAIN' and
8627            'NF_VPPIP4' and
8628            'IMIX' and
8629            'TNL_10000' and
8630            '1T1C' and
8631            'MRR'"
8632   parameters:
8633   - "result"
8634   - "name"
8635   - "tags"
8636   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8637   x-axis: "X = CNFs per Service Chain"
8638   y-axis: "Y = Number of Service Chains"
8639   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8640   layout:
8641     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8642     layout: "plot-service-density"
8643
8644 - type: "plot"
8645   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8646   algorithm: "plot_nf_heatmap"
8647   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
8648   data: "plot-vpp-nfv-3n-hsw-mrr"
8649   filter: "'NIC_Intel-XL710' and
8650            'NF_DENSITY' and
8651            'DOCKER' and
8652            'CHAIN' and
8653            'NF_VPPIP4' and
8654            'IPSEC' and
8655            'TNL_10000' and
8656            'IMIX' and
8657            '2T2C' and
8658            'MRR'"
8659   parameters:
8660   - "result"
8661   - "name"
8662   - "tags"
8663   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8664   x-axis: "X = CNFs per Service Chain"
8665   y-axis: "Y = Number of Service Chains"
8666   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8667   layout:
8668     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8669     layout: "plot-service-density"
8670
8671 - type: "plot"
8672   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8673   algorithm: "plot_nf_heatmap"
8674   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
8675   data: "plot-vpp-nfv-3n-hsw-mrr"
8676   filter: "'NIC_Intel-XL710' and
8677            'NF_DENSITY' and
8678            'DOCKER' and
8679            'CHAIN' and
8680            'NF_VPPIP4' and
8681            'IPSEC' and
8682            'TNL_10000' and
8683            'IMIX' and
8684            '4T4C' and
8685            'MRR'"
8686   parameters:
8687   - "result"
8688   - "name"
8689   - "tags"
8690   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8691   x-axis: "X = CNFs per Service Chain"
8692   y-axis: "Y = Number of Service Chains"
8693   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8694   layout:
8695     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
8696     layout: "plot-service-density"
8697
8698 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
8699 - type: "plot"
8700   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8701   algorithm: "plot_nf_heatmap"
8702   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
8703   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8704   filter: "'NIC_Intel-XL710' and
8705            'NF_DENSITY' and
8706            'DOCKER' and
8707            'CHAIN' and
8708            'NF_VPPIP4' and
8709            'IPSEC' and
8710            'TNL_10000' and
8711            'IMIX' and
8712            '1T1C' and
8713            'NDRPDR'"
8714   parameters:
8715   - "throughput"
8716   - "name"
8717   - "tags"
8718   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8719   x-axis: "X = CNFs per Service Chain"
8720   y-axis: "Y = Number of Service Chains"
8721   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8722   layout:
8723     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8724     layout: "plot-service-density"
8725
8726 - type: "plot"
8727   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8728   algorithm: "plot_nf_heatmap"
8729   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
8730   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8731   filter: "'NIC_Intel-XL710' and
8732            'NF_DENSITY' and
8733            'DOCKER' and
8734            'CHAIN' and
8735            'NF_VPPIP4' and
8736            'IPSEC' and
8737            'TNL_10000' and
8738            'IMIX' and
8739            '2T2C' and
8740            'NDRPDR'"
8741   parameters:
8742   - "throughput"
8743   - "name"
8744   - "tags"
8745   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8746   x-axis: "X = CNFs per Service Chain"
8747   y-axis: "Y = Number of Service Chains"
8748   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8749   layout:
8750     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8751     layout: "plot-service-density"
8752
8753 - type: "plot"
8754   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8755   algorithm: "plot_nf_heatmap"
8756   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
8757   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8758   filter: "'NIC_Intel-XL710' and
8759            'NF_DENSITY' and
8760            'DOCKER' and
8761            'CHAIN' and
8762            'NF_VPPIP4' and
8763            'IPSEC' and
8764            'TNL_10000' and
8765            'IMIX' and
8766            '4T4C' and
8767            'NDRPDR'"
8768   parameters:
8769   - "throughput"
8770   - "name"
8771   - "tags"
8772   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8773   x-axis: "X = CNFs per Service Chain"
8774   y-axis: "Y = Number of Service Chains"
8775   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8776   layout:
8777     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
8778     layout: "plot-service-density"
8779
8780 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
8781 - type: "plot"
8782   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8783   algorithm: "plot_nf_heatmap"
8784   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
8785   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8786   filter: "'NIC_Intel-XL710' and
8787            'NF_DENSITY' and
8788            'DOCKER' and
8789            'CHAIN' and
8790            'NF_VPPIP4' and
8791            'IPSEC' and
8792            'TNL_10000' and
8793            'IMIX' and
8794            '1T1C' and
8795            'NDRPDR'"
8796   parameters:
8797   - "throughput"
8798   - "name"
8799   - "tags"
8800   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8801   x-axis: "X = CNFs per Service Chain"
8802   y-axis: "Y = Number of Service Chains"
8803   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8804   layout:
8805     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8806     layout: "plot-service-density"
8807
8808 - type: "plot"
8809   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8810   algorithm: "plot_nf_heatmap"
8811   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
8812   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8813   filter: "'NIC_Intel-XL710' and
8814            'NF_DENSITY' and
8815            'DOCKER' and
8816            'CHAIN' and
8817            'NF_VPPIP4' and
8818            'IPSEC' and
8819            'TNL_10000' and
8820            'IMIX' and
8821            '2T2C' and
8822            'NDRPDR'"
8823   parameters:
8824   - "throughput"
8825   - "name"
8826   - "tags"
8827   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8828   x-axis: "X = CNFs per Service Chain"
8829   y-axis: "Y = Number of Service Chains"
8830   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8831   layout:
8832     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8833     layout: "plot-service-density"
8834
8835 - type: "plot"
8836   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8837   algorithm: "plot_nf_heatmap"
8838   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
8839   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8840   filter: "'NIC_Intel-XL710' and
8841            'NF_DENSITY' and
8842            'DOCKER' and
8843            'CHAIN' and
8844            'NF_VPPIP4' and
8845            'IPSEC' and
8846            'TNL_10000' and
8847            'IMIX' and
8848            '4T4C' and
8849            'NDRPDR'"
8850   parameters:
8851   - "throughput"
8852   - "name"
8853   - "tags"
8854   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8855   x-axis: "X = CNFs per Service Chain"
8856   y-axis: "Y = Number of Service Chains"
8857   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8858   layout:
8859     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
8860     layout: "plot-service-density"
8861
8862 ###############################################################################
8863
8864 # Plots - NF Density - CSP - MRR 64b
8865
8866 - type: "plot"
8867   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8868   algorithm: "plot_nf_heatmap"
8869   output-file-type: ".html"
8870   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
8871   data: "plot-vpp-nfv-2n-skx-mrr"
8872   filter: "'NIC_Intel-XXV710' and
8873            'NF_DENSITY' and
8874            'DOCKER' and
8875            'PIPELINE' and
8876            'NF_VPPIP4' and
8877            '64B' and
8878            '2T1C' and
8879            'MRR'"
8880   parameters:
8881   - "result"
8882   - "name"
8883   - "tags"
8884   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8885   x-axis: "X = CNFs per Service Pipeline"
8886   y-axis: "Y = Number of Service Pipelines"
8887   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8888   layout:
8889     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8890     layout: "plot-service-density"
8891
8892 - type: "plot"
8893   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8894   algorithm: "plot_nf_heatmap"
8895   output-file-type: ".html"
8896   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
8897   data: "plot-vpp-nfv-2n-skx-mrr"
8898   filter: "'NIC_Intel-XXV710' and
8899            'NF_DENSITY' and
8900            'DOCKER' and
8901            'PIPELINE' and
8902            'NF_VPPIP4' and
8903            '64B' and
8904            '4T2C' and
8905            'MRR'"
8906   parameters:
8907   - "result"
8908   - "name"
8909   - "tags"
8910   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8911   x-axis: "X = CNFs per Service Pipeline"
8912   y-axis: "Y = Number of Service Pipelines"
8913   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8914   layout:
8915     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8916     layout: "plot-service-density"
8917
8918 - type: "plot"
8919   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8920   algorithm: "plot_nf_heatmap"
8921   output-file-type: ".html"
8922   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
8923   data: "plot-vpp-nfv-2n-skx-mrr"
8924   filter: "'NIC_Intel-XXV710' and
8925            'NF_DENSITY' and
8926            'DOCKER' and
8927            'PIPELINE' and
8928            'NF_VPPIP4' and
8929            '64B' and
8930            '8T4C' and
8931            'MRR'"
8932   parameters:
8933   - "result"
8934   - "name"
8935   - "tags"
8936   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8937   x-axis: "X = CNFs per Service Pipeline"
8938   y-axis: "Y = Number of Service Pipelines"
8939   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
8940   layout:
8941     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8942     layout: "plot-service-density"
8943
8944 # Plots - NF Density - CSP - MRR IMIX
8945 - type: "plot"
8946   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8947   algorithm: "plot_nf_heatmap"
8948   output-file-type: ".html"
8949   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
8950   data: "plot-vpp-nfv-2n-skx-mrr"
8951   filter: "'NIC_Intel-XXV710' and
8952            'NF_DENSITY' and
8953            'DOCKER' and
8954            'PIPELINE' and
8955            'NF_VPPIP4' and
8956            'IMIX' and
8957            '2T1C' and
8958            'MRR'"
8959   parameters:
8960   - "result"
8961   - "name"
8962   - "tags"
8963   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8964   x-axis: "X = CNFs per Service Pipeline"
8965   y-axis: "Y = Number of Service Pipelines"
8966   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8967   layout:
8968     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8969     layout: "plot-service-density"
8970
8971 - type: "plot"
8972   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8973   algorithm: "plot_nf_heatmap"
8974   output-file-type: ".html"
8975   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
8976   data: "plot-vpp-nfv-2n-skx-mrr"
8977   filter: "'NIC_Intel-XXV710' and
8978            'NF_DENSITY' and
8979            'DOCKER' and
8980            'PIPELINE' and
8981            'NF_VPPIP4' and
8982            'IMIX' and
8983            '4T2C' and
8984            'MRR'"
8985   parameters:
8986   - "result"
8987   - "name"
8988   - "tags"
8989   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8990   x-axis: "X = CNFs per Service Pipeline"
8991   y-axis: "Y = Number of Service Pipelines"
8992   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8993   layout:
8994     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8995     layout: "plot-service-density"
8996
8997 - type: "plot"
8998   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
8999   algorithm: "plot_nf_heatmap"
9000   output-file-type: ".html"
9001   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9002   data: "plot-vpp-nfv-2n-skx-mrr"
9003   filter: "'NIC_Intel-XXV710' and
9004            'NF_DENSITY' and
9005            'DOCKER' and
9006            'PIPELINE' and
9007            'NF_VPPIP4' and
9008            'IMIX' and
9009            '8T4C' and
9010            'MRR'"
9011   parameters:
9012   - "result"
9013   - "name"
9014   - "tags"
9015   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9016   x-axis: "X = CNFs per Service Pipeline"
9017   y-axis: "Y = Number of Service Pipelines"
9018   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9019   layout:
9020     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9021     layout: "plot-service-density"
9022
9023 # Plots - NF Density - CSP - NDR 64b
9024 - type: "plot"
9025   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9026   algorithm: "plot_nf_heatmap"
9027   output-file-type: ".html"
9028   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9029   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9030   filter: "'NIC_Intel-XXV710' and
9031            'NF_DENSITY' and
9032            'DOCKER' and
9033            'PIPELINE' and
9034            'NF_VPPIP4' and
9035            '64B' and
9036            '2T1C' and
9037            'NDRPDR'"
9038   parameters:
9039   - "throughput"
9040   - "name"
9041   - "tags"
9042   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9043   x-axis: "X = CNFs per Service Pipeline"
9044   y-axis: "Y = Number of Service Pipelines"
9045   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9046   layout:
9047     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9048     layout: "plot-service-density"
9049
9050 - type: "plot"
9051   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9052   algorithm: "plot_nf_heatmap"
9053   output-file-type: ".html"
9054   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
9055   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9056   filter: "'NIC_Intel-XXV710' and
9057            'NF_DENSITY' and
9058            'DOCKER' and
9059            'PIPELINE' and
9060            'NF_VPPIP4' and
9061            '64B' and
9062            '4T2C' and
9063            'NDRPDR'"
9064   parameters:
9065   - "throughput"
9066   - "name"
9067   - "tags"
9068   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9069   x-axis: "X = CNFs per Service Pipeline"
9070   y-axis: "Y = Number of Service Pipelines"
9071   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9072   layout:
9073     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9074     layout: "plot-service-density"
9075
9076 - type: "plot"
9077   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9078   algorithm: "plot_nf_heatmap"
9079   output-file-type: ".html"
9080   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
9081   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9082   filter: "'NIC_Intel-XXV710' and
9083            'NF_DENSITY' and
9084            'DOCKER' and
9085            'PIPELINE' and
9086            'NF_VPPIP4' and
9087            '64B' and
9088            '8T4C' and
9089            'NDRPDR'"
9090   parameters:
9091   - "throughput"
9092   - "name"
9093   - "tags"
9094   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9095   x-axis: "X = CNFs per Service Pipeline"
9096   y-axis: "Y = Number of Service Pipelines"
9097   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
9098   layout:
9099     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9100     layout: "plot-service-density"
9101
9102 # Plots - NF Density - CSP - NDR IMIX
9103 - type: "plot"
9104   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9105   algorithm: "plot_nf_heatmap"
9106   output-file-type: ".html"
9107   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9108   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9109   filter: "'NIC_Intel-XXV710' and
9110            'NF_DENSITY' and
9111            'DOCKER' and
9112            'PIPELINE' and
9113            'NF_VPPIP4' and
9114            'IMIX' and
9115            '2T1C' and
9116            'NDRPDR'"
9117   parameters:
9118   - "throughput"
9119   - "name"
9120   - "tags"
9121   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9122   x-axis: "X = CNFs per Service Pipeline"
9123   y-axis: "Y = Number of Service Pipelines"
9124   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9125   layout:
9126     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9127     layout: "plot-service-density"
9128
9129 - type: "plot"
9130   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9131   algorithm: "plot_nf_heatmap"
9132   output-file-type: ".html"
9133   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9134   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9135   filter: "'NIC_Intel-XXV710' and
9136            'NF_DENSITY' and
9137            'DOCKER' and
9138            'PIPELINE' and
9139            'NF_VPPIP4' and
9140            'IMIX' and
9141            '4T2C' and
9142            'NDRPDR'"
9143   parameters:
9144   - "throughput"
9145   - "name"
9146   - "tags"
9147   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9148   x-axis: "X = CNFs per Service Pipeline"
9149   y-axis: "Y = Number of Service Pipelines"
9150   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9151   layout:
9152     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9153     layout: "plot-service-density"
9154
9155 - type: "plot"
9156   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9157   algorithm: "plot_nf_heatmap"
9158   output-file-type: ".html"
9159   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9160   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9161   filter: "'NIC_Intel-XXV710' and
9162            'NF_DENSITY' and
9163            'DOCKER' and
9164            'PIPELINE' and
9165            'NF_VPPIP4' and
9166            'IMIX' and
9167            '8T4C' and
9168            'NDRPDR'"
9169   parameters:
9170   - "throughput"
9171   - "name"
9172   - "tags"
9173   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9174   x-axis: "X = CNFs per Service Pipeline"
9175   y-axis: "Y = Number of Service Pipelines"
9176   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9177   layout:
9178     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9179     layout: "plot-service-density"
9180
9181 # Plots - NF Density - CSP - PDR 64b
9182 - type: "plot"
9183   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9184   algorithm: "plot_nf_heatmap"
9185   output-file-type: ".html"
9186   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
9187   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9188   filter: "'NIC_Intel-XXV710' and
9189            'NF_DENSITY' and
9190            'DOCKER' and
9191            'PIPELINE' and
9192            'NF_VPPIP4' and
9193            '64B' and
9194            '2T1C' and
9195            'NDRPDR'"
9196   parameters:
9197   - "throughput"
9198   - "name"
9199   - "tags"
9200   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9201   x-axis: "X = CNFs per Service Pipeline"
9202   y-axis: "Y = Number of Service Pipelines"
9203   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9204   layout:
9205     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9206     layout: "plot-service-density"
9207
9208 - type: "plot"
9209   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9210   algorithm: "plot_nf_heatmap"
9211   output-file-type: ".html"
9212   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
9213   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9214   filter: "'NIC_Intel-XXV710' and
9215            'NF_DENSITY' and
9216            'DOCKER' and
9217            'PIPELINE' and
9218            'NF_VPPIP4' and
9219            '64B' and
9220            '4T2C' and
9221            'NDRPDR'"
9222   parameters:
9223   - "throughput"
9224   - "name"
9225   - "tags"
9226   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9227   x-axis: "X = CNFs per Service Pipeline"
9228   y-axis: "Y = Number of Service Pipelines"
9229   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9230   layout:
9231     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9232     layout: "plot-service-density"
9233
9234 - type: "plot"
9235   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9236   algorithm: "plot_nf_heatmap"
9237   output-file-type: ".html"
9238   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
9239   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9240   filter: "'NIC_Intel-XXV710' and
9241            'NF_DENSITY' and
9242            'DOCKER' and
9243            'PIPELINE' and
9244            'NF_VPPIP4' and
9245            '64B' and
9246            '8T4C' and
9247            'NDRPDR'"
9248   parameters:
9249   - "throughput"
9250   - "name"
9251   - "tags"
9252   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9253   x-axis: "X = CNFs per Service Pipeline"
9254   y-axis: "Y = Number of Service Pipelines"
9255   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
9256   layout:
9257     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9258     layout: "plot-service-density"
9259
9260 # Plots - NF Density - CSP - PDR IMIX
9261 - type: "plot"
9262   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9263   algorithm: "plot_nf_heatmap"
9264   output-file-type: ".html"
9265   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9266   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9267   filter: "'NIC_Intel-XXV710' and
9268            'NF_DENSITY' and
9269            'DOCKER' and
9270            'PIPELINE' and
9271            'NF_VPPIP4' and
9272            'IMIX' and
9273            '2T1C' and
9274            'NDRPDR'"
9275   parameters:
9276   - "throughput"
9277   - "name"
9278   - "tags"
9279   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9280   x-axis: "X = CNFs per Service Pipeline"
9281   y-axis: "Y = Number of Service Pipelines"
9282   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9283   layout:
9284     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9285     layout: "plot-service-density"
9286
9287 - type: "plot"
9288   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9289   algorithm: "plot_nf_heatmap"
9290   output-file-type: ".html"
9291   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9292   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9293   filter: "'NIC_Intel-XXV710' and
9294            'NF_DENSITY' and
9295            'DOCKER' and
9296            'PIPELINE' and
9297            'NF_VPPIP4' and
9298            'IMIX' and
9299            '4T2C' and
9300            'NDRPDR'"
9301   parameters:
9302   - "throughput"
9303   - "name"
9304   - "tags"
9305   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9306   x-axis: "X = CNFs per Service Pipeline"
9307   y-axis: "Y = Number of Service Pipelines"
9308   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9309   layout:
9310     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9311     layout: "plot-service-density"
9312
9313 - type: "plot"
9314   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9315   algorithm: "plot_nf_heatmap"
9316   output-file-type: ".html"
9317   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9318   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9319   filter: "'NIC_Intel-XXV710' and
9320            'NF_DENSITY' and
9321            'DOCKER' and
9322            'PIPELINE' and
9323            'NF_VPPIP4' and
9324            'IMIX' and
9325            '8T4C' and
9326            'NDRPDR'"
9327   parameters:
9328   - "throughput"
9329   - "name"
9330   - "tags"
9331   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9332   x-axis: "X = CNFs per Service Pipeline"
9333   y-axis: "Y = Number of Service Pipelines"
9334   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9335   layout:
9336     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9337     layout: "plot-service-density"
9338
9339 ###############################################################################
9340 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9341
9342 - type: "plot"
9343   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9344   algorithm: "plot_nf_heatmap"
9345   output-file-type: ".html"
9346   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9347   data: "plot-vpp-nfv-2n-clx-mrr"
9348   filter: "'NIC_Intel-XXV710' and
9349            'NF_DENSITY' and
9350            'VHOST' and
9351            not 'VXLAN' and
9352            'CHAIN' and
9353            'NF_VPPIP4' and
9354            'IMIX' and
9355            '2T1C' and
9356            'MRR'"
9357   parameters:
9358   - "result"
9359   - "name"
9360   - "tags"
9361   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9362   x-axis: "X = VNFs per Service Chain"
9363   y-axis: "Y = Number of Service Chains"
9364   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9365   layout:
9366     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9367     layout: "plot-service-density"
9368
9369 - type: "plot"
9370   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9371   algorithm: "plot_nf_heatmap"
9372   output-file-type: ".html"
9373   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9374   data: "plot-vpp-nfv-2n-clx-mrr"
9375   filter: "'NIC_Intel-XXV710' and
9376            'NF_DENSITY' and
9377            'VHOST' and
9378            not 'VXLAN' and
9379            'CHAIN' and
9380            'NF_VPPIP4' and
9381            'IMIX' and
9382            '4T2C' and
9383            'MRR'"
9384   parameters:
9385   - "result"
9386   - "name"
9387   - "tags"
9388   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9389   x-axis: "X = VNFs per Service Chain"
9390   y-axis: "Y = Number of Service Chains"
9391   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9392   layout:
9393     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9394     layout: "plot-service-density"
9395
9396 - type: "plot"
9397   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9398   algorithm: "plot_nf_heatmap"
9399   output-file-type: ".html"
9400   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9401   data: "plot-vpp-nfv-2n-clx-mrr"
9402   filter: "'NIC_Intel-XXV710' and
9403            'NF_DENSITY' and
9404            'VHOST' and
9405            not 'VXLAN' and
9406            'CHAIN' and
9407            'NF_VPPIP4' and
9408            'IMIX' and
9409            '8T4C' and
9410            'MRR'"
9411   parameters:
9412   - "result"
9413   - "name"
9414   - "tags"
9415   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9416   x-axis: "X = VNFs per Service Chain"
9417   y-axis: "Y = Number of Service Chains"
9418   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9419   layout:
9420     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9421     layout: "plot-service-density"
9422
9423 # Plots - NF Density - VSC - NDR IMIX
9424 - type: "plot"
9425   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9426   algorithm: "plot_nf_heatmap"
9427   output-file-type: ".html"
9428   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9429   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9430   filter: "'NIC_Intel-XXV710' and
9431            'NF_DENSITY' and
9432            'VHOST' and
9433            not 'VXLAN' and
9434            'CHAIN' and
9435            'NF_VPPIP4' and
9436            'IMIX' and
9437            '2T1C' and
9438            'NDRPDR'"
9439   parameters:
9440   - "throughput"
9441   - "name"
9442   - "tags"
9443   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9444   x-axis: "X = VNFs per Service Chain"
9445   y-axis: "Y = Number of Service Chains"
9446   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9447   layout:
9448     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9449     layout: "plot-service-density"
9450
9451 - type: "plot"
9452   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9453   algorithm: "plot_nf_heatmap"
9454   output-file-type: ".html"
9455   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9456   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9457   filter: "'NIC_Intel-XXV710' and
9458            'NF_DENSITY' and
9459            'VHOST' and
9460            not 'VXLAN' and
9461            'CHAIN' and
9462            'NF_VPPIP4' and
9463            'IMIX' and
9464            '4T2C' and
9465            'NDRPDR'"
9466   parameters:
9467   - "throughput"
9468   - "name"
9469   - "tags"
9470   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9471   x-axis: "X = VNFs per Service Chain"
9472   y-axis: "Y = Number of Service Chains"
9473   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9474   layout:
9475     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9476     layout: "plot-service-density"
9477
9478 - type: "plot"
9479   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9480   algorithm: "plot_nf_heatmap"
9481   output-file-type: ".html"
9482   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9483   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9484   filter: "'NIC_Intel-XXV710' and
9485            'NF_DENSITY' and
9486            'VHOST' and
9487            not 'VXLAN' and
9488            'CHAIN' and
9489            'NF_VPPIP4' and
9490            'IMIX' and
9491            '8T4C' and
9492            'NDRPDR'"
9493   parameters:
9494   - "throughput"
9495   - "name"
9496   - "tags"
9497   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9498   x-axis: "X = VNFs per Service Chain"
9499   y-axis: "Y = Number of Service Chains"
9500   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9501   layout:
9502     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9503     layout: "plot-service-density"
9504
9505 # Plots - NF Density - VSC - PDR IMIX
9506 - type: "plot"
9507   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9508   algorithm: "plot_nf_heatmap"
9509   output-file-type: ".html"
9510   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9511   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9512   filter: "'NIC_Intel-XXV710' and
9513            'NF_DENSITY' and
9514            'VHOST' and
9515            not 'VXLAN' and
9516            'CHAIN' and
9517            'NF_VPPIP4' and
9518            'IMIX' and
9519            '2T1C' and
9520            'NDRPDR'"
9521   parameters:
9522   - "throughput"
9523   - "name"
9524   - "tags"
9525   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9526   x-axis: "X = VNFs per Service Chain"
9527   y-axis: "Y = Number of Service Chains"
9528   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9529   layout:
9530     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9531     layout: "plot-service-density"
9532
9533 - type: "plot"
9534   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9535   algorithm: "plot_nf_heatmap"
9536   output-file-type: ".html"
9537   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
9538   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9539   filter: "'NIC_Intel-XXV710' and
9540            'NF_DENSITY' and
9541            'VHOST' and
9542            not 'VXLAN' and
9543            'CHAIN' and
9544            'NF_VPPIP4' and
9545            'IMIX' and
9546            '4T2C' and
9547            'NDRPDR'"
9548   parameters:
9549   - "throughput"
9550   - "name"
9551   - "tags"
9552   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9553   x-axis: "X = VNFs per Service Chain"
9554   y-axis: "Y = Number of Service Chains"
9555   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9556   layout:
9557     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9558     layout: "plot-service-density"
9559
9560 - type: "plot"
9561   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9562   algorithm: "plot_nf_heatmap"
9563   output-file-type: ".html"
9564   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
9565   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9566   filter: "'NIC_Intel-XXV710' and
9567            'NF_DENSITY' and
9568            'VHOST' and
9569            not 'VXLAN' and
9570            'CHAIN' and
9571            'NF_VPPIP4' and
9572            'IMIX' and
9573            '8T4C' and
9574            'NDRPDR'"
9575   parameters:
9576   - "throughput"
9577   - "name"
9578   - "tags"
9579   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9580   x-axis: "X = VNFs per Service Chain"
9581   y-axis: "Y = Number of Service Chains"
9582   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9583   layout:
9584     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9585     layout: "plot-service-density"
9586
9587 # Plots - NF Density - VSC - MRR IMIX
9588 - type: "plot"
9589   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9590   algorithm: "plot_nf_heatmap"
9591   output-file-type: ".html"
9592   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
9593   data: "plot-vpp-nfv-2n-clx-mrr"
9594   filter: "'NIC_Intel-XXV710' and
9595            'NF_DENSITY' and
9596            'VHOST' and
9597            'VXLAN' and
9598            'CHAIN' and
9599            'IMIX' and
9600            '2T1C' and
9601            'MRR'"
9602   parameters:
9603   - "result"
9604   - "name"
9605   - "tags"
9606   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9607   x-axis: "X = VNFs per Service Chain"
9608   y-axis: "Y = Number of Service Chains"
9609   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9610   layout:
9611     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9612     layout: "plot-service-density"
9613
9614 - type: "plot"
9615   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9616   algorithm: "plot_nf_heatmap"
9617   output-file-type: ".html"
9618   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
9619   data: "plot-vpp-nfv-2n-clx-mrr"
9620   filter: "'NIC_Intel-XXV710' and
9621            'NF_DENSITY' and
9622            'VHOST' and
9623            'VXLAN' and
9624            'CHAIN' and
9625            'IMIX' and
9626            '4T2C' and
9627            'MRR'"
9628   parameters:
9629   - "result"
9630   - "name"
9631   - "tags"
9632   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9633   x-axis: "X = VNFs per Service Chain"
9634   y-axis: "Y = Number of Service Chains"
9635   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9636   layout:
9637     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9638     layout: "plot-service-density"
9639
9640 - type: "plot"
9641   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9642   algorithm: "plot_nf_heatmap"
9643   output-file-type: ".html"
9644   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
9645   data: "plot-vpp-nfv-2n-clx-mrr"
9646   filter: "'NIC_Intel-XXV710' and
9647            'NF_DENSITY' and
9648            'VHOST' and
9649            'VXLAN' and
9650            'CHAIN' and
9651            'IMIX' and
9652            '8T4C' and
9653            'MRR'"
9654   parameters:
9655   - "result"
9656   - "name"
9657   - "tags"
9658   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9659   x-axis: "X = VNFs per Service Chain"
9660   y-axis: "Y = Number of Service Chains"
9661   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9662   layout:
9663     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
9664     layout: "plot-service-density"
9665
9666 # Plots - NF Density - VSC - NDR IMIX
9667 - type: "plot"
9668   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9669   algorithm: "plot_nf_heatmap"
9670   output-file-type: ".html"
9671   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
9672   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9673   filter: "'NIC_Intel-XXV710' and
9674            'NF_DENSITY' and
9675            'VHOST' and
9676            'VXLAN' and
9677            'CHAIN' a
9678            'IMIX' and
9679            '2T1C' and
9680            'NDRPDR'"
9681   parameters:
9682   - "throughput"
9683   - "name"
9684   - "tags"
9685   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9686   x-axis: "X = VNFs per Service Chain"
9687   y-axis: "Y = Number of Service Chains"
9688   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9689   layout:
9690     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9691     layout: "plot-service-density"
9692
9693 - type: "plot"
9694   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9695   algorithm: "plot_nf_heatmap"
9696   output-file-type: ".html"
9697   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
9698   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9699   filter: "'NIC_Intel-XXV710' and
9700            'NF_DENSITY' and
9701            'VHOST' and
9702            'VXLAN' and
9703            'CHAIN' and
9704            'IMIX' and
9705            '4T2C' and
9706            'NDRPDR'"
9707   parameters:
9708   - "throughput"
9709   - "name"
9710   - "tags"
9711   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9712   x-axis: "X = VNFs per Service Chain"
9713   y-axis: "Y = Number of Service Chains"
9714   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9715   layout:
9716     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9717     layout: "plot-service-density"
9718
9719 - type: "plot"
9720   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9721   algorithm: "plot_nf_heatmap"
9722   output-file-type: ".html"
9723   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
9724   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9725   filter: "'NIC_Intel-XXV710' and
9726            'NF_DENSITY' and
9727            'VHOST' and
9728            'VXLAN' and
9729            'CHAIN' and
9730            'IMIX' and
9731            '8T4C' and
9732            'NDRPDR'"
9733   parameters:
9734   - "throughput"
9735   - "name"
9736   - "tags"
9737   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9738   x-axis: "X = VNFs per Service Chain"
9739   y-axis: "Y = Number of Service Chains"
9740   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9741   layout:
9742     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
9743     layout: "plot-service-density"
9744
9745 # Plots - NF Density - VSC - PDR IMIX
9746 - type: "plot"
9747   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9748   algorithm: "plot_nf_heatmap"
9749   output-file-type: ".html"
9750   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
9751   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9752   filter: "'NIC_Intel-XXV710' and
9753            'NF_DENSITY' and
9754            'VHOST' and
9755            'VXLAN' and
9756            'CHAIN' and
9757            'IMIX' and
9758            '2T1C' and
9759            'NDRPDR'"
9760   parameters:
9761   - "throughput"
9762   - "name"
9763   - "tags"
9764   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9765   x-axis: "X = VNFs per Service Chain"
9766   y-axis: "Y = Number of Service Chains"
9767   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9768   layout:
9769     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9770     layout: "plot-service-density"
9771
9772 - type: "plot"
9773   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9774   algorithm: "plot_nf_heatmap"
9775   output-file-type: ".html"
9776   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
9777   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9778   filter: "'NIC_Intel-XXV710' and
9779            'NF_DENSITY' and
9780            'VHOST' and
9781            'VXLAN' and
9782            'CHAIN' and
9783            'IMIX' and
9784            '4T2C' and
9785            'NDRPDR'"
9786   parameters:
9787   - "throughput"
9788   - "name"
9789   - "tags"
9790   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9791   x-axis: "X = VNFs per Service Chain"
9792   y-axis: "Y = Number of Service Chains"
9793   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9794   layout:
9795     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9796     layout: "plot-service-density"
9797
9798 - type: "plot"
9799   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9800   algorithm: "plot_nf_heatmap"
9801   output-file-type: ".html"
9802   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
9803   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9804   filter: "'NIC_Intel-XXV710' and
9805            'NF_DENSITY' and
9806            'VHOST' and
9807            'VXLAN' and
9808            'CHAIN' and
9809            'IMIX' and
9810            '8T4C' and
9811            'NDRPDR'"
9812   parameters:
9813   - "throughput"
9814   - "name"
9815   - "tags"
9816   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9817   x-axis: "X = VNFs per Service Chain"
9818   y-axis: "Y = Number of Service Chains"
9819   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9820   layout:
9821     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
9822     layout: "plot-service-density"
9823
9824 # Plots - NF Density - CSC - MRR IMIX
9825 - type: "plot"
9826   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9827   algorithm: "plot_nf_heatmap"
9828   output-file-type: ".html"
9829   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
9830   data: "plot-vpp-nfv-2n-clx-mrr"
9831   filter: "'NIC_Intel-XXV710' and
9832            'NF_DENSITY' and
9833            'DOCKER' and
9834            'CHAIN' and
9835            'NF_VPPIP4' and
9836            'IMIX' and
9837            '2T1C' and
9838            'MRR'"
9839   parameters:
9840   - "result"
9841   - "name"
9842   - "tags"
9843   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9844   x-axis: "X = CNFs per Service Chain"
9845   y-axis: "Y = Number of Service Chains"
9846   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9847   layout:
9848     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9849     layout: "plot-service-density"
9850
9851 - type: "plot"
9852   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9853   algorithm: "plot_nf_heatmap"
9854   output-file-type: ".html"
9855   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
9856   data: "plot-vpp-nfv-2n-clx-mrr"
9857   filter: "'NIC_Intel-XXV710' and
9858            'NF_DENSITY' and
9859            'DOCKER' and
9860            'CHAIN' and
9861            'NF_VPPIP4' and
9862            'IMIX' and
9863            '4T2C' and
9864            'MRR'"
9865   parameters:
9866   - "result"
9867   - "name"
9868   - "tags"
9869   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9870   x-axis: "X = CNFs per Service Chain"
9871   y-axis: "Y = Number of Service Chains"
9872   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9873   layout:
9874     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9875     layout: "plot-service-density"
9876
9877 - type: "plot"
9878   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9879   algorithm: "plot_nf_heatmap"
9880   output-file-type: ".html"
9881   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
9882   data: "plot-vpp-nfv-2n-clx-mrr"
9883   filter: "'NIC_Intel-XXV710' and
9884            'NF_DENSITY' and
9885            'DOCKER' and
9886            'CHAIN' and
9887            'NF_VPPIP4' and
9888            'IMIX' and
9889            '8T4C' and
9890            'MRR'"
9891   parameters:
9892   - "result"
9893   - "name"
9894   - "tags"
9895   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9896   x-axis: "X = CNFs per Service Chain"
9897   y-axis: "Y = Number of Service Chains"
9898   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9899   layout:
9900     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
9901     layout: "plot-service-density"
9902
9903 # Plots - NF Density - CSC - NDR IMIX
9904 - type: "plot"
9905   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9906   algorithm: "plot_nf_heatmap"
9907   output-file-type: ".html"
9908   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
9909   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9910   filter: "'NIC_Intel-XXV710' and
9911            'NF_DENSITY' and
9912            'DOCKER' and
9913            'CHAIN' and
9914            'NF_VPPIP4' and
9915            'IMIX' and
9916            '2T1C' and
9917            'NDRPDR'"
9918   parameters:
9919   - "throughput"
9920   - "name"
9921   - "tags"
9922   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9923   x-axis: "X = CNFs per Service Chain"
9924   y-axis: "Y = Number of Service Chains"
9925   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9926   layout:
9927     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9928     layout: "plot-service-density"
9929
9930 - type: "plot"
9931   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9932   algorithm: "plot_nf_heatmap"
9933   output-file-type: ".html"
9934   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
9935   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9936   filter: "'NIC_Intel-XXV710' and
9937            'NF_DENSITY' and
9938            'DOCKER' and
9939            'CHAIN' and
9940            'NF_VPPIP4' and
9941            'IMIX' and
9942            '4T2C' and
9943            'NDRPDR'"
9944   parameters:
9945   - "throughput"
9946   - "name"
9947   - "tags"
9948   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9949   x-axis: "X = CNFs per Service Chain"
9950   y-axis: "Y = Number of Service Chains"
9951   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9952   layout:
9953     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9954     layout: "plot-service-density"
9955
9956 - type: "plot"
9957   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9958   algorithm: "plot_nf_heatmap"
9959   output-file-type: ".html"
9960   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
9961   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9962   filter: "'NIC_Intel-XXV710' and
9963            'NF_DENSITY' and
9964            'DOCKER' and
9965            'CHAIN' and
9966            'NF_VPPIP4' and
9967            'IMIX' and
9968            '8T4C' and
9969            'NDRPDR'"
9970   parameters:
9971   - "throughput"
9972   - "name"
9973   - "tags"
9974   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9975   x-axis: "X = CNFs per Service Chain"
9976   y-axis: "Y = Number of Service Chains"
9977   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9978   layout:
9979     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
9980     layout: "plot-service-density"
9981
9982 # Plots - NF Density - CSC - PDR IMIX
9983 - type: "plot"
9984   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
9985   algorithm: "plot_nf_heatmap"
9986   output-file-type: ".html"
9987   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
9988   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9989   filter: "'NIC_Intel-XXV710' and
9990            'NF_DENSITY' and
9991            'DOCKER' and
9992            'CHAIN' and
9993            'NF_VPPIP4' and
9994            'IMIX' and
9995            '2T1C' and
9996            'NDRPDR'"
9997   parameters:
9998   - "throughput"
9999   - "name"
10000   - "tags"
10001   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10002   x-axis: "X = CNFs per Service Chain"
10003   y-axis: "Y = Number of Service Chains"
10004   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10005   layout:
10006     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10007     layout: "plot-service-density"
10008
10009 - type: "plot"
10010   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10011   algorithm: "plot_nf_heatmap"
10012   output-file-type: ".html"
10013   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10014   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10015   filter: "'NIC_Intel-XXV710' and
10016            'NF_DENSITY' and
10017            'DOCKER' and
10018            'CHAIN' and
10019            'NF_VPPIP4' and
10020            'IMIX' and
10021            '4T2C' and
10022            'NDRPDR'"
10023   parameters:
10024   - "throughput"
10025   - "name"
10026   - "tags"
10027   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10028   x-axis: "X = CNFs per Service Chain"
10029   y-axis: "Y = Number of Service Chains"
10030   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10031   layout:
10032     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10033     layout: "plot-service-density"
10034
10035 - type: "plot"
10036   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10037   algorithm: "plot_nf_heatmap"
10038   output-file-type: ".html"
10039   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10040   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10041   filter: "'NIC_Intel-XXV710' and
10042            'NF_DENSITY' and
10043            'DOCKER' and
10044            'CHAIN' and
10045            'NF_VPPIP4' and
10046            'IMIX' and
10047            '8T4C' and
10048            'NDRPDR'"
10049   parameters:
10050   - "throughput"
10051   - "name"
10052   - "tags"
10053   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10054   x-axis: "X = CNFs per Service Chain"
10055   y-axis: "Y = Number of Service Chains"
10056   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10057   layout:
10058     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10059     layout: "plot-service-density"
10060
10061 # Plots - NF Density - CSP - MRR IMIX
10062 - type: "plot"
10063   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10064   algorithm: "plot_nf_heatmap"
10065   output-file-type: ".html"
10066   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10067   data: "plot-vpp-nfv-2n-clx-mrr"
10068   filter: "'NIC_Intel-XXV710' and
10069            'NF_DENSITY' and
10070            'DOCKER' and
10071            'PIPELINE' and
10072            'NF_VPPIP4' and
10073            'IMIX' and
10074            '2T1C' and
10075            'MRR'"
10076   parameters:
10077   - "result"
10078   - "name"
10079   - "tags"
10080   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10081   x-axis: "X = CNFs per Service Pipeline"
10082   y-axis: "Y = Number of Service Pipelines"
10083   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10084   layout:
10085     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10086     layout: "plot-service-density"
10087
10088 - type: "plot"
10089   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10090   algorithm: "plot_nf_heatmap"
10091   output-file-type: ".html"
10092   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10093   data: "plot-vpp-nfv-2n-clx-mrr"
10094   filter: "'NIC_Intel-XXV710' and
10095            'NF_DENSITY' and
10096            'DOCKER' and
10097            'PIPELINE' and
10098            'NF_VPPIP4' and
10099            'IMIX' and
10100            '4T2C' and
10101            'MRR'"
10102   parameters:
10103   - "result"
10104   - "name"
10105   - "tags"
10106   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10107   x-axis: "X = CNFs per Service Pipeline"
10108   y-axis: "Y = Number of Service Pipelines"
10109   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10110   layout:
10111     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10112     layout: "plot-service-density"
10113
10114 - type: "plot"
10115   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10116   algorithm: "plot_nf_heatmap"
10117   output-file-type: ".html"
10118   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10119   data: "plot-vpp-nfv-2n-clx-mrr"
10120   filter: "'NIC_Intel-XXV710' and
10121            'NF_DENSITY' and
10122            'DOCKER' and
10123            'PIPELINE' and
10124            'NF_VPPIP4' and
10125            'IMIX' and
10126            '8T4C' and
10127            'MRR'"
10128   parameters:
10129   - "result"
10130   - "name"
10131   - "tags"
10132   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10133   x-axis: "X = CNFs per Service Pipeline"
10134   y-axis: "Y = Number of Service Pipelines"
10135   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10136   layout:
10137     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10138     layout: "plot-service-density"
10139
10140 # Plots - NF Density - CSP - NDR IMIX
10141 - type: "plot"
10142   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10143   algorithm: "plot_nf_heatmap"
10144   output-file-type: ".html"
10145   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10146   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10147   filter: "'NIC_Intel-XXV710' and
10148            'NF_DENSITY' and
10149            'DOCKER' and
10150            'PIPELINE' and
10151            'NF_VPPIP4' and
10152            'IMIX' and
10153            '2T1C' and
10154            'NDRPDR'"
10155   parameters:
10156   - "throughput"
10157   - "name"
10158   - "tags"
10159   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10160   x-axis: "X = CNFs per Service Pipeline"
10161   y-axis: "Y = Number of Service Pipelines"
10162   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10163   layout:
10164     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10165     layout: "plot-service-density"
10166
10167 - type: "plot"
10168   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10169   algorithm: "plot_nf_heatmap"
10170   output-file-type: ".html"
10171   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10172   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10173   filter: "'NIC_Intel-XXV710' and
10174            'NF_DENSITY' and
10175            'DOCKER' and
10176            'PIPELINE' and
10177            'NF_VPPIP4' and
10178            'IMIX' and
10179            '4T2C' and
10180            'NDRPDR'"
10181   parameters:
10182   - "throughput"
10183   - "name"
10184   - "tags"
10185   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10186   x-axis: "X = CNFs per Service Pipeline"
10187   y-axis: "Y = Number of Service Pipelines"
10188   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10189   layout:
10190     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10191     layout: "plot-service-density"
10192
10193 - type: "plot"
10194   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10195   algorithm: "plot_nf_heatmap"
10196   output-file-type: ".html"
10197   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10198   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10199   filter: "'NIC_Intel-XXV710' and
10200            'NF_DENSITY' and
10201            'DOCKER' and
10202            'PIPELINE' and
10203            'NF_VPPIP4' and
10204            'IMIX' and
10205            '8T4C' and
10206            'NDRPDR'"
10207   parameters:
10208   - "throughput"
10209   - "name"
10210   - "tags"
10211   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10212   x-axis: "X = CNFs per Service Pipeline"
10213   y-axis: "Y = Number of Service Pipelines"
10214   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10215   layout:
10216     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10217     layout: "plot-service-density"
10218
10219 # Plots - NF Density - CSP - PDR IMIX
10220 - type: "plot"
10221   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10222   algorithm: "plot_nf_heatmap"
10223   output-file-type: ".html"
10224   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10225   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10226   filter: "'NIC_Intel-XXV710' and
10227            'NF_DENSITY' and
10228            'DOCKER' and
10229            'PIPELINE' and
10230            'NF_VPPIP4' and
10231            'IMIX' and
10232            '2T1C' and
10233            'NDRPDR'"
10234   parameters:
10235   - "throughput"
10236   - "name"
10237   - "tags"
10238   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10239   x-axis: "X = CNFs per Service Pipeline"
10240   y-axis: "Y = Number of Service Pipelines"
10241   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10242   layout:
10243     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10244     layout: "plot-service-density"
10245
10246 - type: "plot"
10247   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10248   algorithm: "plot_nf_heatmap"
10249   output-file-type: ".html"
10250   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10251   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10252   filter: "'NIC_Intel-XXV710' and
10253            'NF_DENSITY' and
10254            'DOCKER' and
10255            'PIPELINE' and
10256            'NF_VPPIP4' and
10257            'IMIX' and
10258            '4T2C' and
10259            'NDRPDR'"
10260   parameters:
10261   - "throughput"
10262   - "name"
10263   - "tags"
10264   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10265   x-axis: "X = CNFs per Service Pipeline"
10266   y-axis: "Y = Number of Service Pipelines"
10267   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10268   layout:
10269     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10270     layout: "plot-service-density"
10271
10272 - type: "plot"
10273   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10274   algorithm: "plot_nf_heatmap"
10275   output-file-type: ".html"
10276   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10277   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10278   filter: "'NIC_Intel-XXV710' and
10279            'NF_DENSITY' and
10280            'DOCKER' and
10281            'PIPELINE' and
10282            'NF_VPPIP4' and
10283            'IMIX' and
10284            '8T4C' and
10285            'NDRPDR'"
10286   parameters:
10287   - "throughput"
10288   - "name"
10289   - "tags"
10290   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10291   x-axis: "X = CNFs per Service Pipeline"
10292   y-axis: "Y = Number of Service Pipelines"
10293   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10294   layout:
10295     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10296     layout: "plot-service-density"
10297
10298 ################################################################################
10299
10300 # Packet Throughput
10301
10302 - type: "plot"
10303   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
10304   algorithm: "plot_perf_box_name"
10305   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
10306   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10307   include:
10308     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10309     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10310     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10311     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10312   layout:
10313     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
10314     layout: "plot-throughput"
10315
10316 - type: "plot"
10317   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
10318   algorithm: "plot_perf_box_name"
10319   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
10320   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10321   include:
10322     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10323     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10324     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10325     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10326   layout:
10327     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
10328     layout: "plot-throughput"
10329
10330 - type: "plot"
10331   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
10332   algorithm: "plot_perf_box_name"
10333   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
10334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10335   include:
10336     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10337     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10338     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10339     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10340     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10341   layout:
10342     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
10343     layout: "plot-throughput"
10344
10345 - type: "plot"
10346   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
10347   algorithm: "plot_perf_box_name"
10348   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
10349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10350   include:
10351     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10352     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10353     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10354     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10355     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10356   layout:
10357     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
10358     layout: "plot-throughput"
10359
10360 - type: "plot"
10361   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10362   algorithm: "plot_perf_box_name"
10363   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10364   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10365   include:
10366     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10367     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10368     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10369     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10370     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10371   layout:
10372     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10373     layout: "plot-throughput"
10374
10375 - type: "plot"
10376   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10377   algorithm: "plot_perf_box_name"
10378   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10379   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10380   include:
10381     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10382     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10383     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10384     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10385     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10386   layout:
10387     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10388     layout: "plot-throughput"
10389
10390 - type: "plot"
10391   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
10392   algorithm: "plot_perf_box_name"
10393   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
10394   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10395   include:
10396     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10397     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10398     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10399     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10400     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10401   layout:
10402     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
10403     layout: "plot-throughput"
10404
10405 - type: "plot"
10406   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
10407   algorithm: "plot_perf_box_name"
10408   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
10409   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10410   include:
10411     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10412     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10413     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10414     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10415     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10416   layout:
10417     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
10418     layout: "plot-throughput"
10419
10420 - type: "plot"
10421   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10422   algorithm: "plot_perf_box_name"
10423   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10424   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10425   include:
10426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10427     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10430   layout:
10431     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10432     layout: "plot-throughput"
10433
10434 - type: "plot"
10435   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10436   algorithm: "plot_perf_box_name"
10437   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10438   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10439   include:
10440     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10441     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10444   layout:
10445     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10446     layout: "plot-throughput"
10447
10448 - type: "plot"
10449   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
10450   algorithm: "plot_perf_box_name"
10451   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
10452   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10453   include:
10454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10459   layout:
10460     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
10461     layout: "plot-throughput"
10462
10463 - type: "plot"
10464   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
10465   algorithm: "plot_perf_box_name"
10466   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
10467   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10468   include:
10469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10470     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10471     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10472     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10474   layout:
10475     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
10476     layout: "plot-throughput"
10477
10478 - type: "plot"
10479   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
10480   algorithm: "plot_perf_box_name"
10481   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
10482   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10483   include:
10484     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10488     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10489     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10490   layout:
10491     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
10492     layout: "plot-throughput"
10493
10494 - type: "plot"
10495   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
10496   algorithm: "plot_perf_box_name"
10497   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
10498   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10499   include:
10500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10505     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10506   layout:
10507     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
10508     layout: "plot-throughput"
10509
10510 - type: "plot"
10511   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
10512   algorithm: "plot_perf_box_name"
10513   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
10514   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10515   include:
10516     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10517     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10518     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10519   layout:
10520     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
10521     layout: "plot-throughput"
10522
10523 - type: "plot"
10524   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
10525   algorithm: "plot_perf_box_name"
10526   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
10527   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10528   include:
10529     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10530     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10531     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10532   layout:
10533     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
10534     layout: "plot-throughput"
10535
10536 - type: "plot"
10537   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
10538   algorithm: "plot_perf_box_name"
10539   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
10540   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10541   include:
10542     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10543     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10544     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10545     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10546     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10547   layout:
10548     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
10549     layout: "plot-throughput"
10550
10551 - type: "plot"
10552   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
10553   algorithm: "plot_perf_box_name"
10554   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
10555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10556   include:
10557     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10558     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10559     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10560     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10561     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10562   layout:
10563     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
10564     layout: "plot-throughput"
10565
10566 - type: "plot"
10567   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10568   algorithm: "plot_perf_box_name"
10569   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10571   include:
10572     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10573     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10574     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10575     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10576   layout:
10577     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10578     layout: "plot-throughput"
10579
10580 - type: "plot"
10581   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10582   algorithm: "plot_perf_box_name"
10583   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10584   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10585   include:
10586     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
10587     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10588     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10589     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10590   layout:
10591     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10592     layout: "plot-throughput"
10593
10594 - type: "plot"
10595   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
10596   algorithm: "plot_perf_box_name"
10597   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
10598   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10599   include:
10600     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10601     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10602     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10603     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10604     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10605   layout:
10606     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
10607     layout: "plot-throughput"
10608
10609 - type: "plot"
10610   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
10611   algorithm: "plot_perf_box_name"
10612   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
10613   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10614   include:
10615     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10616     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10617     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
10618     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
10619     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
10620   layout:
10621     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
10622     layout: "plot-throughput"
10623
10624 - type: "plot"
10625   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
10626   algorithm: "plot_perf_box_name"
10627   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
10628   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10629   include:
10630     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10631     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10632     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10633     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10634     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10635     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10636   layout:
10637     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
10638     layout: "plot-throughput"
10639
10640 - type: "plot"
10641   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
10642   algorithm: "plot_perf_box_name"
10643   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
10644   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10645   include:
10646     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10647     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10648     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10649     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10650     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10651     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
10652   layout:
10653     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
10654     layout: "plot-throughput"
10655
10656 - type: "plot"
10657   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10658   algorithm: "plot_perf_box_name"
10659   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10660   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10661   include:
10662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10664     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10665     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10666     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10667   layout:
10668     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10669     layout: "plot-throughput"
10670
10671 - type: "plot"
10672   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10673   algorithm: "plot_perf_box_name"
10674   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10675   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10676   include:
10677     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10678     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10679     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10680     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10681     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10682   layout:
10683     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10684     layout: "plot-throughput"
10685
10686 - type: "plot"
10687   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10688   algorithm: "plot_perf_box_name"
10689   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10690   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10691   include:
10692     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10693     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10694     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10695     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10696     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10697     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10698   layout:
10699     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10700     layout: "plot-throughput"
10701
10702 - type: "plot"
10703   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10704   algorithm: "plot_perf_box_name"
10705   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10706   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10707   include:
10708     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10709     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10710     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10711     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10712     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10713     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10714   layout:
10715     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10716     layout: "plot-throughput"
10717
10718 - type: "plot"
10719   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10720   algorithm: "plot_perf_box_name"
10721   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10722   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10723   include:
10724     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10725     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10726     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10727     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10728     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10729   layout:
10730     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10731     layout: "plot-throughput"
10732
10733 - type: "plot"
10734   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10735   algorithm: "plot_perf_box_name"
10736   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10737   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10738   include:
10739     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10740     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10741     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10742     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10743     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10744   layout:
10745     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10746     layout: "plot-throughput"
10747
10748 - type: "plot"
10749   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10750   algorithm: "plot_perf_box_name"
10751   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10752   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10753   include:
10754     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10755     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10756     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10757     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10758     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10759     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10760   layout:
10761     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10762     layout: "plot-throughput"
10763
10764 - type: "plot"
10765   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10766   algorithm: "plot_perf_box_name"
10767   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10768   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
10769   include:
10770     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10771     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10772     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10773     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10774     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10775     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10776   layout:
10777     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10778     layout: "plot-throughput"
10779
10780 - type: "plot"
10781   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10782   algorithm: "plot_perf_box_name"
10783   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10784   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10785   include:
10786     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10787     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10788     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10789     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10790     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10791   layout:
10792     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
10793     layout: "plot-throughput"
10794
10795 - type: "plot"
10796   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10797   algorithm: "plot_perf_box_name"
10798   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10799   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10800   include:
10801     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
10802     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10803     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
10804     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
10805     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
10806   layout:
10807     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
10808     layout: "plot-throughput"
10809
10810 - type: "plot"
10811   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10812   algorithm: "plot_perf_box_name"
10813   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10814   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10815   include:
10816     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10817     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10818     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10819     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10820     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10821     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10822   layout:
10823     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
10824     layout: "plot-throughput"
10825
10826 - type: "plot"
10827   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10828   algorithm: "plot_perf_box_name"
10829   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10830   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10831   include:
10832     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
10833     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10834     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10835     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10836     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10837     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
10838   layout:
10839     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
10840     layout: "plot-throughput"
10841
10842 - type: "plot"
10843   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
10844   algorithm: "plot_perf_box_name"
10845   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
10846   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10847   include:
10848     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10849     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10850   layout:
10851     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
10852     layout: "plot-throughput"
10853
10854 - type: "plot"
10855   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
10856   algorithm: "plot_perf_box_name"
10857   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
10858   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10859   include:
10860     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10861     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10862   layout:
10863     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
10864     layout: "plot-throughput"
10865
10866 - type: "plot"
10867   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
10868   algorithm: "plot_perf_box_name"
10869   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
10870   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10871   include:
10872     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
10873     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10874     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10875     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10876   layout:
10877     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
10878     layout: "plot-throughput"
10879
10880 - type: "plot"
10881   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
10882   algorithm: "plot_perf_box_name"
10883   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
10884   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10885   include:
10886     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
10887     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10888     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10889     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10890   layout:
10891     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
10892     layout: "plot-throughput"
10893
10894 - type: "plot"
10895   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10896   algorithm: "plot_perf_box_name"
10897   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10898   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10899   include:
10900     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10901     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10902     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10903     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10904   layout:
10905     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10906     layout: "plot-throughput"
10907
10908 - type: "plot"
10909   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10910   algorithm: "plot_perf_box_name"
10911   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10912   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10913   include:
10914     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10915     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10916     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10917     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10918   layout:
10919     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10920     layout: "plot-throughput"
10921
10922 - type: "plot"
10923   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10924   algorithm: "plot_perf_box_name"
10925   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10926   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10927   include:
10928     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10929     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10930     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10931     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10932   layout:
10933     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
10934     layout: "plot-throughput"
10935
10936 - type: "plot"
10937   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10938   algorithm: "plot_perf_box_name"
10939   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10940   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
10941   include:
10942     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
10943     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10944     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10945     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10946   layout:
10947     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
10948     layout: "plot-throughput"
10949
10950 - type: "plot"
10951   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
10952   algorithm: "plot_perf_box_name"
10953   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
10954   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10955   include:
10956     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10957     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10958     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10959   layout:
10960     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
10961     layout: "plot-throughput"
10962
10963 - type: "plot"
10964   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
10965   algorithm: "plot_perf_box_name"
10966   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
10967   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10968   include:
10969     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10970     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10971     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10972   layout:
10973     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
10974     layout: "plot-throughput"
10975
10976 - type: "plot"
10977   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
10978   algorithm: "plot_perf_box_name"
10979   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
10980   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10981   include:
10982     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10983     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10984     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
10985     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
10986     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
10987   layout:
10988     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
10989     layout: "plot-throughput"
10990
10991 - type: "plot"
10992   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
10993   algorithm: "plot_perf_box_name"
10994   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
10995   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10996   include:
10997     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
10998     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
10999     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11000     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11001     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11002   layout:
11003     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
11004     layout: "plot-throughput"
11005
11006 - type: "plot"
11007   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
11008   algorithm: "plot_perf_box_name"
11009   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
11010   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11011   include:
11012     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11013     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11014     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11015   layout:
11016     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
11017     layout: "plot-throughput"
11018
11019 - type: "plot"
11020   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
11021   algorithm: "plot_perf_box_name"
11022   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
11023   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11024   include:
11025     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11026     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11027     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11028   layout:
11029     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
11030     layout: "plot-throughput"
11031
11032 - type: "plot"
11033   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
11034   algorithm: "plot_perf_box_name"
11035   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
11036   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11037   include:
11038     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11039     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11040     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11041   layout:
11042     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
11043     layout: "plot-throughput"
11044
11045 - type: "plot"
11046   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
11047   algorithm: "plot_perf_box_name"
11048   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
11049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11050   include:
11051     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11052     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11053     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11054   layout:
11055     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
11056     layout: "plot-throughput"
11057
11058 - type: "plot"
11059   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
11060   algorithm: "plot_perf_box_name"
11061   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
11062   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11063   include:
11064     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11065     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11066     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11067     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11068     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11069   layout:
11070     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
11071     layout: "plot-throughput"
11072
11073 - type: "plot"
11074   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
11075   algorithm: "plot_perf_box_name"
11076   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
11077   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11078   include:
11079     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11080     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11081     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11082     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11083     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11084   layout:
11085     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
11086     layout: "plot-throughput"
11087
11088 - type: "plot"
11089   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11090   algorithm: "plot_perf_box_name"
11091   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11092   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11093   include:
11094     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11095     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11096     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11097     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11098     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11099   layout:
11100     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11101     layout: "plot-throughput"
11102
11103 - type: "plot"
11104   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11105   algorithm: "plot_perf_box_name"
11106   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11107   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11108   include:
11109     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11110     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11111     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11112     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11113     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11114   layout:
11115     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11116     layout: "plot-throughput"
11117
11118 - type: "plot"
11119   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11120   algorithm: "plot_perf_box_name"
11121   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11122   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11123   include:
11124     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11125     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11126     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11127     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11128     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11129   layout:
11130     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11131     layout: "plot-throughput"
11132
11133 - type: "plot"
11134   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11135   algorithm: "plot_perf_box_name"
11136   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11137   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11138   include:
11139     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11140     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11141     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11142     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11143     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11144   layout:
11145     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11146     layout: "plot-throughput"
11147
11148 - type: "plot"
11149   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11150   algorithm: "plot_perf_box_name"
11151   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11152   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11153   include:
11154     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11155     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11156     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11157     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11158     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11159   layout:
11160     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
11161     layout: "plot-throughput"
11162
11163 - type: "plot"
11164   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11165   algorithm: "plot_perf_box_name"
11166   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11167   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11168   include:
11169     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11170     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11171     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
11172     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
11173     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11174   layout:
11175     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
11176     layout: "plot-throughput"
11177
11178 - type: "plot"
11179   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
11180   algorithm: "plot_perf_box_name"
11181   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
11182   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11183   include:
11184     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11185     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11186     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11187     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11188     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11189     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11190   layout:
11191     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
11192     layout: "plot-throughput"
11193
11194 - type: "plot"
11195   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
11196   algorithm: "plot_perf_box_name"
11197   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
11198   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11199   include:
11200     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11201     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11202     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11203     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11204     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11205     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11206   layout:
11207     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
11208     layout: "plot-throughput"
11209
11210 - type: "plot"
11211   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
11212   algorithm: "plot_perf_box_name"
11213   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
11214   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11215   include:
11216     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11217     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11218     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
11219     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11220   layout:
11221     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
11222     layout: "plot-throughput"
11223
11224 - type: "plot"
11225   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
11226   algorithm: "plot_perf_box_name"
11227   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
11228   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11229   include:
11230     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
11231     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11232     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11233     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11234   layout:
11235     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
11236     layout: "plot-throughput"
11237
11238 - type: "plot"
11239   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
11240   algorithm: "plot_perf_box_name"
11241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
11242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11243   include:
11244     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11245     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11246     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11247     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11248     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11249     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11250   layout:
11251     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
11252     layout: "plot-throughput"
11253
11254 - type: "plot"
11255   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
11256   algorithm: "plot_perf_box_name"
11257   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
11258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11259   include:
11260     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11261     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11262     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11263     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11264     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11265     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11266   layout:
11267     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
11268     layout: "plot-throughput"
11269
11270 - type: "plot"
11271   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11272   algorithm: "plot_perf_box_name"
11273   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11274   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11275   include:
11276     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11277     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11278     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11279     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11280     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11281     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11282   layout:
11283     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11284     layout: "plot-throughput"
11285
11286 - type: "plot"
11287   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11288   algorithm: "plot_perf_box_name"
11289   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11290   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11291   include:
11292     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11293     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11294     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11295     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11296     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11297     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11298   layout:
11299     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11300     layout: "plot-throughput"
11301
11302 - type: "plot"
11303   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11304   algorithm: "plot_perf_box_name"
11305   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11306   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11307   include:
11308     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11309     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11310     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11311     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11312     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11313     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11314   layout:
11315     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
11316     layout: "plot-throughput"
11317
11318 - type: "plot"
11319   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11320   algorithm: "plot_perf_box_name"
11321   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11322   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11323   include:
11324     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11325     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11326     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11327     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11328     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11329     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11330   layout:
11331     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
11332     layout: "plot-throughput"
11333
11334 - type: "plot"
11335   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
11336   algorithm: "plot_perf_box_name"
11337   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
11338   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11339   include:
11340     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11341     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11342     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11343     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11344     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11345     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11346   layout:
11347     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
11348     layout: "plot-throughput"
11349
11350 - type: "plot"
11351   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
11352   algorithm: "plot_perf_box_name"
11353   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
11354   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11355   include:
11356     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11357     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11358     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11359     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11360     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11361     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11362   layout:
11363     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
11364     layout: "plot-throughput"
11365
11366 - type: "plot"
11367   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11368   algorithm: "plot_perf_box_name"
11369   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11370   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11371   include:
11372     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11373     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11374     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11375     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11376   layout:
11377     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11378     layout: "plot-throughput"
11379
11380 - type: "plot"
11381   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11382   algorithm: "plot_perf_box_name"
11383   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11384   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11385   include:
11386     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
11389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11390   layout:
11391     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11392     layout: "plot-throughput"
11393
11394 - type: "plot"
11395   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
11396   algorithm: "plot_perf_box_name"
11397   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
11398   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11399   include:
11400     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11401     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11404     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11405   layout:
11406     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
11407     layout: "plot-throughput"
11408
11409 - type: "plot"
11410   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
11411   algorithm: "plot_perf_box_name"
11412   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
11413   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11414   include:
11415     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11420   layout:
11421     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
11422     layout: "plot-throughput"
11423
11424 - type: "plot"
11425   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
11426   algorithm: "plot_perf_box_name"
11427   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
11428   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11429   include:
11430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11434   layout:
11435     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
11436     layout: "plot-throughput"
11437
11438 - type: "plot"
11439   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
11440   algorithm: "plot_perf_box_name"
11441   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
11442   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11443   include:
11444     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11448   layout:
11449     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
11450     layout: "plot-throughput"
11451
11452 - type: "plot"
11453   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
11454   algorithm: "plot_perf_box_name"
11455   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
11456   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11457   include:
11458     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11459     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11460     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11461     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11462     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11463     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11464   layout:
11465     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
11466     layout: "plot-throughput"
11467
11468 - type: "plot"
11469   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
11470   algorithm: "plot_perf_box_name"
11471   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
11472   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11473   include:
11474     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11475     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11476     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11477     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11478     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11479     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11480   layout:
11481     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
11482     layout: "plot-throughput"
11483
11484 - type: "plot"
11485   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
11486   algorithm: "plot_perf_box_name"
11487   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
11488   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11489   include:
11490     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11491     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11492     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11493     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11494     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11495   layout:
11496     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
11497     layout: "plot-throughput"
11498
11499 - type: "plot"
11500   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
11501   algorithm: "plot_perf_box_name"
11502   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
11503   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11504   include:
11505     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11506     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11507     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11508     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11509     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11510   layout:
11511     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
11512     layout: "plot-throughput"
11513
11514 - type: "plot"
11515   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11516   algorithm: "plot_perf_box_name"
11517   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11518   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11519   include:
11520     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11521     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11522     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11523   layout:
11524     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
11525     layout: "plot-throughput"
11526
11527 - type: "plot"
11528   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11529   algorithm: "plot_perf_box_name"
11530   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11531   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11532   include:
11533     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
11534     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
11535     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
11536   layout:
11537     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
11538     layout: "plot-throughput"
11539
11540 - type: "plot"
11541   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
11542   algorithm: "plot_perf_box_name"
11543   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
11544   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11545   include:
11546     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11547     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11548     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11549     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11550   layout:
11551     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
11552     layout: "plot-throughput"
11553
11554 - type: "plot"
11555   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
11556   algorithm: "plot_perf_box_name"
11557   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
11558   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11559   include:
11560     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
11561     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11562     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11563     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11564   layout:
11565     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
11566     layout: "plot-throughput"
11567
11568 - type: "plot"
11569   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
11570   algorithm: "plot_perf_box_name"
11571   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
11572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11573   include:
11574     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11575     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11576     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11577     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11578     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11579     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11580   layout:
11581     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
11582     layout: "plot-throughput"
11583
11584 - type: "plot"
11585   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
11586   algorithm: "plot_perf_box_name"
11587   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
11588   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11589   include:
11590     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
11591     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
11592     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11593     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11594     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11595     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11596   layout:
11597     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
11598     layout: "plot-throughput"
11599
11600 - type: "plot"
11601   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
11602   algorithm: "plot_perf_box_name"
11603   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
11604   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11605   include:
11606     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11607     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11608     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11609     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11610     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11611     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11612   layout:
11613     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
11614     layout: "plot-throughput"
11615
11616 - type: "plot"
11617   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
11618   algorithm: "plot_perf_box_name"
11619   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
11620   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11621   include:
11622     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
11623     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11624     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11625     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11626     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11628   layout:
11629     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-pdr"
11630     layout: "plot-throughput"
11631
11632 - type: "plot"
11633   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11634   algorithm: "plot_perf_box_name"
11635   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11636   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11637   include:
11638     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11639     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11640     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11641     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11642   layout:
11643     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
11644     layout: "plot-throughput"
11645
11646 - type: "plot"
11647   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11648   algorithm: "plot_perf_box_name"
11649   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11650   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11651   include:
11652     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11653     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11654     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11655     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11656   layout:
11657     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
11658     layout: "plot-throughput"
11659
11660 - type: "plot"
11661   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11662   algorithm: "plot_perf_box_name"
11663   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11664   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11665   include:
11666     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11667     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11668     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11669     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11670     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11671     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11672   layout:
11673     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11674     layout: "plot-throughput"
11675
11676 - type: "plot"
11677   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11678   algorithm: "plot_perf_box_name"
11679   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11680   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11681   include:
11682     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11683     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11684     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11685     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11686     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11687     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11688   layout:
11689     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11690     layout: "plot-throughput"
11691
11692 - type: "plot"
11693   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11694   algorithm: "plot_perf_box_name"
11695   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11696   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11697   include:
11698     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11699     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11700     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11701     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11702     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11703     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11704   layout:
11705     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11706     layout: "plot-throughput"
11707
11708 - type: "plot"
11709   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11710   algorithm: "plot_perf_box_name"
11711   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11712   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11713   include:
11714     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11715     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11716     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11717     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11718     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11719     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11720   layout:
11721     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11722     layout: "plot-throughput"
11723
11724 - type: "plot"
11725   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11726   algorithm: "plot_perf_box_name"
11727   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11728   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11729   include:
11730     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11731     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11732     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11733     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11734   layout:
11735     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11736     layout: "plot-throughput"
11737
11738 - type: "plot"
11739   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11740   algorithm: "plot_perf_box_name"
11741   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11742   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11743   include:
11744     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11745     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11746     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11747     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11748   layout:
11749     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11750     layout: "plot-throughput"
11751
11752 - type: "plot"
11753   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11754   algorithm: "plot_perf_box_name"
11755   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11756   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11757   include:
11758     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11759     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11760     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11761     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11762     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11763     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11764   layout:
11765     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11766     layout: "plot-throughput"
11767
11768 - type: "plot"
11769   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11770   algorithm: "plot_perf_box_name"
11771   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11772   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11773   include:
11774     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11775     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11776     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11777     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11778     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11779     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11780   layout:
11781     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11782     layout: "plot-throughput"
11783
11784 - type: "plot"
11785   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11786   algorithm: "plot_perf_box_name"
11787   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11788   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11789   include:
11790     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11791     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11792     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11793     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11794   layout:
11795     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
11796     layout: "plot-throughput"
11797
11798 - type: "plot"
11799   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11800   algorithm: "plot_perf_box_name"
11801   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11802   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11803   include:
11804     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
11805     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11806     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
11807     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11808   layout:
11809     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
11810     layout: "plot-throughput"
11811
11812 - type: "plot"
11813   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11814   algorithm: "plot_perf_box_name"
11815   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11816   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11817   include:
11818     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11819     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11820     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11821     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11822     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11823     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11824   layout:
11825     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
11826     layout: "plot-throughput"
11827
11828 - type: "plot"
11829   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11830   algorithm: "plot_perf_box_name"
11831   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11832   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11833   include:
11834     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
11835     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11836     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
11837     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
11838     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
11839     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
11840   layout:
11841     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
11842     layout: "plot-throughput"
11843
11844 - type: "plot"
11845   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11846   algorithm: "plot_perf_box_name"
11847   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11848   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11849   include:
11850     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11851     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11852     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11853     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11854     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11855     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11856   layout:
11857     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
11858     layout: "plot-throughput"
11859
11860 - type: "plot"
11861   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11862   algorithm: "plot_perf_box_name"
11863   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11864   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11865   include:
11866     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
11867     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11868     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11869     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11870     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11871     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11872   layout:
11873     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
11874     layout: "plot-throughput"
11875
11876 - type: "plot"
11877   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
11878   algorithm: "plot_perf_box_name"
11879   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
11880   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11881   include:
11882     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11883     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11884     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11885     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11886     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11887     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11888   layout:
11889     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
11890     layout: "plot-throughput"
11891
11892 - type: "plot"
11893   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
11894   algorithm: "plot_perf_box_name"
11895   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
11896   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11897   include:
11898     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11899     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11900     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11901     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11902     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11903     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11904   layout:
11905     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
11906     layout: "plot-throughput"
11907
11908 - type: "plot"
11909   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
11910   algorithm: "plot_perf_box_name"
11911   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
11912   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11913   include:
11914     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11915     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11916     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11917     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11918     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11919     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11920   layout:
11921     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
11922     layout: "plot-throughput"
11923
11924 - type: "plot"
11925   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
11926   algorithm: "plot_perf_box_name"
11927   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
11928   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11929   include:
11930     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11931     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11932     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11933     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11934     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11935     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11936   layout:
11937     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
11938     layout: "plot-throughput"
11939
11940 - type: "plot"
11941   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11942   algorithm: "plot_perf_box_name"
11943   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11944   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11945   include:
11946     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11947     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11948     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11949     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11950     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11951     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11952   layout:
11953     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11954     layout: "plot-throughput"
11955
11956 - type: "plot"
11957   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11958   algorithm: "plot_perf_box_name"
11959   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11960   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11961   include:
11962     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11963     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11964     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11965     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11966     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11967     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11968   layout:
11969     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11970     layout: "plot-throughput"
11971
11972 - type: "plot"
11973   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11974   algorithm: "plot_perf_box_name"
11975   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11976   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11977   include:
11978     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11979     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11980     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11981   layout:
11982     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
11983     layout: "plot-throughput"
11984
11985 - type: "plot"
11986   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11987   algorithm: "plot_perf_box_name"
11988   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11989   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11990   include:
11991     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11992     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11993     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11994   layout:
11995     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
11996     layout: "plot-throughput"
11997
11998 - type: "plot"
11999   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12000   algorithm: "plot_perf_box_name"
12001   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12002   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12003   include:
12004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12005     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12006     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12007     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12008   layout:
12009     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12010     layout: "plot-throughput"
12011
12012 - type: "plot"
12013   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
12014   algorithm: "plot_perf_box_name"
12015   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
12016   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12017   include:
12018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12019     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12020     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12021     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12022   layout:
12023     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
12024     layout: "plot-throughput"
12025
12026 - type: "plot"
12027   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12028   algorithm: "plot_perf_box_name"
12029   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12031   include:
12032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12033     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12034     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12035     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12036   layout:
12037     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12038     layout: "plot-throughput"
12039
12040 - type: "plot"
12041   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
12042   algorithm: "plot_perf_box_name"
12043   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
12044   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12045   include:
12046     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12049     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12050   layout:
12051     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
12052     layout: "plot-throughput"
12053
12054 - type: "plot"
12055   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
12056   algorithm: "plot_perf_box_name"
12057   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
12058   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12059   include:
12060     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12061     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12062     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12063     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12064   layout:
12065     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
12066     layout: "plot-throughput"
12067
12068 - type: "plot"
12069   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
12070   algorithm: "plot_perf_box_name"
12071   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
12072   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12073   include:
12074     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12075     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12076     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12077     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12078   layout:
12079     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
12080     layout: "plot-throughput"
12081
12082 - type: "plot"
12083   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
12084   algorithm: "plot_perf_box_name"
12085   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
12086   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12087   include:
12088     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12089     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12090     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12091     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12092   layout:
12093     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
12094     layout: "plot-throughput"
12095
12096 - type: "plot"
12097   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
12098   algorithm: "plot_perf_box_name"
12099   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
12100   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12101   include:
12102     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12103     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12104     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12105     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12106   layout:
12107     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-pdr"
12108     layout: "plot-throughput"
12109
12110 - type: "plot"
12111   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12112   algorithm: "plot_perf_box_name"
12113   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12114   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12115   include:
12116     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12117     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12118     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12119     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12120   layout:
12121     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12122     layout: "plot-throughput"
12123
12124 - type: "plot"
12125   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
12126   algorithm: "plot_perf_box_name"
12127   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
12128   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12129   include:
12130     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12131     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12132     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12133     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12134   layout:
12135     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
12136     layout: "plot-throughput"
12137
12138 - type: "plot"
12139   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12140   algorithm: "plot_perf_box_name"
12141   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12143   include:
12144     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12145     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12146     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12147     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12148   layout:
12149     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12150     layout: "plot-throughput"
12151
12152 - type: "plot"
12153   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
12154   algorithm: "plot_perf_box_name"
12155   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
12156   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12157   include:
12158     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12159     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12160     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12161     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12162   layout:
12163     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
12164     layout: "plot-throughput"
12165
12166 - type: "plot"
12167   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12168   algorithm: "plot_perf_box_name"
12169   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12170   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12171   include:
12172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12173     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12174     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12175     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12176     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12177   layout:
12178     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12179     layout: "plot-throughput"
12180
12181 - type: "plot"
12182   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
12183   algorithm: "plot_perf_box_name"
12184   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
12185   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12186   include:
12187     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12188     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12189     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12190     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12191     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12192   layout:
12193     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
12194     layout: "plot-throughput"
12195
12196 - type: "plot"
12197   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12198   algorithm: "plot_perf_box_name"
12199   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12201   include:
12202     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12203     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12204     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12205     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12206     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12207   layout:
12208     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12209     layout: "plot-throughput"
12210
12211 - type: "plot"
12212   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
12213   algorithm: "plot_perf_box_name"
12214   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
12215   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12216   include:
12217     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12218     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12219     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12220     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12221     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12222   layout:
12223     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
12224     layout: "plot-throughput"
12225
12226 - type: "plot"
12227   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12228   algorithm: "plot_perf_box_name"
12229   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12230   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12231   include:
12232     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12233     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12234     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12235     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12236     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12237     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12238   layout:
12239     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12240     layout: "plot-throughput"
12241
12242 - type: "plot"
12243   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
12244   algorithm: "plot_perf_box_name"
12245   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
12246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12247   include:
12248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12249     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12251     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12252     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12253     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12254   layout:
12255     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
12256     layout: "plot-throughput"
12257
12258 - type: "plot"
12259   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12260   algorithm: "plot_perf_box_name"
12261   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12262   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12263   include:
12264     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12265     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12266     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12267     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12268     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12269     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12270   layout:
12271     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12272     layout: "plot-throughput"
12273
12274 - type: "plot"
12275   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
12276   algorithm: "plot_perf_box_name"
12277   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
12278   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12279   include:
12280     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12281     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12282     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12283     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12284     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12285     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12286   layout:
12287     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-pdr"
12288     layout: "plot-throughput"
12289
12290 - type: "plot"
12291   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12292   algorithm: "plot_perf_box_name"
12293   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12294   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12295   include:
12296     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12297     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12298     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12299     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12300     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12301   layout:
12302     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
12303     layout: "plot-throughput"
12304
12305 - type: "plot"
12306   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12307   algorithm: "plot_perf_box_name"
12308   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12309   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12310   include:
12311     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12312     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12313     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12314     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12315     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12316   layout:
12317     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
12318     layout: "plot-throughput"
12319
12320 - type: "plot"
12321   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12322   algorithm: "plot_perf_box_name"
12323   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12324   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12325   include:
12326     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12327     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12328     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12329     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12330     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12331     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12332   layout:
12333     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
12334     layout: "plot-throughput"
12335
12336 - type: "plot"
12337   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12338   algorithm: "plot_perf_box_name"
12339   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12340   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12341   include:
12342     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12343     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12344     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12345     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12346     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12347     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12348   layout:
12349     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
12350     layout: "plot-throughput"
12351
12352 - type: "plot"
12353   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
12354   algorithm: "plot_perf_box_name"
12355   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
12356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12357   include:
12358     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12359     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12360     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12361   layout:
12362     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
12363     layout: "plot-throughput"
12364
12365 - type: "plot"
12366   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
12367   algorithm: "plot_perf_box_name"
12368   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
12369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12370   include:
12371     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
12372     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
12373     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
12374   layout:
12375     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
12376     layout: "plot-throughput"
12377
12378 ################################################################################
12379
12380 # Packet Latency 1C
12381
12382 - type: "plot"
12383   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
12384   algorithm: "plot_lat_err_bars_name"
12385   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
12386   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12387   include:
12388     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12389     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12390     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12391     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12392   layout:
12393     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
12394     layout: "plot-latency"
12395
12396 - type: "plot"
12397   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
12398   algorithm: "plot_lat_err_bars_name"
12399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
12400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12401   include:
12402     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
12403     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
12404     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
12405     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
12406     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
12407   layout:
12408     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
12409     layout: "plot-latency"
12410
12411 - type: "plot"
12412   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
12413   algorithm: "plot_lat_err_bars_name"
12414   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
12415   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12416   include:
12417     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12418     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12419     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12420     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12421     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12422   layout:
12423     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
12424     layout: "plot-latency"
12425
12426 - type: "plot"
12427   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
12428   algorithm: "plot_lat_err_bars_name"
12429   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
12430   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12431   include:
12432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
12433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12436   layout:
12437     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12438     layout: "plot-latency"
12439
12440 - type: "plot"
12441   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
12442   algorithm: "plot_lat_err_bars_name"
12443   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
12444   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12445   include:
12446     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12447     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12448     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12449     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12450     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12451   layout:
12452     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
12453     layout: "plot-latency"
12454
12455 - type: "plot"
12456   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
12457   algorithm: "plot_lat_err_bars_name"
12458   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
12459   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12460   include:
12461     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12462     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12463     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12464     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12465     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12466     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12467   layout:
12468     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
12469     layout: "plot-latency"
12470
12471 - type: "plot"
12472   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
12473   algorithm: "plot_lat_err_bars_name"
12474   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
12475   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12476   include:
12477     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12478     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12479     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12480   layout:
12481     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
12482     layout: "plot-latency"
12483
12484 - type: "plot"
12485   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
12486   algorithm: "plot_lat_err_bars_name"
12487   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
12488   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12489   include:
12490     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
12491     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12492     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12493     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12494     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12495   layout:
12496     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
12497     layout: "plot-latency"
12498
12499 - type: "plot"
12500   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
12501   algorithm: "plot_lat_err_bars_name"
12502   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
12503   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12504   include:
12505     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
12506     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
12507     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
12508     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
12509   layout:
12510     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
12511     layout: "plot-latency"
12512
12513 - type: "plot"
12514   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
12515   algorithm: "plot_lat_err_bars_name"
12516   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
12517   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12518   include:
12519     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
12520     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12521     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
12522     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
12523     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
12524   layout:
12525     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
12526     layout: "plot-latency"
12527
12528 - type: "plot"
12529   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
12530   algorithm: "plot_lat_err_bars_name"
12531   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
12532   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12533   include:
12534     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
12535     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12536     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12537     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12538     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12539     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
12540   layout:
12541     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
12542     layout: "plot-latency"
12543
12544 - type: "plot"
12545   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
12546   algorithm: "plot_lat_err_bars_name"
12547   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
12548   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12549   include:
12550     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12551     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12552   layout:
12553     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
12554     layout: "plot-latency"
12555
12556 - type: "plot"
12557   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
12558   algorithm: "plot_lat_err_bars_name"
12559   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
12560   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12561   include:
12562     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12563     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12564     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12565     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12566   layout:
12567     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
12568     layout: "plot-latency"
12569
12570 - type: "plot"
12571   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
12572   algorithm: "plot_lat_err_bars_name"
12573   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
12574   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12575   include:
12576     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12577     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12578     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12579   layout:
12580     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
12581     layout: "plot-latency"
12582
12583 - type: "plot"
12584   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
12585   algorithm: "plot_lat_err_bars_name"
12586   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
12587   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12588   include:
12589     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12590     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12591     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12592     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12593     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12594   layout:
12595     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
12596     layout: "plot-latency"
12597
12598 - type: "plot"
12599   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
12600   algorithm: "plot_lat_err_bars_name"
12601   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
12602   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12603   include:
12604     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12605     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12606     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12607   layout:
12608     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
12609     layout: "plot-latency"
12610
12611 - type: "plot"
12612   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
12613   algorithm: "plot_lat_err_bars_name"
12614   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
12615   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12616   include:
12617     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12618     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12619     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12620   layout:
12621     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
12622     layout: "plot-latency"
12623
12624 - type: "plot"
12625   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
12626   algorithm: "plot_lat_err_bars_name"
12627   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
12628   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12629   include:
12630     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12631     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12632     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12633     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12634     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12635   layout:
12636     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
12637     layout: "plot-latency"
12638
12639 #- type: "plot"
12640 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
12641 #  algorithm: "plot_lat_err_bars_name"
12642 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
12643 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12644 #  include:
12645 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12646 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12647 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12648 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12649 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12650 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12651 #  layout:
12652 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
12653 #    layout: "plot-latency"
12654
12655 #- type: "plot"
12656 #  title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
12657 #  algorithm: "plot_lat_err_bars_name"
12658 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
12659 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12660 #  include:
12661 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12662 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12663 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12664 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12665 #  layout:
12666 #    title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
12667 #    layout: "plot-latency"
12668
12669 #- type: "plot"
12670 #  title: "Latency: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
12671 #  algorithm: "plot_lat_err_bars_name"
12672 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
12673 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
12674 #  include:
12675 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12676 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12677 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12678 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12679 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12680 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12681 #  layout:
12682 #    title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
12683 #    layout: "plot-latency"
12684
12685 - type: "plot"
12686   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
12687   algorithm: "plot_lat_err_bars_name"
12688   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
12689   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12690   include:
12691     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12692     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12693     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12694     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12695     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12696     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12697   layout:
12698     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
12699     layout: "plot-latency"
12700
12701 - type: "plot"
12702   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
12703   algorithm: "plot_lat_err_bars_name"
12704   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
12705   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12706   include:
12707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12711   layout:
12712     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12713     layout: "plot-latency"
12714
12715 - type: "plot"
12716   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
12717   algorithm: "plot_lat_err_bars_name"
12718   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
12719   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12720   include:
12721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12726   layout:
12727     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
12728     layout: "plot-latency"
12729
12730 - type: "plot"
12731   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
12732   algorithm: "plot_lat_err_bars_name"
12733   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
12734   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12735   include:
12736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12740   layout:
12741     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
12742     layout: "plot-latency"
12743
12744 - type: "plot"
12745   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
12746   algorithm: "plot_lat_err_bars_name"
12747   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
12748   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12749   include:
12750     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12751     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12752     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12753     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12754     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12755     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12756   layout:
12757     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
12758     layout: "plot-latency"
12759
12760 - type: "plot"
12761   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
12762   algorithm: "plot_lat_err_bars_name"
12763   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
12764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12765   include:
12766     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12767     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12768     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12769     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12770     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12771   layout:
12772     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
12773     layout: "plot-latency"
12774
12775 - type: "plot"
12776   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
12777   algorithm: "plot_lat_err_bars_name"
12778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
12779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12780   include:
12781     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12782     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12783     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12784   layout:
12785     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12786     layout: "plot-latency"
12787
12788 - type: "plot"
12789   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
12790   algorithm: "plot_lat_err_bars_name"
12791   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
12792   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12793   include:
12794     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12795     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12796     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12797     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12798   layout:
12799     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
12800     layout: "plot-latency"
12801
12802 - type: "plot"
12803   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
12804   algorithm: "plot_lat_err_bars_name"
12805   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
12806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12807   include:
12808     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12809     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12810     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12811     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12812     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12813     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12814   layout:
12815     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
12816     layout: "plot-latency"
12817
12818 - type: "plot"
12819   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-lat"
12820   algorithm: "plot_lat_err_bars_name"
12821   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-lat"
12822   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12823   include:
12824     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12825     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12826     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12827     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12828     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12829     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12830   layout:
12831     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
12832     layout: "plot-latency"
12833
12834 - type: "plot"
12835   title: "Latency: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
12836   algorithm: "plot_lat_err_bars_name"
12837   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
12838   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12839   include:
12840     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12841     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12842     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12843     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12844     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12845     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12846   layout:
12847     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
12848     layout: "plot-latency"
12849
12850 - type: "plot"
12851   title: "Latency: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
12852   algorithm: "plot_lat_err_bars_name"
12853   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
12854   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12855   include:
12856     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12857     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12858     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12859     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12860     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12861     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12862   layout:
12863     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
12864     layout: "plot-latency"
12865
12866 - type: "plot"
12867   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12868   algorithm: "plot_lat_err_bars_name"
12869   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
12870   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12871   include:
12872     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12876   layout:
12877     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12878     layout: "plot-latency"
12879
12880 - type: "plot"
12881   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12882   algorithm: "plot_lat_err_bars_name"
12883   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
12884   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12885   include:
12886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12890   layout:
12891     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12892     layout: "plot-latency"
12893
12894 - type: "plot"
12895   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
12896   algorithm: "plot_lat_err_bars_name"
12897   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
12898   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12899   include:
12900     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12901     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12902     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12903     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12904   layout:
12905     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
12906     layout: "plot-latency"
12907
12908 - type: "plot"
12909   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
12910   algorithm: "plot_lat_err_bars_name"
12911   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-lat"
12912   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12913   include:
12914     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12915     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12916     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12917     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12918   layout:
12919     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
12920     layout: "plot-latency"
12921
12922 - type: "plot"
12923   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12924   algorithm: "plot_lat_err_bars_name"
12925   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
12926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12927   include:
12928     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12929     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12930     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12931     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12932   layout:
12933     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12934     layout: "plot-latency"
12935
12936 - type: "plot"
12937   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12938   algorithm: "plot_lat_err_bars_name"
12939   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
12940   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12941   include:
12942     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12943     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12944     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12945     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12946   layout:
12947     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12948     layout: "plot-latency"
12949
12950 - type: "plot"
12951   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12952   algorithm: "plot_lat_err_bars_name"
12953   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
12954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12955   include:
12956     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12957     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12958     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12959     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12960     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
12961   layout:
12962     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
12963     layout: "plot-latency"
12964
12965 - type: "plot"
12966   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12967   algorithm: "plot_lat_err_bars_name"
12968   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
12969   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12970   include:
12971     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12972     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12973     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12974     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
12975     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
12976   layout:
12977     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
12978     layout: "plot-latency"
12979
12980 - type: "plot"
12981   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12982   algorithm: "plot_lat_err_bars_name"
12983   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
12984   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12985   include:
12986     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12987     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12988     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
12989     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12990     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12991     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
12992   layout:
12993     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
12994     layout: "plot-latency"
12995
12996 - type: "plot"
12997   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
12998   algorithm: "plot_lat_err_bars_name"
12999   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
13000   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13001   include:
13002     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13003     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13004     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13005     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13006     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13007     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13008   layout:
13009     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
13010     layout: "plot-latency"
13011
13012 - type: "plot"
13013   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
13014   algorithm: "plot_lat_err_bars_name"
13015   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-lat"
13016   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13017   include:
13018     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13019     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13020     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13021     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13022     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13023   layout:
13024     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
13025     layout: "plot-latency"
13026
13027 - type: "plot"
13028   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
13029   algorithm: "plot_lat_err_bars_name"
13030   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-lat"
13031   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13032   include:
13033     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
13034     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13035     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
13036     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
13037     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
13038   layout:
13039     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
13040     layout: "plot-latency"
13041
13042 - type: "plot"
13043   title: "Latency: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
13044   algorithm: "plot_lat_err_bars_name"
13045   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-lat"
13046   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13047   include:
13048     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
13049     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13050     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13051     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13052     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13053     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
13054   layout:
13055     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
13056     layout: "plot-latency"
13057
13058 - type: "plot"
13059   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
13060   algorithm: "plot_lat_err_bars_name"
13061   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
13062   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13063   include:
13064     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
13065     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13066     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13067     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13068   layout:
13069     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-lat"
13070     layout: "plot-latency"
13071
13072 - type: "plot"
13073   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
13074   algorithm: "plot_lat_err_bars_name"
13075   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-lat"
13076   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13077   include:
13078     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
13079     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
13080     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
13081     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
13082     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
13083   layout:
13084     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
13085     layout: "plot-latency"
13086
13087 #- type: "plot"
13088 #  title: "Latency: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
13089 #  algorithm: "plot_lat_err_bars_name"
13090 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
13091 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13092 #  include:
13093 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13094 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13095 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13096 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13097 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13098 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13099 #  layout:
13100 #    title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13101 #    layout: "plot-latency"
13102
13103 - type: "plot"
13104   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
13105   algorithm: "plot_lat_err_bars_name"
13106   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-lat"
13107   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13108   include:
13109     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13110     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13111     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13112     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13113   layout:
13114     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13115     layout: "plot-latency"
13116
13117 - type: "plot"
13118   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
13119   algorithm: "plot_lat_err_bars_name"
13120   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-lat"
13121   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13122   include:
13123     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13124     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13125     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13126     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13127     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13128     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13129   layout:
13130     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13131     layout: "plot-latency"
13132
13133 - type: "plot"
13134   title: "Latency: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-lat"
13135   algorithm: "plot_lat_err_bars_name"
13136   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-lat"
13137   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13138   include:
13139     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13140     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13141     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13142     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13143     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13144     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13145   layout:
13146     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13147     layout: "plot-latency"
13148
13149 - type: "plot"
13150   title: "Latency: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-lat"
13151   algorithm: "plot_lat_err_bars_name"
13152   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-lat"
13153   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13154   include:
13155     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13156     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13157     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13158     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13159     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13160     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13161   layout:
13162     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13163     layout: "plot-latency"
13164
13165 - type: "plot"
13166   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
13167   algorithm: "plot_lat_err_bars_name"
13168   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-lat"
13169   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13170   include:
13171     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13172     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13173     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13174     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13175     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13176   layout:
13177     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13178     layout: "plot-latency"
13179
13180 - type: "plot"
13181   title: "Latency: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-lat"
13182   algorithm: "plot_lat_err_bars_name"
13183   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-lat"
13184   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13185   include:
13186     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13187     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13188     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13189     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13190     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13191     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13192   layout:
13193     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13194     layout: "plot-latency"
13195
13196 ################################################################################
13197
13198 # Packet Latency 2C
13199
13200 - type: "plot"
13201   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
13202   algorithm: "plot_lat_err_bars_name"
13203   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
13204   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13205   include:
13206     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13207     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13208     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13209     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13210   layout:
13211     title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
13212     layout: "plot-latency"
13213
13214 - type: "plot"
13215   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
13216   algorithm: "plot_lat_err_bars_name"
13217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
13218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13219   include:
13220     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13221     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13222     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13223     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13224     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13225   layout:
13226     title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
13227     layout: "plot-latency"
13228
13229 - type: "plot"
13230   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
13231   algorithm: "plot_lat_err_bars_name"
13232   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
13233   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13234   include:
13235     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
13236     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
13237     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
13238     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
13239     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
13240   layout:
13241     title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
13242     layout: "plot-latency"
13243
13244 - type: "plot"
13245   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
13246   algorithm: "plot_lat_err_bars_name"
13247   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
13248   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13249   include:
13250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
13251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
13252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
13253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
13254   layout:
13255     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
13256     layout: "plot-latency"
13257
13258 - type: "plot"
13259   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
13260   algorithm: "plot_lat_err_bars_name"
13261   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
13262   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13263   include:
13264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
13265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
13266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
13267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
13268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
13269   layout:
13270     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
13271     layout: "plot-latency"
13272
13273 - type: "plot"
13274   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
13275   algorithm: "plot_lat_err_bars_name"
13276   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
13277   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13278   include:
13279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
13280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
13285   layout:
13286     title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
13287     layout: "plot-latency"
13288
13289 - type: "plot"
13290   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
13291   algorithm: "plot_lat_err_bars_name"
13292   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
13293   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13294   include:
13295     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
13296     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
13297     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
13298   layout:
13299     title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
13300     layout: "plot-latency"
13301
13302 - type: "plot"
13303   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
13304   algorithm: "plot_lat_err_bars_name"
13305   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
13306   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13307   include:
13308     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
13309     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
13310     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
13311     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
13312     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
13313   layout:
13314     title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
13315     layout: "plot-latency"
13316
13317 - type: "plot"
13318   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
13319   algorithm: "plot_lat_err_bars_name"
13320   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
13321   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13322   include:
13323     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
13324     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
13325     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
13326     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
13327   layout:
13328     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
13329     layout: "plot-latency"
13330
13331 - type: "plot"
13332   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
13333   algorithm: "plot_lat_err_bars_name"
13334   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
13335   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13336   include:
13337     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
13338     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
13339     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
13340     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
13341     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
13342   layout:
13343     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
13344     layout: "plot-latency"
13345
13346 - type: "plot"
13347   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
13348   algorithm: "plot_lat_err_bars_name"
13349   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
13350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13351   include:
13352     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
13353     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13354     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13355     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13356     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13357     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
13358   layout:
13359     title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
13360     layout: "plot-latency"
13361
13362 - type: "plot"
13363   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
13364   algorithm: "plot_lat_err_bars_name"
13365   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
13366   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13367   include:
13368     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
13369     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13370   layout:
13371     title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
13372     layout: "plot-latency"
13373
13374 - type: "plot"
13375   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
13376   algorithm: "plot_lat_err_bars_name"
13377   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
13378   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13379   include:
13380     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
13381     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13382     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13383     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13384   layout:
13385     title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
13386     layout: "plot-latency"
13387
13388 - type: "plot"
13389   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
13390   algorithm: "plot_lat_err_bars_name"
13391   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
13392   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13393   include:
13394     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
13395     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
13396     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
13397   layout:
13398     title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
13399     layout: "plot-latency"
13400
13401 - type: "plot"
13402   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
13403   algorithm: "plot_lat_err_bars_name"
13404   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
13405   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13406   include:
13407     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
13408     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
13409     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
13410     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
13411     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
13412   layout:
13413     title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
13414     layout: "plot-latency"
13415
13416 - type: "plot"
13417   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
13418   algorithm: "plot_lat_err_bars_name"
13419   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
13420   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13421   include:
13422     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
13423     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
13424     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
13425   layout:
13426     title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
13427     layout: "plot-latency"
13428
13429 - type: "plot"
13430   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
13431   algorithm: "plot_lat_err_bars_name"
13432   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
13433   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13434   include:
13435     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
13436     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
13437     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
13438   layout:
13439     title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
13440     layout: "plot-latency"
13441
13442 - type: "plot"
13443   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
13444   algorithm: "plot_lat_err_bars_name"
13445   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
13446   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13447   include:
13448     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
13449     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
13450     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
13451     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
13452     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
13453   layout:
13454     title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
13455     layout: "plot-latency"
13456
13457 #- type: "plot"
13458 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
13459 #  algorithm: "plot_lat_err_bars_name"
13460 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
13461 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13462 #  include:
13463 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13464 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13465 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13466 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13467 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13468 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13469 #  layout:
13470 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
13471 #    layout: "plot-latency"
13472
13473 #- type: "plot"
13474 #  title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
13475 #  algorithm: "plot_lat_err_bars_name"
13476 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
13477 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13478 #  include:
13479 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
13480 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13481 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
13482 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13483 #  layout:
13484 #    title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
13485 #    layout: "plot-latency"
13486
13487 #- type: "plot"
13488 #  title: "Latency: 3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
13489 #  algorithm: "plot_lat_err_bars_name"
13490 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
13491 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
13492 #  include:
13493 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13494 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13495 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13496 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13497 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13498 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13499 #  layout:
13500 #    title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr"
13501 #    layout: "plot-latency"
13502
13503 - type: "plot"
13504   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
13505   algorithm: "plot_lat_err_bars_name"
13506   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
13507   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13508   include:
13509     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
13510     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13511     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
13512     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
13513     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13514     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
13515   layout:
13516     title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
13517     layout: "plot-latency"
13518
13519 - type: "plot"
13520   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
13521   algorithm: "plot_lat_err_bars_name"
13522   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
13523   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13524   include:
13525     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
13526     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
13527     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
13528     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
13529   layout:
13530     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
13531     layout: "plot-latency"
13532
13533 - type: "plot"
13534   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
13535   algorithm: "plot_lat_err_bars_name"
13536   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
13537   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13538   include:
13539     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
13540     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
13541     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
13542     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
13543     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13544   layout:
13545     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
13546     layout: "plot-latency"
13547
13548 - type: "plot"
13549   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
13550   algorithm: "plot_lat_err_bars_name"
13551   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
13552   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13553   include:
13554     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13555     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
13556     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
13557     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
13558   layout:
13559     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
13560     layout: "plot-latency"
13561
13562 - type: "plot"
13563   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
13564   algorithm: "plot_lat_err_bars_name"
13565   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
13566   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13567   include:
13568     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
13569     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
13570     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
13571     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
13572     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
13573     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
13574   layout:
13575     title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
13576     layout: "plot-latency"
13577
13578 - type: "plot"
13579   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
13580   algorithm: "plot_lat_err_bars_name"
13581   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
13582   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13583   include:
13584     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
13585     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
13586     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
13587     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13588     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
13589   layout:
13590     title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
13591     layout: "plot-latency"
13592
13593 - type: "plot"
13594   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
13595   algorithm: "plot_lat_err_bars_name"
13596   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
13597   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13598   include:
13599     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
13600     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
13601     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
13602   layout:
13603     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
13604     layout: "plot-latency"
13605
13606 - type: "plot"
13607   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
13608   algorithm: "plot_lat_err_bars_name"
13609   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
13610   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13611   include:
13612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
13613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
13614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
13615     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13616   layout:
13617     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
13618     layout: "plot-latency"
13619
13620 - type: "plot"
13621   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
13622   algorithm: "plot_lat_err_bars_name"
13623   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
13624   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13625   include:
13626     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
13627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
13628     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13629     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
13630     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
13631     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
13632   layout:
13633     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
13634     layout: "plot-latency"
13635
13636 - type: "plot"
13637   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-lat"
13638   algorithm: "plot_lat_err_bars_name"
13639   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-lat"
13640   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13641   include:
13642     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
13643     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13644     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13645     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13646     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13647     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13648   layout:
13649     title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr"
13650     layout: "plot-latency"
13651
13652 - type: "plot"
13653   title: "Latency: 3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
13654   algorithm: "plot_lat_err_bars_name"
13655   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
13656   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13657   include:
13658     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13659     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13660     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13661     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13662     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13663     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13664   layout:
13665     title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
13666     layout: "plot-latency"
13667
13668 - type: "plot"
13669   title: "Latency: 3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
13670   algorithm: "plot_lat_err_bars_name"
13671   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
13672   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13673   include:
13674     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13675     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13676     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13677     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13678     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13679     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13680   layout:
13681     title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr"
13682     layout: "plot-latency"
13683
13684 - type: "plot"
13685   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
13686   algorithm: "plot_lat_err_bars_name"
13687   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
13688   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13689   include:
13690     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13691     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13692     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13693     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13694   layout:
13695     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
13696     layout: "plot-latency"
13697
13698 - type: "plot"
13699   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
13700   algorithm: "plot_lat_err_bars_name"
13701   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
13702   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13703   include:
13704     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13705     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13706     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13707     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13708   layout:
13709     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
13710     layout: "plot-latency"
13711
13712 - type: "plot"
13713   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
13714   algorithm: "plot_lat_err_bars_name"
13715   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
13716   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13717   include:
13718     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13719     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13720     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13721     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13722   layout:
13723     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
13724     layout: "plot-latency"
13725
13726 - type: "plot"
13727   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
13728   algorithm: "plot_lat_err_bars_name"
13729   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-lat"
13730   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13731   include:
13732     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13733     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13734     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13735     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13736   layout:
13737     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
13738     layout: "plot-latency"
13739
13740 - type: "plot"
13741   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
13742   algorithm: "plot_lat_err_bars_name"
13743   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
13744   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13745   include:
13746     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13747     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13748     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13749     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13750   layout:
13751     title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
13752     layout: "plot-latency"
13753
13754 - type: "plot"
13755   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
13756   algorithm: "plot_lat_err_bars_name"
13757   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
13758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13759   include:
13760     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13761     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13762     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13763     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13764   layout:
13765     title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
13766     layout: "plot-latency"
13767
13768 - type: "plot"
13769   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
13770   algorithm: "plot_lat_err_bars_name"
13771   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
13772   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13773   include:
13774     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13775     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13776     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13777     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13778     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13779   layout:
13780     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
13781     layout: "plot-latency"
13782
13783 - type: "plot"
13784   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
13785   algorithm: "plot_lat_err_bars_name"
13786   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
13787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13788   include:
13789     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13790     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13791     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13792     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13793     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13794   layout:
13795     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
13796     layout: "plot-latency"
13797
13798 - type: "plot"
13799   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
13800   algorithm: "plot_lat_err_bars_name"
13801   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
13802   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13803   include:
13804     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13805     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13806     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13807     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13808     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13809     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13810   layout:
13811     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
13812     layout: "plot-latency"
13813
13814 - type: "plot"
13815   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
13816   algorithm: "plot_lat_err_bars_name"
13817   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
13818   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13819   include:
13820     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13821     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13822     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13823     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13824     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13825     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13826   layout:
13827     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
13828     layout: "plot-latency"
13829
13830 - type: "plot"
13831   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
13832   algorithm: "plot_lat_err_bars_name"
13833   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-lat"
13834   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13835   include:
13836     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13837     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13838     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13839     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13840     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13841   layout:
13842     title: "3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr"
13843     layout: "plot-latency"
13844
13845 - type: "plot"
13846   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
13847   algorithm: "plot_lat_err_bars_name"
13848   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-lat"
13849   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13850   include:
13851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
13852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
13853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
13854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
13855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
13856   layout:
13857     title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr"
13858     layout: "plot-latency"
13859
13860 - type: "plot"
13861   title: "Latency: 3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
13862   algorithm: "plot_lat_err_bars_name"
13863   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-lat"
13864   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13865   include:
13866     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
13867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13869     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
13872   layout:
13873     title: "3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr"
13874     layout: "plot-latency"
13875
13876 - type: "plot"
13877   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
13878   algorithm: "plot_lat_err_bars_name"
13879   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
13880   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13881   include:
13882     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
13883     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
13884     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
13885     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
13886   layout:
13887     title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-lat"
13888     layout: "plot-latency"
13889
13890 - type: "plot"
13891   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
13892   algorithm: "plot_lat_err_bars_name"
13893   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-lat"
13894   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13895   include:
13896     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
13897     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
13898     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
13899     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
13900     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
13901   layout:
13902     title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr"
13903     layout: "plot-latency"
13904
13905 #- type: "plot"
13906 #  title: "Latency: 3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
13907 #  algorithm: "plot_lat_err_bars_name"
13908 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
13909 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13910 #  include:
13911 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
13912 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13913 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13914 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13915 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
13916 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
13917 #  layout:
13918 #    title: "3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
13919 #    layout: "plot-latency"
13920
13921 - type: "plot"
13922   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
13923   algorithm: "plot_lat_err_bars_name"
13924   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-lat"
13925   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13926   include:
13927     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
13928     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
13929     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
13930     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
13931   layout:
13932     title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr"
13933     layout: "plot-latency"
13934
13935 - type: "plot"
13936   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
13937   algorithm: "plot_lat_err_bars_name"
13938   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-lat"
13939   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13940   include:
13941     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
13942     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
13943     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
13944     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
13945     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
13946     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
13947   layout:
13948     title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr"
13949     layout: "plot-latency"
13950
13951 - type: "plot"
13952   title: "Latency: 3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-lat"
13953   algorithm: "plot_lat_err_bars_name"
13954   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-lat"
13955   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13956   include:
13957     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
13958     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13959     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13960     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13961     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13962     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13963   layout:
13964     title: "3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr"
13965     layout: "plot-latency"
13966
13967 - type: "plot"
13968   title: "Latency: 3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-lat"
13969   algorithm: "plot_lat_err_bars_name"
13970   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-lat"
13971   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13972   include:
13973     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13974     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13975     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13976     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13977     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13978     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13979   layout:
13980     title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr"
13981     layout: "plot-latency"
13982
13983 - type: "plot"
13984   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
13985   algorithm: "plot_lat_err_bars_name"
13986   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-lat"
13987   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13988   include:
13989     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13990     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13991     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13992     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13993     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13994   layout:
13995     title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr"
13996     layout: "plot-latency"
13997
13998 - type: "plot"
13999   title: "Latency: 3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-lat"
14000   algorithm: "plot_lat_err_bars_name"
14001   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-lat"
14002   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14003   include:
14004     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14005     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14006     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14007     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14008     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14009     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14010   layout:
14011     title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr"
14012     layout: "plot-latency"
14013
14014 ################################################################################
14015
14016 # Packet Latency 4C
14017
14018 - type: "plot"
14019   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
14020   algorithm: "plot_lat_err_bars_name"
14021   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
14022   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14023   include:
14024     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14025     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14026     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14027     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14028   layout:
14029     title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
14030     layout: "plot-latency"
14031
14032 - type: "plot"
14033   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
14034   algorithm: "plot_lat_err_bars_name"
14035   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
14036   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14037   include:
14038     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14039     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14040     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14041     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14042     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14043   layout:
14044     title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
14045     layout: "plot-latency"
14046
14047 - type: "plot"
14048   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
14049   algorithm: "plot_lat_err_bars_name"
14050   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
14051   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14052   include:
14053     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
14054     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
14055     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
14056     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
14057     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
14058   layout:
14059     title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
14060     layout: "plot-latency"
14061
14062 - type: "plot"
14063   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
14064   algorithm: "plot_lat_err_bars_name"
14065   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
14066   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14067   include:
14068     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
14069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
14070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
14071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
14072   layout:
14073     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
14074     layout: "plot-latency"
14075
14076 - type: "plot"
14077   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
14078   algorithm: "plot_lat_err_bars_name"
14079   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
14080   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14081   include:
14082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
14083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
14084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
14085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
14086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
14087   layout:
14088     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
14089     layout: "plot-latency"
14090
14091 - type: "plot"
14092   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
14093   algorithm: "plot_lat_err_bars_name"
14094   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
14095   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14096   include:
14097     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
14098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
14103   layout:
14104     title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
14105     layout: "plot-latency"
14106
14107 - type: "plot"
14108   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
14109   algorithm: "plot_lat_err_bars_name"
14110   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
14111   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14112   include:
14113     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
14114     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
14115     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
14116   layout:
14117     title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
14118     layout: "plot-latency"
14119
14120 - type: "plot"
14121   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
14122   algorithm: "plot_lat_err_bars_name"
14123   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
14124   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14125   include:
14126     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
14127     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
14128     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
14129     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
14130     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
14131   layout:
14132     title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
14133     layout: "plot-latency"
14134
14135 - type: "plot"
14136   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
14137   algorithm: "plot_lat_err_bars_name"
14138   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
14139   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14140   include:
14141     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
14142     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
14143     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
14144     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
14145   layout:
14146     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
14147     layout: "plot-latency"
14148
14149 - type: "plot"
14150   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
14151   algorithm: "plot_lat_err_bars_name"
14152   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
14153   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14154   include:
14155     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
14156     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
14157     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
14158     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
14159     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
14160   layout:
14161     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
14162     layout: "plot-latency"
14163
14164 - type: "plot"
14165   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
14166   algorithm: "plot_lat_err_bars_name"
14167   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
14168   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14169   include:
14170     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
14171     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14172     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14173     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14174     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14175     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
14176   layout:
14177     title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
14178     layout: "plot-latency"
14179
14180 - type: "plot"
14181   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
14182   algorithm: "plot_lat_err_bars_name"
14183   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
14184   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14185   include:
14186     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
14187     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14188   layout:
14189     title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
14190     layout: "plot-latency"
14191
14192 - type: "plot"
14193   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
14194   algorithm: "plot_lat_err_bars_name"
14195   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
14196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14197   include:
14198     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-8t4c-ethip4vxlan-l2xcbase-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14200     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14201     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14202   layout:
14203     title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr"
14204     layout: "plot-latency"
14205
14206 - type: "plot"
14207   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
14208   algorithm: "plot_lat_err_bars_name"
14209   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
14210   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14211   include:
14212     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
14213     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
14214     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
14215   layout:
14216     title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
14217     layout: "plot-latency"
14218
14219 - type: "plot"
14220   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
14221   algorithm: "plot_lat_err_bars_name"
14222   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
14223   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14224   include:
14225     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
14226     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
14227     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
14229     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
14230   layout:
14231     title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
14232     layout: "plot-latency"
14233
14234 - type: "plot"
14235   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
14236   algorithm: "plot_lat_err_bars_name"
14237   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
14238   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14239   include:
14240     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
14241     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
14242     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
14243   layout:
14244     title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
14245     layout: "plot-latency"
14246
14247 - type: "plot"
14248   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
14249   algorithm: "plot_lat_err_bars_name"
14250   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
14251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14252   include:
14253     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
14254     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
14255     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
14256   layout:
14257     title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
14258     layout: "plot-latency"
14259
14260 - type: "plot"
14261   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
14262   algorithm: "plot_lat_err_bars_name"
14263   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
14264   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14265   include:
14266     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
14267     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
14268     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
14269     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
14270     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
14271   layout:
14272     title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
14273     layout: "plot-latency"
14274
14275 #- type: "plot"
14276 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
14277 #  algorithm: "plot_lat_err_bars_name"
14278 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
14279 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14280 #  include:
14281 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14282 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14283 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14284 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14285 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14286 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14287 #  layout:
14288 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
14289 #    layout: "plot-latency"
14290
14291 #- type: "plot"
14292 #  title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
14293 #  algorithm: "plot_lat_err_bars_name"
14294 #  output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
14295 #  data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14296 #  include:
14297 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14298 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14299 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14300 #    - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14301 #  layout:
14302 #    title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
14303 #    layout: "plot-latency"
14304
14305 #- type: "plot"
14306 #  title: "Latency: 3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
14307 #  algorithm: "plot_lat_err_bars_name"
14308 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
14309 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
14310 #  include:
14311 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14312 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14313 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14314 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14315 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14316 #    - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14317 #  layout:
14318 #    title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr"
14319 #    layout: "plot-latency"
14320
14321 - type: "plot"
14322   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
14323   algorithm: "plot_lat_err_bars_name"
14324   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
14325   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14326   include:
14327     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
14328     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14329     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
14330     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
14331     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
14332     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
14333   layout:
14334     title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
14335     layout: "plot-latency"
14336
14337 - type: "plot"
14338   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
14339   algorithm: "plot_lat_err_bars_name"
14340   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
14341   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14342   include:
14343     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
14344     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
14345     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14346     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
14347   layout:
14348     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
14349     layout: "plot-latency"
14350
14351 - type: "plot"
14352   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
14353   algorithm: "plot_lat_err_bars_name"
14354   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
14355   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14356   include:
14357     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
14358     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
14359     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
14360     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
14361     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
14362   layout:
14363     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
14364     layout: "plot-latency"
14365
14366 - type: "plot"
14367   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
14368   algorithm: "plot_lat_err_bars_name"
14369   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
14370   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14371   include:
14372     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
14373     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
14374     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
14375     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
14376   layout:
14377     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
14378     layout: "plot-latency"
14379
14380 - type: "plot"
14381   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
14382   algorithm: "plot_lat_err_bars_name"
14383   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
14384   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14385   include:
14386     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
14387     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
14388     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
14389     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
14390     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
14391     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
14392   layout:
14393     title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
14394     layout: "plot-latency"
14395
14396 - type: "plot"
14397   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
14398   algorithm: "plot_lat_err_bars_name"
14399   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
14400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14401   include:
14402     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
14403     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
14404     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
14405     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
14406     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
14407   layout:
14408     title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
14409     layout: "plot-latency"
14410
14411 - type: "plot"
14412   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
14413   algorithm: "plot_lat_err_bars_name"
14414   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
14415   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14416   include:
14417     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
14418     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
14419     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
14420   layout:
14421     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
14422     layout: "plot-latency"
14423
14424 - type: "plot"
14425   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
14426   algorithm: "plot_lat_err_bars_name"
14427   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
14428   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14429   include:
14430     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
14431     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
14432     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
14433     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
14434   layout:
14435     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
14436     layout: "plot-latency"
14437
14438 - type: "plot"
14439   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
14440   algorithm: "plot_lat_err_bars_name"
14441   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
14442   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14443   include:
14444     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
14445     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
14446     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
14447     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
14448     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
14449     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
14450   layout:
14451     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
14452     layout: "plot-latency"
14453
14454 - type: "plot"
14455   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-lat"
14456   algorithm: "plot_lat_err_bars_name"
14457   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-lat"
14458   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14459   include:
14460     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
14461     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14462     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14463     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14464     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14465     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14466   layout:
14467     title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr"
14468     layout: "plot-latency"
14469
14470 - type: "plot"
14471   title: "Latency: 3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
14472   algorithm: "plot_lat_err_bars_name"
14473   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
14474   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14475   include:
14476     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14477     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14478     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14479     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14480     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14481     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14482   layout:
14483     title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
14484     layout: "plot-latency"
14485
14486 - type: "plot"
14487   title: "Latency: 3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
14488   algorithm: "plot_lat_err_bars_name"
14489   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
14490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14491   include:
14492     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14493     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14494     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14495     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14496     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14497     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14498   layout:
14499     title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr"
14500     layout: "plot-latency"
14501
14502 - type: "plot"
14503   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
14504   algorithm: "plot_lat_err_bars_name"
14505   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
14506   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14507   include:
14508     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14509     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14510     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14511     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14512   layout:
14513     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
14514     layout: "plot-latency"
14515
14516 - type: "plot"
14517   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
14518   algorithm: "plot_lat_err_bars_name"
14519   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
14520   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14521   include:
14522     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14523     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14524     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14526   layout:
14527     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
14528     layout: "plot-latency"
14529
14530 - type: "plot"
14531   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
14532   algorithm: "plot_lat_err_bars_name"
14533   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
14534   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14535   include:
14536     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14537     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14538     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14539     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14540   layout:
14541     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
14542     layout: "plot-latency"
14543
14544 - type: "plot"
14545   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
14546   algorithm: "plot_lat_err_bars_name"
14547   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-lat"
14548   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14549   include:
14550     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14551     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14552     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14553     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14554   layout:
14555     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
14556     layout: "plot-latency"
14557
14558 - type: "plot"
14559   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
14560   algorithm: "plot_lat_err_bars_name"
14561   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
14562   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14563   include:
14564     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14565     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14566     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14567     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14568   layout:
14569     title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
14570     layout: "plot-latency"
14571
14572 - type: "plot"
14573   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
14574   algorithm: "plot_lat_err_bars_name"
14575   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
14576   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14577   include:
14578     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14579     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14580     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14581     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14582   layout:
14583     title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
14584     layout: "plot-latency"
14585
14586 - type: "plot"
14587   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
14588   algorithm: "plot_lat_err_bars_name"
14589   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
14590   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14591   include:
14592     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14593     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14594     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14595     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14596     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14597   layout:
14598     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
14599     layout: "plot-latency"
14600
14601 - type: "plot"
14602   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
14603   algorithm: "plot_lat_err_bars_name"
14604   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
14605   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14606   include:
14607     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14608     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14609     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14610     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14611     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
14612   layout:
14613     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
14614     layout: "plot-latency"
14615
14616 - type: "plot"
14617   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
14618   algorithm: "plot_lat_err_bars_name"
14619   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
14620   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14621   include:
14622     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14623     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14624     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14625     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14626     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14627     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14628   layout:
14629     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
14630     layout: "plot-latency"
14631
14632 - type: "plot"
14633   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
14634   algorithm: "plot_lat_err_bars_name"
14635   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-lat"
14636   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14637   include:
14638     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14639     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14640     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14641     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14642     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14643     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
14644   layout:
14645     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
14646     layout: "plot-latency"
14647
14648 - type: "plot"
14649   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
14650   algorithm: "plot_lat_err_bars_name"
14651   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-lat"
14652   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14653   include:
14654     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14655     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14656     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14657     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14658     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14659   layout:
14660     title: "3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr"
14661     layout: "plot-latency"
14662
14663 - type: "plot"
14664   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
14665   algorithm: "plot_lat_err_bars_name"
14666   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-lat"
14667   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14668   include:
14669     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
14670     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
14671     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
14672     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
14673     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
14674   layout:
14675     title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr"
14676     layout: "plot-latency"
14677
14678 - type: "plot"
14679   title: "Latency: 3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
14680   algorithm: "plot_lat_err_bars_name"
14681   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-lat"
14682   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14683   include:
14684     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
14685     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14686     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14687     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14688     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14689     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
14690   layout:
14691     title: "3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr"
14692     layout: "plot-latency"
14693
14694 - type: "plot"
14695   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
14696   algorithm: "plot_lat_err_bars_name"
14697   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
14698   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14699   include:
14700     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
14701     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14702     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14703     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14704   layout:
14705     title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-lat"
14706     layout: "plot-latency"
14707
14708 - type: "plot"
14709   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
14710   algorithm: "plot_lat_err_bars_name"
14711   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-lat"
14712   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14713   include:
14714     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
14715     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
14716     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
14717     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
14718     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
14719   layout:
14720     title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr"
14721     layout: "plot-latency"
14722
14723 #- type: "plot"
14724 #  title: "Latency: 3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
14725 #  algorithm: "plot_lat_err_bars_name"
14726 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-lat"
14727 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14728 #  include:
14729 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14730 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14731 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14732 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14733 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14734 #    - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14735 #  layout:
14736 #    title: "3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
14737 #    layout: "plot-latency"
14738
14739 - type: "plot"
14740   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
14741   algorithm: "plot_lat_err_bars_name"
14742   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-lat"
14743   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14744   include:
14745     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
14746     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
14747     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
14748     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
14749   layout:
14750     title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr"
14751     layout: "plot-latency"
14752
14753 - type: "plot"
14754   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
14755   algorithm: "plot_lat_err_bars_name"
14756   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-lat"
14757   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14758   include:
14759     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
14760     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
14761     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
14762     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
14763     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
14764     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
14765   layout:
14766     title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr"
14767     layout: "plot-latency"
14768
14769 - type: "plot"
14770   title: "Latency: 3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-lat"
14771   algorithm: "plot_lat_err_bars_name"
14772   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-lat"
14773   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14774   include:
14775     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
14776     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
14777     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
14778     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
14779     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
14780     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
14781   layout:
14782     title: "3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr"
14783     layout: "plot-latency"
14784
14785 - type: "plot"
14786   title: "Latency: 3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-lat"
14787   algorithm: "plot_lat_err_bars_name"
14788   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-lat"
14789   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14790   include:
14791     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
14792     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
14793     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
14794     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
14795     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
14796     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
14797   layout:
14798     title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr"
14799     layout: "plot-latency"
14800
14801 - type: "plot"
14802   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
14803   algorithm: "plot_lat_err_bars_name"
14804   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-lat"
14805   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14806   include:
14807     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14808     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14809     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14810     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14811     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14812   layout:
14813     title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr"
14814     layout: "plot-latency"
14815
14816 - type: "plot"
14817   title: "Latency: 3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-lat"
14818   algorithm: "plot_lat_err_bars_name"
14819   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-lat"
14820   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14821   include:
14822     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14823     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14824     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14825     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14826     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14827     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14828   layout:
14829     title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr"
14830     layout: "plot-latency"
14831
14832 ################################################################################
14833
14834 # HDRHistogram Packet Latency 1C
14835
14836 - type: "plot"
14837   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
14838   graph-title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
14839   algorithm: "plot_lat_hdrh_bar_name"
14840   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
14841   data: "plot-vpp-hdrh-lat-2n-skx"
14842   include:
14843     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14844     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14845     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14846     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14847   layout:
14848     layout: "plot-hdrh-latency"
14849
14850 - type: "plot"
14851   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
14852   graph-title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
14853   algorithm: "plot_lat_hdrh_bar_name"
14854   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
14855   data: "plot-vpp-hdrh-lat-3n-skx"
14856   include:
14857     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14858     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14859     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14860     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14861     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14862   layout:
14863     layout: "plot-hdrh-latency"
14864
14865 - type: "plot"
14866   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
14867   graph-title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
14868   algorithm: "plot_lat_hdrh_bar_name"
14869   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
14870   data: "plot-vpp-hdrh-lat-2n-skx"
14871   include:
14872     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14873     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14874     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14875     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14876     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14877   layout:
14878     layout: "plot-hdrh-latency"
14879
14880 - type: "plot"
14881   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
14882   graph-title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14883   algorithm: "plot_lat_hdrh_bar_name"
14884   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
14885   data: "plot-vpp-hdrh-lat-2n-skx"
14886   include:
14887     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
14888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
14889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
14890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14891   layout:
14892     layout: "plot-hdrh-latency"
14893
14894 - type: "plot"
14895   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
14896   graph-title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
14897   algorithm: "plot_lat_hdrh_bar_name"
14898   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
14899   data: "plot-vpp-hdrh-lat-2n-skx"
14900   include:
14901     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14902     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
14904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
14905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14906   layout:
14907     layout: "plot-hdrh-latency"
14908
14909 - type: "plot"
14910   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
14911   graph-title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
14912   algorithm: "plot_lat_hdrh_bar_name"
14913   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
14914   data: "plot-vpp-hdrh-lat-2n-skx"
14915   include:
14916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14919     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14920     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14921     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
14922   layout:
14923     layout: "plot-hdrh-latency"
14924
14925 - type: "plot"
14926   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
14927   graph-title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
14928   algorithm: "plot_lat_hdrh_bar_name"
14929   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
14930   data: "plot-vpp-hdrh-lat-3n-hsw"
14931   include:
14932     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
14933     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
14934     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
14935   layout:
14936     layout: "plot-hdrh-latency"
14937
14938 - type: "plot"
14939   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
14940   graph-title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
14941   algorithm: "plot_lat_hdrh_bar_name"
14942   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
14943   data: "plot-vpp-hdrh-lat-3n-skx"
14944   include:
14945     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
14946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14947     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14948     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14949     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14950   layout:
14951     layout: "plot-hdrh-latency"
14952
14953 - type: "plot"
14954   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
14955   graph-title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
14956   algorithm: "plot_lat_hdrh_bar_name"
14957   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
14958   data: "plot-vpp-hdrh-lat-3n-skx"
14959   include:
14960     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
14961     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
14962     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
14963     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
14964   layout:
14965     layout: "plot-hdrh-latency"
14966
14967 - type: "plot"
14968   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
14969   graph-title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
14970   algorithm: "plot_lat_hdrh_bar_name"
14971   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
14972   data: "plot-vpp-hdrh-lat-3n-skx"
14973   include:
14974     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
14975     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14976     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
14977     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
14978     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
14979   layout:
14980     layout: "plot-hdrh-latency"
14981
14982 - type: "plot"
14983   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
14984   graph-title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
14985   algorithm: "plot_lat_hdrh_bar_name"
14986   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
14987   data: "plot-vpp-hdrh-lat-3n-skx"
14988   include:
14989     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
14990     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14991     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14992     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14993     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14994     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
14995   layout:
14996     layout: "plot-hdrh-latency"
14997
14998 - type: "plot"
14999   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-hdrh-lat"
15000   graph-title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
15001   algorithm: "plot_lat_hdrh_bar_name"
15002   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-hdrh-lat"
15003   data: "plot-vpp-hdrh-lat-3n-hsw"
15004   include:
15005     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
15006     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15007   layout:
15008     layout: "plot-hdrh-latency"
15009
15010 - type: "plot"
15011   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
15012   graph-title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
15013   algorithm: "plot_lat_hdrh_bar_name"
15014   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
15015   data: "plot-vpp-hdrh-lat-3n-skx"
15016   include:
15017     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
15018     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15019     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15020     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15021   layout:
15022     layout: "plot-hdrh-latency"
15023
15024 - type: "plot"
15025   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15026   graph-title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
15027   algorithm: "plot_lat_hdrh_bar_name"
15028   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15029   data: "plot-vpp-hdrh-lat-2n-skx"
15030   include:
15031     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15032     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15033     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15034   layout:
15035     layout: "plot-hdrh-latency"
15036
15037 - type: "plot"
15038   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15039   graph-title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
15040   algorithm: "plot_lat_hdrh_bar_name"
15041   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15042   data: "plot-vpp-hdrh-lat-2n-skx"
15043   include:
15044     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15045     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15046     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15047     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15048     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15049   layout:
15050     layout: "plot-hdrh-latency"
15051
15052 - type: "plot"
15053   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15054   graph-title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
15055   algorithm: "plot_lat_hdrh_bar_name"
15056   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15057   data: "plot-vpp-hdrh-lat-3n-hsw"
15058   include:
15059     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
15060     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
15061     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
15062   layout:
15063     layout: "plot-hdrh-latency"
15064
15065 - type: "plot"
15066   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15067   graph-title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
15068   algorithm: "plot_lat_hdrh_bar_name"
15069   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15070   data: "plot-vpp-hdrh-lat-3n-skx"
15071   include:
15072     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15073     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15074     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15075   layout:
15076     layout: "plot-hdrh-latency"
15077
15078 - type: "plot"
15079   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15080   graph-title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
15081   algorithm: "plot_lat_hdrh_bar_name"
15082   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15083   data: "plot-vpp-hdrh-lat-3n-skx"
15084   include:
15085     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
15086     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
15087     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
15088     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
15089     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
15090   layout:
15091     layout: "plot-hdrh-latency"
15092
15093 - type: "plot"
15094   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
15095   graph-title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
15096   algorithm: "plot_lat_hdrh_bar_name"
15097   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
15098   data: "plot-vpp-hdrh-lat-2n-skx"
15099   include:
15100     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15101     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15102     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15103     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15104     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15105     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15106   layout:
15107     layout: "plot-hdrh-latency"
15108
15109 - type: "plot"
15110   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
15111   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15112   algorithm: "plot_lat_hdrh_bar_name"
15113   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
15114   data: "plot-vpp-hdrh-lat-2n-skx"
15115   include:
15116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15117     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15118     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15119     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15120   layout:
15121     layout: "plot-hdrh-latency"
15122
15123 - type: "plot"
15124   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
15125   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
15126   algorithm: "plot_lat_hdrh_bar_name"
15127   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
15128   data: "plot-vpp-hdrh-lat-2n-skx"
15129   include:
15130     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15131     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15132     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15133     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15134     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15135   layout:
15136     layout: "plot-hdrh-latency"
15137
15138 - type: "plot"
15139   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15140   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
15141   algorithm: "plot_lat_hdrh_bar_name"
15142   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15143   data: "plot-vpp-hdrh-lat-2n-skx"
15144   include:
15145     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15146     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15147     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15148     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15149   layout:
15150     layout: "plot-hdrh-latency"
15151
15152 - type: "plot"
15153   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15154   graph-title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
15155   algorithm: "plot_lat_hdrh_bar_name"
15156   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15157   data: "plot-vpp-hdrh-lat-3n-hsw"
15158   include:
15159     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15160     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15161     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15162     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15163     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15164     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15165   layout:
15166     layout: "plot-hdrh-latency"
15167
15168 - type: "plot"
15169   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
15170   graph-title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
15171   algorithm: "plot_lat_hdrh_bar_name"
15172   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
15173   data: "plot-vpp-hdrh-lat-3n-skx"
15174   include:
15175     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15176     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15177     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15178     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15179     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15180   layout:
15181     layout: "plot-hdrh-latency"
15182
15183 - type: "plot"
15184   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
15185   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
15186   algorithm: "plot_lat_hdrh_bar_name"
15187   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
15188   data: "plot-vpp-hdrh-lat-3n-skx"
15189   include:
15190     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
15191     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
15192     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
15193   layout:
15194     layout: "plot-hdrh-latency"
15195
15196 - type: "plot"
15197   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
15198   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
15199   algorithm: "plot_lat_hdrh_bar_name"
15200   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
15201   data: "plot-vpp-hdrh-lat-3n-skx"
15202   include:
15203     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
15204     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15205     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15206     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15207   layout:
15208     layout: "plot-hdrh-latency"
15209
15210 - type: "plot"
15211   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15212   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
15213   algorithm: "plot_lat_hdrh_bar_name"
15214   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15215   data: "plot-vpp-hdrh-lat-3n-skx"
15216   include:
15217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
15218     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
15219     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15220     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15221     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15222     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15223   layout:
15224     layout: "plot-hdrh-latency"
15225
15226 - type: "plot"
15227   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-hdrh-lat"
15228   graph-title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
15229   algorithm: "plot_lat_hdrh_bar_name"
15230   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-hdrh-lat"
15231   data: "plot-vpp-hdrh-lat-3n-skx"
15232   include:
15233     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
15234     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15235     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15236     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15239   layout:
15240     layout: "plot-hdrh-latency"
15241
15242 - type: "plot"
15243   title: "Latency: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
15244   graph-title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
15245   algorithm: "plot_lat_hdrh_bar_name"
15246   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
15247   data: "plot-vpp-hdrh-lat-3n-hsw"
15248   include:
15249     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15250     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15251     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15252     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15253     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15254     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15255   layout:
15256     layout: "plot-hdrh-latency"
15257
15258 - type: "plot"
15259   title: "Latency: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
15260   graph-title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
15261   algorithm: "plot_lat_hdrh_bar_name"
15262   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
15263   data: "plot-vpp-hdrh-lat-3n-skx"
15264   include:
15265     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15266     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15267     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15268     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15269     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15270     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15271   layout:
15272     layout: "plot-hdrh-latency"
15273
15274 - type: "plot"
15275   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
15276   graph-title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
15277   algorithm: "plot_lat_hdrh_bar_name"
15278   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat"
15279   data: "plot-vpp-hdrh-lat-2n-skx"
15280   include:
15281     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15282     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15283     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15284     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15285   layout:
15286     layout: "plot-hdrh-latency"
15287
15288 - type: "plot"
15289   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
15290   graph-title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
15291   algorithm: "plot_lat_hdrh_bar_name"
15292   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat"
15293   data: "plot-vpp-hdrh-lat-2n-skx"
15294   include:
15295     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15298     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15299   layout:
15300     layout: "plot-hdrh-latency"
15301
15302 - type: "plot"
15303   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
15304   graph-title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
15305   algorithm: "plot_lat_hdrh_bar_name"
15306   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-hdrh-lat"
15307   data: "plot-vpp-hdrh-lat-3n-hsw"
15308   include:
15309     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15310     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15311     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15312     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15313   layout:
15314     layout: "plot-hdrh-latency"
15315
15316 - type: "plot"
15317   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
15318   graph-title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
15319   algorithm: "plot_lat_hdrh_bar_name"
15320   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-hdrh-lat"
15321   data: "plot-vpp-hdrh-lat-3n-hsw"
15322   include:
15323     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15324     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15325     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15326     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15327   layout:
15328     layout: "plot-hdrh-latency"
15329
15330 - type: "plot"
15331   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
15332   graph-title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
15333   algorithm: "plot_lat_hdrh_bar_name"
15334   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
15335   data: "plot-vpp-hdrh-lat-3n-skx"
15336   include:
15337     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15338     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15339     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15340     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15341   layout:
15342     layout: "plot-hdrh-latency"
15343
15344 - type: "plot"
15345   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
15346   graph-title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
15347   algorithm: "plot_lat_hdrh_bar_name"
15348   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
15349   data: "plot-vpp-hdrh-lat-3n-skx"
15350   include:
15351     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15352     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15353     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15354     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15355   layout:
15356     layout: "plot-hdrh-latency"
15357
15358 - type: "plot"
15359   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
15360   graph-title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
15361   algorithm: "plot_lat_hdrh_bar_name"
15362   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat"
15363   data: "plot-vpp-hdrh-lat-3n-skx"
15364   include:
15365     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15366     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15367     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15368     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15369     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15370   layout:
15371     layout: "plot-hdrh-latency"
15372
15373 - type: "plot"
15374   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
15375   graph-title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
15376   algorithm: "plot_lat_hdrh_bar_name"
15377   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat"
15378   data: "plot-vpp-hdrh-lat-3n-skx"
15379   include:
15380     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15381     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15382     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15383     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15384     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15385   layout:
15386     layout: "plot-hdrh-latency"
15387
15388 - type: "plot"
15389   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
15390   graph-title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
15391   algorithm: "plot_lat_hdrh_bar_name"
15392   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
15393   data: "plot-vpp-hdrh-lat-3n-skx"
15394   include:
15395     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15396     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15397     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15398     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15399     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15400     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15401   layout:
15402     layout: "plot-hdrh-latency"
15403
15404 - type: "plot"
15405   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
15406   graph-title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
15407   algorithm: "plot_lat_hdrh_bar_name"
15408   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
15409   data: "plot-vpp-hdrh-lat-3n-skx"
15410   include:
15411     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15412     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15413     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15414     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15415     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15416     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15417   layout:
15418     layout: "plot-hdrh-latency"
15419
15420 - type: "plot"
15421   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-hdrh-lat"
15422   graph-title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
15423   algorithm: "plot_lat_hdrh_bar_name"
15424   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-hdrh-lat"
15425   data: "plot-vpp-hdrh-lat-3n-tsh"
15426   include:
15427     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15428     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15429     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15430     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15431     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15432   layout:
15433     layout: "plot-hdrh-latency"
15434
15435 - type: "plot"
15436   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
15437   graph-title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
15438   algorithm: "plot_lat_hdrh_bar_name"
15439   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
15440   data: "plot-vpp-hdrh-lat-3n-tsh"
15441   include:
15442     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
15443     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
15444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
15445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
15446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
15447   layout:
15448     layout: "plot-hdrh-latency"
15449
15450 - type: "plot"
15451   title: "Latency: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
15452   graph-title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
15453   algorithm: "plot_lat_hdrh_bar_name"
15454   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
15455   data: "plot-vpp-hdrh-lat-3n-tsh"
15456   include:
15457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
15458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
15463   layout:
15464     layout: "plot-hdrh-latency"
15465
15466 - type: "plot"
15467   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
15468   graph-title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
15469   algorithm: "plot_lat_hdrh_bar_name"
15470   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
15471   data: "plot-vpp-hdrh-lat-3n-tsh"
15472   include:
15473     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
15474     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15475     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15476     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15477   layout:
15478     layout: "plot-hdrh-latency"
15479
15480 - type: "plot"
15481   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
15482   graph-title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
15483   algorithm: "plot_lat_hdrh_bar_name"
15484   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
15485   data: "plot-vpp-hdrh-lat-3n-tsh"
15486   include:
15487     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
15488     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
15489     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
15490     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
15491     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
15492   layout:
15493     layout: "plot-hdrh-latency"
15494
15495 - type: "plot"
15496   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-hdrh-lat"
15497   graph-title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
15498   algorithm: "plot_lat_hdrh_bar_name"
15499   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-hdrh-lat"
15500   data: "plot-vpp-hdrh-lat-3n-tsh"
15501   include:
15502     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
15503     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15504     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
15505     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15506   layout:
15507     layout: "plot-hdrh-latency"
15508
15509 - type: "plot"
15510   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
15511   graph-title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
15512   algorithm: "plot_lat_hdrh_bar_name"
15513   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
15514   data: "plot-vpp-hdrh-lat-3n-tsh"
15515   include:
15516     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
15517     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
15518     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
15520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
15521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
15522   layout:
15523     layout: "plot-hdrh-latency"
15524
15525 - type: "plot"
15526   title: "Latency: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
15527   graph-title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
15528   algorithm: "plot_lat_hdrh_bar_name"
15529   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
15530   data: "plot-vpp-hdrh-lat-3n-tsh"
15531   include:
15532     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
15533     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15534     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15535     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15537     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15538   layout:
15539     layout: "plot-hdrh-latency"
15540
15541 - type: "plot"
15542   title: "Latency: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
15543   graph-title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
15544   algorithm: "plot_lat_hdrh_bar_name"
15545   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
15546   data: "plot-vpp-hdrh-lat-3n-tsh"
15547   include:
15548     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15549     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15550     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15551     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15552     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15553     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15554   layout:
15555     layout: "plot-hdrh-latency"
15556
15557 - type: "plot"
15558   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-hdrh-lat"
15559   graph-title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
15560   algorithm: "plot_lat_hdrh_bar_name"
15561   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-hdrh-lat"
15562   data: "plot-vpp-hdrh-lat-3n-tsh"
15563   include:
15564     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15565     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15566     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15567     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15568     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15569   layout:
15570     layout: "plot-hdrh-latency"
15571
15572 - type: "plot"
15573   title: "Latency: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
15574   graph-title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
15575   algorithm: "plot_lat_hdrh_bar_name"
15576   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
15577   data: "plot-vpp-hdrh-lat-3n-tsh"
15578   include:
15579     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15580     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15581     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15582     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15583     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15584     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15585   layout:
15586     layout: "plot-hdrh-latency"
15587
15588 ################################################################################
15589
15590 # HDRHistogram Packet Latency 2C
15591
15592 - type: "plot"
15593   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
15594   graph-title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
15595   algorithm: "plot_lat_hdrh_bar_name"
15596   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
15597   data: "plot-vpp-hdrh-lat-2n-skx"
15598   include:
15599     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15600     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15601     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15602     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15603   layout:
15604     layout: "plot-hdrh-latency"
15605
15606 - type: "plot"
15607   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
15608   graph-title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
15609   algorithm: "plot_lat_hdrh_bar_name"
15610   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
15611   data: "plot-vpp-hdrh-lat-3n-skx"
15612   include:
15613     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15614     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15615     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15616     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15617     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15618   layout:
15619     layout: "plot-hdrh-latency"
15620
15621 - type: "plot"
15622   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
15623   graph-title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
15624   algorithm: "plot_lat_hdrh_bar_name"
15625   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
15626   data: "plot-vpp-hdrh-lat-2n-skx"
15627   include:
15628     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
15629     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
15630     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
15631     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
15632     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
15633   layout:
15634     layout: "plot-hdrh-latency"
15635
15636 - type: "plot"
15637   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
15638   graph-title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
15639   algorithm: "plot_lat_hdrh_bar_name"
15640   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
15641   data: "plot-vpp-hdrh-lat-2n-skx"
15642   include:
15643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
15644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
15645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
15646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
15647   layout:
15648     layout: "plot-hdrh-latency"
15649
15650 - type: "plot"
15651   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15652   graph-title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
15653   algorithm: "plot_lat_hdrh_bar_name"
15654   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15655   data: "plot-vpp-hdrh-lat-2n-skx"
15656   include:
15657     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
15658     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
15659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
15660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
15661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
15662   layout:
15663     layout: "plot-hdrh-latency"
15664
15665 - type: "plot"
15666   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
15667   graph-title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
15668   algorithm: "plot_lat_hdrh_bar_name"
15669   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
15670   data: "plot-vpp-hdrh-lat-2n-skx"
15671   include:
15672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
15673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
15678   layout:
15679     layout: "plot-hdrh-latency"
15680
15681 - type: "plot"
15682   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15683   graph-title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
15684   algorithm: "plot_lat_hdrh_bar_name"
15685   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15686   data: "plot-vpp-hdrh-lat-3n-hsw"
15687   include:
15688     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
15689     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
15690     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
15691   layout:
15692     layout: "plot-hdrh-latency"
15693
15694 - type: "plot"
15695   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
15696   graph-title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
15697   algorithm: "plot_lat_hdrh_bar_name"
15698   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
15699   data: "plot-vpp-hdrh-lat-3n-skx"
15700   include:
15701     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
15702     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
15703     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
15704     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
15705     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
15706   layout:
15707     layout: "plot-hdrh-latency"
15708
15709 - type: "plot"
15710   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
15711   graph-title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
15712   algorithm: "plot_lat_hdrh_bar_name"
15713   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
15714   data: "plot-vpp-hdrh-lat-3n-skx"
15715   include:
15716     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
15717     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
15718     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
15719     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
15720   layout:
15721     layout: "plot-hdrh-latency"
15722
15723 - type: "plot"
15724   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15725   graph-title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
15726   algorithm: "plot_lat_hdrh_bar_name"
15727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
15728   data: "plot-vpp-hdrh-lat-3n-skx"
15729   include:
15730     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
15731     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
15732     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
15733     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
15734     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
15735   layout:
15736     layout: "plot-hdrh-latency"
15737
15738 - type: "plot"
15739   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
15740   graph-title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
15741   algorithm: "plot_lat_hdrh_bar_name"
15742   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
15743   data: "plot-vpp-hdrh-lat-3n-skx"
15744   include:
15745     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
15746     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15747     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15748     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15749     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15750     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
15751   layout:
15752     layout: "plot-hdrh-latency"
15753
15754 - type: "plot"
15755   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-hdrh-lat"
15756   graph-title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
15757   algorithm: "plot_lat_hdrh_bar_name"
15758   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-hdrh-lat"
15759   data: "plot-vpp-hdrh-lat-3n-hsw"
15760   include:
15761     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
15762     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15763   layout:
15764     layout: "plot-hdrh-latency"
15765
15766 - type: "plot"
15767   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
15768   graph-title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
15769   algorithm: "plot_lat_hdrh_bar_name"
15770   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
15771   data: "plot-vpp-hdrh-lat-3n-skx"
15772   include:
15773     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
15774     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15775     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15776     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15777   layout:
15778     layout: "plot-hdrh-latency"
15779
15780 - type: "plot"
15781   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15782   graph-title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
15783   algorithm: "plot_lat_hdrh_bar_name"
15784   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15785   data: "plot-vpp-hdrh-lat-2n-skx"
15786   include:
15787     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
15788     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
15789     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
15790   layout:
15791     layout: "plot-hdrh-latency"
15792
15793 - type: "plot"
15794   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15795   graph-title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
15796   algorithm: "plot_lat_hdrh_bar_name"
15797   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15798   data: "plot-vpp-hdrh-lat-2n-skx"
15799   include:
15800     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
15801     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
15802     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
15803     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
15804     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
15805   layout:
15806     layout: "plot-hdrh-latency"
15807
15808 - type: "plot"
15809   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15810   graph-title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
15811   algorithm: "plot_lat_hdrh_bar_name"
15812   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15813   data: "plot-vpp-hdrh-lat-3n-hsw"
15814   include:
15815     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
15816     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
15817     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
15818   layout:
15819     layout: "plot-hdrh-latency"
15820
15821 - type: "plot"
15822   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15823   graph-title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
15824   algorithm: "plot_lat_hdrh_bar_name"
15825   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15826   data: "plot-vpp-hdrh-lat-3n-skx"
15827   include:
15828     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
15829     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
15830     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
15831   layout:
15832     layout: "plot-hdrh-latency"
15833
15834 - type: "plot"
15835   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15836   graph-title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
15837   algorithm: "plot_lat_hdrh_bar_name"
15838   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
15839   data: "plot-vpp-hdrh-lat-3n-skx"
15840   include:
15841     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
15842     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
15843     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
15844     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
15845     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
15846   layout:
15847     layout: "plot-hdrh-latency"
15848
15849 - type: "plot"
15850   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
15851   graph-title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
15852   algorithm: "plot_lat_hdrh_bar_name"
15853   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
15854   data: "plot-vpp-hdrh-lat-2n-skx"
15855   include:
15856     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
15857     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15858     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
15859     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
15860     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
15861     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
15862   layout:
15863     layout: "plot-hdrh-latency"
15864
15865 - type: "plot"
15866   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
15867   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
15868   algorithm: "plot_lat_hdrh_bar_name"
15869   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
15870   data: "plot-vpp-hdrh-lat-2n-skx"
15871   include:
15872     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
15873     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
15874     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15875     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
15876   layout:
15877     layout: "plot-hdrh-latency"
15878
15879 - type: "plot"
15880   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
15881   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
15882   algorithm: "plot_lat_hdrh_bar_name"
15883   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
15884   data: "plot-vpp-hdrh-lat-2n-skx"
15885   include:
15886     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
15887     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
15888     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
15889     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
15890     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
15891   layout:
15892     layout: "plot-hdrh-latency"
15893
15894 - type: "plot"
15895   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15896   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
15897   algorithm: "plot_lat_hdrh_bar_name"
15898   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15899   data: "plot-vpp-hdrh-lat-2n-skx"
15900   include:
15901     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
15902     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
15903     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
15904     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
15905   layout:
15906     layout: "plot-hdrh-latency"
15907
15908 - type: "plot"
15909   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15910   graph-title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
15911   algorithm: "plot_lat_hdrh_bar_name"
15912   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15913   data: "plot-vpp-hdrh-lat-3n-hsw"
15914   include:
15915     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
15916     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
15917     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
15918     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
15919     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
15920     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
15921   layout:
15922     layout: "plot-hdrh-latency"
15923
15924 - type: "plot"
15925   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
15926   graph-title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
15927   algorithm: "plot_lat_hdrh_bar_name"
15928   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
15929   data: "plot-vpp-hdrh-lat-3n-skx"
15930   include:
15931     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
15932     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
15933     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
15934     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
15935     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
15936   layout:
15937     layout: "plot-hdrh-latency"
15938
15939 - type: "plot"
15940   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
15941   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
15942   algorithm: "plot_lat_hdrh_bar_name"
15943   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
15944   data: "plot-vpp-hdrh-lat-3n-skx"
15945   include:
15946     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
15947     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
15948     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
15949   layout:
15950     layout: "plot-hdrh-latency"
15951
15952 - type: "plot"
15953   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
15954   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
15955   algorithm: "plot_lat_hdrh_bar_name"
15956   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
15957   data: "plot-vpp-hdrh-lat-3n-skx"
15958   include:
15959     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
15960     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
15961     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
15962     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
15963   layout:
15964     layout: "plot-hdrh-latency"
15965
15966 - type: "plot"
15967   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15968   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
15969   algorithm: "plot_lat_hdrh_bar_name"
15970   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
15971   data: "plot-vpp-hdrh-lat-3n-skx"
15972   include:
15973     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
15974     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
15975     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
15976     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
15977     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
15978     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
15979   layout:
15980     layout: "plot-hdrh-latency"
15981
15982 - type: "plot"
15983   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-hdrh-lat"
15984   graph-title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr"
15985   algorithm: "plot_lat_hdrh_bar_name"
15986   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-hdrh-lat"
15987   data: "plot-vpp-hdrh-lat-3n-skx"
15988   include:
15989     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
15990     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15991     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15992     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15993     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15994     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15995   layout:
15996     layout: "plot-hdrh-latency"
15997
15998 - type: "plot"
15999   title: "Latency: 3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
16000   graph-title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
16001   algorithm: "plot_lat_hdrh_bar_name"
16002   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
16003   data: "plot-vpp-hdrh-lat-3n-hsw"
16004   include:
16005     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16006     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16007     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16008     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16009     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16010     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16011   layout:
16012     layout: "plot-hdrh-latency"
16013
16014 - type: "plot"
16015   title: "Latency: 3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
16016   graph-title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr"
16017   algorithm: "plot_lat_hdrh_bar_name"
16018   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
16019   data: "plot-vpp-hdrh-lat-3n-skx"
16020   include:
16021     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16022     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16023     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16024     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16025     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16026     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16027   layout:
16028     layout: "plot-hdrh-latency"
16029
16030 - type: "plot"
16031   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
16032   graph-title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
16033   algorithm: "plot_lat_hdrh_bar_name"
16034   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat"
16035   data: "plot-vpp-hdrh-lat-2n-skx"
16036   include:
16037     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16038     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16039     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16040     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16041   layout:
16042     layout: "plot-hdrh-latency"
16043
16044 - type: "plot"
16045   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
16046   graph-title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
16047   algorithm: "plot_lat_hdrh_bar_name"
16048   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat"
16049   data: "plot-vpp-hdrh-lat-2n-skx"
16050   include:
16051     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16052     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16053     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16054     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16055   layout:
16056     layout: "plot-hdrh-latency"
16057
16058 - type: "plot"
16059   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
16060   graph-title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
16061   algorithm: "plot_lat_hdrh_bar_name"
16062   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-hdrh-lat"
16063   data: "plot-vpp-hdrh-lat-3n-hsw"
16064   include:
16065     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16066     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16067     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16068     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16069   layout:
16070     layout: "plot-hdrh-latency"
16071
16072 - type: "plot"
16073   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
16074   graph-title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
16075   algorithm: "plot_lat_hdrh_bar_name"
16076   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-hdrh-lat"
16077   data: "plot-vpp-hdrh-lat-3n-hsw"
16078   include:
16079     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16080     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16081     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16082     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16083   layout:
16084     layout: "plot-hdrh-latency"
16085
16086 - type: "plot"
16087   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
16088   graph-title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
16089   algorithm: "plot_lat_hdrh_bar_name"
16090   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
16091   data: "plot-vpp-hdrh-lat-3n-skx"
16092   include:
16093     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16094     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16095     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16096     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16097   layout:
16098     layout: "plot-hdrh-latency"
16099
16100 - type: "plot"
16101   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
16102   graph-title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
16103   algorithm: "plot_lat_hdrh_bar_name"
16104   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
16105   data: "plot-vpp-hdrh-lat-3n-skx"
16106   include:
16107     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16108     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16109     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16110     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16111   layout:
16112     layout: "plot-hdrh-latency"
16113
16114 - type: "plot"
16115   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
16116   graph-title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
16117   algorithm: "plot_lat_hdrh_bar_name"
16118   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat"
16119   data: "plot-vpp-hdrh-lat-3n-skx"
16120   include:
16121     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16122     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16123     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16124     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16125     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16126   layout:
16127     layout: "plot-hdrh-latency"
16128
16129 - type: "plot"
16130   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
16131   graph-title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
16132   algorithm: "plot_lat_hdrh_bar_name"
16133   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat"
16134   data: "plot-vpp-hdrh-lat-3n-skx"
16135   include:
16136     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16137     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16141   layout:
16142     layout: "plot-hdrh-latency"
16143
16144 - type: "plot"
16145   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
16146   graph-title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
16147   algorithm: "plot_lat_hdrh_bar_name"
16148   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
16149   data: "plot-vpp-hdrh-lat-3n-skx"
16150   include:
16151     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16152     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16157   layout:
16158     layout: "plot-hdrh-latency"
16159
16160 - type: "plot"
16161   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
16162   graph-title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
16163   algorithm: "plot_lat_hdrh_bar_name"
16164   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
16165   data: "plot-vpp-hdrh-lat-3n-skx"
16166   include:
16167     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16168     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16169     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16170     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16171     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16172     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16173   layout:
16174     layout: "plot-hdrh-latency"
16175
16176 - type: "plot"
16177   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-hdrh-lat"
16178   graph-title: "3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr"
16179   algorithm: "plot_lat_hdrh_bar_name"
16180   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-hdrh-lat"
16181   data: "plot-vpp-hdrh-lat-3n-tsh"
16182   include:
16183     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16184     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16185     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16186     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16187     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16188   layout:
16189     layout: "plot-hdrh-latency"
16190
16191 - type: "plot"
16192   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
16193   graph-title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr"
16194   algorithm: "plot_lat_hdrh_bar_name"
16195   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
16196   data: "plot-vpp-hdrh-lat-3n-tsh"
16197   include:
16198     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
16199     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
16200     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
16201     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
16202     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
16203   layout:
16204     layout: "plot-hdrh-latency"
16205
16206 - type: "plot"
16207   title: "Latency: 3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
16208   graph-title: "3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr"
16209   algorithm: "plot_lat_hdrh_bar_name"
16210   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
16211   data: "plot-vpp-hdrh-lat-3n-tsh"
16212   include:
16213     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
16214     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16215     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16216     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16217     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16218     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
16219   layout:
16220     layout: "plot-hdrh-latency"
16221
16222 - type: "plot"
16223   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
16224   graph-title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr"
16225   algorithm: "plot_lat_hdrh_bar_name"
16226   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
16227   data: "plot-vpp-hdrh-lat-3n-tsh"
16228   include:
16229     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
16230     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16231     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16232     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16233   layout:
16234     layout: "plot-hdrh-latency"
16235
16236 - type: "plot"
16237   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
16238   graph-title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr"
16239   algorithm: "plot_lat_hdrh_bar_name"
16240   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
16241   data: "plot-vpp-hdrh-lat-3n-tsh"
16242   include:
16243     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
16244     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
16245     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
16246     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
16247     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
16248   layout:
16249     layout: "plot-hdrh-latency"
16250
16251 - type: "plot"
16252   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-hdrh-lat"
16253   graph-title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr"
16254   algorithm: "plot_lat_hdrh_bar_name"
16255   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-hdrh-lat"
16256   data: "plot-vpp-hdrh-lat-3n-tsh"
16257   include:
16258     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
16259     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
16260     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
16261     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
16262   layout:
16263     layout: "plot-hdrh-latency"
16264
16265 - type: "plot"
16266   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
16267   graph-title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr"
16268   algorithm: "plot_lat_hdrh_bar_name"
16269   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
16270   data: "plot-vpp-hdrh-lat-3n-tsh"
16271   include:
16272     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
16273     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
16274     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
16275     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
16276     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
16277     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
16278   layout:
16279     layout: "plot-hdrh-latency"
16280
16281 - type: "plot"
16282   title: "Latency: 3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
16283   graph-title: "3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr"
16284   algorithm: "plot_lat_hdrh_bar_name"
16285   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
16286   data: "plot-vpp-hdrh-lat-3n-tsh"
16287   include:
16288     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
16289     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16290     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16291     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16292     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16293     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16294   layout:
16295     layout: "plot-hdrh-latency"
16296
16297 - type: "plot"
16298   title: "Latency: 3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
16299   graph-title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr"
16300   algorithm: "plot_lat_hdrh_bar_name"
16301   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
16302   data: "plot-vpp-hdrh-lat-3n-tsh"
16303   include:
16304     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16305     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16306     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16307     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16308     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16309     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16310   layout:
16311     layout: "plot-hdrh-latency"
16312
16313 - type: "plot"
16314   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-hdrh-lat"
16315   graph-title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr"
16316   algorithm: "plot_lat_hdrh_bar_name"
16317   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-hdrh-lat"
16318   data: "plot-vpp-hdrh-lat-3n-tsh"
16319   include:
16320     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16321     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16322     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16323     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16324     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16325   layout:
16326     layout: "plot-hdrh-latency"
16327
16328 - type: "plot"
16329   title: "Latency: 3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
16330   graph-title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr"
16331   algorithm: "plot_lat_hdrh_bar_name"
16332   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
16333   data: "plot-vpp-hdrh-lat-3n-tsh"
16334   include:
16335     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16336     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16337     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16338     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16339     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16340     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16341   layout:
16342     layout: "plot-hdrh-latency"
16343
16344 ################################################################################
16345
16346 # HDRHistogram Packet Latency 4C
16347
16348 - type: "plot"
16349   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
16350   graph-title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
16351   algorithm: "plot_lat_hdrh_bar_name"
16352   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
16353   data: "plot-vpp-hdrh-lat-2n-skx"
16354   include:
16355     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16356     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16357     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16358     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16359   layout:
16360     layout: "plot-hdrh-latency"
16361
16362 - type: "plot"
16363   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
16364   graph-title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
16365   algorithm: "plot_lat_hdrh_bar_name"
16366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
16367   data: "plot-vpp-hdrh-lat-3n-skx"
16368   include:
16369     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16370     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16371     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16372     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16373     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16374   layout:
16375     layout: "plot-hdrh-latency"
16376
16377 - type: "plot"
16378   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
16379   graph-title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
16380   algorithm: "plot_lat_hdrh_bar_name"
16381   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
16382   data: "plot-vpp-hdrh-lat-2n-skx"
16383   include:
16384     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
16385     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
16386     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
16387     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
16388     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
16389   layout:
16390     layout: "plot-hdrh-latency"
16391
16392 - type: "plot"
16393   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
16394   graph-title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
16395   algorithm: "plot_lat_hdrh_bar_name"
16396   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
16397   data: "plot-vpp-hdrh-lat-2n-skx"
16398   include:
16399     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
16400     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
16401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
16402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
16403   layout:
16404     layout: "plot-hdrh-latency"
16405
16406 - type: "plot"
16407   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
16408   graph-title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
16409   algorithm: "plot_lat_hdrh_bar_name"
16410   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
16411   data: "plot-vpp-hdrh-lat-2n-skx"
16412   include:
16413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
16414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
16415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
16416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
16417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
16418   layout:
16419     layout: "plot-hdrh-latency"
16420
16421 - type: "plot"
16422   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
16423   graph-title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
16424   algorithm: "plot_lat_hdrh_bar_name"
16425   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
16426   data: "plot-vpp-hdrh-lat-2n-skx"
16427   include:
16428     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
16429     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
16434   layout:
16435     layout: "plot-hdrh-latency"
16436
16437 - type: "plot"
16438   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
16439   graph-title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
16440   algorithm: "plot_lat_hdrh_bar_name"
16441   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
16442   data: "plot-vpp-hdrh-lat-3n-hsw"
16443   include:
16444     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
16445     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
16446     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
16447   layout:
16448     layout: "plot-hdrh-latency"
16449
16450 - type: "plot"
16451   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
16452   graph-title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
16453   algorithm: "plot_lat_hdrh_bar_name"
16454   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
16455   data: "plot-vpp-hdrh-lat-3n-skx"
16456   include:
16457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
16458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
16459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
16460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
16461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
16462   layout:
16463     layout: "plot-hdrh-latency"
16464
16465 - type: "plot"
16466   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
16467   graph-title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
16468   algorithm: "plot_lat_hdrh_bar_name"
16469   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
16470   data: "plot-vpp-hdrh-lat-3n-skx"
16471   include:
16472     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
16473     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
16474     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
16475     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
16476   layout:
16477     layout: "plot-hdrh-latency"
16478
16479 - type: "plot"
16480   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
16481   graph-title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
16482   algorithm: "plot_lat_hdrh_bar_name"
16483   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
16484   data: "plot-vpp-hdrh-lat-3n-skx"
16485   include:
16486     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
16487     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
16488     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
16489     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
16490     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
16491   layout:
16492     layout: "plot-hdrh-latency"
16493
16494 - type: "plot"
16495   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
16496   graph-title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
16497   algorithm: "plot_lat_hdrh_bar_name"
16498   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
16499   data: "plot-vpp-hdrh-lat-3n-skx"
16500   include:
16501     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
16502     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16503     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16504     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16505     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16506     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
16507   layout:
16508     layout: "plot-hdrh-latency"
16509
16510 - type: "plot"
16511   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-hdrh-lat"
16512   graph-title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
16513   algorithm: "plot_lat_hdrh_bar_name"
16514   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-hdrh-lat"
16515   data: "plot-vpp-hdrh-lat-3n-hsw"
16516   include:
16517     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
16518     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16519   layout:
16520     layout: "plot-hdrh-latency"
16521
16522 - type: "plot"
16523   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
16524   graph-title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr"
16525   algorithm: "plot_lat_hdrh_bar_name"
16526   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat"
16527   data: "plot-vpp-hdrh-lat-3n-skx"
16528   include:
16529     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-8t4c-ethip4vxlan-l2xcbase-ndrpdr"
16530     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16531     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16532     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16533   layout:
16534     layout: "plot-hdrh-latency"
16535
16536 - type: "plot"
16537   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16538   graph-title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
16539   algorithm: "plot_lat_hdrh_bar_name"
16540   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16541   data: "plot-vpp-hdrh-lat-2n-skx"
16542   include:
16543     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
16544     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
16545     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
16546   layout:
16547     layout: "plot-hdrh-latency"
16548
16549 - type: "plot"
16550   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16551   graph-title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
16552   algorithm: "plot_lat_hdrh_bar_name"
16553   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16554   data: "plot-vpp-hdrh-lat-2n-skx"
16555   include:
16556     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
16557     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
16558     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
16559     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
16560     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
16561   layout:
16562     layout: "plot-hdrh-latency"
16563
16564 - type: "plot"
16565   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16566   graph-title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
16567   algorithm: "plot_lat_hdrh_bar_name"
16568   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16569   data: "plot-vpp-hdrh-lat-3n-hsw"
16570   include:
16571     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
16572     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
16573     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
16574   layout:
16575     layout: "plot-hdrh-latency"
16576
16577 - type: "plot"
16578   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16579   graph-title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
16580   algorithm: "plot_lat_hdrh_bar_name"
16581   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16582   data: "plot-vpp-hdrh-lat-3n-skx"
16583   include:
16584     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
16585     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
16586     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
16587   layout:
16588     layout: "plot-hdrh-latency"
16589
16590 - type: "plot"
16591   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16592   graph-title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
16593   algorithm: "plot_lat_hdrh_bar_name"
16594   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
16595   data: "plot-vpp-hdrh-lat-3n-skx"
16596   include:
16597     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
16598     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
16599     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
16600     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
16601     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
16602   layout:
16603     layout: "plot-hdrh-latency"
16604
16605 - type: "plot"
16606   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
16607   graph-title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
16608   algorithm: "plot_lat_hdrh_bar_name"
16609   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
16610   data: "plot-vpp-hdrh-lat-2n-skx"
16611   include:
16612     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
16613     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16614     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
16615     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
16616     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
16617     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
16618   layout:
16619     layout: "plot-hdrh-latency"
16620
16621 - type: "plot"
16622   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
16623   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
16624   algorithm: "plot_lat_hdrh_bar_name"
16625   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
16626   data: "plot-vpp-hdrh-lat-2n-skx"
16627   include:
16628     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
16629     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
16630     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
16631     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
16632   layout:
16633     layout: "plot-hdrh-latency"
16634
16635 - type: "plot"
16636   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
16637   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
16638   algorithm: "plot_lat_hdrh_bar_name"
16639   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
16640   data: "plot-vpp-hdrh-lat-2n-skx"
16641   include:
16642     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
16643     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
16644     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
16645     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
16646     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
16647   layout:
16648     layout: "plot-hdrh-latency"
16649
16650 - type: "plot"
16651   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
16652   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
16653   algorithm: "plot_lat_hdrh_bar_name"
16654   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
16655   data: "plot-vpp-hdrh-lat-2n-skx"
16656   include:
16657     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
16658     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
16659     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
16660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
16661   layout:
16662     layout: "plot-hdrh-latency"
16663
16664 - type: "plot"
16665   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
16666   graph-title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
16667   algorithm: "plot_lat_hdrh_bar_name"
16668   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
16669   data: "plot-vpp-hdrh-lat-3n-hsw"
16670   include:
16671     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
16672     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
16673     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
16674     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
16675     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
16676     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
16677   layout:
16678     layout: "plot-hdrh-latency"
16679
16680 - type: "plot"
16681   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
16682   graph-title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
16683   algorithm: "plot_lat_hdrh_bar_name"
16684   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
16685   data: "plot-vpp-hdrh-lat-3n-skx"
16686   include:
16687     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
16688     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
16689     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
16690     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
16691     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
16692   layout:
16693     layout: "plot-hdrh-latency"
16694
16695 - type: "plot"
16696   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
16697   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
16698   algorithm: "plot_lat_hdrh_bar_name"
16699   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
16700   data: "plot-vpp-hdrh-lat-3n-skx"
16701   include:
16702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
16703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
16704     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
16705   layout:
16706     layout: "plot-hdrh-latency"
16707
16708 - type: "plot"
16709   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
16710   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
16711   algorithm: "plot_lat_hdrh_bar_name"
16712   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
16713   data: "plot-vpp-hdrh-lat-3n-skx"
16714   include:
16715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
16716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
16717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
16718     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
16719   layout:
16720     layout: "plot-hdrh-latency"
16721
16722 - type: "plot"
16723   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
16724   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
16725   algorithm: "plot_lat_hdrh_bar_name"
16726   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
16727   data: "plot-vpp-hdrh-lat-3n-skx"
16728   include:
16729     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
16730     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
16731     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
16732     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
16733     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
16734     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
16735   layout:
16736     layout: "plot-hdrh-latency"
16737
16738 - type: "plot"
16739   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-hdrh-lat"
16740   graph-title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr"
16741   algorithm: "plot_lat_hdrh_bar_name"
16742   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-hdrh-lat"
16743   data: "plot-vpp-hdrh-lat-3n-skx"
16744   include:
16745     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
16746     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16747     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16748     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16749     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16750     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16751   layout:
16752     layout: "plot-hdrh-latency"
16753
16754 - type: "plot"
16755   title: "Latency: 3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
16756   graph-title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
16757   algorithm: "plot_lat_hdrh_bar_name"
16758   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
16759   data: "plot-vpp-hdrh-lat-3n-hsw"
16760   include:
16761     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16762     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16763     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16764     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16765     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16766     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16767   layout:
16768     layout: "plot-hdrh-latency"
16769
16770 - type: "plot"
16771   title: "Latency: 3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
16772   graph-title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr"
16773   algorithm: "plot_lat_hdrh_bar_name"
16774   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat"
16775   data: "plot-vpp-hdrh-lat-3n-skx"
16776   include:
16777     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16778     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16779     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16780     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16781     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16782     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16783   layout:
16784     layout: "plot-hdrh-latency"
16785
16786 - type: "plot"
16787   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
16788   graph-title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
16789   algorithm: "plot_lat_hdrh_bar_name"
16790   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat"
16791   data: "plot-vpp-hdrh-lat-2n-skx"
16792   include:
16793     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16794     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16795     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16796     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16797   layout:
16798     layout: "plot-hdrh-latency"
16799
16800 - type: "plot"
16801   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
16802   graph-title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
16803   algorithm: "plot_lat_hdrh_bar_name"
16804   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat"
16805   data: "plot-vpp-hdrh-lat-2n-skx"
16806   include:
16807     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16808     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16809     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16811   layout:
16812     layout: "plot-hdrh-latency"
16813
16814 - type: "plot"
16815   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
16816   graph-title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
16817   algorithm: "plot_lat_hdrh_bar_name"
16818   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-hdrh-lat"
16819   data: "plot-vpp-hdrh-lat-3n-hsw"
16820   include:
16821     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16822     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16823     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16824     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16825   layout:
16826     layout: "plot-hdrh-latency"
16827
16828 - type: "plot"
16829   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
16830   graph-title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
16831   algorithm: "plot_lat_hdrh_bar_name"
16832   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-hdrh-lat"
16833   data: "plot-vpp-hdrh-lat-3n-hsw"
16834   include:
16835     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16836     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16837     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16838     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16839   layout:
16840     layout: "plot-hdrh-latency"
16841
16842 - type: "plot"
16843   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
16844   graph-title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
16845   algorithm: "plot_lat_hdrh_bar_name"
16846   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
16847   data: "plot-vpp-hdrh-lat-3n-skx"
16848   include:
16849     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16850     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16851     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16852     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16853   layout:
16854     layout: "plot-hdrh-latency"
16855
16856 - type: "plot"
16857   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
16858   graph-title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
16859   algorithm: "plot_lat_hdrh_bar_name"
16860   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
16861   data: "plot-vpp-hdrh-lat-3n-skx"
16862   include:
16863     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16864     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16865     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16866     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16867   layout:
16868     layout: "plot-hdrh-latency"
16869
16870 - type: "plot"
16871   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
16872   graph-title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
16873   algorithm: "plot_lat_hdrh_bar_name"
16874   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat"
16875   data: "plot-vpp-hdrh-lat-3n-skx"
16876   include:
16877     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16878     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16879     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16880     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16881     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16882   layout:
16883     layout: "plot-hdrh-latency"
16884
16885 - type: "plot"
16886   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
16887   graph-title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
16888   algorithm: "plot_lat_hdrh_bar_name"
16889   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat"
16890   data: "plot-vpp-hdrh-lat-3n-skx"
16891   include:
16892     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16893     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16894     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16895     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16896     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
16897   layout:
16898     layout: "plot-hdrh-latency"
16899
16900 - type: "plot"
16901   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
16902   graph-title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
16903   algorithm: "plot_lat_hdrh_bar_name"
16904   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-hdrh-lat"
16905   data: "plot-vpp-hdrh-lat-3n-skx"
16906   include:
16907     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16908     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16909     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16910     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16911     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16912     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16913   layout:
16914     layout: "plot-hdrh-latency"
16915
16916 - type: "plot"
16917   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
16918   graph-title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
16919   algorithm: "plot_lat_hdrh_bar_name"
16920   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat"
16921   data: "plot-vpp-hdrh-lat-3n-skx"
16922   include:
16923     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16924     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16925     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16926     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16927     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16928     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16929   layout:
16930     layout: "plot-hdrh-latency"
16931
16932 - type: "plot"
16933   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-hdrh-lat"
16934   graph-title: "3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr"
16935   algorithm: "plot_lat_hdrh_bar_name"
16936   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-hdrh-lat"
16937   data: "plot-vpp-hdrh-lat-3n-tsh"
16938   include:
16939     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
16940     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16941     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16942     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
16943     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16944   layout:
16945     layout: "plot-hdrh-latency"
16946
16947 - type: "plot"
16948   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
16949   graph-title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr"
16950   algorithm: "plot_lat_hdrh_bar_name"
16951   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat"
16952   data: "plot-vpp-hdrh-lat-3n-tsh"
16953   include:
16954     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
16955     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
16956     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
16957     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
16958     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
16959   layout:
16960     layout: "plot-hdrh-latency"
16961
16962 - type: "plot"
16963   title: "Latency: 3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
16964   graph-title: "3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr"
16965   algorithm: "plot_lat_hdrh_bar_name"
16966   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-hdrh-lat"
16967   data: "plot-vpp-hdrh-lat-3n-tsh"
16968   include:
16969     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
16970     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16971     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16972     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16973     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16974     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
16975   layout:
16976     layout: "plot-hdrh-latency"
16977
16978 - type: "plot"
16979   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
16980   graph-title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr"
16981   algorithm: "plot_lat_hdrh_bar_name"
16982   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat"
16983   data: "plot-vpp-hdrh-lat-3n-tsh"
16984   include:
16985     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
16986     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16987     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16988     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16989   layout:
16990     layout: "plot-hdrh-latency"
16991
16992 - type: "plot"
16993   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
16994   graph-title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr"
16995   algorithm: "plot_lat_hdrh_bar_name"
16996   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat"
16997   data: "plot-vpp-hdrh-lat-3n-tsh"
16998   include:
16999     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
17000     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
17001     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
17002     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
17003     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
17004   layout:
17005     layout: "plot-hdrh-latency"
17006
17007 - type: "plot"
17008   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-hdrh-lat"
17009   graph-title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr"
17010   algorithm: "plot_lat_hdrh_bar_name"
17011   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-hdrh-lat"
17012   data: "plot-vpp-hdrh-lat-3n-tsh"
17013   include:
17014     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
17015     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
17016     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
17017     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
17018   layout:
17019     layout: "plot-hdrh-latency"
17020
17021 - type: "plot"
17022   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
17023   graph-title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr"
17024   algorithm: "plot_lat_hdrh_bar_name"
17025   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-hdrh-lat"
17026   data: "plot-vpp-hdrh-lat-3n-tsh"
17027   include:
17028     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
17029     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
17030     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
17031     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
17032     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
17033     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
17034   layout:
17035     layout: "plot-hdrh-latency"
17036
17037 - type: "plot"
17038   title: "Latency: 3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
17039   graph-title: "3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr"
17040   algorithm: "plot_lat_hdrh_bar_name"
17041   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-hdrh-lat"
17042   data: "plot-vpp-hdrh-lat-3n-tsh"
17043   include:
17044     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
17045     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17046     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17047     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17050   layout:
17051     layout: "plot-hdrh-latency"
17052
17053 - type: "plot"
17054   title: "Latency: 3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
17055   graph-title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr"
17056   algorithm: "plot_lat_hdrh_bar_name"
17057   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat"
17058   data: "plot-vpp-hdrh-lat-3n-tsh"
17059   include:
17060     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
17061     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
17062     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
17063     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
17064     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
17065     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
17066   layout:
17067     layout: "plot-hdrh-latency"
17068
17069 - type: "plot"
17070   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-hdrh-lat"
17071   graph-title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr"
17072   algorithm: "plot_lat_hdrh_bar_name"
17073   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-hdrh-lat"
17074   data: "plot-vpp-hdrh-lat-3n-tsh"
17075   include:
17076     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17077     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17078     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17079     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17080     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17081   layout:
17082     layout: "plot-hdrh-latency"
17083
17084 - type: "plot"
17085   title: "Latency: 3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
17086   graph-title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr"
17087   algorithm: "plot_lat_hdrh_bar_name"
17088   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat"
17089   data: "plot-vpp-hdrh-lat-3n-tsh"
17090   include:
17091     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17092     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17093     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17094     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17095     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17096     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17097   layout:
17098     layout: "plot-hdrh-latency"
17099
17100 ################################################################################
17101
17102 # Packet Speedup
17103
17104 - type: "plot"
17105   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
17106   algorithm: "plot_tsa_name"
17107   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
17108   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17109   include:
17110     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17111     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17112     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17113     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17114   layout:
17115     title: "2n-skx-xxv710-64b-memif-base-i40e-ndr"
17116     layout: "plot-throughput-speedup-analysis"
17117
17118 - type: "plot"
17119   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
17120   algorithm: "plot_tsa_name"
17121   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
17122   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17123   include:
17124     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17125     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17126     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17127     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17128   layout:
17129     title: "2n-skx-xxv710-64b-memif-base-i40e-pdr"
17130     layout: "plot-throughput-speedup-analysis"
17131
17132 - type: "plot"
17133   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
17134   algorithm: "plot_tsa_name"
17135   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
17136   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17137   include:
17138     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17139     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
17140     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17141     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
17142     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17143   layout:
17144     title: "3n-skx-xxv710-64b-memif-base-i40e-ndr"
17145     layout: "plot-throughput-speedup-analysis"
17146
17147 - type: "plot"
17148   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
17149   algorithm: "plot_tsa_name"
17150   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
17151   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17152   include:
17153     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17154     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
17155     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17156     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
17157     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17158   layout:
17159     title: "3n-skx-xxv710-64b-memif-base-i40e-pdr"
17160     layout: "plot-throughput-speedup-analysis"
17161
17162 - type: "plot"
17163   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
17164   algorithm: "plot_tsa_name"
17165   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
17166   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17167   include:
17168     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17169     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17170     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17171     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17172     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17173   layout:
17174     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
17175     layout: "plot-throughput-speedup-analysis"
17176
17177 - type: "plot"
17178   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
17179   algorithm: "plot_tsa_name"
17180   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
17181   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17182   include:
17183     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17184     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17185     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17186     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17187     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17188   layout:
17189     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
17190     layout: "plot-throughput-speedup-analysis"
17191
17192 - type: "plot"
17193   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17194   algorithm: "plot_tsa_name"
17195   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17196   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17197   include:
17198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17202   layout:
17203     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17204     layout: "plot-throughput-speedup-analysis"
17205
17206 - type: "plot"
17207   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17208   algorithm: "plot_tsa_name"
17209   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17210   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17211   include:
17212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
17213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17216   layout:
17217     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17218     layout: "plot-throughput-speedup-analysis"
17219
17220 - type: "plot"
17221   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
17222   algorithm: "plot_tsa_name"
17223   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
17224   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17225   include:
17226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17231   layout:
17232     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
17233     layout: "plot-throughput-speedup-analysis"
17234
17235 - type: "plot"
17236   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
17237   algorithm: "plot_tsa_name"
17238   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
17239   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17240   include:
17241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17244     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17246   layout:
17247     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
17248     layout: "plot-throughput-speedup-analysis"
17249
17250 - type: "plot"
17251   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
17252   algorithm: "plot_tsa_name"
17253   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
17254   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17255   include:
17256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17262   layout:
17263     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
17264     layout: "plot-throughput-speedup-analysis"
17265
17266 - type: "plot"
17267   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
17268   algorithm: "plot_tsa_name"
17269   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
17270   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17271   include:
17272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17278   layout:
17279     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
17280     layout: "plot-throughput-speedup-analysis"
17281
17282 - type: "plot"
17283   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
17284   algorithm: "plot_tsa_name"
17285   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
17286   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17287   include:
17288     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17289     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17290     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17291   layout:
17292     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr"
17293     layout: "plot-throughput-speedup-analysis"
17294
17295 - type: "plot"
17296   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
17297   algorithm: "plot_tsa_name"
17298   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
17299   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17300   include:
17301     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17302     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17303     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17304   layout:
17305     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr"
17306     layout: "plot-throughput-speedup-analysis"
17307
17308 - type: "plot"
17309   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
17310   algorithm: "plot_tsa_name"
17311   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
17312   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17313   include:
17314     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
17315     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17316     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17317     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17318     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17319   layout:
17320     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
17321     layout: "plot-throughput-speedup-analysis"
17322
17323 - type: "plot"
17324   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
17325   algorithm: "plot_tsa_name"
17326   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
17327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17328   include:
17329     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
17330     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17331     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17332     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17333     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17334   layout:
17335     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
17336     layout: "plot-throughput-speedup-analysis"
17337
17338 - type: "plot"
17339   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17340   algorithm: "plot_tsa_name"
17341   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
17342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17343   include:
17344     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
17345     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17346     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17347     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17348   layout:
17349     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
17350     layout: "plot-throughput-speedup-analysis"
17351
17352 - type: "plot"
17353   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17354   algorithm: "plot_tsa_name"
17355   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
17356   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17357   include:
17358     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
17359     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
17360     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
17361     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
17362   layout:
17363     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
17364     layout: "plot-throughput-speedup-analysis"
17365
17366 - type: "plot"
17367   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
17368   algorithm: "plot_tsa_name"
17369   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
17370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17371   include:
17372     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17373     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17374     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17375     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17376     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17377   layout:
17378     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
17379     layout: "plot-throughput-speedup-analysis"
17380
17381 - type: "plot"
17382   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
17383   algorithm: "plot_tsa_name"
17384   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
17385   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17386   include:
17387     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
17388     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17389     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
17390     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
17391     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
17392   layout:
17393     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
17394     layout: "plot-throughput-speedup-analysis"
17395
17396 - type: "plot"
17397   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
17398   algorithm: "plot_tsa_name"
17399   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
17400   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17401   include:
17402     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17403     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17404     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17405     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17406     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17407     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17408   layout:
17409     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
17410     layout: "plot-throughput-speedup-analysis"
17411
17412 - type: "plot"
17413   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
17414   algorithm: "plot_tsa_name"
17415   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
17416   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17417   include:
17418     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
17419     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17420     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17421     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17422     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17423     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
17424   layout:
17425     title: "3n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
17426     layout: "plot-throughput-speedup-analysis"
17427
17428 - type: "plot"
17429   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
17430   algorithm: "plot_tsa_name"
17431   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
17432   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17433   include:
17434     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17435     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17436   layout:
17437     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr"
17438     layout: "plot-throughput-speedup-analysis"
17439
17440 - type: "plot"
17441   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
17442   algorithm: "plot_tsa_name"
17443   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
17444   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17445   include:
17446     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17447     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17448   layout:
17449     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr"
17450     layout: "plot-throughput-speedup-analysis"
17451
17452 - type: "plot"
17453   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
17454   algorithm: "plot_tsa_name"
17455   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
17456   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17457   include:
17458     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17459     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17460     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17461     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17462   layout:
17463     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr"
17464     layout: "plot-throughput-speedup-analysis"
17465
17466 - type: "plot"
17467   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
17468   algorithm: "plot_tsa_name"
17469   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
17470   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17471   include:
17472     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
17473     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
17474     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
17475     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
17476   layout:
17477     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr"
17478     layout: "plot-throughput-speedup-analysis"
17479
17480 - type: "plot"
17481   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17482   algorithm: "plot_tsa_name"
17483   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17484   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17485   include:
17486     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17487     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17488     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17489   layout:
17490     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
17491     layout: "plot-throughput-speedup-analysis"
17492
17493 - type: "plot"
17494   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17495   algorithm: "plot_tsa_name"
17496   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17497   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17498   include:
17499     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17500     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17501     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17502   layout:
17503     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
17504     layout: "plot-throughput-speedup-analysis"
17505
17506 - type: "plot"
17507   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17508   algorithm: "plot_tsa_name"
17509   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17510   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17511   include:
17512     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17513     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17514     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17515     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17516     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17517   layout:
17518     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
17519     layout: "plot-throughput-speedup-analysis"
17520
17521 - type: "plot"
17522   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17523   algorithm: "plot_tsa_name"
17524   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17525   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17526   include:
17527     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17528     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17529     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17530     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17531     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17532   layout:
17533     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
17534     layout: "plot-throughput-speedup-analysis"
17535
17536 - type: "plot"
17537   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17538   algorithm: "plot_tsa_name"
17539   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17540   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17541   include:
17542     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17543     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17544     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17545   layout:
17546     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr"
17547     layout: "plot-throughput-speedup-analysis"
17548
17549 - type: "plot"
17550   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17551   algorithm: "plot_tsa_name"
17552   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17553   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17554   include:
17555     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17556     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17557     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17558   layout:
17559     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr"
17560     layout: "plot-throughput-speedup-analysis"
17561
17562 - type: "plot"
17563   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17564   algorithm: "plot_tsa_name"
17565   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17567   include:
17568     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17569     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17570     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17571   layout:
17572     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
17573     layout: "plot-throughput-speedup-analysis"
17574
17575 - type: "plot"
17576   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17577   algorithm: "plot_tsa_name"
17578   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17580   include:
17581     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17582     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17583     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17584   layout:
17585     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
17586     layout: "plot-throughput-speedup-analysis"
17587
17588 - type: "plot"
17589   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17590   algorithm: "plot_tsa_name"
17591   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
17592   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17593   include:
17594     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17595     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17596     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17597     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17598     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17599   layout:
17600     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
17601     layout: "plot-throughput-speedup-analysis"
17602
17603 - type: "plot"
17604   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17605   algorithm: "plot_tsa_name"
17606   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
17607   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17608   include:
17609     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
17610     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
17611     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
17612     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
17613     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
17614   layout:
17615     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
17616     layout: "plot-throughput-speedup-analysis"
17617
17618 - type: "plot"
17619   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
17620   algorithm: "plot_tsa_name"
17621   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
17622   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17623   include:
17624     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17625     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17626     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17627     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17628     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17629     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17630   layout:
17631     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
17632     layout: "plot-throughput-speedup-analysis"
17633
17634 - type: "plot"
17635   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
17636   algorithm: "plot_tsa_name"
17637   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
17638   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17639   include:
17640     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17641     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17642     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17643     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17644     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
17645     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17646   layout:
17647     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
17648     layout: "plot-throughput-speedup-analysis"
17649
17650 - type: "plot"
17651   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
17652   algorithm: "plot_tsa_name"
17653   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
17654   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17655   include:
17656     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
17657     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17658     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
17659     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17660   layout:
17661     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr"
17662     layout: "plot-throughput-speedup-analysis"
17663
17664 - type: "plot"
17665   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
17666   algorithm: "plot_tsa_name"
17667   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
17668   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17669   include:
17670     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
17671     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17672     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17673     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17674   layout:
17675     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr"
17676     layout: "plot-throughput-speedup-analysis"
17677
17678 - type: "plot"
17679   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
17680   algorithm: "plot_tsa_name"
17681   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
17682   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17683   include:
17684     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17685     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17686     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17687     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17688     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17689     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17690   layout:
17691     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr"
17692     layout: "plot-throughput-speedup-analysis"
17693
17694 - type: "plot"
17695   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
17696   algorithm: "plot_tsa_name"
17697   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
17698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17699   include:
17700     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
17701     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17702     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17703     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17704     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
17705     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
17706   layout:
17707     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr"
17708     layout: "plot-throughput-speedup-analysis"
17709
17710 - type: "plot"
17711   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
17712   algorithm: "plot_tsa_name"
17713   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
17714   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17715   include:
17716     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17717     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17718     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17719     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17720     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17721     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17722   layout:
17723     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
17724     layout: "plot-throughput-speedup-analysis"
17725
17726 - type: "plot"
17727   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
17728   algorithm: "plot_tsa_name"
17729   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
17730   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17731   include:
17732     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17733     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17734     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17735     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17736     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17737     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17738   layout:
17739     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
17740     layout: "plot-throughput-speedup-analysis"
17741
17742 - type: "plot"
17743   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17744   algorithm: "plot_tsa_name"
17745   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17746   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17747   include:
17748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17752   layout:
17753     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
17754     layout: "plot-throughput-speedup-analysis"
17755
17756 - type: "plot"
17757   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17758   algorithm: "plot_tsa_name"
17759   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17760   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17761   include:
17762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17765     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17766   layout:
17767     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
17768     layout: "plot-throughput-speedup-analysis"
17769
17770 - type: "plot"
17771   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
17772   algorithm: "plot_tsa_name"
17773   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
17774   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17775   include:
17776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17778     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17779     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17780     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17781   layout:
17782     title: "2n-skx-xxv710-64b-l2switching-base-i40e-ndr"
17783     layout: "plot-throughput-speedup-analysis"
17784
17785 - type: "plot"
17786   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
17787   algorithm: "plot_tsa_name"
17788   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
17789   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17790   include:
17791     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17792     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17793     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17794     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17795     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17796   layout:
17797     title: "2n-skx-xxv710-64b-l2switching-base-i40e-pdr"
17798     layout: "plot-throughput-speedup-analysis"
17799
17800 - type: "plot"
17801   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
17802   algorithm: "plot_tsa_name"
17803   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
17804   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17805   include:
17806     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17807     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17808     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17809     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17810   layout:
17811     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
17812     layout: "plot-throughput-speedup-analysis"
17813
17814 - type: "plot"
17815   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
17816   algorithm: "plot_tsa_name"
17817   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
17818   data: "plot-vpp-throughput-lat-tsa-2n-skx"
17819   include:
17820     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17821     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17822     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17823     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17824   layout:
17825     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
17826     layout: "plot-throughput-speedup-analysis"
17827
17828 - type: "plot"
17829   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
17830   algorithm: "plot_tsa_name"
17831   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
17832   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17833   include:
17834     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17835     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17836     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17837     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17838     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17839     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17840   layout:
17841     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr"
17842     layout: "plot-throughput-speedup-analysis"
17843
17844 - type: "plot"
17845   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
17846   algorithm: "plot_tsa_name"
17847   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
17848   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
17849   include:
17850     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17851     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17852     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17853     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17854     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17855     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17856   layout:
17857     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr"
17858     layout: "plot-throughput-speedup-analysis"
17859
17860 - type: "plot"
17861   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
17862   algorithm: "plot_tsa_name"
17863   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
17864   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17865   include:
17866     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17867     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17868     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17869     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17870     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17871   layout:
17872     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
17873     layout: "plot-throughput-speedup-analysis"
17874
17875 - type: "plot"
17876   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
17877   algorithm: "plot_tsa_name"
17878   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
17879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17880   include:
17881     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17882     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17883     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17884     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17885     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17886   layout:
17887     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
17888     layout: "plot-throughput-speedup-analysis"
17889
17890 - type: "plot"
17891   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17892   algorithm: "plot_tsa_name"
17893   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
17894   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17895   include:
17896     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17897     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17898     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17899   layout:
17900     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
17901     layout: "plot-throughput-speedup-analysis"
17902
17903 - type: "plot"
17904   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17905   algorithm: "plot_tsa_name"
17906   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
17907   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17908   include:
17909     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
17910     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
17911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
17912   layout:
17913     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
17914     layout: "plot-throughput-speedup-analysis"
17915
17916 - type: "plot"
17917   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
17918   algorithm: "plot_tsa_name"
17919   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
17920   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17921   include:
17922     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17923     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17924     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17925     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17926   layout:
17927     title: "3n-skx-xxv710-64b-l2switching-base-i40e-ndr"
17928     layout: "plot-throughput-speedup-analysis"
17929
17930 - type: "plot"
17931   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
17932   algorithm: "plot_tsa_name"
17933   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
17934   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17935   include:
17936     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
17937     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17938     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
17939     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17940   layout:
17941     title: "3n-skx-xxv710-64b-l2switching-base-i40e-pdr"
17942     layout: "plot-throughput-speedup-analysis"
17943
17944 - type: "plot"
17945   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
17946   algorithm: "plot_tsa_name"
17947   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
17948   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17949   include:
17950     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17951     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17952     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17953     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17954     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17955     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17956   layout:
17957     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
17958     layout: "plot-throughput-speedup-analysis"
17959
17960 - type: "plot"
17961   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
17962   algorithm: "plot_tsa_name"
17963   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
17964   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17965   include:
17966     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
17967     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
17968     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17969     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
17970     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
17971     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
17972   layout:
17973     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
17974     layout: "plot-throughput-speedup-analysis"
17975
17976 - type: "plot"
17977   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr-tsa"
17978   algorithm: "plot_tsa_name"
17979   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr-tsa"
17980   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17981   include:
17982     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17983     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
17984     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
17985     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
17986     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
17987     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
17988   layout:
17989     title: "3n-skx-xxv710-64b-features-l2switching-base-i40e-ndr"
17990     layout: "plot-throughput-speedup-analysis"
17991
17992 - type: "plot"
17993   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr-tsa"
17994   algorithm: "plot_tsa_name"
17995   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr-tsa"
17996   data: "plot-vpp-throughput-lat-tsa-3n-skx"
17997   include:
17998     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
17999     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18000     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18001     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18002     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18003     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18004   layout:
18005     title: "3n-skx-xxv710-64b-features-l2switching-base-i40e-pdr"
18006     layout: "plot-throughput-speedup-analysis"
18007
18008 - type: "plot"
18009   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
18010   algorithm: "plot_tsa_name"
18011   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
18012   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18013   include:
18014     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18015     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18016     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18017     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18018     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18019     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18020   layout:
18021     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr"
18022     layout: "plot-throughput-speedup-analysis"
18023
18024 - type: "plot"
18025   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
18026   algorithm: "plot_tsa_name"
18027   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
18028   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18029   include:
18030     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18031     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18032     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18033     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18034     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18035     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18036   layout:
18037     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr"
18038     layout: "plot-throughput-speedup-analysis"
18039
18040 - type: "plot"
18041   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
18042   algorithm: "plot_tsa_name"
18043   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
18044   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18045   include:
18046     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18047     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18048     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18049     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18050     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18051     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18052   layout:
18053     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr"
18054     layout: "plot-throughput-speedup-analysis"
18055
18056 - type: "plot"
18057   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
18058   algorithm: "plot_tsa_name"
18059   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
18060   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18061   include:
18062     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18063     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18064     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18065     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18066     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18067     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18068   layout:
18069     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr"
18070     layout: "plot-throughput-speedup-analysis"
18071
18072 - type: "plot"
18073   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-ndr"
18074   algorithm: "plot_tsa_name"
18075   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
18076   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18077   include:
18078     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18079     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18080     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18081     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18082   layout:
18083     title: "2n-skx-xxv710-64b-vhost-base-i40e-ndr"
18084     layout: "plot-throughput-speedup-analysis"
18085
18086 - type: "plot"
18087   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-pdr"
18088   algorithm: "plot_tsa_name"
18089   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
18090   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18091   include:
18092     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18093     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18094     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18095     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18096   layout:
18097     title: "2n-skx-xxv710-64b-vhost-base-i40e-pdr"
18098     layout: "plot-throughput-speedup-analysis"
18099
18100 - type: "plot"
18101   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
18102   algorithm: "plot_tsa_name"
18103   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
18104   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18105   include:
18106     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18107     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18108     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18109     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18110   layout:
18111     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
18112     layout: "plot-throughput-speedup-analysis"
18113
18114 - type: "plot"
18115   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
18116   algorithm: "plot_tsa_name"
18117   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
18118   data: "plot-vpp-throughput-lat-tsa-2n-skx"
18119   include:
18120     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18121     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18122     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18124   layout:
18125     title: "2n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
18126     layout: "plot-throughput-speedup-analysis"
18127
18128 - type: "plot"
18129   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-ndr"
18130   algorithm: "plot_tsa_name"
18131   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
18132   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18133   include:
18134     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18135     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18136     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18137     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18138   layout:
18139     title: "3n-hsw-xl710-64b-vhost-base-i40e-ndr"
18140     layout: "plot-throughput-speedup-analysis"
18141
18142 - type: "plot"
18143   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-pdr"
18144   algorithm: "plot_tsa_name"
18145   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
18146   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18147   include:
18148     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18149     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18150     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18151     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18152   layout:
18153     title: "3n-hsw-xl710-64b-vhost-base-i40e-pdr"
18154     layout: "plot-throughput-speedup-analysis"
18155
18156 - type: "plot"
18157   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
18158   algorithm: "plot_tsa_name"
18159   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr-tsa"
18160   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18161   include:
18162     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18163     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18164     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18165     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18166   layout:
18167     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-ndr"
18168     layout: "plot-throughput-speedup-analysis"
18169
18170 - type: "plot"
18171   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
18172   algorithm: "plot_tsa_name"
18173   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr-tsa"
18174   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18175   include:
18176     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18177     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18178     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18179     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18180   layout:
18181     title: "3n-hsw-xl710-64b-vhost-base-i40e-vpp-pdr"
18182     layout: "plot-throughput-speedup-analysis"
18183
18184 - type: "plot"
18185   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr"
18186   algorithm: "plot_tsa_name"
18187   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
18188   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18189   include:
18190     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18191     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18192     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18193     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18194   layout:
18195     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr"
18196     layout: "plot-throughput-speedup-analysis"
18197
18198 - type: "plot"
18199   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr"
18200   algorithm: "plot_tsa_name"
18201   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
18202   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18203   include:
18204     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18205     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18206     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18207     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18208   layout:
18209     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr"
18210     layout: "plot-throughput-speedup-analysis"
18211
18212 - type: "plot"
18213   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
18214   algorithm: "plot_tsa_name"
18215   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
18216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18217   include:
18218     - "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"
18219     - "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"
18220     - "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"
18221     - "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"
18222   layout:
18223     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
18224     layout: "plot-throughput-speedup-analysis"
18225
18226 - type: "plot"
18227   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
18228   algorithm: "plot_tsa_name"
18229   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
18230   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18231   include:
18232     - "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"
18233     - "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"
18234     - "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"
18235     - "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"
18236   layout:
18237     title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
18238     layout: "plot-throughput-speedup-analysis"
18239
18240 - type: "plot"
18241   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-ndr"
18242   algorithm: "plot_tsa_name"
18243   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
18244   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18245   include:
18246     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18247     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18248     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18249     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18250     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18251   layout:
18252     title: "3n-skx-xxv710-64b-vhost-base-i40e-ndr"
18253     layout: "plot-throughput-speedup-analysis"
18254
18255 - type: "plot"
18256   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-pdr"
18257   algorithm: "plot_tsa_name"
18258   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
18259   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18260   include:
18261     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18262     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18263     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18264     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18265     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18266   layout:
18267     title: "3n-skx-xxv710-64b-vhost-base-i40e-pdr"
18268     layout: "plot-throughput-speedup-analysis"
18269
18270 - type: "plot"
18271   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
18272   algorithm: "plot_tsa_name"
18273   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
18274   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18275   include:
18276     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18277     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18278     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18279     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18280     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18281   layout:
18282     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-ndr"
18283     layout: "plot-throughput-speedup-analysis"
18284
18285 - type: "plot"
18286   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
18287   algorithm: "plot_tsa_name"
18288   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
18289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18290   include:
18291     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18292     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18293     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18294     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18295     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18296   layout:
18297     title: "3n-skx-xxv710-64b-vhost-base-i40e-vpp-pdr"
18298     layout: "plot-throughput-speedup-analysis"
18299
18300 - type: "plot"
18301   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
18302   algorithm: "plot_tsa_name"
18303   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
18304   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18305   include:
18306     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18307     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18308     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18309     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18310     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18311     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18312   layout:
18313     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
18314     layout: "plot-throughput-speedup-analysis"
18315
18316 - type: "plot"
18317   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
18318   algorithm: "plot_tsa_name"
18319   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
18320   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18321   include:
18322     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18323     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18324     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18325     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18326     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18327     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18328   layout:
18329     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
18330     layout: "plot-throughput-speedup-analysis"
18331
18332 - type: "plot"
18333   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
18334   algorithm: "plot_tsa_name"
18335   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr-tsa"
18336   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18337   include:
18338     - "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"
18339     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18340     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18341     - "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"
18342     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18343     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18344   layout:
18345     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-ndr"
18346     layout: "plot-throughput-speedup-analysis"
18347
18348 - type: "plot"
18349   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
18350   algorithm: "plot_tsa_name"
18351   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr-tsa"
18352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18353   include:
18354     - "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"
18355     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18356     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18357     - "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"
18358     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18359     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18360   layout:
18361     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-vpp-pdr"
18362     layout: "plot-throughput-speedup-analysis"
18363
18364 - type: "plot"
18365   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
18366   algorithm: "plot_tsa_name"
18367   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
18368   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18369   include:
18370     - "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"
18371     - "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"
18372     - "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"
18373   layout:
18374     title: "2n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr"
18375     layout: "plot-throughput-speedup-analysis"
18376
18377 - type: "plot"
18378   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
18379   algorithm: "plot_tsa_name"
18380   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
18381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18382   include:
18383     - "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"
18384     - "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"
18385     - "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"
18386   layout:
18387     title: "2n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr"
18388     layout: "plot-throughput-speedup-analysis"
18389
18390 - type: "plot"
18391   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
18392   algorithm: "plot_tsa_name"
18393   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
18394   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18395   include:
18396     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
18397     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18398     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18399     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
18400     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18401   layout:
18402     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
18403     layout: "plot-throughput-speedup-analysis"
18404
18405 - type: "plot"
18406   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
18407   algorithm: "plot_tsa_name"
18408   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
18409   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18410   include:
18411     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
18412     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18413     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18414     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
18415     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18416   layout:
18417     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
18418     layout: "plot-throughput-speedup-analysis"
18419
18420 - type: "plot"
18421   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18422   algorithm: "plot_tsa_name"
18423   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18424   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18425   include:
18426     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18427     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18428     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18429     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18431   layout:
18432     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
18433     layout: "plot-throughput-speedup-analysis"
18434
18435 - type: "plot"
18436   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18437   algorithm: "plot_tsa_name"
18438   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18439   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18440   include:
18441     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18442     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18443     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18446   layout:
18447     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
18448     layout: "plot-throughput-speedup-analysis"
18449
18450 - type: "plot"
18451   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18452   algorithm: "plot_tsa_name"
18453   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18454   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18455   include:
18456     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18462   layout:
18463     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
18464     layout: "plot-throughput-speedup-analysis"
18465
18466 - type: "plot"
18467   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18468   algorithm: "plot_tsa_name"
18469   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18470   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18471   include:
18472     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18473     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18474     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18475     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18476     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18477     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18478   layout:
18479     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
18480     layout: "plot-throughput-speedup-analysis"
18481
18482 - type: "plot"
18483   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18484   algorithm: "plot_tsa_name"
18485   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18486   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18487   include:
18488     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
18489     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
18490     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
18491     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
18492   layout:
18493     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
18494     layout: "plot-throughput-speedup-analysis"
18495
18496 - type: "plot"
18497   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18498   algorithm: "plot_tsa_name"
18499   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18500   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18501   include:
18502     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
18503     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
18504     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
18505     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
18506   layout:
18507     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
18508     layout: "plot-throughput-speedup-analysis"
18509
18510 - type: "plot"
18511   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18512   algorithm: "plot_tsa_name"
18513   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18514   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18515   include:
18516     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18517     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18518     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18519     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18520     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18521   layout:
18522     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
18523     layout: "plot-throughput-speedup-analysis"
18524
18525 - type: "plot"
18526   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18527   algorithm: "plot_tsa_name"
18528   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18529   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18530   include:
18531     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18532     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18533     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18534     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18535     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18536   layout:
18537     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
18538     layout: "plot-throughput-speedup-analysis"
18539
18540 - type: "plot"
18541   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18542   algorithm: "plot_tsa_name"
18543   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
18544   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18545   include:
18546     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
18547     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18548     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18549     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18550     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18551     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18552   layout:
18553     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
18554     layout: "plot-throughput-speedup-analysis"
18555
18556 - type: "plot"
18557   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18558   algorithm: "plot_tsa_name"
18559   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
18560   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18561   include:
18562     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
18563     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18564     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18565     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18566     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
18567     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
18568   layout:
18569     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
18570     layout: "plot-throughput-speedup-analysis"
18571
18572 - type: "plot"
18573   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
18574   algorithm: "plot_tsa_name"
18575   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
18576   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18577   include:
18578     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18579     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18580     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18581     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18582   layout:
18583     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
18584     layout: "plot-throughput-speedup-analysis"
18585
18586 - type: "plot"
18587   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
18588   algorithm: "plot_tsa_name"
18589   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
18590   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18591   include:
18592     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18593     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18594     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18595     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18596   layout:
18597     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
18598     layout: "plot-throughput-speedup-analysis"
18599
18600 - type: "plot"
18601   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18602   algorithm: "plot_tsa_name"
18603   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18604   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18605   include:
18606     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18607     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18608     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18609     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18610     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18611     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18612   layout:
18613     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
18614     layout: "plot-throughput-speedup-analysis"
18615
18616 - type: "plot"
18617   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18618   algorithm: "plot_tsa_name"
18619   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18620   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18621   include:
18622     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18623     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18624     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18625     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18626     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18627     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18628   layout:
18629     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
18630     layout: "plot-throughput-speedup-analysis"
18631
18632 - type: "plot"
18633   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
18634   algorithm: "plot_tsa_name"
18635   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
18636   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18637   include:
18638     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18639     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18640     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18641     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18642     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18643     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18644   layout:
18645     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
18646     layout: "plot-throughput-speedup-analysis"
18647
18648 - type: "plot"
18649   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
18650   algorithm: "plot_tsa_name"
18651   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
18652   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18653   include:
18654     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18655     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
18656     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
18657     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
18658     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
18659     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
18660   layout:
18661     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
18662     layout: "plot-throughput-speedup-analysis"
18663
18664 - type: "plot"
18665   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
18666   algorithm: "plot_tsa_name"
18667   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
18668   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18669   include:
18670     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18671     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18672     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18673     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18674     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18675     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18676   layout:
18677     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
18678     layout: "plot-throughput-speedup-analysis"
18679
18680 - type: "plot"
18681   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
18682   algorithm: "plot_tsa_name"
18683   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
18684   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18685   include:
18686     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
18687     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
18688     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
18689     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
18690     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
18691     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
18692   layout:
18693     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
18694     layout: "plot-throughput-speedup-analysis"
18695
18696 - type: "plot"
18697   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
18698   algorithm: "plot_tsa_name"
18699   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
18700   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18701   include:
18702     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18703     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18704     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18705     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18706     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18707   layout:
18708     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
18709     layout: "plot-throughput-speedup-analysis"
18710
18711 - type: "plot"
18712   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
18713   algorithm: "plot_tsa_name"
18714   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
18715   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18716   include:
18717     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18718     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18719     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18720     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18721     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18722   layout:
18723     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
18724     layout: "plot-throughput-speedup-analysis"
18725
18726 - type: "plot"
18727   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
18728   algorithm: "plot_tsa_name"
18729   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
18730   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18731   include:
18732     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18733     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18734     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18735     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18736     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18737     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18738   layout:
18739     title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
18740     layout: "plot-throughput-speedup-analysis"
18741
18742 - type: "plot"
18743   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
18744   algorithm: "plot_tsa_name"
18745   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
18746   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
18747   include:
18748     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18749     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18750     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18751     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18752     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18753     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18754   layout:
18755     title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
18756     layout: "plot-throughput-speedup-analysis"
18757
18758 - type: "plot"
18759   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18760   algorithm: "plot_tsa_name"
18761   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18762   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18763   include:
18764     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18765     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18766     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18767     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18768     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18769   layout:
18770     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18771     layout: "plot-throughput-speedup-analysis"
18772
18773 - type: "plot"
18774   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18775   algorithm: "plot_tsa_name"
18776   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18777   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18778   include:
18779     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18780     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18781     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18782     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18783     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18784   layout:
18785     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18786     layout: "plot-throughput-speedup-analysis"
18787
18788 - type: "plot"
18789   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18790   algorithm: "plot_tsa_name"
18791   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18792   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18793   include:
18794     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18795     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18796     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18797     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18798     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18799     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18800   layout:
18801     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18802     layout: "plot-throughput-speedup-analysis"
18803
18804 - type: "plot"
18805   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18806   algorithm: "plot_tsa_name"
18807   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18808   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18809   include:
18810     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18811     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18812     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18813     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18814     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18815     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18816   layout:
18817     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18818     layout: "plot-throughput-speedup-analysis"
18819
18820 - type: "plot"
18821   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18822   algorithm: "plot_tsa_name"
18823   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18824   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18825   include:
18826     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18827     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18828     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18829     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18830     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18831   layout:
18832     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
18833     layout: "plot-throughput-speedup-analysis"
18834
18835 - type: "plot"
18836   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18837   algorithm: "plot_tsa_name"
18838   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18839   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18840   include:
18841     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18842     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18843     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18844     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18845     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18846   layout:
18847     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
18848     layout: "plot-throughput-speedup-analysis"
18849
18850 - type: "plot"
18851   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18852   algorithm: "plot_tsa_name"
18853   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18854   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18855   include:
18856     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18857     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18858     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18859     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18860   layout:
18861     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
18862     layout: "plot-throughput-speedup-analysis"
18863
18864 - type: "plot"
18865   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18866   algorithm: "plot_tsa_name"
18867   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18868   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18869   include:
18870     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18871     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18872     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18873     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18874   layout:
18875     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
18876     layout: "plot-throughput-speedup-analysis"
18877
18878 - type: "plot"
18879   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18880   algorithm: "plot_tsa_name"
18881   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18882   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18883   include:
18884     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18885     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18886     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18887     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18888     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18889     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18890   layout:
18891     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
18892     layout: "plot-throughput-speedup-analysis"
18893
18894 - type: "plot"
18895   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18896   algorithm: "plot_tsa_name"
18897   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18898   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
18899   include:
18900     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18901     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18902     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18903     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18904     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18905     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18906   layout:
18907     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
18908     layout: "plot-throughput-speedup-analysis"
18909
18910 - type: "plot"
18911   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18912   algorithm: "plot_tsa_name"
18913   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18914   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18915   include:
18916     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18917     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18918     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18919     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18920     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18921   layout:
18922     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
18923     layout: "plot-throughput-speedup-analysis"
18924
18925 - type: "plot"
18926   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18927   algorithm: "plot_tsa_name"
18928   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18929   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18930   include:
18931     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18932     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18934     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18935     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18936   layout:
18937     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
18938     layout: "plot-throughput-speedup-analysis"
18939
18940 - type: "plot"
18941   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18942   algorithm: "plot_tsa_name"
18943   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18944   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18945   include:
18946     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18947     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18948     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18949     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18950     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18951     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18952   layout:
18953     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
18954     layout: "plot-throughput-speedup-analysis"
18955
18956 - type: "plot"
18957   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18958   algorithm: "plot_tsa_name"
18959   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18960   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18961   include:
18962     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18963     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18964     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18965     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18966     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18967     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18968   layout:
18969     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
18970     layout: "plot-throughput-speedup-analysis"
18971
18972 - type: "plot"
18973   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18974   algorithm: "plot_tsa_name"
18975   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18976   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18977   include:
18978     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
18979     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
18980     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
18981     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
18982   layout:
18983     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
18984     layout: "plot-throughput-speedup-analysis"
18985
18986 - type: "plot"
18987   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18988   algorithm: "plot_tsa_name"
18989   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18990   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
18991   include:
18992     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
18993     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
18994     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
18995     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
18996   layout:
18997     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
18998     layout: "plot-throughput-speedup-analysis"
18999
19000 - type: "plot"
19001   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
19002   algorithm: "plot_tsa_name"
19003   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
19004   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19005   include:
19006     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19007     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19008     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19009     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19010     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19011   layout:
19012     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
19013     layout: "plot-throughput-speedup-analysis"
19014
19015 - type: "plot"
19016   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
19017   algorithm: "plot_tsa_name"
19018   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
19019   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19020   include:
19021     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
19022     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
19023     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
19024     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
19025     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
19026   layout:
19027     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
19028     layout: "plot-throughput-speedup-analysis"
19029
19030 - type: "plot"
19031   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
19032   algorithm: "plot_tsa_name"
19033   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
19034   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19035   include:
19036     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
19037     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
19038     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
19039     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
19040     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
19041     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
19042   layout:
19043     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
19044     layout: "plot-throughput-speedup-analysis"
19045
19046 - type: "plot"
19047   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
19048   algorithm: "plot_tsa_name"
19049   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
19050   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19051   include:
19052     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
19053     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
19054     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
19055     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
19056     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
19057     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
19058   layout:
19059     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
19060     layout: "plot-throughput-speedup-analysis"
19061
19062 - type: "plot"
19063   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
19064   algorithm: "plot_tsa_name"
19065   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
19066   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19067   include:
19068     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19069     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19070     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19071     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19072   layout:
19073     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
19074     layout: "plot-throughput-speedup-analysis"
19075
19076 - type: "plot"
19077   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
19078   algorithm: "plot_tsa_name"
19079   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
19080   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19081   include:
19082     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
19083     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19084     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
19085     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19086   layout:
19087     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
19088     layout: "plot-throughput-speedup-analysis"
19089
19090 - type: "plot"
19091   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
19092   algorithm: "plot_tsa_name"
19093   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
19094   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19095   include:
19096     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19097     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19098     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19099     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19100     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19101     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19102   layout:
19103     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
19104     layout: "plot-throughput-speedup-analysis"
19105
19106 - type: "plot"
19107   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
19108   algorithm: "plot_tsa_name"
19109   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
19110   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19111   include:
19112     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
19113     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19114     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
19115     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
19116     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
19117     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
19118   layout:
19119     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
19120     layout: "plot-throughput-speedup-analysis"
19121
19122 - type: "plot"
19123   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
19124   algorithm: "plot_tsa_name"
19125   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
19126   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19127   include:
19128     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19129     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
19130     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
19131     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
19132     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
19133     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
19134   layout:
19135     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
19136     layout: "plot-throughput-speedup-analysis"
19137
19138 - type: "plot"
19139   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
19140   algorithm: "plot_tsa_name"
19141   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
19142   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19143   include:
19144     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
19145     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
19146     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
19147     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
19148     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
19149     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
19150   layout:
19151     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
19152     layout: "plot-throughput-speedup-analysis"
19153
19154 - type: "plot"
19155   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
19156   algorithm: "plot_tsa_name"
19157   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
19158   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19159   include:
19160     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
19161     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
19162     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
19163   layout:
19164     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
19165     layout: "plot-throughput-speedup-analysis"
19166
19167 - type: "plot"
19168   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
19169   algorithm: "plot_tsa_name"
19170   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
19171   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
19172   include:
19173     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
19174     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
19175     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
19176   layout:
19177     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
19178     layout: "plot-throughput-speedup-analysis"
19179
19180 ################################################################################
19181
19182 # Packet Throughput - DPDK
19183
19184 # 2n-skx-xxv710
19185
19186 - type: "plot"
19187   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
19188   algorithm: "plot_perf_box_name"
19189   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
19190   data: "plot-dpdk-throughput-latency-2n-skx"
19191   include:
19192     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19193     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19194   layout:
19195     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
19196     layout: "plot-throughput"
19197
19198 - type: "plot"
19199   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
19200   algorithm: "plot_perf_box_name"
19201   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
19202   data: "plot-dpdk-throughput-latency-2n-skx"
19203   include:
19204     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19205     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19206   layout:
19207     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
19208     layout: "plot-throughput"
19209
19210 - type: "plot"
19211   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
19212   algorithm: "plot_perf_box_name"
19213   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
19214   data: "plot-dpdk-throughput-latency-2n-skx"
19215   include:
19216     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19217     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19218   layout:
19219     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
19220     layout: "plot-throughput"
19221
19222 - type: "plot"
19223   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
19224   algorithm: "plot_perf_box_name"
19225   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
19226   data: "plot-dpdk-throughput-latency-2n-skx"
19227   include:
19228     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19229     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19230   layout:
19231     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
19232     layout: "plot-throughput"
19233
19234 # 2n-skx-x710
19235
19236 - type: "plot"
19237   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
19238   algorithm: "plot_perf_box_name"
19239   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
19240   data: "plot-dpdk-throughput-latency-2n-skx"
19241   include:
19242     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19243     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19244   layout:
19245     title: "2n-skx-x710-64b-2t1c-base-ndr"
19246     layout: "plot-throughput"
19247
19248 - type: "plot"
19249   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
19250   algorithm: "plot_perf_box_name"
19251   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
19252   data: "plot-dpdk-throughput-latency-2n-skx"
19253   include:
19254     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19255     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19256   layout:
19257     title: "2n-skx-x710-64b-4t2c-base-ndr"
19258     layout: "plot-throughput"
19259
19260 - type: "plot"
19261   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
19262   algorithm: "plot_perf_box_name"
19263   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
19264   data: "plot-dpdk-throughput-latency-2n-skx"
19265   include:
19266     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19267     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19268   layout:
19269     title: "2n-skx-x710-64b-2t1c-base-pdr"
19270     layout: "plot-throughput"
19271
19272 - type: "plot"
19273   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
19274   algorithm: "plot_perf_box_name"
19275   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
19276   data: "plot-dpdk-throughput-latency-2n-skx"
19277   include:
19278     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19279     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19280   layout:
19281     title: "2n-skx-x710-64b-4t2c-base-pdr"
19282     layout: "plot-throughput"
19283
19284 # 3n-skx-xxv710
19285
19286 - type: "plot"
19287   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
19288   algorithm: "plot_perf_box_name"
19289   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
19290   data: "plot-dpdk-throughput-latency-3n-skx"
19291   include:
19292     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19293     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19294   layout:
19295     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
19296     layout: "plot-throughput"
19297
19298 - type: "plot"
19299   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
19300   algorithm: "plot_perf_box_name"
19301   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
19302   data: "plot-dpdk-throughput-latency-3n-skx"
19303   include:
19304     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19305     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19306   layout:
19307     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
19308     layout: "plot-throughput"
19309
19310 - type: "plot"
19311   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
19312   algorithm: "plot_perf_box_name"
19313   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
19314   data: "plot-dpdk-throughput-latency-3n-skx"
19315   include:
19316     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19317     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19318   layout:
19319     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
19320     layout: "plot-throughput"
19321
19322 - type: "plot"
19323   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
19324   algorithm: "plot_perf_box_name"
19325   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
19326   data: "plot-dpdk-throughput-latency-3n-skx"
19327   include:
19328     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19329     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19330   layout:
19331     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
19332     layout: "plot-throughput"
19333
19334 # 3n-skx-x710
19335
19336 - type: "plot"
19337   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
19338   algorithm: "plot_perf_box_name"
19339   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
19340   data: "plot-dpdk-throughput-latency-3n-skx"
19341   include:
19342     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19343     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19344   layout:
19345     title: "3n-skx-x710-64b-2t1c-base-ndr"
19346     layout: "plot-throughput"
19347
19348 - type: "plot"
19349   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
19350   algorithm: "plot_perf_box_name"
19351   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
19352   data: "plot-dpdk-throughput-latency-3n-skx"
19353   include:
19354     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19355     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19356   layout:
19357     title: "3n-skx-x710-64b-4t2c-base-ndr"
19358     layout: "plot-throughput"
19359
19360 - type: "plot"
19361   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
19362   algorithm: "plot_perf_box_name"
19363   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
19364   data: "plot-dpdk-throughput-latency-3n-skx"
19365   include:
19366     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19367     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19368   layout:
19369     title: "3n-skx-x710-64b-2t1c-base-pdr"
19370     layout: "plot-throughput"
19371
19372 - type: "plot"
19373   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
19374   algorithm: "plot_perf_box_name"
19375   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
19376   data: "plot-dpdk-throughput-latency-3n-skx"
19377   include:
19378     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19379     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19380   layout:
19381     title: "3n-skx-x710-64b-4t2c-base-pdr"
19382     layout: "plot-throughput"
19383
19384 # 3n-hsw-xl710
19385
19386 - type: "plot"
19387   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
19388   algorithm: "plot_perf_box_name"
19389   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
19390   data: "plot-dpdk-throughput-latency-3n-hsw"
19391   include:
19392     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19393     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19394   layout:
19395     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
19396     layout: "plot-throughput"
19397
19398 - type: "plot"
19399   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
19400   algorithm: "plot_perf_box_name"
19401   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
19402   data: "plot-dpdk-throughput-latency-3n-hsw"
19403   include:
19404     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19405     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19406   layout:
19407     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
19408     layout: "plot-throughput"
19409
19410 - type: "plot"
19411   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
19412   algorithm: "plot_perf_box_name"
19413   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
19414   data: "plot-dpdk-throughput-latency-3n-hsw"
19415   include:
19416     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19417     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19418   layout:
19419     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
19420     layout: "plot-throughput"
19421
19422 - type: "plot"
19423   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
19424   algorithm: "plot_perf_box_name"
19425   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
19426   data: "plot-dpdk-throughput-latency-3n-hsw"
19427   include:
19428     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19429     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19430   layout:
19431     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
19432     layout: "plot-throughput"
19433
19434 # 3n-hsw-x710
19435
19436 - type: "plot"
19437   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
19438   algorithm: "plot_perf_box_name"
19439   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
19440   data: "plot-dpdk-throughput-latency-3n-hsw"
19441   include:
19442     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19443     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19444   layout:
19445     title: "3n-hsw-x710-64b-1t1c-base-ndr"
19446     layout: "plot-throughput"
19447
19448 - type: "plot"
19449   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
19450   algorithm: "plot_perf_box_name"
19451   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
19452   data: "plot-dpdk-throughput-latency-3n-hsw"
19453   include:
19454     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19455     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19456   layout:
19457     title: "3n-hsw-x710-64b-2t2c-base-ndr"
19458     layout: "plot-throughput"
19459
19460 - type: "plot"
19461   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
19462   algorithm: "plot_perf_box_name"
19463   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
19464   data: "plot-dpdk-throughput-latency-3n-hsw"
19465   include:
19466     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19467     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19468   layout:
19469     title: "3n-hsw-x710-64b-1t1c-base-pdr"
19470     layout: "plot-throughput"
19471
19472 - type: "plot"
19473   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
19474   algorithm: "plot_perf_box_name"
19475   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
19476   data: "plot-dpdk-throughput-latency-3n-hsw"
19477   include:
19478     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19479     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19480   layout:
19481     title: "3n-hsw-x710-64b-2t2c-base-pdr"
19482     layout: "plot-throughput"
19483
19484 ################################################################################
19485
19486 # Packet Latency - DPDK
19487
19488 # 2n-skx-xxv710
19489
19490 - type: "plot"
19491   title: "Latency: 2n-skx-xxv710-64b-2t1c-base-ndr-lat"
19492   algorithm: "plot_lat_err_bars_name"
19493   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr-lat"
19494   data: "plot-dpdk-throughput-latency-2n-skx"
19495   include:
19496     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19497     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19498   layout:
19499     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
19500     layout: "plot-latency"
19501
19502 - type: "plot"
19503   title: "Latency: 2n-skx-xxv710-64b-4t2c-base-ndr-lat"
19504   algorithm: "plot_lat_err_bars_name"
19505   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr-lat"
19506   data: "plot-dpdk-throughput-latency-2n-skx"
19507   include:
19508     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19509     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19510   layout:
19511     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
19512     layout: "plot-latency"
19513
19514 - type: "plot"
19515   title: "Latency: 2n-skx-xxv710-64b-8t4c-base-ndr-lat"
19516   algorithm: "plot_lat_err_bars_name"
19517   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-8t4c-base-ndr-lat"
19518   data: "plot-dpdk-throughput-latency-2n-skx"
19519   include:
19520     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
19521     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
19522   layout:
19523     title: "2n-skx-xxv710-64b-8t4c-base-ndr"
19524     layout: "plot-latency"
19525
19526 # 2n-skx-x710
19527
19528 - type: "plot"
19529   title: "Latency: 2n-skx-x710-64b-2t1c-base-ndr-lat"
19530   algorithm: "plot_lat_err_bars_name"
19531   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr-lat"
19532   data: "plot-dpdk-throughput-latency-2n-skx"
19533   include:
19534     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19535     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19536   layout:
19537     title: "2n-skx-x710-64b-2t1c-base-ndr"
19538     layout: "plot-latency"
19539
19540 - type: "plot"
19541   title: "Latency: 2n-skx-x710-64b-4t2c-base-ndr-lat"
19542   algorithm: "plot_lat_err_bars_name"
19543   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr-lat"
19544   data: "plot-dpdk-throughput-latency-2n-skx"
19545   include:
19546     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19547     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19548   layout:
19549     title: "2n-skx-x710-64b-4t2c-base-ndr"
19550     layout: "plot-latency"
19551
19552 - type: "plot"
19553   title: "Latency: 2n-skx-x710-64b-8t4c-base-ndr-lat"
19554   algorithm: "plot_lat_err_bars_name"
19555   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-8t4c-base-ndr-lat"
19556   data: "plot-dpdk-throughput-latency-2n-skx"
19557   include:
19558     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
19559     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
19560   layout:
19561     title: "2n-skx-x710-64b-8t4c-base-ndr"
19562     layout: "plot-latency"
19563
19564 # 3n-skx-xxv710
19565
19566 - type: "plot"
19567   title: "Latency: 3n-skx-xxv710-64b-2t1c-base-ndr-lat"
19568   algorithm: "plot_lat_err_bars_name"
19569   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr-lat"
19570   data: "plot-dpdk-throughput-latency-3n-skx"
19571   include:
19572     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19573     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19574   layout:
19575     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
19576     layout: "plot-latency"
19577
19578 - type: "plot"
19579   title: "Latency: 3n-skx-xxv710-64b-4t2c-base-ndr-lat"
19580   algorithm: "plot_lat_err_bars_name"
19581   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr-lat"
19582   data: "plot-dpdk-throughput-latency-3n-skx"
19583   include:
19584     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19585     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19586   layout:
19587     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
19588     layout: "plot-latency"
19589
19590 - type: "plot"
19591   title: "Latency: 3n-skx-xxv710-64b-8t4c-base-ndr-lat"
19592   algorithm: "plot_lat_err_bars_name"
19593   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-8t4c-base-ndr-lat"
19594   data: "plot-dpdk-throughput-latency-3n-skx"
19595   include:
19596     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
19597     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
19598   layout:
19599     title: "3n-skx-xxv710-64b-8t4c-base-ndr"
19600     layout: "plot-latency"
19601
19602 # 3n-skx-x710
19603
19604 - type: "plot"
19605   title: "Latency: 3n-skx-x710-64b-2t1c-base-ndr-lat"
19606   algorithm: "plot_lat_err_bars_name"
19607   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr-lat"
19608   data: "plot-dpdk-throughput-latency-3n-skx"
19609   include:
19610     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19611     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19612   layout:
19613     title: "3n-skx-x710-64b-2t1c-base-ndr"
19614     layout: "plot-latency"
19615
19616 - type: "plot"
19617   title: "Latency: 3n-skx-x710-64b-4t2c-base-ndr-lat"
19618   algorithm: "plot_lat_err_bars_name"
19619   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr-lat"
19620   data: "plot-dpdk-throughput-latency-3n-skx"
19621   include:
19622     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19623     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19624   layout:
19625     title: "3n-skx-x710-64b-4t2c-base-ndr"
19626     layout: "plot-latency"
19627
19628 - type: "plot"
19629   title: "Latency: 3n-skx-x710-64b-8t4c-base-ndr-lat"
19630   algorithm: "plot_lat_err_bars_name"
19631   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-8t4c-base-ndr-lat"
19632   data: "plot-dpdk-throughput-latency-3n-skx"
19633   include:
19634     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
19635     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
19636   layout:
19637     title: "3n-skx-x710-64b-8t4c-base-ndr"
19638     layout: "plot-latency"
19639
19640 # 3n-hsw-xl710
19641
19642 - type: "plot"
19643   title: "Latency: 3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19644   algorithm: "plot_lat_err_bars_name"
19645   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr-lat"
19646   data: "plot-dpdk-throughput-latency-3n-hsw"
19647   include:
19648     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19649     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19650   layout:
19651     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
19652     layout: "plot-latency"
19653
19654 - type: "plot"
19655   title: "Latency: 3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19656   algorithm: "plot_lat_err_bars_name"
19657   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr-lat"
19658   data: "plot-dpdk-throughput-latency-3n-hsw"
19659   include:
19660     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19661     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19662   layout:
19663     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
19664     layout: "plot-latency"
19665
19666 - type: "plot"
19667   title: "Latency: 3n-hsw-xl710-64b-4t4c-base-ndr-lat"
19668   algorithm: "plot_lat_err_bars_name"
19669   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-4t4c-base-ndr-lat"
19670   data: "plot-dpdk-throughput-latency-3n-hsw"
19671   include:
19672     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
19673     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
19674   layout:
19675     title: "3n-hsw-xl710-64b-4t4c-base-ndr"
19676     layout: "plot-latency"
19677
19678 # 3n-hsw-x710
19679
19680 - type: "plot"
19681   title: "Latency: 3n-hsw-x710-64b-1t1c-base-ndr-lat"
19682   algorithm: "plot_lat_err_bars_name"
19683   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr-lat"
19684   data: "plot-dpdk-throughput-latency-3n-hsw"
19685   include:
19686     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19687     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19688   layout:
19689     title: "3n-hsw-x710-64b-1t1c-base-ndr"
19690     layout: "plot-latency"
19691
19692 - type: "plot"
19693   title: "Latency: 3n-hsw-x710-64b-2t2c-base-ndr-lat"
19694   algorithm: "plot_lat_err_bars_name"
19695   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr-lat"
19696   data: "plot-dpdk-throughput-latency-3n-hsw"
19697   include:
19698     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19699     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19700   layout:
19701     title: "3n-hsw-x710-64b-2t2c-base-ndr"
19702     layout: "plot-latency"
19703
19704 - type: "plot"
19705   title: "Latency: 3n-hsw-x710-64b-4t4c-base-ndr-lat"
19706   algorithm: "plot_lat_err_bars_name"
19707   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-4t4c-base-ndr-lat"
19708   data: "plot-dpdk-throughput-latency-3n-hsw"
19709   include:
19710     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
19711     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
19712   layout:
19713     title: "3n-hsw-x710-64b-4t4c-base-ndr"
19714     layout: "plot-latency"
19715
19716 ################################################################################
19717
19718 # HDRHistogram Packet Latency - DPDK
19719
19720 # 2n-skx-xxv710
19721
19722 - type: "plot"
19723   title: "Latency: 2n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
19724   graph-title: "2n-skx-xxv710-64b-2t1c-base-ndr"
19725   algorithm: "plot_lat_hdrh_bar_name"
19726   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
19727   data: "plot-dpdk-hdrh-lat-2n-skx"
19728   include:
19729     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19730     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19731   layout:
19732     layout: "plot-hdrh-latency"
19733
19734 - type: "plot"
19735   title: "Latency: 2n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
19736   graph-title: "2n-skx-xxv710-64b-4t2c-base-ndr"
19737   algorithm: "plot_lat_hdrh_bar_name"
19738   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
19739   data: "plot-dpdk-hdrh-lat-2n-skx"
19740   include:
19741     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19742     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19743   layout:
19744     layout: "plot-hdrh-latency"
19745
19746 - type: "plot"
19747   title: "Latency: 2n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
19748   graph-title: "2n-skx-xxv710-64b-8t4c-base-ndr"
19749   algorithm: "plot_lat_hdrh_bar_name"
19750   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
19751   data: "plot-dpdk-hdrh-lat-2n-skx"
19752   include:
19753     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
19754     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
19755   layout:
19756     layout: "plot-hdrh-latency"
19757
19758 # 2n-skx-x710
19759
19760 - type: "plot"
19761   title: "Latency: 2n-skx-x710-64b-2t1c-base-ndr-hdrh-lat"
19762   graph-title: "2n-skx-x710-64b-2t1c-base-ndr"
19763   algorithm: "plot_lat_hdrh_bar_name"
19764   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr-hdrh-lat"
19765   data: "plot-dpdk-hdrh-lat-2n-skx"
19766   include:
19767     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19768     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19769   layout:
19770     layout: "plot-hdrh-latency"
19771
19772 - type: "plot"
19773   title: "Latency: 2n-skx-x710-64b-4t2c-base-ndr-hdrh-lat"
19774   graph-title: "2n-skx-x710-64b-4t2c-base-ndr"
19775   algorithm: "plot_lat_hdrh_bar_name"
19776   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr-hdrh-lat"
19777   data: "plot-dpdk-hdrh-lat-2n-skx"
19778   include:
19779     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19780     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19781   layout:
19782     layout: "plot-hdrh-latency"
19783
19784 - type: "plot"
19785   title: "Latency: 2n-skx-x710-64b-8t4c-base-ndr-hdrh-lat"
19786   graph-title: "2n-skx-x710-64b-8t4c-base-ndr"
19787   algorithm: "plot_lat_hdrh_bar_name"
19788   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-8t4c-base-ndr-hdrh-lat"
19789   data: "plot-dpdk-hdrh-lat-2n-skx"
19790   include:
19791     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
19792     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
19793   layout:
19794     layout: "plot-hdrh-latency"
19795
19796 # 3n-skx-xxv710
19797
19798 - type: "plot"
19799   title: "Latency: 3n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
19800   graph-title: "3n-skx-xxv710-64b-2t1c-base-ndr"
19801   algorithm: "plot_lat_hdrh_bar_name"
19802   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
19803   data: "plot-dpdk-hdrh-lat-3n-skx"
19804   include:
19805     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19806     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19807   layout:
19808     layout: "plot-hdrh-latency"
19809
19810 - type: "plot"
19811   title: "Latency: 3n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
19812   graph-title: "3n-skx-xxv710-64b-4t2c-base-ndr"
19813   algorithm: "plot_lat_hdrh_bar_name"
19814   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
19815   data: "plot-dpdk-hdrh-lat-3n-skx"
19816   include:
19817     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19818     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19819   layout:
19820     layout: "plot-hdrh-latency"
19821
19822 - type: "plot"
19823   title: "Latency: 3n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
19824   graph-title: "3n-skx-xxv710-64b-8t4c-base-ndr"
19825   algorithm: "plot_lat_hdrh_bar_name"
19826   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
19827   data: "plot-dpdk-hdrh-lat-3n-skx"
19828   include:
19829     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
19830     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
19831   layout:
19832     layout: "plot-hdrh-latency"
19833
19834 # 3n-skx-x710
19835
19836 - type: "plot"
19837   title: "Latency: 3n-skx-x710-64b-2t1c-base-ndr-hdrh-lat"
19838   graph-title: "3n-skx-x710-64b-2t1c-base-ndr"
19839   algorithm: "plot_lat_hdrh_bar_name"
19840   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr-hdrh-lat"
19841   data: "plot-dpdk-hdrh-lat-3n-skx"
19842   include:
19843     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19844     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19845   layout:
19846     layout: "plot-hdrh-latency"
19847
19848 - type: "plot"
19849   title: "Latency: 3n-skx-x710-64b-4t2c-base-ndr-hdrh-lat"
19850   graph-title: "3n-skx-x710-64b-4t2c-base-ndr"
19851   algorithm: "plot_lat_hdrh_bar_name"
19852   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr-hdrh-lat"
19853   data: "plot-dpdk-hdrh-lat-3n-skx"
19854   include:
19855     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19856     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19857   layout:
19858     layout: "plot-hdrh-latency"
19859
19860 - type: "plot"
19861   title: "Latency: 3n-skx-x710-64b-8t4c-base-ndr-hdrh-lat"
19862   graph-title: "3n-skx-x710-64b-8t4c-base-ndr"
19863   algorithm: "plot_lat_hdrh_bar_name"
19864   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-8t4c-base-ndr-hdrh-lat"
19865   data: "plot-dpdk-hdrh-lat-3n-skx"
19866   include:
19867     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
19868     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
19869   layout:
19870     layout: "plot-hdrh-latency"
19871
19872 # 3n-hsw-xl710
19873
19874 - type: "plot"
19875   title: "Latency: 3n-hsw-xl710-64b-1t1c-base-ndr-hdrh-lat"
19876   graph-title: "3n-hsw-xl710-64b-1t1c-base-ndr"
19877   algorithm: "plot_lat_hdrh_bar_name"
19878   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr-hdrh-lat"
19879   data: "plot-dpdk-hdrh-lat-3n-hsw"
19880   include:
19881     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19882     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19883   layout:
19884     layout: "plot-hdrh-latency"
19885
19886 - type: "plot"
19887   title: "Latency: 3n-hsw-xl710-64b-2t2c-base-ndr-hdrh-lat"
19888   graph-title: "3n-hsw-xl710-64b-2t2c-base-ndr"
19889   algorithm: "plot_lat_hdrh_bar_name"
19890   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr-hdrh-lat"
19891   data: "plot-dpdk-hdrh-lat-3n-hsw"
19892   include:
19893     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19894     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19895   layout:
19896     layout: "plot-hdrh-latency"
19897
19898 - type: "plot"
19899   title: "Latency: 3n-hsw-xl710-64b-4t4c-base-ndr-hdrh-lat"
19900   graph-title: "3n-hsw-xl710-64b-4t4c-base-ndr"
19901   algorithm: "plot_lat_hdrh_bar_name"
19902   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-4t4c-base-ndr-hdrh-lat"
19903   data: "plot-dpdk-hdrh-lat-3n-hsw"
19904   include:
19905     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
19906     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
19907   layout:
19908     layout: "plot-hdrh-latency"
19909
19910 # 3n-hsw-x710
19911
19912 - type: "plot"
19913   title: "Latency: 3n-hsw-x710-64b-1t1c-base-ndr-hdrh-lat"
19914   graph-title: "3n-hsw-x710-64b-1t1c-base-ndr"
19915   algorithm: "plot_lat_hdrh_bar_name"
19916   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr-hdrh-lat"
19917   data: "plot-dpdk-hdrh-lat-3n-hsw"
19918   include:
19919     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
19920     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
19921   layout:
19922     layout: "plot-hdrh-latency"
19923
19924 - type: "plot"
19925   title: "Latency: 3n-hsw-x710-64b-2t2c-base-ndr-hdrh-lat"
19926   graph-title: "3n-hsw-x710-64b-2t2c-base-ndr"
19927   algorithm: "plot_lat_hdrh_bar_name"
19928   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr-hdrh-lat"
19929   data: "plot-dpdk-hdrh-lat-3n-hsw"
19930   include:
19931     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
19932     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
19933   layout:
19934     layout: "plot-hdrh-latency"
19935
19936 - type: "plot"
19937   title: "Latency: 3n-hsw-x710-64b-4t4c-base-ndr-hdrh-lat"
19938   graph-title: "3n-hsw-x710-64b-4t4c-base-ndr"
19939   algorithm: "plot_lat_hdrh_bar_name"
19940   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-4t4c-base-ndr-hdrh-lat"
19941   data: "plot-dpdk-hdrh-lat-3n-hsw"
19942   include:
19943     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
19944     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
19945   layout:
19946     layout: "plot-hdrh-latency"
19947
19948 ################################################################################
19949 ###   2n-clx                                                                 ###
19950 ################################################################################
19951
19952 # Packet Throughput
19953
19954 - type: "plot"
19955   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
19956   algorithm: "plot_perf_box_name"
19957   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
19958   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19959   include:
19960     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19961     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19962     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19963     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19964   layout:
19965     title: "2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
19966     layout: "plot-throughput"
19967
19968 - type: "plot"
19969   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-i40e-pdr"
19970   algorithm: "plot_perf_box_name"
19971   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-i40e-pdr"
19972   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19973   include:
19974     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19975     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19976     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19977     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19978   layout:
19979     title: "2n-clx-xxv710-64b-2t1c-memif-base-i40e-pdr"
19980     layout: "plot-throughput"
19981
19982 - type: "plot"
19983   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
19984   algorithm: "plot_perf_box_name"
19985   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
19986   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19987   include:
19988     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19989     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
19990     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
19991     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
19992   layout:
19993     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
19994     layout: "plot-throughput"
19995
19996 - type: "plot"
19997   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
19998   algorithm: "plot_perf_box_name"
19999   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20000   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20001   include:
20002     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20003     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20004     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20005     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20006   layout:
20007     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
20008     layout: "plot-throughput"
20009
20010 - type: "plot"
20011   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
20012   algorithm: "plot_perf_box_name"
20013   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
20014   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20015   include:
20016     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20017     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20018     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20019     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20020     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20021   layout:
20022     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
20023     layout: "plot-throughput"
20024
20025 - type: "plot"
20026   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
20027   algorithm: "plot_perf_box_name"
20028   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
20029   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20030   include:
20031     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20032     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20033     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20034     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20035     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20036   layout:
20037     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
20038     layout: "plot-throughput"
20039
20040 - type: "plot"
20041   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20042   algorithm: "plot_perf_box_name"
20043   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20044   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20045   include:
20046     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20047     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20050   layout:
20051     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20052     layout: "plot-throughput"
20053
20054 - type: "plot"
20055   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20056   algorithm: "plot_perf_box_name"
20057   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20058   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20059   include:
20060     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20061     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20062     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20064   layout:
20065     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
20066     layout: "plot-throughput"
20067
20068 - type: "plot"
20069   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
20070   algorithm: "plot_perf_box_name"
20071   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
20072   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20073   include:
20074     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20079   layout:
20080     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
20081     layout: "plot-throughput"
20082
20083 - type: "plot"
20084   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
20085   algorithm: "plot_perf_box_name"
20086   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
20087   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20088   include:
20089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20094   layout:
20095     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
20096     layout: "plot-throughput"
20097
20098 - type: "plot"
20099   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
20100   algorithm: "plot_perf_box_name"
20101   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
20102   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20103   include:
20104     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
20110   layout:
20111     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
20112     layout: "plot-throughput"
20113
20114 - type: "plot"
20115   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
20116   algorithm: "plot_perf_box_name"
20117   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
20118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20119   include:
20120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20123     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20124     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20125     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
20126   layout:
20127     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
20128     layout: "plot-throughput"
20129
20130 - type: "plot"
20131   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
20132   algorithm: "plot_perf_box_name"
20133   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
20134   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20135   include:
20136     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20137     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20138   layout:
20139     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
20140     layout: "plot-throughput"
20141
20142 - type: "plot"
20143   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
20144   algorithm: "plot_perf_box_name"
20145   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
20146   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20147   include:
20148     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20149     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20150   layout:
20151     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
20152     layout: "plot-throughput"
20153
20154 - type: "plot"
20155   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20156   algorithm: "plot_perf_box_name"
20157   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20158   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20159   include:
20160     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20161     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20162     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20163     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20164     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20165     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20166   layout:
20167     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20168     layout: "plot-throughput"
20169
20170 - type: "plot"
20171   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20172   algorithm: "plot_perf_box_name"
20173   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20175   include:
20176     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20177     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20178     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20179     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20180     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20181     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20182   layout:
20183     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
20184     layout: "plot-throughput"
20185
20186 - type: "plot"
20187   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20188   algorithm: "plot_perf_box_name"
20189   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20190   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20191   include:
20192     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20193     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20194     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20195     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20196     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
20197     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
20198   layout:
20199     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20200     layout: "plot-throughput"
20201
20202 - type: "plot"
20203   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20204   algorithm: "plot_perf_box_name"
20205   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20206   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20207   include:
20208     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20209     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20210     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20211     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20212     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
20213     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
20214   layout:
20215     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
20216     layout: "plot-throughput"
20217
20218 - type: "plot"
20219   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
20220   algorithm: "plot_perf_box_name"
20221   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
20222   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20223   include:
20224     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20225     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20226     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20227   layout:
20228     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
20229     layout: "plot-throughput"
20230
20231 - type: "plot"
20232   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
20233   algorithm: "plot_perf_box_name"
20234   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
20235   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20236   include:
20237     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20238     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20239     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20240   layout:
20241     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
20242     layout: "plot-throughput"
20243
20244 - type: "plot"
20245   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
20246   algorithm: "plot_perf_box_name"
20247   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
20248   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20249   include:
20250     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20251     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20252     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20253     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20254     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20255   layout:
20256     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
20257     layout: "plot-throughput"
20258
20259 - type: "plot"
20260   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
20261   algorithm: "plot_perf_box_name"
20262   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
20263   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20264   include:
20265     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20266     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20267     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20268     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20269     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20270   layout:
20271     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
20272     layout: "plot-throughput"
20273
20274 - type: "plot"
20275   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20276   algorithm: "plot_perf_box_name"
20277   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20278   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20279   include:
20280     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20281     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20282     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20283     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20284     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20285   layout:
20286     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20287     layout: "plot-throughput"
20288
20289 - type: "plot"
20290   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20291   algorithm: "plot_perf_box_name"
20292   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20293   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20294   include:
20295     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20296     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20297     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20298     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20299     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20300   layout:
20301     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
20302     layout: "plot-throughput"
20303
20304 - type: "plot"
20305   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
20306   algorithm: "plot_perf_box_name"
20307   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
20308   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20309   include:
20310     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20311     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20312     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20313     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20314     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20315     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20316   layout:
20317     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
20318     layout: "plot-throughput"
20319
20320 - type: "plot"
20321   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
20322   algorithm: "plot_perf_box_name"
20323   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
20324   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20325   include:
20326     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20327     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20328     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20329     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20330     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20331     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20332   layout:
20333     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
20334     layout: "plot-throughput"
20335
20336 - type: "plot"
20337   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20338   algorithm: "plot_perf_box_name"
20339   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20340   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20341   include:
20342     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20343     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20344     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20345     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20346   layout:
20347     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20348     layout: "plot-throughput"
20349
20350 - type: "plot"
20351   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20352   algorithm: "plot_perf_box_name"
20353   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20354   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20355   include:
20356     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20357     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20358     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20359     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20360   layout:
20361     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
20362     layout: "plot-throughput"
20363
20364 - type: "plot"
20365   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
20366   algorithm: "plot_perf_box_name"
20367   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
20368   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20369   include:
20370     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20371     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
20372     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20373     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20374     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20375   layout:
20376     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
20377     layout: "plot-throughput"
20378
20379 - type: "plot"
20380   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
20381   algorithm: "plot_perf_box_name"
20382   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
20383   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20384   include:
20385     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20386     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
20387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20390   layout:
20391     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
20392     layout: "plot-throughput"
20393
20394 - type: "plot"
20395   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
20396   algorithm: "plot_perf_box_name"
20397   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
20398   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20399   include:
20400     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20401     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
20402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
20403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20404   layout:
20405     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
20406     layout: "plot-throughput"
20407
20408 - type: "plot"
20409   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
20410   algorithm: "plot_perf_box_name"
20411   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
20412   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20413   include:
20414     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20415     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
20416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
20417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20418   layout:
20419     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
20420     layout: "plot-throughput"
20421
20422 - type: "plot"
20423   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
20424   algorithm: "plot_perf_box_name"
20425   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
20426   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20427   include:
20428     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
20429     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
20430     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
20431     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
20432     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
20433     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20434   layout:
20435     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
20436     layout: "plot-throughput"
20437
20438 - type: "plot"
20439   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
20440   algorithm: "plot_perf_box_name"
20441   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
20442   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20443   include:
20444     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
20445     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
20446     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
20447     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
20448     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
20449     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20450   layout:
20451     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
20452     layout: "plot-throughput"
20453
20454 - type: "plot"
20455   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
20456   algorithm: "plot_perf_box_name"
20457   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
20458   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20459   include:
20460     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20461     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
20462     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
20463     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
20464   layout:
20465     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
20466     layout: "plot-throughput"
20467
20468 - type: "plot"
20469   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
20470   algorithm: "plot_perf_box_name"
20471   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
20472   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20473   include:
20474     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20475     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
20476     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
20477     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
20478   layout:
20479     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
20480     layout: "plot-throughput"
20481
20482 - type: "plot"
20483   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
20484   algorithm: "plot_perf_box_name"
20485   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
20486   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20487   include:
20488     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20492   layout:
20493     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
20494     layout: "plot-throughput"
20495
20496 - type: "plot"
20497   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
20498   algorithm: "plot_perf_box_name"
20499   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
20500   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20501   include:
20502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20504     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20505     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20506   layout:
20507     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
20508     layout: "plot-throughput"
20509
20510 - type: "plot"
20511   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
20512   algorithm: "plot_perf_box_name"
20513   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
20514   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20515   include:
20516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20518     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20520   layout:
20521     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
20522     layout: "plot-throughput"
20523
20524 - type: "plot"
20525   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
20526   algorithm: "plot_perf_box_name"
20527   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
20528   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20529   include:
20530     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20531     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20532     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20533     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20534   layout:
20535     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-pdr"
20536     layout: "plot-throughput"
20537
20538 - type: "plot"
20539   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
20540   algorithm: "plot_perf_box_name"
20541   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
20542   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20543   include:
20544     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20545     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20546     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20547     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20548   layout:
20549     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
20550     layout: "plot-throughput"
20551
20552 - type: "plot"
20553   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
20554   algorithm: "plot_perf_box_name"
20555   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
20556   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20557   include:
20558     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20559     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20560     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20561     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20562   layout:
20563     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
20564     layout: "plot-throughput"
20565
20566 - type: "plot"
20567   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
20568   algorithm: "plot_perf_box_name"
20569   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
20570   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20571   include:
20572     - "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"
20573     - "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"
20574     - "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"
20575     - "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"
20576   layout:
20577     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
20578     layout: "plot-throughput"
20579
20580 - type: "plot"
20581   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
20582   algorithm: "plot_perf_box_name"
20583   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
20584   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20585   include:
20586     - "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"
20587     - "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"
20588     - "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"
20589     - "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"
20590   layout:
20591     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
20592     layout: "plot-throughput"
20593
20594 ################################################################################
20595
20596 # Packet Latency 1C
20597
20598 - type: "plot"
20599   title: "Latency: 2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
20600   algorithm: "plot_lat_err_bars_name"
20601   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
20602   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20603   include:
20604     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20605     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20606     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20607     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20608   layout:
20609     title: "2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
20610     layout: "plot-latency"
20611
20612 - type: "plot"
20613   title: "Latency: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
20614   algorithm: "plot_lat_err_bars_name"
20615   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
20616   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20617   include:
20618     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20619     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20620     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20621     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20622     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20623   layout:
20624     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
20625     layout: "plot-latency"
20626
20627 - type: "plot"
20628   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
20629   algorithm: "plot_lat_err_bars_name"
20630   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
20631   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20632   include:
20633     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
20634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
20635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
20636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
20637   layout:
20638     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
20639     layout: "plot-latency"
20640
20641 - type: "plot"
20642   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
20643   algorithm: "plot_lat_err_bars_name"
20644   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
20645   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20646   include:
20647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
20648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
20650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
20651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
20652   layout:
20653     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
20654     layout: "plot-latency"
20655
20656 - type: "plot"
20657   title: "Latency: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
20658   algorithm: "plot_lat_err_bars_name"
20659   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
20660   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20661   include:
20662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
20663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
20668   layout:
20669     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
20670     layout: "plot-latency"
20671
20672 - type: "plot"
20673   title: "Latency: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
20674   algorithm: "plot_lat_err_bars_name"
20675   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
20676   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20677   include:
20678     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20679     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20680     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20681   layout:
20682     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
20683     layout: "plot-latency"
20684
20685 - type: "plot"
20686   title: "Latency: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
20687   algorithm: "plot_lat_err_bars_name"
20688   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
20689   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20690   include:
20691     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
20692     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
20693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
20694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
20695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
20696   layout:
20697     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
20698     layout: "plot-latency"
20699
20700 - type: "plot"
20701   title: "Latency: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
20702   algorithm: "plot_lat_err_bars_name"
20703   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
20704   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20705   include:
20706     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20707     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20708     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20709     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20710     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20711     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20712   layout:
20713     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
20714     layout: "plot-latency"
20715
20716 - type: "plot"
20717   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
20718   algorithm: "plot_lat_err_bars_name"
20719   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
20720   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20721   include:
20722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
20723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
20724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
20725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
20726   layout:
20727     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
20728     layout: "plot-latency"
20729
20730 - type: "plot"
20731   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
20732   algorithm: "plot_lat_err_bars_name"
20733   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
20734   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20735   include:
20736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
20737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
20738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
20739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
20740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20741   layout:
20742     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
20743     layout: "plot-latency"
20744
20745 - type: "plot"
20746   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
20747   algorithm: "plot_lat_err_bars_name"
20748   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
20749   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20750   include:
20751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
20752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
20753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
20754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
20755   layout:
20756     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
20757     layout: "plot-latency"
20758
20759 - type: "plot"
20760   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
20761   algorithm: "plot_lat_err_bars_name"
20762   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
20763   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20764   include:
20765     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20766     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20767     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20768     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
20769   layout:
20770     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
20771     layout: "plot-latency"
20772
20773 - type: "plot"
20774   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
20775   algorithm: "plot_lat_err_bars_name"
20776   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-lat"
20777   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20778   include:
20779     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20780     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20781     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
20782     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
20783   layout:
20784     title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
20785     layout: "plot-latency"
20786
20787 - type: "plot"
20788   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-lat"
20789   algorithm: "plot_lat_err_bars_name"
20790   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-lat"
20791   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20792   include:
20793     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20794     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20795     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20796     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20797   layout:
20798     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
20799     layout: "plot-latency"
20800
20801 - type: "plot"
20802   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-lat"
20803   algorithm: "plot_lat_err_bars_name"
20804   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-lat"
20805   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20806   include:
20807     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
20808     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
20809   layout:
20810     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
20811     layout: "plot-latency"
20812
20813 - type: "plot"
20814   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-lat"
20815   algorithm: "plot_lat_err_bars_name"
20816   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-lat"
20817   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20818   include:
20819     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
20820     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
20821     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
20822     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
20823     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
20824     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
20825   layout:
20826     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
20827     layout: "plot-latency"
20828
20829 - type: "plot"
20830   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-lat"
20831   algorithm: "plot_lat_err_bars_name"
20832   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-lat"
20833   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20834   include:
20835     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20836     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20837     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20838     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20839     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
20840     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
20841   layout:
20842     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
20843     layout: "plot-latency"
20844
20845 - type: "plot"
20846   title: "Latency: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-lat"
20847   algorithm: "plot_lat_err_bars_name"
20848   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-lat"
20849   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20850   include:
20851     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
20852     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
20853     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
20854     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
20855     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
20856   layout:
20857     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
20858     layout: "plot-latency"
20859
20860 - type: "plot"
20861   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-lat"
20862   algorithm: "plot_lat_err_bars_name"
20863   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-lat"
20864   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20865   include:
20866     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
20867     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
20868     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
20869     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
20870     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
20871     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20872   layout:
20873     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
20874     layout: "plot-latency"
20875
20876 - type: "plot"
20877   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-lat"
20878   algorithm: "plot_lat_err_bars_name"
20879   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-lat"
20880   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20881   include:
20882     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
20883     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
20884     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
20885     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
20886   layout:
20887     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
20888     layout: "plot-latency"
20889
20890 - type: "plot"
20891   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-lat"
20892   algorithm: "plot_lat_err_bars_name"
20893   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-lat"
20894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20895   include:
20896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
20899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
20900   layout:
20901     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
20902     layout: "plot-latency"
20903
20904 - type: "plot"
20905   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-lat"
20906   algorithm: "plot_lat_err_bars_name"
20907   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-lat"
20908   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20909   include:
20910     - "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"
20911     - "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"
20912     - "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"
20913     - "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"
20914   layout:
20915     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
20916     layout: "plot-latency"
20917
20918 ################################################################################
20919
20920 # Packet Latency 2C
20921
20922 - type: "plot"
20923   title: "Latency: 2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
20924   algorithm: "plot_lat_err_bars_name"
20925   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
20926   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20927   include:
20928     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
20929     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20930     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
20931     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
20932   layout:
20933     title: "2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr"
20934     layout: "plot-latency"
20935
20936 - type: "plot"
20937   title: "Latency: 2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
20938   algorithm: "plot_lat_err_bars_name"
20939   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
20940   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20941   include:
20942     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
20943     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
20944     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
20945     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
20946     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
20947   layout:
20948     title: "2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
20949     layout: "plot-latency"
20950
20951 - type: "plot"
20952   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
20953   algorithm: "plot_lat_err_bars_name"
20954   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
20955   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20956   include:
20957     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
20958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
20959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
20960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
20961   layout:
20962     title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
20963     layout: "plot-latency"
20964
20965 - type: "plot"
20966   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
20967   algorithm: "plot_lat_err_bars_name"
20968   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
20969   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20970   include:
20971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
20972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
20973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
20974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
20975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
20976   layout:
20977     title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
20978     layout: "plot-latency"
20979
20980 - type: "plot"
20981   title: "Latency: 2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
20982   algorithm: "plot_lat_err_bars_name"
20983   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
20984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
20985   include:
20986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
20987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
20988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
20989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
20990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
20991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
20992   layout:
20993     title: "2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
20994     layout: "plot-latency"
20995
20996 - type: "plot"
20997   title: "Latency: 2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
20998   algorithm: "plot_lat_err_bars_name"
20999   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
21000   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21001   include:
21002     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
21003     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
21004     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
21005   layout:
21006     title: "2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
21007     layout: "plot-latency"
21008
21009 - type: "plot"
21010   title: "Latency: 2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
21011   algorithm: "plot_lat_err_bars_name"
21012   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
21013   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21014   include:
21015     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
21016     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
21017     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
21018     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
21019     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
21020   layout:
21021     title: "2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
21022     layout: "plot-latency"
21023
21024 - type: "plot"
21025   title: "Latency: 2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
21026   algorithm: "plot_lat_err_bars_name"
21027   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
21028   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21029   include:
21030     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
21031     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21032     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
21033     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
21034     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
21035     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
21036   layout:
21037     title: "2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
21038     layout: "plot-latency"
21039
21040 - type: "plot"
21041   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
21042   algorithm: "plot_lat_err_bars_name"
21043   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
21044   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21045   include:
21046     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
21047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
21048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
21050   layout:
21051     title: "2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
21052     layout: "plot-latency"
21053
21054 - type: "plot"
21055   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
21056   algorithm: "plot_lat_err_bars_name"
21057   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
21058   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21059   include:
21060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
21061     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
21062     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
21063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
21064     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
21065   layout:
21066     title: "2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
21067     layout: "plot-latency"
21068
21069 - type: "plot"
21070   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
21071   algorithm: "plot_lat_err_bars_name"
21072   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
21073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21074   include:
21075     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
21076     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
21077     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
21078     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
21079   layout:
21080     title: "2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
21081     layout: "plot-latency"
21082
21083 - type: "plot"
21084   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
21085   algorithm: "plot_lat_err_bars_name"
21086   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
21087   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21088   include:
21089     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21090     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21091     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21092     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21093   layout:
21094     title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
21095     layout: "plot-latency"
21096
21097 - type: "plot"
21098   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
21099   algorithm: "plot_lat_err_bars_name"
21100   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-lat"
21101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21102   include:
21103     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21104     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21105     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21106     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21107   layout:
21108     title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
21109     layout: "plot-latency"
21110
21111 - type: "plot"
21112   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr-lat"
21113   algorithm: "plot_lat_err_bars_name"
21114   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr-lat"
21115   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21116   include:
21117     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21118     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21119     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21120     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21121   layout:
21122     title: "2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr"
21123     layout: "plot-latency"
21124
21125 - type: "plot"
21126   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr-lat"
21127   algorithm: "plot_lat_err_bars_name"
21128   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr-lat"
21129   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21130   include:
21131     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-rdma-dot1q-ip4base-ndrpdr"
21132     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-rdma-ethip4-ip4base-ndrpdr"
21133   layout:
21134     title: "2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr"
21135     layout: "plot-latency"
21136
21137 - type: "plot"
21138   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr-lat"
21139   algorithm: "plot_lat_err_bars_name"
21140   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr-lat"
21141   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21142   include:
21143     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale20k-ndrpdr"
21144     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21145     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale200k-ndrpdr"
21146     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21147     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale2m-ndrpdr"
21148     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21149   layout:
21150     title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr"
21151     layout: "plot-latency"
21152
21153 - type: "plot"
21154   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr-lat"
21155   algorithm: "plot_lat_err_bars_name"
21156   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr-lat"
21157   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21158   include:
21159     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21160     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21161     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21162     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21163     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-4t2c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
21164     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
21165   layout:
21166     title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr"
21167     layout: "plot-latency"
21168
21169 - type: "plot"
21170   title: "Latency: 2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr-lat"
21171   algorithm: "plot_lat_err_bars_name"
21172   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr-lat"
21173   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21174   include:
21175     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-rdma-dot1q-ip6base-ndrpdr"
21176     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-rdma-ethip6-ip6base-ndrpdr"
21177     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale20k-ndrpdr"
21178     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale200k-ndrpdr"
21179     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale2m-ndrpdr"
21180   layout:
21181     title: "2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr"
21182     layout: "plot-latency"
21183
21184 - type: "plot"
21185   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr-lat"
21186   algorithm: "plot_lat_err_bars_name"
21187   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr-lat"
21188   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21189   include:
21190     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-rdma-dot1q-l2xcbase-ndrpdr"
21191     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21192     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21193     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-4t2c-rdma-eth-l2patch-ndrpdr"
21194     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-ndrpdr"
21195     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21196   layout:
21197     title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr"
21198     layout: "plot-latency"
21199
21200 - type: "plot"
21201   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr-lat"
21202   algorithm: "plot_lat_err_bars_name"
21203   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr-lat"
21204   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21205   include:
21206     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21207     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21208     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21209     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21210   layout:
21211     title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr"
21212     layout: "plot-latency"
21213
21214 - type: "plot"
21215   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr-lat"
21216   algorithm: "plot_lat_err_bars_name"
21217   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr-lat"
21218   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21219   include:
21220     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21221     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21222     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21223     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21224   layout:
21225     title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr"
21226     layout: "plot-latency"
21227
21228 - type: "plot"
21229   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr-lat"
21230   algorithm: "plot_lat_err_bars_name"
21231   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr-lat"
21232   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21233   include:
21234     - "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"
21235     - "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"
21236     - "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"
21237     - "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"
21238   layout:
21239     title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr"
21240     layout: "plot-latency"
21241
21242 ################################################################################
21243
21244 # Packet Latency 4C
21245
21246 - type: "plot"
21247   title: "Latency: 2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
21248   algorithm: "plot_lat_err_bars_name"
21249   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
21250   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21251   include:
21252     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21253     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21254     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21255     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21256   layout:
21257     title: "2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr"
21258     layout: "plot-latency"
21259
21260 - type: "plot"
21261   title: "Latency: 2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
21262   algorithm: "plot_lat_err_bars_name"
21263   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
21264   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21265   include:
21266     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
21267     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
21268     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
21269     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
21270     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
21271   layout:
21272     title: "2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
21273     layout: "plot-latency"
21274
21275 - type: "plot"
21276   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
21277   algorithm: "plot_lat_err_bars_name"
21278   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
21279   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21280   include:
21281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
21282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
21283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
21284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
21285   layout:
21286     title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
21287     layout: "plot-latency"
21288
21289 - type: "plot"
21290   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
21291   algorithm: "plot_lat_err_bars_name"
21292   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
21293   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21294   include:
21295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
21296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
21297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
21298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
21299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
21300   layout:
21301     title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
21302     layout: "plot-latency"
21303
21304 - type: "plot"
21305   title: "Latency: 2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
21306   algorithm: "plot_lat_err_bars_name"
21307   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
21308   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21309   include:
21310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
21311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
21316   layout:
21317     title: "2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
21318     layout: "plot-latency"
21319
21320 - type: "plot"
21321   title: "Latency: 2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
21322   algorithm: "plot_lat_err_bars_name"
21323   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
21324   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21325   include:
21326     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
21327     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
21328     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
21329   layout:
21330     title: "2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
21331     layout: "plot-latency"
21332
21333 - type: "plot"
21334   title: "Latency: 2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
21335   algorithm: "plot_lat_err_bars_name"
21336   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
21337   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21338   include:
21339     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
21340     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
21341     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
21342     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
21343     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
21344   layout:
21345     title: "2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
21346     layout: "plot-latency"
21347
21348 - type: "plot"
21349   title: "Latency: 2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
21350   algorithm: "plot_lat_err_bars_name"
21351   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
21352   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21353   include:
21354     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
21355     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21356     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
21357     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
21358     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
21359     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
21360   layout:
21361     title: "2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
21362     layout: "plot-latency"
21363
21364 - type: "plot"
21365   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
21366   algorithm: "plot_lat_err_bars_name"
21367   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
21368   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21369   include:
21370     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
21371     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
21372     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21373     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
21374   layout:
21375     title: "2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
21376     layout: "plot-latency"
21377
21378 - type: "plot"
21379   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
21380   algorithm: "plot_lat_err_bars_name"
21381   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
21382   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21383   include:
21384     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
21385     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
21386     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
21387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
21388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
21389   layout:
21390     title: "2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
21391     layout: "plot-latency"
21392
21393 - type: "plot"
21394   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
21395   algorithm: "plot_lat_err_bars_name"
21396   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
21397   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21398   include:
21399     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
21400     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
21401     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
21402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
21403   layout:
21404     title: "2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
21405     layout: "plot-latency"
21406
21407 - type: "plot"
21408   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
21409   algorithm: "plot_lat_err_bars_name"
21410   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
21411   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21412   include:
21413     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21414     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21415     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21416     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21417   layout:
21418     title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
21419     layout: "plot-latency"
21420
21421 - type: "plot"
21422   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
21423   algorithm: "plot_lat_err_bars_name"
21424   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-lat"
21425   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21426   include:
21427     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21428     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21429     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21430     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21431   layout:
21432     title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
21433     layout: "plot-latency"
21434
21435 - type: "plot"
21436   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr-lat"
21437   algorithm: "plot_lat_err_bars_name"
21438   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr-lat"
21439   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21440   include:
21441     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21442     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21443     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21444     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21445   layout:
21446     title: "2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr"
21447     layout: "plot-latency"
21448
21449 - type: "plot"
21450   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr-lat"
21451   algorithm: "plot_lat_err_bars_name"
21452   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr-lat"
21453   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21454   include:
21455     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-rdma-dot1q-ip4base-ndrpdr"
21456     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-rdma-ethip4-ip4base-ndrpdr"
21457   layout:
21458     title: "2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr"
21459     layout: "plot-latency"
21460
21461 - type: "plot"
21462   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr-lat"
21463   algorithm: "plot_lat_err_bars_name"
21464   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr-lat"
21465   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21466   include:
21467     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale20k-ndrpdr"
21468     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21469     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale200k-ndrpdr"
21470     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21471     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale2m-ndrpdr"
21472     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21473   layout:
21474     title: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr"
21475     layout: "plot-latency"
21476
21477 - type: "plot"
21478   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr-lat"
21479   algorithm: "plot_lat_err_bars_name"
21480   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr-lat"
21481   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21482   include:
21483     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21484     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21485     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21486     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21487     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-8t4c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
21488     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
21489   layout:
21490     title: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr"
21491     layout: "plot-latency"
21492
21493 - type: "plot"
21494   title: "Latency: 2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr-lat"
21495   algorithm: "plot_lat_err_bars_name"
21496   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr-lat"
21497   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21498   include:
21499     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-rdma-dot1q-ip6base-ndrpdr"
21500     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-rdma-ethip6-ip6base-ndrpdr"
21501     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale20k-ndrpdr"
21502     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale200k-ndrpdr"
21503     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale2m-ndrpdr"
21504   layout:
21505     title: "2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr"
21506     layout: "plot-latency"
21507
21508 - type: "plot"
21509   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr-lat"
21510   algorithm: "plot_lat_err_bars_name"
21511   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr-lat"
21512   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21513   include:
21514     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-rdma-dot1q-l2xcbase-ndrpdr"
21515     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21516     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21517     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-8t4c-rdma-eth-l2patch-ndrpdr"
21518     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-ndrpdr"
21519     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21520   layout:
21521     title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr"
21522     layout: "plot-latency"
21523
21524 - type: "plot"
21525   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr-lat"
21526   algorithm: "plot_lat_err_bars_name"
21527   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr-lat"
21528   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21529   include:
21530     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21531     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21532     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21533     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21534   layout:
21535     title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr"
21536     layout: "plot-latency"
21537
21538 - type: "plot"
21539   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr-lat"
21540   algorithm: "plot_lat_err_bars_name"
21541   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr-lat"
21542   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21543   include:
21544     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21545     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21546     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21547     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21548   layout:
21549     title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr"
21550     layout: "plot-latency"
21551
21552 - type: "plot"
21553   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr-lat"
21554   algorithm: "plot_lat_err_bars_name"
21555   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr-lat"
21556   data: "plot-vpp-throughput-lat-tsa-2n-clx"
21557   include:
21558     - "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"
21559     - "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"
21560     - "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"
21561     - "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"
21562   layout:
21563     title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr"
21564     layout: "plot-latency"
21565
21566 ################################################################################
21567
21568 # HDRHistogram Packet Latency 1C
21569
21570 - type: "plot"
21571   title: "Latency: 2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
21572   graph-title: "2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
21573   algorithm: "plot_lat_hdrh_bar_name"
21574   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat"
21575   data: "plot-vpp-hdrh-lat-2n-clx"
21576   include:
21577     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21578     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21579     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21580     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21581   layout:
21582     layout: "plot-hdrh-latency"
21583
21584 - type: "plot"
21585   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat"
21586   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
21587   algorithm: "plot_lat_hdrh_bar_name"
21588   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat"
21589   data: "plot-vpp-hdrh-lat-2n-clx"
21590   include:
21591     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21592     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21593     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21594     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21595   layout:
21596     layout: "plot-hdrh-latency"
21597
21598 - type: "plot"
21599   title: "Latency: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
21600   graph-title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
21601   algorithm: "plot_lat_hdrh_bar_name"
21602   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
21603   data: "plot-vpp-hdrh-lat-2n-clx"
21604   include:
21605     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
21606     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
21607     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
21608     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
21609     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
21610   layout:
21611     layout: "plot-hdrh-latency"
21612
21613 - type: "plot"
21614   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
21615   graph-title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
21616   algorithm: "plot_lat_hdrh_bar_name"
21617   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat"
21618   data: "plot-vpp-hdrh-lat-2n-clx"
21619   include:
21620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
21621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
21622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
21623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
21624   layout:
21625     layout: "plot-hdrh-latency"
21626
21627 - type: "plot"
21628   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
21629   graph-title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
21630   algorithm: "plot_lat_hdrh_bar_name"
21631   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
21632   data: "plot-vpp-hdrh-lat-2n-clx"
21633   include:
21634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
21635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
21636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
21637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
21638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
21639   layout:
21640     layout: "plot-hdrh-latency"
21641
21642 - type: "plot"
21643   title: "Latency: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
21644   graph-title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
21645   algorithm: "plot_lat_hdrh_bar_name"
21646   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat"
21647   data: "plot-vpp-hdrh-lat-2n-clx"
21648   include:
21649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
21650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
21655   layout:
21656     layout: "plot-hdrh-latency"
21657
21658 - type: "plot"
21659   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-hdrh-lat"
21660   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
21661   algorithm: "plot_lat_hdrh_bar_name"
21662   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-hdrh-lat"
21663   data: "plot-vpp-hdrh-lat-2n-clx"
21664   include:
21665     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
21666     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
21667   layout:
21668     layout: "plot-hdrh-latency"
21669
21670 - type: "plot"
21671   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-hdrh-lat"
21672   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
21673   algorithm: "plot_lat_hdrh_bar_name"
21674   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-hdrh-lat"
21675   data: "plot-vpp-hdrh-lat-2n-clx"
21676   include:
21677     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
21678     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
21679     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
21680     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
21681     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
21682     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
21683   layout:
21684     layout: "plot-hdrh-latency"
21685
21686 - type: "plot"
21687   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-hdrh-lat"
21688   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
21689   algorithm: "plot_lat_hdrh_bar_name"
21690   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-hdrh-lat"
21691   data: "plot-vpp-hdrh-lat-2n-clx"
21692   include:
21693     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21694     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21695     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21696     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21697     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
21698     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
21699   layout:
21700     layout: "plot-hdrh-latency"
21701
21702 - type: "plot"
21703   title: "Latency: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
21704   graph-title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
21705   algorithm: "plot_lat_hdrh_bar_name"
21706   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
21707   data: "plot-vpp-hdrh-lat-2n-clx"
21708   include:
21709     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
21710     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
21711     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
21712   layout:
21713     layout: "plot-hdrh-latency"
21714
21715 - type: "plot"
21716   title: "Latency: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
21717   graph-title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
21718   algorithm: "plot_lat_hdrh_bar_name"
21719   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
21720   data: "plot-vpp-hdrh-lat-2n-clx"
21721   include:
21722     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
21723     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
21724     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
21725     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
21726     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
21727   layout:
21728     layout: "plot-hdrh-latency"
21729
21730 - type: "plot"
21731   title: "Latency: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-hdrh-lat"
21732   graph-title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
21733   algorithm: "plot_lat_hdrh_bar_name"
21734   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-hdrh-lat"
21735   data: "plot-vpp-hdrh-lat-2n-clx"
21736   include:
21737     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
21738     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
21739     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
21740     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
21741     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
21742   layout:
21743     layout: "plot-hdrh-latency"
21744
21745 - type: "plot"
21746   title: "Latency: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
21747   graph-title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
21748   algorithm: "plot_lat_hdrh_bar_name"
21749   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
21750   data: "plot-vpp-hdrh-lat-2n-clx"
21751   include:
21752     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
21753     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21754     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21755     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21756     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21757     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21758   layout:
21759     layout: "plot-hdrh-latency"
21760
21761 - type: "plot"
21762   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
21763   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
21764   algorithm: "plot_lat_hdrh_bar_name"
21765   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat"
21766   data: "plot-vpp-hdrh-lat-2n-clx"
21767   include:
21768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
21769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
21770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
21771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
21772   layout:
21773     layout: "plot-hdrh-latency"
21774
21775 - type: "plot"
21776   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
21777   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
21778   algorithm: "plot_lat_hdrh_bar_name"
21779   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat"
21780   data: "plot-vpp-hdrh-lat-2n-clx"
21781   include:
21782     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
21783     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
21784     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
21785     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
21786     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21787   layout:
21788     layout: "plot-hdrh-latency"
21789
21790 - type: "plot"
21791   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
21792   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
21793   algorithm: "plot_lat_hdrh_bar_name"
21794   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat"
21795   data: "plot-vpp-hdrh-lat-2n-clx"
21796   include:
21797     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
21798     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
21799     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
21800     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
21801   layout:
21802     layout: "plot-hdrh-latency"
21803
21804 - type: "plot"
21805   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-hdrh-lat"
21806   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
21807   algorithm: "plot_lat_hdrh_bar_name"
21808   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-hdrh-lat"
21809   data: "plot-vpp-hdrh-lat-2n-clx"
21810   include:
21811     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
21812     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
21813     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
21814     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
21815     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
21816     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21817   layout:
21818     layout: "plot-hdrh-latency"
21819
21820 - type: "plot"
21821   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-hdrh-lat"
21822   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
21823   algorithm: "plot_lat_hdrh_bar_name"
21824   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-hdrh-lat"
21825   data: "plot-vpp-hdrh-lat-2n-clx"
21826   include:
21827     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
21828     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
21829     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
21830     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
21831   layout:
21832     layout: "plot-hdrh-latency"
21833
21834 - type: "plot"
21835   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
21836   graph-title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
21837   algorithm: "plot_lat_hdrh_bar_name"
21838   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat"
21839   data: "plot-vpp-hdrh-lat-2n-clx"
21840   include:
21841     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21842     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
21845   layout:
21846     layout: "plot-hdrh-latency"
21847
21848 - type: "plot"
21849   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
21850   graph-title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
21851   algorithm: "plot_lat_hdrh_bar_name"
21852   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat"
21853   data: "plot-vpp-hdrh-lat-2n-clx"
21854   include:
21855     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21856     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21857     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
21858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
21859   layout:
21860     layout: "plot-hdrh-latency"
21861
21862 - type: "plot"
21863   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-hdrh-lat"
21864   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
21865   algorithm: "plot_lat_hdrh_bar_name"
21866   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-hdrh-lat"
21867   data: "plot-vpp-hdrh-lat-2n-clx"
21868   include:
21869     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21870     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21871     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
21872     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
21873   layout:
21874     layout: "plot-hdrh-latency"
21875
21876 - type: "plot"
21877   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat"
21878   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
21879   algorithm: "plot_lat_hdrh_bar_name"
21880   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat"
21881   data: "plot-vpp-hdrh-lat-2n-clx"
21882   include:
21883     - "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"
21884     - "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"
21885     - "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"
21886     - "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"
21887   layout:
21888     layout: "plot-hdrh-latency"
21889
21890 ################################################################################
21891
21892 # HDRHistogram Packet Latency 2C
21893
21894 - type: "plot"
21895   title: "Latency: 2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
21896   graph-title: "2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr"
21897   algorithm: "plot_lat_hdrh_bar_name"
21898   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat"
21899   data: "plot-vpp-hdrh-lat-2n-clx"
21900   include:
21901     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21902     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21903     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21904     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21905   layout:
21906     layout: "plot-hdrh-latency"
21907
21908 - type: "plot"
21909   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat"
21910   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr"
21911   algorithm: "plot_lat_hdrh_bar_name"
21912   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat"
21913   data: "plot-vpp-hdrh-lat-2n-clx"
21914   include:
21915     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21916     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
21917     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
21918     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
21919   layout:
21920     layout: "plot-hdrh-latency"
21921
21922 - type: "plot"
21923   title: "Latency: 2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
21924   graph-title: "2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
21925   algorithm: "plot_lat_hdrh_bar_name"
21926   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
21927   data: "plot-vpp-hdrh-lat-2n-clx"
21928   include:
21929     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
21930     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
21931     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
21932     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
21933     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
21934   layout:
21935     layout: "plot-hdrh-latency"
21936
21937 - type: "plot"
21938   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
21939   graph-title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
21940   algorithm: "plot_lat_hdrh_bar_name"
21941   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat"
21942   data: "plot-vpp-hdrh-lat-2n-clx"
21943   include:
21944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
21945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
21946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
21947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
21948   layout:
21949     layout: "plot-hdrh-latency"
21950
21951 - type: "plot"
21952   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
21953   graph-title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
21954   algorithm: "plot_lat_hdrh_bar_name"
21955   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
21956   data: "plot-vpp-hdrh-lat-2n-clx"
21957   include:
21958     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
21959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
21960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
21961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
21962     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
21963   layout:
21964     layout: "plot-hdrh-latency"
21965
21966 - type: "plot"
21967   title: "Latency: 2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
21968   graph-title: "2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
21969   algorithm: "plot_lat_hdrh_bar_name"
21970   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat"
21971   data: "plot-vpp-hdrh-lat-2n-clx"
21972   include:
21973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
21974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
21975     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
21976     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
21977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
21978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
21979   layout:
21980     layout: "plot-hdrh-latency"
21981
21982 - type: "plot"
21983   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr-hdrh-lat"
21984   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr"
21985   algorithm: "plot_lat_hdrh_bar_name"
21986   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr-hdrh-lat"
21987   data: "plot-vpp-hdrh-lat-2n-clx"
21988   include:
21989     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-rdma-dot1q-ip4base-ndrpdr"
21990     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-rdma-ethip4-ip4base-ndrpdr"
21991   layout:
21992     layout: "plot-hdrh-latency"
21993
21994 - type: "plot"
21995   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr-hdrh-lat"
21996   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr"
21997   algorithm: "plot_lat_hdrh_bar_name"
21998   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr-hdrh-lat"
21999   data: "plot-vpp-hdrh-lat-2n-clx"
22000   include:
22001     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale20k-ndrpdr"
22002     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
22003     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale200k-ndrpdr"
22004     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
22005     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale2m-ndrpdr"
22006     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
22007   layout:
22008     layout: "plot-hdrh-latency"
22009
22010 - type: "plot"
22011   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr-hdrh-lat"
22012   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr"
22013   algorithm: "plot_lat_hdrh_bar_name"
22014   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr-hdrh-lat"
22015   data: "plot-vpp-hdrh-lat-2n-clx"
22016   include:
22017     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22018     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22019     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22020     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22021     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-4t2c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
22022     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
22023   layout:
22024     layout: "plot-hdrh-latency"
22025
22026 - type: "plot"
22027   title: "Latency: 2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
22028   graph-title: "2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
22029   algorithm: "plot_lat_hdrh_bar_name"
22030   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
22031   data: "plot-vpp-hdrh-lat-2n-clx"
22032   include:
22033     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
22034     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
22035     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
22036   layout:
22037     layout: "plot-hdrh-latency"
22038
22039 - type: "plot"
22040   title: "Latency: 2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
22041   graph-title: "2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
22042   algorithm: "plot_lat_hdrh_bar_name"
22043   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
22044   data: "plot-vpp-hdrh-lat-2n-clx"
22045   include:
22046     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
22047     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
22048     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
22049     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
22050     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
22051   layout:
22052     layout: "plot-hdrh-latency"
22053
22054 - type: "plot"
22055   title: "Latency: 2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr-hdrh-lat"
22056   graph-title: "2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr"
22057   algorithm: "plot_lat_hdrh_bar_name"
22058   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr-hdrh-lat"
22059   data: "plot-vpp-hdrh-lat-2n-clx"
22060   include:
22061     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-rdma-dot1q-ip6base-ndrpdr"
22062     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-rdma-ethip6-ip6base-ndrpdr"
22063     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale20k-ndrpdr"
22064     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale200k-ndrpdr"
22065     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale2m-ndrpdr"
22066   layout:
22067     layout: "plot-hdrh-latency"
22068
22069 - type: "plot"
22070   title: "Latency: 2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
22071   graph-title: "2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
22072   algorithm: "plot_lat_hdrh_bar_name"
22073   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
22074   data: "plot-vpp-hdrh-lat-2n-clx"
22075   include:
22076     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
22077     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22078     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
22079     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
22080     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
22081     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
22082   layout:
22083     layout: "plot-hdrh-latency"
22084
22085 - type: "plot"
22086   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
22087   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
22088   algorithm: "plot_lat_hdrh_bar_name"
22089   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat"
22090   data: "plot-vpp-hdrh-lat-2n-clx"
22091   include:
22092     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
22093     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
22094     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
22096   layout:
22097     layout: "plot-hdrh-latency"
22098
22099 - type: "plot"
22100   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
22101   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
22102   algorithm: "plot_lat_hdrh_bar_name"
22103   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat"
22104   data: "plot-vpp-hdrh-lat-2n-clx"
22105   include:
22106     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
22107     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
22108     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
22109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
22110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
22111   layout:
22112     layout: "plot-hdrh-latency"
22113
22114 - type: "plot"
22115   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
22116   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
22117   algorithm: "plot_lat_hdrh_bar_name"
22118   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat"
22119   data: "plot-vpp-hdrh-lat-2n-clx"
22120   include:
22121     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
22122     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
22123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
22124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
22125   layout:
22126     layout: "plot-hdrh-latency"
22127
22128 - type: "plot"
22129   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr-hdrh-lat"
22130   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr"
22131   algorithm: "plot_lat_hdrh_bar_name"
22132   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr-hdrh-lat"
22133   data: "plot-vpp-hdrh-lat-2n-clx"
22134   include:
22135     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-rdma-dot1q-l2xcbase-ndrpdr"
22136     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22137     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22138     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-4t2c-rdma-eth-l2patch-ndrpdr"
22139     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-ndrpdr"
22140     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22141   layout:
22142     layout: "plot-hdrh-latency"
22143
22144 - type: "plot"
22145   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr-hdrh-lat"
22146   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr"
22147   algorithm: "plot_lat_hdrh_bar_name"
22148   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr-hdrh-lat"
22149   data: "plot-vpp-hdrh-lat-2n-clx"
22150   include:
22151     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22152     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22153     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22154     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22155   layout:
22156     layout: "plot-hdrh-latency"
22157
22158 - type: "plot"
22159   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
22160   graph-title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
22161   algorithm: "plot_lat_hdrh_bar_name"
22162   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat"
22163   data: "plot-vpp-hdrh-lat-2n-clx"
22164   include:
22165     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22166     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22167     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22168     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22169   layout:
22170     layout: "plot-hdrh-latency"
22171
22172 - type: "plot"
22173   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
22174   graph-title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
22175   algorithm: "plot_lat_hdrh_bar_name"
22176   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat"
22177   data: "plot-vpp-hdrh-lat-2n-clx"
22178   include:
22179     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22180     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22181     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22182     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22183   layout:
22184     layout: "plot-hdrh-latency"
22185
22186 - type: "plot"
22187   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr-hdrh-lat"
22188   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr"
22189   algorithm: "plot_lat_hdrh_bar_name"
22190   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr-hdrh-lat"
22191   data: "plot-vpp-hdrh-lat-2n-clx"
22192   include:
22193     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22194     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22195     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22196     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22197   layout:
22198     layout: "plot-hdrh-latency"
22199
22200 - type: "plot"
22201   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat"
22202   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr"
22203   algorithm: "plot_lat_hdrh_bar_name"
22204   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat"
22205   data: "plot-vpp-hdrh-lat-2n-clx"
22206   include:
22207     - "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"
22208     - "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"
22209     - "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"
22210     - "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"
22211   layout:
22212     layout: "plot-hdrh-latency"
22213
22214 ################################################################################
22215
22216 # HDRHistogram Packet Latency 4C
22217
22218 - type: "plot"
22219   title: "Latency: 2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
22220   graph-title: "2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr"
22221   algorithm: "plot_lat_hdrh_bar_name"
22222   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat"
22223   data: "plot-vpp-hdrh-lat-2n-clx"
22224   include:
22225     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22226     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22227     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22228     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22229   layout:
22230     layout: "plot-hdrh-latency"
22231
22232 - type: "plot"
22233   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat"
22234   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr"
22235   algorithm: "plot_lat_hdrh_bar_name"
22236   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat"
22237   data: "plot-vpp-hdrh-lat-2n-clx"
22238   include:
22239     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22240     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22241     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22242     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22243   layout:
22244     layout: "plot-hdrh-latency"
22245
22246 - type: "plot"
22247   title: "Latency: 2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
22248   graph-title: "2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
22249   algorithm: "plot_lat_hdrh_bar_name"
22250   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat"
22251   data: "plot-vpp-hdrh-lat-2n-clx"
22252   include:
22253     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
22254     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
22255     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
22256     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
22257     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
22258   layout:
22259     layout: "plot-hdrh-latency"
22260
22261 - type: "plot"
22262   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
22263   graph-title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
22264   algorithm: "plot_lat_hdrh_bar_name"
22265   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat"
22266   data: "plot-vpp-hdrh-lat-2n-clx"
22267   include:
22268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
22269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
22270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
22271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
22272   layout:
22273     layout: "plot-hdrh-latency"
22274
22275 - type: "plot"
22276   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
22277   graph-title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
22278   algorithm: "plot_lat_hdrh_bar_name"
22279   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat"
22280   data: "plot-vpp-hdrh-lat-2n-clx"
22281   include:
22282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
22283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
22284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
22285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
22286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
22287   layout:
22288     layout: "plot-hdrh-latency"
22289
22290 - type: "plot"
22291   title: "Latency: 2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
22292   graph-title: "2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
22293   algorithm: "plot_lat_hdrh_bar_name"
22294   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat"
22295   data: "plot-vpp-hdrh-lat-2n-clx"
22296   include:
22297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
22298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
22303   layout:
22304     layout: "plot-hdrh-latency"
22305
22306 - type: "plot"
22307   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr-hdrh-lat"
22308   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr"
22309   algorithm: "plot_lat_hdrh_bar_name"
22310   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr-hdrh-lat"
22311   data: "plot-vpp-hdrh-lat-2n-clx"
22312   include:
22313     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-rdma-dot1q-ip4base-ndrpdr"
22314     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-rdma-ethip4-ip4base-ndrpdr"
22315   layout:
22316     layout: "plot-hdrh-latency"
22317
22318 - type: "plot"
22319   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr-hdrh-lat"
22320   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr"
22321   algorithm: "plot_lat_hdrh_bar_name"
22322   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr-hdrh-lat"
22323   data: "plot-vpp-hdrh-lat-2n-clx"
22324   include:
22325     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale20k-ndrpdr"
22326     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
22327     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale200k-ndrpdr"
22328     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
22329     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale2m-ndrpdr"
22330     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
22331   layout:
22332     layout: "plot-hdrh-latency"
22333
22334 - type: "plot"
22335   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr-hdrh-lat"
22336   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr"
22337   algorithm: "plot_lat_hdrh_bar_name"
22338   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr-hdrh-lat"
22339   data: "plot-vpp-hdrh-lat-2n-clx"
22340   include:
22341     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22342     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22343     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22344     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22345     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-8t4c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
22346     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
22347   layout:
22348     layout: "plot-hdrh-latency"
22349
22350 - type: "plot"
22351   title: "Latency: 2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
22352   graph-title: "2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
22353   algorithm: "plot_lat_hdrh_bar_name"
22354   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
22355   data: "plot-vpp-hdrh-lat-2n-clx"
22356   include:
22357     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
22358     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
22359     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
22360   layout:
22361     layout: "plot-hdrh-latency"
22362
22363 - type: "plot"
22364   title: "Latency: 2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
22365   graph-title: "2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
22366   algorithm: "plot_lat_hdrh_bar_name"
22367   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat"
22368   data: "plot-vpp-hdrh-lat-2n-clx"
22369   include:
22370     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
22371     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
22372     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
22373     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
22374     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
22375   layout:
22376     layout: "plot-hdrh-latency"
22377
22378 - type: "plot"
22379   title: "Latency: 2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr-hdrh-lat"
22380   graph-title: "2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr"
22381   algorithm: "plot_lat_hdrh_bar_name"
22382   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr-hdrh-lat"
22383   data: "plot-vpp-hdrh-lat-2n-clx"
22384   include:
22385     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-rdma-dot1q-ip6base-ndrpdr"
22386     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-rdma-ethip6-ip6base-ndrpdr"
22387     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale20k-ndrpdr"
22388     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale200k-ndrpdr"
22389     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale2m-ndrpdr"
22390   layout:
22391     layout: "plot-hdrh-latency"
22392
22393 - type: "plot"
22394   title: "Latency: 2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
22395   graph-title: "2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
22396   algorithm: "plot_lat_hdrh_bar_name"
22397   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat"
22398   data: "plot-vpp-hdrh-lat-2n-clx"
22399   include:
22400     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
22401     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22402     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
22403     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
22404     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
22405     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
22406   layout:
22407     layout: "plot-hdrh-latency"
22408
22409 - type: "plot"
22410   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
22411   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
22412   algorithm: "plot_lat_hdrh_bar_name"
22413   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat"
22414   data: "plot-vpp-hdrh-lat-2n-clx"
22415   include:
22416     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
22417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
22418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
22420   layout:
22421     layout: "plot-hdrh-latency"
22422
22423 - type: "plot"
22424   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
22425   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
22426   algorithm: "plot_lat_hdrh_bar_name"
22427   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat"
22428   data: "plot-vpp-hdrh-lat-2n-clx"
22429   include:
22430     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
22431     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
22432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
22433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
22434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
22435   layout:
22436     layout: "plot-hdrh-latency"
22437
22438 - type: "plot"
22439   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
22440   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
22441   algorithm: "plot_lat_hdrh_bar_name"
22442   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat"
22443   data: "plot-vpp-hdrh-lat-2n-clx"
22444   include:
22445     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
22446     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
22447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
22448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
22449   layout:
22450     layout: "plot-hdrh-latency"
22451
22452 - type: "plot"
22453   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr-hdrh-lat"
22454   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr"
22455   algorithm: "plot_lat_hdrh_bar_name"
22456   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr-hdrh-lat"
22457   data: "plot-vpp-hdrh-lat-2n-clx"
22458   include:
22459     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-rdma-dot1q-l2xcbase-ndrpdr"
22460     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
22461     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
22462     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-8t4c-rdma-eth-l2patch-ndrpdr"
22463     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-ndrpdr"
22464     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22465   layout:
22466     layout: "plot-hdrh-latency"
22467
22468 - type: "plot"
22469   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr-hdrh-lat"
22470   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr"
22471   algorithm: "plot_lat_hdrh_bar_name"
22472   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr-hdrh-lat"
22473   data: "plot-vpp-hdrh-lat-2n-clx"
22474   include:
22475     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-ndrpdr"
22476     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
22477     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
22478     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
22479   layout:
22480     layout: "plot-hdrh-latency"
22481
22482 - type: "plot"
22483   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
22484   graph-title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
22485   algorithm: "plot_lat_hdrh_bar_name"
22486   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat"
22487   data: "plot-vpp-hdrh-lat-2n-clx"
22488   include:
22489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
22493   layout:
22494     layout: "plot-hdrh-latency"
22495
22496 - type: "plot"
22497   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
22498   graph-title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
22499   algorithm: "plot_lat_hdrh_bar_name"
22500   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat"
22501   data: "plot-vpp-hdrh-lat-2n-clx"
22502   include:
22503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22504     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22505     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
22506     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
22507   layout:
22508     layout: "plot-hdrh-latency"
22509
22510 - type: "plot"
22511   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr-hdrh-lat"
22512   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr"
22513   algorithm: "plot_lat_hdrh_bar_name"
22514   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr-hdrh-lat"
22515   data: "plot-vpp-hdrh-lat-2n-clx"
22516   include:
22517     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22518     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
22520     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
22521   layout:
22522     layout: "plot-hdrh-latency"
22523
22524 - type: "plot"
22525   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat"
22526   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr"
22527   algorithm: "plot_lat_hdrh_bar_name"
22528   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat"
22529   data: "plot-vpp-hdrh-lat-2n-clx"
22530   include:
22531     - "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"
22532     - "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"
22533     - "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"
22534     - "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"
22535   layout:
22536     layout: "plot-hdrh-latency"
22537
22538 ################################################################################
22539
22540 # Packet Speedup
22541
22542 - type: "plot"
22543   title: "Speedup: 2n-clx-xxv710-64b-memif-base-i40e-ndr-tsa"
22544   algorithm: "plot_tsa_name"
22545   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-i40e-ndr-tsa"
22546   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22547   include:
22548     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22549     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22550     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22551     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22552   layout:
22553     title: "2n-clx-xxv710-64b-memif-base-i40e-ndr"
22554     layout: "plot-throughput-speedup-analysis"
22555
22556 - type: "plot"
22557   title: "Speedup: 2n-clx-xxv710-64b-memif-base-i40e-pdr-tsa"
22558   algorithm: "plot_tsa_name"
22559   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-i40e-pdr-tsa"
22560   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22561   include:
22562     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22563     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22564     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22565     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22566   layout:
22567     title: "2n-clx-xxv710-64b-memif-base-i40e-pdr"
22568     layout: "plot-throughput-speedup-analysis"
22569
22570 - type: "plot"
22571   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
22572   algorithm: "plot_tsa_name"
22573   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-tsa"
22574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22575   include:
22576     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22577     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22578     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22579     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22580   layout:
22581     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
22582     layout: "plot-throughput"
22583
22584 - type: "plot"
22585   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
22586   algorithm: "plot_tsa_name"
22587   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr-tsa"
22588   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22589   include:
22590     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22591     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
22592     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
22593     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
22594   layout:
22595     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
22596     layout: "plot-throughput"
22597
22598 - type: "plot"
22599   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
22600   algorithm: "plot_tsa_name"
22601   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
22602   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22603   include:
22604     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
22605     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
22606     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
22607     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
22608     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
22609   layout:
22610     title: "2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
22611     layout: "plot-throughput-speedup-analysis"
22612
22613 - type: "plot"
22614   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
22615   algorithm: "plot_tsa_name"
22616   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
22617   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22618   include:
22619     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
22620     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
22621     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
22622     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
22623     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
22624   layout:
22625     title: "2n-clx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
22626     layout: "plot-throughput-speedup-analysis"
22627
22628 - type: "plot"
22629   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
22630   algorithm: "plot_tsa_name"
22631   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
22632   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22633   include:
22634     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
22635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
22636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
22637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
22638   layout:
22639     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
22640     layout: "plot-throughput-speedup-analysis"
22641
22642 - type: "plot"
22643   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
22644   algorithm: "plot_tsa_name"
22645   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
22646   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22647   include:
22648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
22649     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
22650     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
22651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
22652   layout:
22653     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
22654     layout: "plot-throughput-speedup-analysis"
22655
22656 - type: "plot"
22657   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
22658   algorithm: "plot_tsa_name"
22659   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
22660   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22661   include:
22662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
22663     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
22664     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
22665     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
22666     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
22667   layout:
22668     title: "2n-clx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
22669     layout: "plot-throughput-speedup-analysis"
22670
22671 - type: "plot"
22672   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
22673   algorithm: "plot_tsa_name"
22674   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
22675   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22676   include:
22677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
22678     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
22679     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
22680     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
22681     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
22682   layout:
22683     title: "2n-clx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
22684     layout: "plot-throughput-speedup-analysis"
22685
22686 - type: "plot"
22687   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
22688   algorithm: "plot_tsa_name"
22689   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
22690   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22691   include:
22692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
22693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22694     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22695     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22696     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22697     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
22698   layout:
22699     title: "2n-clx-xxv710-64b-features-ip4routing-base-i40e-ndr"
22700     layout: "plot-throughput-speedup-analysis"
22701
22702 - type: "plot"
22703   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
22704   algorithm: "plot_tsa_name"
22705   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
22706   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22707   include:
22708     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
22709     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22710     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22711     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22712     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22713     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
22714   layout:
22715     title: "2n-clx-xxv710-64b-features-ip4routing-base-i40e-pdr"
22716     layout: "plot-throughput-speedup-analysis"
22717
22718 - type: "plot"
22719   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
22720   algorithm: "plot_tsa_name"
22721   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-tsa"
22722   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22723   include:
22724     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
22725     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
22726   layout:
22727     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
22728     layout: "plot-throughput"
22729
22730 - type: "plot"
22731   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
22732   algorithm: "plot_tsa_name"
22733   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr-tsa"
22734   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22735   include:
22736     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
22737     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
22738   layout:
22739     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
22740     layout: "plot-throughput"
22741
22742 - type: "plot"
22743   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
22744   algorithm: "plot_tsa_name"
22745   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-tsa"
22746   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22747   include:
22748     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
22749     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
22750     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
22751     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
22752     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
22753     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
22754   layout:
22755     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
22756     layout: "plot-throughput"
22757
22758 - type: "plot"
22759   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
22760   algorithm: "plot_tsa_name"
22761   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr-tsa"
22762   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22763   include:
22764     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
22765     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
22766     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
22767     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
22768     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
22769     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
22770   layout:
22771     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
22772     layout: "plot-throughput"
22773
22774 - type: "plot"
22775   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
22776   algorithm: "plot_tsa_name"
22777   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-tsa"
22778   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22779   include:
22780     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22781     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22782     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22783     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22784     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
22785     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
22786   layout:
22787     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
22788     layout: "plot-throughput"
22789
22790 - type: "plot"
22791   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
22792   algorithm: "plot_tsa_name"
22793   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr-tsa"
22794   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22795   include:
22796     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
22797     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
22798     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
22799     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
22800     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
22801     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
22802   layout:
22803     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
22804     layout: "plot-throughput"
22805
22806 - type: "plot"
22807   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
22808   algorithm: "plot_tsa_name"
22809   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
22810   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22811   include:
22812     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22813     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22814     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22815   layout:
22816     title: "2n-clx-x710-78b-ip6routing-base-scale-i40e-ndr"
22817     layout: "plot-throughput-speedup-analysis"
22818
22819 - type: "plot"
22820   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
22821   algorithm: "plot_tsa_name"
22822   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
22823   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22824   include:
22825     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22826     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22827     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22828   layout:
22829     title: "2n-clx-x710-78b-ip6routing-base-scale-i40e-pdr"
22830     layout: "plot-throughput-speedup-analysis"
22831
22832 - type: "plot"
22833   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
22834   algorithm: "plot_tsa_name"
22835   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
22836   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22837   include:
22838     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22839     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22840     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
22841     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
22842     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22843   layout:
22844     title: "2n-clx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
22845     layout: "plot-throughput-speedup-analysis"
22846
22847 - type: "plot"
22848   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
22849   algorithm: "plot_tsa_name"
22850   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
22851   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22852   include:
22853     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
22854     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
22855     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
22856     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
22857     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
22858   layout:
22859     title: "2n-clx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
22860     layout: "plot-throughput-speedup-analysis"
22861
22862 - type: "plot"
22863   title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
22864   algorithm: "plot_tsa_name"
22865   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-tsa"
22866   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22867   include:
22868     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
22869     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
22870     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
22871     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
22872     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
22873   layout:
22874     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
22875     layout: "plot-throughput"
22876
22877 - type: "plot"
22878   title: "Speedup: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
22879   algorithm: "plot_tsa_name"
22880   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr-tsa"
22881   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22882   include:
22883     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
22884     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
22885     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
22886     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
22887     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
22888   layout:
22889     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
22890     layout: "plot-throughput"
22891
22892 - type: "plot"
22893   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
22894   algorithm: "plot_tsa_name"
22895   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
22896   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22897   include:
22898     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22899     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22900     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22901     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22902     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22903     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22904   layout:
22905     title: "2n-clx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
22906     layout: "plot-throughput-speedup-analysis"
22907
22908 - type: "plot"
22909   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
22910   algorithm: "plot_tsa_name"
22911   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
22912   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22913   include:
22914     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22915     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22916     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22917     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22918     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22919     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22920   layout:
22921     title: "2n-clx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
22922     layout: "plot-throughput-speedup-analysis"
22923
22924 - type: "plot"
22925   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
22926   algorithm: "plot_tsa_name"
22927   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
22928   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22929   include:
22930     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22931     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22932     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22933     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22934   layout:
22935     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
22936     layout: "plot-throughput-speedup-analysis"
22937
22938 - type: "plot"
22939   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
22940   algorithm: "plot_tsa_name"
22941   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
22942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22943   include:
22944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
22945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
22946     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
22947     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
22948   layout:
22949     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
22950     layout: "plot-throughput-speedup-analysis"
22951
22952 - type: "plot"
22953   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
22954   algorithm: "plot_tsa_name"
22955   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
22956   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22957   include:
22958     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22959     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22960     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22961     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22962     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22963   layout:
22964     title: "2n-clx-xxv710-64b-l2switching-base-i40e-ndr"
22965     layout: "plot-throughput-speedup-analysis"
22966
22967 - type: "plot"
22968   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
22969   algorithm: "plot_tsa_name"
22970   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
22971   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22972   include:
22973     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
22974     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
22975     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
22976     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
22977     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22978   layout:
22979     title: "2n-clx-xxv710-64b-l2switching-base-i40e-pdr"
22980     layout: "plot-throughput-speedup-analysis"
22981
22982 - type: "plot"
22983   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
22984   algorithm: "plot_tsa_name"
22985   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
22986   data: "plot-vpp-throughput-lat-tsa-2n-clx"
22987   include:
22988     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
22989     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
22990     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
22991     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
22992   layout:
22993     title: "2n-clx-xxv710-64b-l2switching-base-scale-i40e-ndr"
22994     layout: "plot-throughput-speedup-analysis"
22995
22996 - type: "plot"
22997   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
22998   algorithm: "plot_tsa_name"
22999   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
23000   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23001   include:
23002     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
23003     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
23004     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
23005     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
23006   layout:
23007     title: "2n-clx-xxv710-64b-l2switching-base-scale-i40e-pdr"
23008     layout: "plot-throughput-speedup-analysis"
23009
23010 - type: "plot"
23011   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
23012   algorithm: "plot_tsa_name"
23013   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-tsa"
23014   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23015   include:
23016     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
23017     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
23018     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
23019     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
23020     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
23021     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
23022   layout:
23023     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
23024     layout: "plot-throughput"
23025
23026 - type: "plot"
23027   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
23028   algorithm: "plot_tsa_name"
23029   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr-tsa"
23030   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23031   include:
23032     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
23033     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
23034     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
23035     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
23036     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
23037     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
23038   layout:
23039     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
23040     layout: "plot-throughput"
23041
23042 - type: "plot"
23043   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
23044   algorithm: "plot_tsa_name"
23045   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-tsa"
23046   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23047   include:
23048     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
23049     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
23050     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
23051     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
23052   layout:
23053     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
23054     layout: "plot-throughput"
23055
23056 - type: "plot"
23057   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
23058   algorithm: "plot_tsa_name"
23059   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr-tsa"
23060   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23061   include:
23062     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
23063     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
23064     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
23065     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
23066   layout:
23067     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
23068     layout: "plot-throughput"
23069
23070 - type: "plot"
23071   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-i40e-ndr"
23072   algorithm: "plot_tsa_name"
23073   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-i40e-ndr-tsa"
23074   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23075   include:
23076     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23077     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23078     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23079     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23080   layout:
23081     title: "2n-clx-xxv710-64b-vhost-base-i40e-ndr"
23082     layout: "plot-throughput-speedup-analysis"
23083
23084 - type: "plot"
23085   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-i40e-pdr"
23086   algorithm: "plot_tsa_name"
23087   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-i40e-pdr-tsa"
23088   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23089   include:
23090     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23091     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23092     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23093     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23094   layout:
23095     title: "2n-clx-xxv710-64b-vhost-base-i40e-pdr"
23096     layout: "plot-throughput-speedup-analysis"
23097
23098 - type: "plot"
23099   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-i40e-vpp-ndr"
23100   algorithm: "plot_tsa_name"
23101   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-i40e-vpp-ndr-tsa"
23102   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23103   include:
23104     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23105     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23106     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23107     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23108   layout:
23109     title: "2n-clx-xxv710-64b-vhost-base-i40e-vpp-ndr"
23110     layout: "plot-throughput-speedup-analysis"
23111
23112 - type: "plot"
23113   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-i40e-vpp-pdr"
23114   algorithm: "plot_tsa_name"
23115   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-i40e-vpp-pdr-tsa"
23116   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23117   include:
23118     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23119     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23120     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23121     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23122   layout:
23123     title: "2n-clx-xxv710-64b-vhost-base-i40e-vpp-pdr"
23124     layout: "plot-throughput-speedup-analysis"
23125
23126 - type: "plot"
23127   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
23128   algorithm: "plot_tsa_name"
23129   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-tsa"
23130   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23131   include:
23132     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23133     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23134     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23135     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23136   layout:
23137     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
23138     layout: "plot-throughput"
23139
23140 - type: "plot"
23141   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
23142   algorithm: "plot_tsa_name"
23143   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr-tsa"
23144   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23145   include:
23146     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23147     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23148     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23149     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23150   layout:
23151     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
23152     layout: "plot-throughput"
23153
23154 - type: "plot"
23155   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
23156   algorithm: "plot_tsa_name"
23157   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
23158   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23159   include:
23160     - "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"
23161     - "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"
23162     - "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"
23163     - "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"
23164   layout:
23165     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
23166     layout: "plot-throughput"
23167
23168 - type: "plot"
23169   title: "Speedup: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
23170   algorithm: "plot_tsa_name"
23171   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
23172   data: "plot-vpp-throughput-lat-tsa-2n-clx"
23173   include:
23174     - "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"
23175     - "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"
23176     - "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"
23177     - "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"
23178   layout:
23179     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
23180     layout: "plot-throughput"
23181
23182 ################################################################################
23183
23184 # Packet Throughput - DPDK
23185
23186 # 2n-clx-xxv710
23187
23188 - type: "plot"
23189   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
23190   algorithm: "plot_perf_box_name"
23191   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
23192   data: "plot-dpdk-throughput-latency-2n-clx"
23193   include:
23194     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23195     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23196   layout:
23197     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
23198     layout: "plot-throughput"
23199
23200 - type: "plot"
23201   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
23202   algorithm: "plot_perf_box_name"
23203   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
23204   data: "plot-dpdk-throughput-latency-2n-clx"
23205   include:
23206     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23207     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23208   layout:
23209     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
23210     layout: "plot-throughput"
23211
23212 - type: "plot"
23213   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
23214   algorithm: "plot_perf_box_name"
23215   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
23216   data: "plot-dpdk-throughput-latency-2n-clx"
23217   include:
23218     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23219     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23220   layout:
23221     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
23222     layout: "plot-throughput"
23223
23224 - type: "plot"
23225   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
23226   algorithm: "plot_perf_box_name"
23227   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
23228   data: "plot-dpdk-throughput-latency-2n-clx"
23229   include:
23230     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23231     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23232   layout:
23233     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
23234     layout: "plot-throughput"
23235
23236 # 2n-clx-x710
23237
23238 - type: "plot"
23239   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
23240   algorithm: "plot_perf_box_name"
23241   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
23242   data: "plot-dpdk-throughput-latency-2n-clx"
23243   include:
23244     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23245     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23246   layout:
23247     title: "2n-clx-x710-64b-2t1c-base-ndr"
23248     layout: "plot-throughput"
23249
23250 - type: "plot"
23251   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
23252   algorithm: "plot_perf_box_name"
23253   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
23254   data: "plot-dpdk-throughput-latency-2n-clx"
23255   include:
23256     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23257     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23258   layout:
23259     title: "2n-clx-x710-64b-4t2c-base-ndr"
23260     layout: "plot-throughput"
23261
23262 - type: "plot"
23263   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
23264   algorithm: "plot_perf_box_name"
23265   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
23266   data: "plot-dpdk-throughput-latency-2n-clx"
23267   include:
23268     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23269     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23270   layout:
23271     title: "2n-clx-x710-64b-2t1c-base-pdr"
23272     layout: "plot-throughput"
23273
23274 - type: "plot"
23275   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
23276   algorithm: "plot_perf_box_name"
23277   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
23278   data: "plot-dpdk-throughput-latency-2n-clx"
23279   include:
23280     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23281     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23282   layout:
23283     title: "2n-clx-x710-64b-4t2c-base-pdr"
23284     layout: "plot-throughput"
23285
23286 ################################################################################
23287
23288 # Packet Latency - DPDK
23289
23290 # 2n-clx-xxv710
23291
23292 - type: "plot"
23293   title: "Latency: 2n-clx-xxv710-64b-2t1c-base-ndr-lat"
23294   algorithm: "plot_lat_err_bars_name"
23295   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr-lat"
23296   data: "plot-dpdk-throughput-latency-2n-clx"
23297   include:
23298     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23299     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23300   layout:
23301     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
23302     layout: "plot-latency"
23303
23304 - type: "plot"
23305   title: "Latency: 2n-clx-xxv710-64b-4t2c-base-ndr-lat"
23306   algorithm: "plot_lat_err_bars_name"
23307   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr-lat"
23308   data: "plot-dpdk-throughput-latency-2n-clx"
23309   include:
23310     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23311     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23312   layout:
23313     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
23314     layout: "plot-latency"
23315
23316 - type: "plot"
23317   title: "Latency: 2n-clx-xxv710-64b-8t4c-base-ndr-lat"
23318   algorithm: "plot_lat_err_bars_name"
23319   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-8t4c-base-ndr-lat"
23320   data: "plot-dpdk-throughput-latency-2n-clx"
23321   include:
23322     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
23323     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
23324   layout:
23325     title: "2n-clx-xxv710-64b-8t4c-base-ndr"
23326     layout: "plot-latency"
23327
23328 # 2n-clx-x710
23329
23330 - type: "plot"
23331   title: "Latency: 2n-clx-x710-64b-2t1c-base-ndr-lat"
23332   algorithm: "plot_lat_err_bars_name"
23333   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr-lat"
23334   data: "plot-dpdk-throughput-latency-2n-clx"
23335   include:
23336     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23337     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23338   layout:
23339     title: "2n-clx-x710-64b-2t1c-base-ndr"
23340     layout: "plot-latency"
23341
23342 - type: "plot"
23343   title: "Latency: 2n-clx-x710-64b-4t2c-base-ndr-lat"
23344   algorithm: "plot_lat_err_bars_name"
23345   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr-lat"
23346   data: "plot-dpdk-throughput-latency-2n-clx"
23347   include:
23348     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23349     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23350   layout:
23351     title: "2n-clx-x710-64b-4t2c-base-ndr"
23352     layout: "plot-latency"
23353
23354 - type: "plot"
23355   title: "Latency: 2n-clx-x710-64b-8t4c-base-ndr-lat"
23356   algorithm: "plot_lat_err_bars_name"
23357   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-8t4c-base-ndr-lat"
23358   data: "plot-dpdk-throughput-latency-2n-clx"
23359   include:
23360     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
23361     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
23362   layout:
23363     title: "2n-clx-x710-64b-8t4c-base-ndr"
23364     layout: "plot-latency"
23365
23366 ################################################################################
23367
23368 # HDRHistogram Packet Latency - DPDK
23369
23370 # 2n-clx-xxv710
23371
23372 - type: "plot"
23373   title: "Latency: 2n-clx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
23374   graph-title: "2n-clx-xxv710-64b-2t1c-base-ndr"
23375   algorithm: "plot_lat_hdrh_bar_name"
23376   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr-hdrh-lat"
23377   data: "plot-dpdk-hdrh-lat-2n-clx"
23378   include:
23379     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23380     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23381   layout:
23382     layout: "plot-hdrh-latency"
23383
23384 - type: "plot"
23385   title: "Latency: 2n-clx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
23386   graph-title: "2n-clx-xxv710-64b-4t2c-base-ndr"
23387   algorithm: "plot_lat_hdrh_bar_name"
23388   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr-hdrh-lat"
23389   data: "plot-dpdk-hdrh-lat-2n-clx"
23390   include:
23391     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23392     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23393   layout:
23394     layout: "plot-hdrh-latency"
23395
23396 - type: "plot"
23397   title: "Latency: 2n-clx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
23398   graph-title: "2n-clx-xxv710-64b-8t4c-base-ndr"
23399   algorithm: "plot_lat_hdrh_bar_name"
23400   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-8t4c-base-ndr-hdrh-lat"
23401   data: "plot-dpdk-hdrh-lat-2n-clx"
23402   include:
23403     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
23404     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
23405   layout:
23406     layout: "plot-hdrh-latency"
23407
23408 # 2n-clx-x710
23409
23410 - type: "plot"
23411   title: "Latency: 2n-clx-x710-64b-2t1c-base-ndr-hdrh-lat"
23412   graph-title: "2n-clx-x710-64b-2t1c-base-ndr"
23413   algorithm: "plot_lat_hdrh_bar_name"
23414   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr-hdrh-lat"
23415   data: "plot-dpdk-hdrh-lat-2n-clx"
23416   include:
23417     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
23418     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
23419   layout:
23420     layout: "plot-hdrh-latency"
23421
23422 - type: "plot"
23423   title: "Latency: 2n-clx-x710-64b-4t2c-base-ndr-hdrh-lat"
23424   graph-title: "2n-clx-x710-64b-4t2c-base-ndr"
23425   algorithm: "plot_lat_hdrh_bar_name"
23426   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr-hdrh-lat"
23427   data: "plot-dpdk-hdrh-lat-2n-clx"
23428   include:
23429     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
23430     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
23431   layout:
23432     layout: "plot-hdrh-latency"
23433
23434 - type: "plot"
23435   title: "Latency: 2n-clx-x710-64b-8t4c-base-ndr-hdrh-lat"
23436   graph-title: "2n-clx-x710-64b-8t4c-base-ndr"
23437   algorithm: "plot_lat_hdrh_bar_name"
23438   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-8t4c-base-ndr-hdrh-lat"
23439   data: "plot-dpdk-hdrh-lat-2n-clx"
23440   include:
23441     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
23442     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
23443   layout:
23444     layout: "plot-hdrh-latency"
23445
23446 ################################################################################
23447
23448 # HDRHistogram Packet Latency Percentile 1C
23449
23450 - type: "plot"
23451   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat-percentile"
23452   graph-title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
23453   algorithm: "plot_lat_hdrh_percentile"
23454   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat-percentile"
23455   data: "plot-vpp-hdrh-lat-2n-skx"
23456   include:
23457     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23458     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23459     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23460     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23461   layout:
23462     layout: "plot-hdrh-latency-percentile"
23463
23464 - type: "plot"
23465   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat-percentile"
23466   graph-title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
23467   algorithm: "plot_lat_hdrh_percentile"
23468   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat-percentile"
23469   data: "plot-vpp-hdrh-lat-3n-skx"
23470   include:
23471     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
23472     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
23473     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
23474     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
23475     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
23476   layout:
23477     layout: "plot-hdrh-latency-percentile"
23478
23479 - type: "plot"
23480   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23481   graph-title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
23482   algorithm: "plot_lat_hdrh_percentile"
23483   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23484   data: "plot-vpp-hdrh-lat-2n-skx"
23485   include:
23486     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
23487     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
23488     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
23489     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23490     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
23491   layout:
23492     layout: "plot-hdrh-latency-percentile"
23493
23494 - type: "plot"
23495   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
23496   graph-title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
23497   algorithm: "plot_lat_hdrh_percentile"
23498   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
23499   data: "plot-vpp-hdrh-lat-2n-skx"
23500   include:
23501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
23502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
23503     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
23504     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
23505   layout:
23506     layout: "plot-hdrh-latency-percentile"
23507
23508 - type: "plot"
23509   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23510   graph-title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
23511   algorithm: "plot_lat_hdrh_percentile"
23512   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23513   data: "plot-vpp-hdrh-lat-2n-skx"
23514   include:
23515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
23516     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23517     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
23518     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
23519     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
23520   layout:
23521     layout: "plot-hdrh-latency-percentile"
23522
23523 - type: "plot"
23524   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
23525   graph-title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
23526   algorithm: "plot_lat_hdrh_percentile"
23527   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
23528   data: "plot-vpp-hdrh-lat-2n-skx"
23529   include:
23530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23532     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
23536   layout:
23537     layout: "plot-hdrh-latency-percentile"
23538
23539 - type: "plot"
23540   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23541   graph-title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
23542   algorithm: "plot_lat_hdrh_percentile"
23543   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23544   data: "plot-vpp-hdrh-lat-3n-hsw"
23545   include:
23546     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
23547     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
23548     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
23549   layout:
23550     layout: "plot-hdrh-latency-percentile"
23551
23552 - type: "plot"
23553   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23554   graph-title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
23555   algorithm: "plot_lat_hdrh_percentile"
23556   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23557   data: "plot-vpp-hdrh-lat-3n-skx"
23558   include:
23559     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
23560     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
23561     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
23562     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23563     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
23564   layout:
23565     layout: "plot-hdrh-latency-percentile"
23566
23567 - type: "plot"
23568   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
23569   graph-title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
23570   algorithm: "plot_lat_hdrh_percentile"
23571   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
23572   data: "plot-vpp-hdrh-lat-3n-skx"
23573   include:
23574     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
23575     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
23576     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
23577     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
23578   layout:
23579     layout: "plot-hdrh-latency-percentile"
23580
23581 - type: "plot"
23582   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23583   graph-title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
23584   algorithm: "plot_lat_hdrh_percentile"
23585   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23586   data: "plot-vpp-hdrh-lat-3n-skx"
23587   include:
23588     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
23589     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23590     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
23591     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
23592     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
23593   layout:
23594     layout: "plot-hdrh-latency-percentile"
23595
23596 - type: "plot"
23597   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
23598   graph-title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
23599   algorithm: "plot_lat_hdrh_percentile"
23600   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
23601   data: "plot-vpp-hdrh-lat-3n-skx"
23602   include:
23603     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
23604     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
23605     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
23606     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
23607     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
23608     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
23609   layout:
23610     layout: "plot-hdrh-latency-percentile"
23611
23612 - type: "plot"
23613   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-hdrh-lat-percentile"
23614   graph-title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
23615   algorithm: "plot_lat_hdrh_percentile"
23616   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-hdrh-lat-percentile"
23617   data: "plot-vpp-hdrh-lat-3n-hsw"
23618   include:
23619     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
23620     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
23621   layout:
23622     layout: "plot-hdrh-latency-percentile"
23623
23624 - type: "plot"
23625   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat-percentile"
23626   graph-title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
23627   algorithm: "plot_lat_hdrh_percentile"
23628   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat-percentile"
23629   data: "plot-vpp-hdrh-lat-3n-skx"
23630   include:
23631     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
23632     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
23633     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
23634     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
23635   layout:
23636     layout: "plot-hdrh-latency-percentile"
23637
23638 - type: "plot"
23639   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23640   graph-title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
23641   algorithm: "plot_lat_hdrh_percentile"
23642   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23643   data: "plot-vpp-hdrh-lat-2n-skx"
23644   include:
23645     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
23646     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23647     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
23648   layout:
23649     layout: "plot-hdrh-latency-percentile"
23650
23651 - type: "plot"
23652   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23653   graph-title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
23654   algorithm: "plot_lat_hdrh_percentile"
23655   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23656   data: "plot-vpp-hdrh-lat-2n-skx"
23657   include:
23658     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
23659     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23660     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
23661     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
23662     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
23663   layout:
23664     layout: "plot-hdrh-latency-percentile"
23665
23666 - type: "plot"
23667   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23668   graph-title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
23669   algorithm: "plot_lat_hdrh_percentile"
23670   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23671   data: "plot-vpp-hdrh-lat-3n-hsw"
23672   include:
23673     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
23674     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
23675     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
23676   layout:
23677     layout: "plot-hdrh-latency-percentile"
23678
23679 - type: "plot"
23680   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23681   graph-title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
23682   algorithm: "plot_lat_hdrh_percentile"
23683   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23684   data: "plot-vpp-hdrh-lat-3n-skx"
23685   include:
23686     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
23687     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23688     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
23689   layout:
23690     layout: "plot-hdrh-latency-percentile"
23691
23692 - type: "plot"
23693   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23694   graph-title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
23695   algorithm: "plot_lat_hdrh_percentile"
23696   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
23697   data: "plot-vpp-hdrh-lat-3n-skx"
23698   include:
23699     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
23700     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
23701     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
23702     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
23703     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
23704   layout:
23705     layout: "plot-hdrh-latency-percentile"
23706
23707 - type: "plot"
23708   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23709   graph-title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
23710   algorithm: "plot_lat_hdrh_percentile"
23711   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23712   data: "plot-vpp-hdrh-lat-2n-skx"
23713   include:
23714     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
23715     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23716     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23717     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
23718     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23719     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
23720   layout:
23721     layout: "plot-hdrh-latency-percentile"
23722
23723 - type: "plot"
23724   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat-percentile"
23725   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
23726   algorithm: "plot_lat_hdrh_percentile"
23727   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat-percentile"
23728   data: "plot-vpp-hdrh-lat-2n-skx"
23729   include:
23730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
23731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
23732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
23733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23734   layout:
23735     layout: "plot-hdrh-latency-percentile"
23736
23737 - type: "plot"
23738   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
23739   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
23740   algorithm: "plot_lat_hdrh_percentile"
23741   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
23742   data: "plot-vpp-hdrh-lat-2n-skx"
23743   include:
23744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
23745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
23746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
23747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
23748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23749   layout:
23750     layout: "plot-hdrh-latency-percentile"
23751
23752 - type: "plot"
23753   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
23754   graph-title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
23755   algorithm: "plot_lat_hdrh_percentile"
23756   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
23757   data: "plot-vpp-hdrh-lat-2n-skx"
23758   include:
23759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
23761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
23762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
23763   layout:
23764     layout: "plot-hdrh-latency-percentile"
23765
23766 - type: "plot"
23767   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
23768   graph-title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
23769   algorithm: "plot_lat_hdrh_percentile"
23770   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
23771   data: "plot-vpp-hdrh-lat-3n-hsw"
23772   include:
23773     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
23774     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
23775     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
23776     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
23777     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
23778     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
23779   layout:
23780     layout: "plot-hdrh-latency-percentile"
23781
23782 - type: "plot"
23783   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23784   graph-title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
23785   algorithm: "plot_lat_hdrh_percentile"
23786   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
23787   data: "plot-vpp-hdrh-lat-3n-skx"
23788   include:
23789     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
23790     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23791     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
23792     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23793     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
23794   layout:
23795     layout: "plot-hdrh-latency-percentile"
23796
23797 - type: "plot"
23798   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat-percentile"
23799   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
23800   algorithm: "plot_lat_hdrh_percentile"
23801   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat-percentile"
23802   data: "plot-vpp-hdrh-lat-3n-skx"
23803   include:
23804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
23805     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
23806     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
23807   layout:
23808     layout: "plot-hdrh-latency-percentile"
23809
23810 - type: "plot"
23811   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
23812   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
23813   algorithm: "plot_lat_hdrh_percentile"
23814   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
23815   data: "plot-vpp-hdrh-lat-3n-skx"
23816   include:
23817     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
23818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
23819     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
23820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23821   layout:
23822     layout: "plot-hdrh-latency-percentile"
23823
23824 - type: "plot"
23825   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
23826   graph-title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
23827   algorithm: "plot_lat_hdrh_percentile"
23828   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
23829   data: "plot-vpp-hdrh-lat-3n-skx"
23830   include:
23831     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
23832     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
23833     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23834     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
23835     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
23836     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
23837   layout:
23838     layout: "plot-hdrh-latency-percentile"
23839
23840 - type: "plot"
23841   title: "Latency: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-hdrh-lat-percentile"
23842   graph-title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr"
23843   algorithm: "plot_lat_hdrh_percentile"
23844   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-i40e-ndr-hdrh-lat-percentile"
23845   data: "plot-vpp-hdrh-lat-3n-skx"
23846   include:
23847     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
23848     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
23849     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
23850     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
23851     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
23852     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
23853   layout:
23854     layout: "plot-hdrh-latency-percentile"
23855
23856 - type: "plot"
23857   title: "Latency: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
23858   graph-title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
23859   algorithm: "plot_lat_hdrh_percentile"
23860   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
23861   data: "plot-vpp-hdrh-lat-3n-hsw"
23862   include:
23863     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
23864     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
23865     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
23866     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
23867     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
23868     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
23869   layout:
23870     layout: "plot-hdrh-latency-percentile"
23871
23872 - type: "plot"
23873   title: "Latency: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
23874   graph-title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
23875   algorithm: "plot_lat_hdrh_percentile"
23876   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
23877   data: "plot-vpp-hdrh-lat-3n-skx"
23878   include:
23879     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
23880     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
23881     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
23882     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
23883     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
23884     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
23885   layout:
23886     layout: "plot-hdrh-latency-percentile"
23887
23888 - type: "plot"
23889   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
23890   graph-title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
23891   algorithm: "plot_lat_hdrh_percentile"
23892   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
23893   data: "plot-vpp-hdrh-lat-2n-skx"
23894   include:
23895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23899   layout:
23900     layout: "plot-hdrh-latency-percentile"
23901
23902 - type: "plot"
23903   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23904   graph-title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
23905   algorithm: "plot_lat_hdrh_percentile"
23906   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23907   data: "plot-vpp-hdrh-lat-2n-skx"
23908   include:
23909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23913   layout:
23914     layout: "plot-hdrh-latency-percentile"
23915
23916 - type: "plot"
23917   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
23918   graph-title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
23919   algorithm: "plot_lat_hdrh_percentile"
23920   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
23921   data: "plot-vpp-hdrh-lat-3n-hsw"
23922   include:
23923     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23924     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23925     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23926     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23927   layout:
23928     layout: "plot-hdrh-latency-percentile"
23929
23930 - type: "plot"
23931   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23932   graph-title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr"
23933   algorithm: "plot_lat_hdrh_percentile"
23934   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23935   data: "plot-vpp-hdrh-lat-3n-hsw"
23936   include:
23937     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23938     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23939     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23940     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23941   layout:
23942     layout: "plot-hdrh-latency-percentile"
23943
23944 - type: "plot"
23945   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
23946   graph-title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
23947   algorithm: "plot_lat_hdrh_percentile"
23948   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
23949   data: "plot-vpp-hdrh-lat-3n-skx"
23950   include:
23951     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23952     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23953     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23954     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23955   layout:
23956     layout: "plot-hdrh-latency-percentile"
23957
23958 - type: "plot"
23959   title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23960   graph-title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
23961   algorithm: "plot_lat_hdrh_percentile"
23962   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23963   data: "plot-vpp-hdrh-lat-3n-skx"
23964   include:
23965     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23966     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23967     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23968     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23969   layout:
23970     layout: "plot-hdrh-latency-percentile"
23971
23972 - type: "plot"
23973   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
23974   graph-title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
23975   algorithm: "plot_lat_hdrh_percentile"
23976   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
23977   data: "plot-vpp-hdrh-lat-3n-skx"
23978   include:
23979     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23980     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
23981     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23982     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
23983     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
23984   layout:
23985     layout: "plot-hdrh-latency-percentile"
23986
23987 - type: "plot"
23988   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23989   graph-title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
23990   algorithm: "plot_lat_hdrh_percentile"
23991   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
23992   data: "plot-vpp-hdrh-lat-3n-skx"
23993   include:
23994     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23995     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23996     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23997     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
23998     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
23999   layout:
24000     layout: "plot-hdrh-latency-percentile"
24001
24002 - type: "plot"
24003   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
24004   graph-title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
24005   algorithm: "plot_lat_hdrh_percentile"
24006   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
24007   data: "plot-vpp-hdrh-lat-3n-skx"
24008   include:
24009     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24010     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24011     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24012     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24013     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24014     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24015   layout:
24016     layout: "plot-hdrh-latency-percentile"
24017
24018 - type: "plot"
24019   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24020   graph-title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr"
24021   algorithm: "plot_lat_hdrh_percentile"
24022   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24023   data: "plot-vpp-hdrh-lat-3n-skx"
24024   include:
24025     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24026     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24027     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24028     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24029     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24030     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24031   layout:
24032     layout: "plot-hdrh-latency-percentile"
24033
24034 - type: "plot"
24035   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-hdrh-lat-percentile"
24036   graph-title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
24037   algorithm: "plot_lat_hdrh_percentile"
24038   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr-hdrh-lat-percentile"
24039   data: "plot-vpp-hdrh-lat-3n-tsh"
24040   include:
24041     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
24042     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
24043     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24044     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
24045     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
24046   layout:
24047     layout: "plot-hdrh-latency-percentile"
24048
24049 - type: "plot"
24050   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
24051   graph-title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
24052   algorithm: "plot_lat_hdrh_percentile"
24053   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
24054   data: "plot-vpp-hdrh-lat-3n-tsh"
24055   include:
24056     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
24057     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
24058     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
24059     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
24060     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
24061   layout:
24062     layout: "plot-hdrh-latency-percentile"
24063
24064 - type: "plot"
24065   title: "Latency: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-hdrh-lat-percentile"
24066   graph-title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
24067   algorithm: "plot_lat_hdrh_percentile"
24068   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr-hdrh-lat-percentile"
24069   data: "plot-vpp-hdrh-lat-3n-tsh"
24070   include:
24071     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
24072     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24073     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24074     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24075     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24076     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
24077   layout:
24078     layout: "plot-hdrh-latency-percentile"
24079
24080 - type: "plot"
24081   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat-percentile"
24082   graph-title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
24083   algorithm: "plot_lat_hdrh_percentile"
24084   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat-percentile"
24085   data: "plot-vpp-hdrh-lat-3n-tsh"
24086   include:
24087     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
24088     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
24089     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
24090     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
24091   layout:
24092     layout: "plot-hdrh-latency-percentile"
24093
24094 - type: "plot"
24095   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
24096   graph-title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
24097   algorithm: "plot_lat_hdrh_percentile"
24098   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
24099   data: "plot-vpp-hdrh-lat-3n-tsh"
24100   include:
24101     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
24102     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
24103     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
24104     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
24105     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
24106   layout:
24107     layout: "plot-hdrh-latency-percentile"
24108
24109 - type: "plot"
24110   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
24111   graph-title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
24112   algorithm: "plot_lat_hdrh_percentile"
24113   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
24114   data: "plot-vpp-hdrh-lat-3n-tsh"
24115   include:
24116     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
24117     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
24118     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
24119     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
24120   layout:
24121     layout: "plot-hdrh-latency-percentile"
24122
24123 - type: "plot"
24124   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-hdrh-lat-percentile"
24125   graph-title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
24126   algorithm: "plot_lat_hdrh_percentile"
24127   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr-hdrh-lat-percentile"
24128   data: "plot-vpp-hdrh-lat-3n-tsh"
24129   include:
24130     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
24131     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
24132     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
24133     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
24134     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
24135     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
24136   layout:
24137     layout: "plot-hdrh-latency-percentile"
24138
24139 - type: "plot"
24140   title: "Latency: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
24141   graph-title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
24142   algorithm: "plot_lat_hdrh_percentile"
24143   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
24144   data: "plot-vpp-hdrh-lat-3n-tsh"
24145   include:
24146     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
24147     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
24148     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
24149     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
24150     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
24151     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
24152   layout:
24153     layout: "plot-hdrh-latency-percentile"
24154
24155 - type: "plot"
24156   title: "Latency: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat-percentile"
24157   graph-title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
24158   algorithm: "plot_lat_hdrh_percentile"
24159   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat-percentile"
24160   data: "plot-vpp-hdrh-lat-3n-tsh"
24161   include:
24162     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
24163     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
24164     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
24165     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
24166     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
24167     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
24168   layout:
24169     layout: "plot-hdrh-latency-percentile"
24170
24171 - type: "plot"
24172   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
24173   graph-title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
24174   algorithm: "plot_lat_hdrh_percentile"
24175   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
24176   data: "plot-vpp-hdrh-lat-3n-tsh"
24177   include:
24178     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24179     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24180     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24181     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24182     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24183   layout:
24184     layout: "plot-hdrh-latency-percentile"
24185
24186 - type: "plot"
24187   title: "Latency: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
24188   graph-title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
24189   algorithm: "plot_lat_hdrh_percentile"
24190   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
24191   data: "plot-vpp-hdrh-lat-3n-tsh"
24192   include:
24193     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24194     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24195     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24196     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24197     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24198     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24199   layout:
24200     layout: "plot-hdrh-latency-percentile"
24201
24202 - type: "plot"
24203   title: "Latency: 2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat-percentile"
24204   graph-title: "2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr"
24205   algorithm: "plot_lat_hdrh_percentile"
24206   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-i40e-ndr-hdrh-lat-percentile"
24207   data: "plot-vpp-hdrh-lat-2n-clx"
24208   include:
24209     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
24210     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24211     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24212     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
24213   layout:
24214     layout: "plot-hdrh-latency-percentile"
24215
24216 - type: "plot"
24217   title: "Latency: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24218   graph-title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
24219   algorithm: "plot_lat_hdrh_percentile"
24220   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24221   data: "plot-vpp-hdrh-lat-2n-clx"
24222   include:
24223     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
24224     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
24225     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
24226     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
24227     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
24228   layout:
24229     layout: "plot-hdrh-latency-percentile"
24230
24231 - type: "plot"
24232   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
24233   graph-title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
24234   algorithm: "plot_lat_hdrh_percentile"
24235   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
24236   data: "plot-vpp-hdrh-lat-2n-clx"
24237   include:
24238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
24239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
24240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
24241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
24242   layout:
24243     layout: "plot-hdrh-latency-percentile"
24244
24245 - type: "plot"
24246   title: "Latency: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24247   graph-title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
24248   algorithm: "plot_lat_hdrh_percentile"
24249   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24250   data: "plot-vpp-hdrh-lat-2n-clx"
24251   include:
24252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
24253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
24254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
24255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
24256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
24257   layout:
24258     layout: "plot-hdrh-latency-percentile"
24259
24260 - type: "plot"
24261   title: "Latency: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
24262   graph-title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
24263   algorithm: "plot_lat_hdrh_percentile"
24264   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
24265   data: "plot-vpp-hdrh-lat-2n-clx"
24266   include:
24267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
24268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
24273   layout:
24274     layout: "plot-hdrh-latency-percentile"
24275
24276 - type: "plot"
24277   title: "Latency: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24278   graph-title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
24279   algorithm: "plot_lat_hdrh_percentile"
24280   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24281   data: "plot-vpp-hdrh-lat-2n-clx"
24282   include:
24283     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
24284     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
24285     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
24286   layout:
24287     layout: "plot-hdrh-latency-percentile"
24288
24289 - type: "plot"
24290   title: "Latency: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24291   graph-title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
24292   algorithm: "plot_lat_hdrh_percentile"
24293   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24294   data: "plot-vpp-hdrh-lat-2n-clx"
24295   include:
24296     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
24297     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
24298     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
24299     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
24300     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
24301   layout:
24302     layout: "plot-hdrh-latency-percentile"
24303
24304 - type: "plot"
24305   title: "Latency: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24306   graph-title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
24307   algorithm: "plot_lat_hdrh_percentile"
24308   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24309   data: "plot-vpp-hdrh-lat-2n-clx"
24310   include:
24311     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
24312     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24313     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
24314     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
24315     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
24316     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
24317   layout:
24318     layout: "plot-hdrh-latency-percentile"
24319
24320 - type: "plot"
24321   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat-percentile"
24322   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
24323   algorithm: "plot_lat_hdrh_percentile"
24324   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr-hdrh-lat-percentile"
24325   data: "plot-vpp-hdrh-lat-2n-clx"
24326   include:
24327     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
24328     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
24329     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24330     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
24331   layout:
24332     layout: "plot-hdrh-latency-percentile"
24333
24334 - type: "plot"
24335   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
24336   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
24337   algorithm: "plot_lat_hdrh_percentile"
24338   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
24339   data: "plot-vpp-hdrh-lat-2n-clx"
24340   include:
24341     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
24342     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
24343     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
24344     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
24345     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
24346   layout:
24347     layout: "plot-hdrh-latency-percentile"
24348
24349 - type: "plot"
24350   title: "Latency: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
24351   graph-title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
24352   algorithm: "plot_lat_hdrh_percentile"
24353   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
24354   data: "plot-vpp-hdrh-lat-2n-clx"
24355   include:
24356     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
24357     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
24358     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
24359     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
24360   layout:
24361     layout: "plot-hdrh-latency-percentile"
24362
24363 - type: "plot"
24364   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
24365   graph-title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
24366   algorithm: "plot_lat_hdrh_percentile"
24367   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-ndr-hdrh-lat-percentile"
24368   data: "plot-vpp-hdrh-lat-2n-clx"
24369   include:
24370     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24371     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24372     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24373     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24374   layout:
24375     layout: "plot-hdrh-latency-percentile"
24376
24377 - type: "plot"
24378   title: "Latency: 2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24379   graph-title: "2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr"
24380   algorithm: "plot_lat_hdrh_percentile"
24381   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24382   data: "plot-vpp-hdrh-lat-2n-clx"
24383   include:
24384     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24385     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24386     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24387     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
24388   layout:
24389     layout: "plot-hdrh-latency-percentile"
24390
24391 - type: "plot"
24392   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat-percentile"
24393   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
24394   algorithm: "plot_lat_hdrh_percentile"
24395   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat-percentile"
24396   data: "plot-vpp-hdrh-lat-2n-clx"
24397   include:
24398     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24399     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24400     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
24401     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
24402   layout:
24403     layout: "plot-hdrh-latency-percentile"
24404
24405 - type: "plot"
24406   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-hdrh-lat-percentile"
24407   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
24408   algorithm: "plot_lat_hdrh_percentile"
24409   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr-hdrh-lat-percentile"
24410   data: "plot-vpp-hdrh-lat-2n-clx"
24411   include:
24412     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
24413     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
24414   layout:
24415     layout: "plot-hdrh-latency-percentile"
24416
24417 - type: "plot"
24418   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-hdrh-lat-percentile"
24419   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
24420   algorithm: "plot_lat_hdrh_percentile"
24421   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr-hdrh-lat-percentile"
24422   data: "plot-vpp-hdrh-lat-2n-clx"
24423   include:
24424     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
24425     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
24426     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
24427     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
24428     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
24429     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
24430   layout:
24431     layout: "plot-hdrh-latency-percentile"
24432
24433 - type: "plot"
24434   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-hdrh-lat-percentile"
24435   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
24436   algorithm: "plot_lat_hdrh_percentile"
24437   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr-hdrh-lat-percentile"
24438   data: "plot-vpp-hdrh-lat-2n-clx"
24439   include:
24440     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24441     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24442     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24443     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24444     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
24445     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
24446   layout:
24447     layout: "plot-hdrh-latency-percentile"
24448
24449 - type: "plot"
24450   title: "Latency: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-hdrh-lat-percentile"
24451   graph-title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
24452   algorithm: "plot_lat_hdrh_percentile"
24453   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr-hdrh-lat-percentile"
24454   data: "plot-vpp-hdrh-lat-2n-clx"
24455   include:
24456     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
24457     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
24458     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
24459     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
24460     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
24461   layout:
24462     layout: "plot-hdrh-latency-percentile"
24463
24464 - type: "plot"
24465   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-hdrh-lat-percentile"
24466   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
24467   algorithm: "plot_lat_hdrh_percentile"
24468   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr-hdrh-lat-percentile"
24469   data: "plot-vpp-hdrh-lat-2n-clx"
24470   include:
24471     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
24472     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
24473     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
24474     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
24475     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
24476     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24477   layout:
24478     layout: "plot-hdrh-latency-percentile"
24479
24480 - type: "plot"
24481   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-hdrh-lat-percentile"
24482   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
24483   algorithm: "plot_lat_hdrh_percentile"
24484   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr-hdrh-lat-percentile"
24485   data: "plot-vpp-hdrh-lat-2n-clx"
24486   include:
24487     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
24488     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
24489     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
24490     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
24491   layout:
24492     layout: "plot-hdrh-latency-percentile"
24493
24494 - type: "plot"
24495   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-hdrh-lat-percentile"
24496   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
24497   algorithm: "plot_lat_hdrh_percentile"
24498   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr-hdrh-lat-percentile"
24499   data: "plot-vpp-hdrh-lat-2n-clx"
24500   include:
24501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24502     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24504     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24505   layout:
24506     layout: "plot-hdrh-latency-percentile"
24507
24508 - type: "plot"
24509   title: "Latency: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat-percentile"
24510   graph-title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
24511   algorithm: "plot_lat_hdrh_percentile"
24512   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat-percentile"
24513   data: "plot-vpp-hdrh-lat-2n-clx"
24514   include:
24515     - "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"
24516     - "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"
24517     - "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"
24518     - "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"
24519   layout:
24520     layout: "plot-hdrh-latency-percentile"
24521
24522 ################################################################################
24523
24524 # HDRHistogram Packet Latency Percentile 2C
24525
24526 - type: "plot"
24527   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat-percentile"
24528   graph-title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
24529   algorithm: "plot_lat_hdrh_percentile"
24530   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat-percentile"
24531   data: "plot-vpp-hdrh-lat-2n-skx"
24532   include:
24533     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
24534     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24535     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24536     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
24537   layout:
24538     layout: "plot-hdrh-latency-percentile"
24539
24540 - type: "plot"
24541   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat-percentile"
24542   graph-title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
24543   algorithm: "plot_lat_hdrh_percentile"
24544   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat-percentile"
24545   data: "plot-vpp-hdrh-lat-3n-skx"
24546   include:
24547     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
24548     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
24549     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
24550     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
24551     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
24552   layout:
24553     layout: "plot-hdrh-latency-percentile"
24554
24555 - type: "plot"
24556   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24557   graph-title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
24558   algorithm: "plot_lat_hdrh_percentile"
24559   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24560   data: "plot-vpp-hdrh-lat-2n-skx"
24561   include:
24562     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
24563     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
24564     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
24565     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
24566     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
24567   layout:
24568     layout: "plot-hdrh-latency-percentile"
24569
24570 - type: "plot"
24571   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
24572   graph-title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
24573   algorithm: "plot_lat_hdrh_percentile"
24574   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
24575   data: "plot-vpp-hdrh-lat-2n-skx"
24576   include:
24577     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
24578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
24579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
24580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
24581   layout:
24582     layout: "plot-hdrh-latency-percentile"
24583
24584 - type: "plot"
24585   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24586   graph-title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
24587   algorithm: "plot_lat_hdrh_percentile"
24588   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24589   data: "plot-vpp-hdrh-lat-2n-skx"
24590   include:
24591     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
24592     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
24593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
24594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
24595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
24596   layout:
24597     layout: "plot-hdrh-latency-percentile"
24598
24599 - type: "plot"
24600   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
24601   graph-title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
24602   algorithm: "plot_lat_hdrh_percentile"
24603   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
24604   data: "plot-vpp-hdrh-lat-2n-skx"
24605   include:
24606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
24607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24609     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24610     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
24612   layout:
24613     layout: "plot-hdrh-latency-percentile"
24614
24615 - type: "plot"
24616   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24617   graph-title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
24618   algorithm: "plot_lat_hdrh_percentile"
24619   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24620   data: "plot-vpp-hdrh-lat-3n-hsw"
24621   include:
24622     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
24623     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
24624     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
24625   layout:
24626     layout: "plot-hdrh-latency-percentile"
24627
24628 - type: "plot"
24629   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24630   graph-title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
24631   algorithm: "plot_lat_hdrh_percentile"
24632   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24633   data: "plot-vpp-hdrh-lat-3n-skx"
24634   include:
24635     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
24636     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
24637     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
24638     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
24639     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
24640   layout:
24641     layout: "plot-hdrh-latency-percentile"
24642
24643 - type: "plot"
24644   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
24645   graph-title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
24646   algorithm: "plot_lat_hdrh_percentile"
24647   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
24648   data: "plot-vpp-hdrh-lat-3n-skx"
24649   include:
24650     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
24651     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
24652     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
24653     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
24654   layout:
24655     layout: "plot-hdrh-latency-percentile"
24656
24657 - type: "plot"
24658   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24659   graph-title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
24660   algorithm: "plot_lat_hdrh_percentile"
24661   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24662   data: "plot-vpp-hdrh-lat-3n-skx"
24663   include:
24664     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
24665     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
24666     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
24667     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
24668     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
24669   layout:
24670     layout: "plot-hdrh-latency-percentile"
24671
24672 - type: "plot"
24673   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
24674   graph-title: "3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
24675   algorithm: "plot_lat_hdrh_percentile"
24676   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
24677   data: "plot-vpp-hdrh-lat-3n-skx"
24678   include:
24679     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
24680     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
24681     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
24682     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
24683     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
24684     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
24685   layout:
24686     layout: "plot-hdrh-latency-percentile"
24687
24688 - type: "plot"
24689   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-hdrh-lat-percentile"
24690   graph-title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
24691   algorithm: "plot_lat_hdrh_percentile"
24692   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-hdrh-lat-percentile"
24693   data: "plot-vpp-hdrh-lat-3n-hsw"
24694   include:
24695     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
24696     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
24697   layout:
24698     layout: "plot-hdrh-latency-percentile"
24699
24700 - type: "plot"
24701   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat-percentile"
24702   graph-title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
24703   algorithm: "plot_lat_hdrh_percentile"
24704   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat-percentile"
24705   data: "plot-vpp-hdrh-lat-3n-skx"
24706   include:
24707     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
24708     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
24709     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
24710     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
24711   layout:
24712     layout: "plot-hdrh-latency-percentile"
24713
24714 - type: "plot"
24715   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24716   graph-title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
24717   algorithm: "plot_lat_hdrh_percentile"
24718   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24719   data: "plot-vpp-hdrh-lat-2n-skx"
24720   include:
24721     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
24722     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
24723     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
24724   layout:
24725     layout: "plot-hdrh-latency-percentile"
24726
24727 - type: "plot"
24728   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24729   graph-title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
24730   algorithm: "plot_lat_hdrh_percentile"
24731   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24732   data: "plot-vpp-hdrh-lat-2n-skx"
24733   include:
24734     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
24735     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
24736     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
24737     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
24738     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
24739   layout:
24740     layout: "plot-hdrh-latency-percentile"
24741
24742 - type: "plot"
24743   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24744   graph-title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
24745   algorithm: "plot_lat_hdrh_percentile"
24746   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24747   data: "plot-vpp-hdrh-lat-3n-hsw"
24748   include:
24749     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
24750     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
24751     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
24752   layout:
24753     layout: "plot-hdrh-latency-percentile"
24754
24755 - type: "plot"
24756   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24757   graph-title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
24758   algorithm: "plot_lat_hdrh_percentile"
24759   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24760   data: "plot-vpp-hdrh-lat-3n-skx"
24761   include:
24762     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
24763     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
24764     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
24765   layout:
24766     layout: "plot-hdrh-latency-percentile"
24767
24768 - type: "plot"
24769   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24770   graph-title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
24771   algorithm: "plot_lat_hdrh_percentile"
24772   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
24773   data: "plot-vpp-hdrh-lat-3n-skx"
24774   include:
24775     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
24776     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
24777     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
24778     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
24779     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
24780   layout:
24781     layout: "plot-hdrh-latency-percentile"
24782
24783 - type: "plot"
24784   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24785   graph-title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
24786   algorithm: "plot_lat_hdrh_percentile"
24787   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24788   data: "plot-vpp-hdrh-lat-2n-skx"
24789   include:
24790     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
24791     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24792     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
24793     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
24794     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
24795     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
24796   layout:
24797     layout: "plot-hdrh-latency-percentile"
24798
24799 - type: "plot"
24800   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat-percentile"
24801   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
24802   algorithm: "plot_lat_hdrh_percentile"
24803   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat-percentile"
24804   data: "plot-vpp-hdrh-lat-2n-skx"
24805   include:
24806     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
24807     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
24808     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
24809     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
24810   layout:
24811     layout: "plot-hdrh-latency-percentile"
24812
24813 - type: "plot"
24814   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
24815   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
24816   algorithm: "plot_lat_hdrh_percentile"
24817   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
24818   data: "plot-vpp-hdrh-lat-2n-skx"
24819   include:
24820     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
24821     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
24822     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
24823     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
24824     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
24825   layout:
24826     layout: "plot-hdrh-latency-percentile"
24827
24828 - type: "plot"
24829   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
24830   graph-title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
24831   algorithm: "plot_lat_hdrh_percentile"
24832   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
24833   data: "plot-vpp-hdrh-lat-2n-skx"
24834   include:
24835     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
24836     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
24837     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
24838     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
24839   layout:
24840     layout: "plot-hdrh-latency-percentile"
24841
24842 - type: "plot"
24843   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
24844   graph-title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
24845   algorithm: "plot_lat_hdrh_percentile"
24846   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
24847   data: "plot-vpp-hdrh-lat-3n-hsw"
24848   include:
24849     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
24850     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
24851     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
24852     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
24853     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
24854     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
24855   layout:
24856     layout: "plot-hdrh-latency-percentile"
24857
24858 - type: "plot"
24859   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24860   graph-title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
24861   algorithm: "plot_lat_hdrh_percentile"
24862   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
24863   data: "plot-vpp-hdrh-lat-3n-skx"
24864   include:
24865     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
24866     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
24867     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
24868     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
24869     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
24870   layout:
24871     layout: "plot-hdrh-latency-percentile"
24872
24873 - type: "plot"
24874   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat-percentile"
24875   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
24876   algorithm: "plot_lat_hdrh_percentile"
24877   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat-percentile"
24878   data: "plot-vpp-hdrh-lat-3n-skx"
24879   include:
24880     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
24881     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
24882     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
24883   layout:
24884     layout: "plot-hdrh-latency-percentile"
24885
24886 - type: "plot"
24887   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
24888   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
24889   algorithm: "plot_lat_hdrh_percentile"
24890   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
24891   data: "plot-vpp-hdrh-lat-3n-skx"
24892   include:
24893     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
24894     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
24895     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
24896     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
24897   layout:
24898     layout: "plot-hdrh-latency-percentile"
24899
24900 - type: "plot"
24901   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
24902   graph-title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
24903   algorithm: "plot_lat_hdrh_percentile"
24904   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
24905   data: "plot-vpp-hdrh-lat-3n-skx"
24906   include:
24907     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
24908     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
24909     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
24910     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
24911     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
24912     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
24913   layout:
24914     layout: "plot-hdrh-latency-percentile"
24915
24916 - type: "plot"
24917   title: "Latency: 3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-hdrh-lat-percentile"
24918   graph-title: "3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr"
24919   algorithm: "plot_lat_hdrh_percentile"
24920   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-features-l2switching-base-i40e-ndr-hdrh-lat-percentile"
24921   data: "plot-vpp-hdrh-lat-3n-skx"
24922   include:
24923     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
24924     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
24925     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
24926     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
24927     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
24928     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
24929   layout:
24930     layout: "plot-hdrh-latency-percentile"
24931
24932 - type: "plot"
24933   title: "Latency: 3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
24934   graph-title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
24935   algorithm: "plot_lat_hdrh_percentile"
24936   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
24937   data: "plot-vpp-hdrh-lat-3n-hsw"
24938   include:
24939     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
24940     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
24941     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
24942     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
24943     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
24944     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
24945   layout:
24946     layout: "plot-hdrh-latency-percentile"
24947
24948 - type: "plot"
24949   title: "Latency: 3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
24950   graph-title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr"
24951   algorithm: "plot_lat_hdrh_percentile"
24952   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
24953   data: "plot-vpp-hdrh-lat-3n-skx"
24954   include:
24955     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
24956     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
24957     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
24958     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
24959     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
24960     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
24961   layout:
24962     layout: "plot-hdrh-latency-percentile"
24963
24964 - type: "plot"
24965   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
24966   graph-title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
24967   algorithm: "plot_lat_hdrh_percentile"
24968   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
24969   data: "plot-vpp-hdrh-lat-2n-skx"
24970   include:
24971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
24972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
24974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
24975   layout:
24976     layout: "plot-hdrh-latency-percentile"
24977
24978 - type: "plot"
24979   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24980   graph-title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
24981   algorithm: "plot_lat_hdrh_percentile"
24982   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
24983   data: "plot-vpp-hdrh-lat-2n-skx"
24984   include:
24985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
24988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
24989   layout:
24990     layout: "plot-hdrh-latency-percentile"
24991
24992 - type: "plot"
24993   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
24994   graph-title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
24995   algorithm: "plot_lat_hdrh_percentile"
24996   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
24997   data: "plot-vpp-hdrh-lat-3n-hsw"
24998   include:
24999     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25000     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25001     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25002     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
25003   layout:
25004     layout: "plot-hdrh-latency-percentile"
25005
25006 - type: "plot"
25007   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25008   graph-title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr"
25009   algorithm: "plot_lat_hdrh_percentile"
25010   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25011   data: "plot-vpp-hdrh-lat-3n-hsw"
25012   include:
25013     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25014     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25015     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25016     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
25017   layout:
25018     layout: "plot-hdrh-latency-percentile"
25019
25020 - type: "plot"
25021   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
25022   graph-title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
25023   algorithm: "plot_lat_hdrh_percentile"
25024   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
25025   data: "plot-vpp-hdrh-lat-3n-skx"
25026   include:
25027     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25028     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25029     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25030     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25031   layout:
25032     layout: "plot-hdrh-latency-percentile"
25033
25034 - type: "plot"
25035   title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25036   graph-title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
25037   algorithm: "plot_lat_hdrh_percentile"
25038   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25039   data: "plot-vpp-hdrh-lat-3n-skx"
25040   include:
25041     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25042     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25043     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25044     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25045   layout:
25046     layout: "plot-hdrh-latency-percentile"
25047
25048 - type: "plot"
25049   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
25050   graph-title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
25051   algorithm: "plot_lat_hdrh_percentile"
25052   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
25053   data: "plot-vpp-hdrh-lat-3n-skx"
25054   include:
25055     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25056     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25057     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25058     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25059     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
25060   layout:
25061     layout: "plot-hdrh-latency-percentile"
25062
25063 - type: "plot"
25064   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25065   graph-title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
25066   algorithm: "plot_lat_hdrh_percentile"
25067   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25068   data: "plot-vpp-hdrh-lat-3n-skx"
25069   include:
25070     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25071     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25072     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25073     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25074     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
25075   layout:
25076     layout: "plot-hdrh-latency-percentile"
25077
25078 - type: "plot"
25079   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
25080   graph-title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
25081   algorithm: "plot_lat_hdrh_percentile"
25082   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
25083   data: "plot-vpp-hdrh-lat-3n-skx"
25084   include:
25085     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25086     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25087     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25088     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25089     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25090     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25091   layout:
25092     layout: "plot-hdrh-latency-percentile"
25093
25094 - type: "plot"
25095   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25096   graph-title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr"
25097   algorithm: "plot_lat_hdrh_percentile"
25098   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25099   data: "plot-vpp-hdrh-lat-3n-skx"
25100   include:
25101     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25102     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25103     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25104     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25105     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25106     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25107   layout:
25108     layout: "plot-hdrh-latency-percentile"
25109
25110 - type: "plot"
25111   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-hdrh-lat-percentile"
25112   graph-title: "3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr"
25113   algorithm: "plot_lat_hdrh_percentile"
25114   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-ixgbe-ndr-hdrh-lat-percentile"
25115   data: "plot-vpp-hdrh-lat-3n-tsh"
25116   include:
25117     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
25118     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
25119     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
25120     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
25121     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
25122   layout:
25123     layout: "plot-hdrh-latency-percentile"
25124
25125 - type: "plot"
25126   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
25127   graph-title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr"
25128   algorithm: "plot_lat_hdrh_percentile"
25129   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
25130   data: "plot-vpp-hdrh-lat-3n-tsh"
25131   include:
25132     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
25133     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
25134     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
25135     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
25136     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
25137   layout:
25138     layout: "plot-hdrh-latency-percentile"
25139
25140 - type: "plot"
25141   title: "Latency: 3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-hdrh-lat-percentile"
25142   graph-title: "3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr"
25143   algorithm: "plot_lat_hdrh_percentile"
25144   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-ip4routing-base-ixgbe-ndr-hdrh-lat-percentile"
25145   data: "plot-vpp-hdrh-lat-3n-tsh"
25146   include:
25147     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
25148     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
25149     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
25150     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
25151     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
25152     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
25153   layout:
25154     layout: "plot-hdrh-latency-percentile"
25155
25156 - type: "plot"
25157   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat-percentile"
25158   graph-title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr"
25159   algorithm: "plot_lat_hdrh_percentile"
25160   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat-percentile"
25161   data: "plot-vpp-hdrh-lat-3n-tsh"
25162   include:
25163     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
25164     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
25165     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
25166     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
25167   layout:
25168     layout: "plot-hdrh-latency-percentile"
25169
25170 - type: "plot"
25171   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
25172   graph-title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr"
25173   algorithm: "plot_lat_hdrh_percentile"
25174   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
25175   data: "plot-vpp-hdrh-lat-3n-tsh"
25176   include:
25177     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
25178     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
25179     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
25180     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
25181     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
25182   layout:
25183     layout: "plot-hdrh-latency-percentile"
25184
25185 - type: "plot"
25186   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
25187   graph-title: "3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr"
25188   algorithm: "plot_lat_hdrh_percentile"
25189   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
25190   data: "plot-vpp-hdrh-lat-3n-tsh"
25191   include:
25192     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
25193     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
25194     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
25195     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
25196   layout:
25197     layout: "plot-hdrh-latency-percentile"
25198
25199 - type: "plot"
25200   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-hdrh-lat-percentile"
25201   graph-title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr"
25202   algorithm: "plot_lat_hdrh_percentile"
25203   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-ixgbe-ndr-hdrh-lat-percentile"
25204   data: "plot-vpp-hdrh-lat-3n-tsh"
25205   include:
25206     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
25207     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
25208     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
25209     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
25210     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
25211     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
25212   layout:
25213     layout: "plot-hdrh-latency-percentile"
25214
25215 - type: "plot"
25216   title: "Latency: 3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
25217   graph-title: "3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr"
25218   algorithm: "plot_lat_hdrh_percentile"
25219   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-features-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
25220   data: "plot-vpp-hdrh-lat-3n-tsh"
25221   include:
25222     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
25223     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
25224     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
25225     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
25226     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
25227     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
25228   layout:
25229     layout: "plot-hdrh-latency-percentile"
25230
25231 - type: "plot"
25232   title: "Latency: 3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat-percentile"
25233   graph-title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr"
25234   algorithm: "plot_lat_hdrh_percentile"
25235   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat-percentile"
25236   data: "plot-vpp-hdrh-lat-3n-tsh"
25237   include:
25238     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
25239     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
25240     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
25241     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
25242     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
25243     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
25244   layout:
25245     layout: "plot-hdrh-latency-percentile"
25246
25247 - type: "plot"
25248   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
25249   graph-title: "3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr"
25250   algorithm: "plot_lat_hdrh_percentile"
25251   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
25252   data: "plot-vpp-hdrh-lat-3n-tsh"
25253   include:
25254     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25255     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25256     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25257     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25258     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
25259   layout:
25260     layout: "plot-hdrh-latency-percentile"
25261
25262 - type: "plot"
25263   title: "Latency: 3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
25264   graph-title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr"
25265   algorithm: "plot_lat_hdrh_percentile"
25266   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
25267   data: "plot-vpp-hdrh-lat-3n-tsh"
25268   include:
25269     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25270     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25271     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25272     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25273     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25274     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25275   layout:
25276     layout: "plot-hdrh-latency-percentile"
25277
25278 - type: "plot"
25279   title: "Latency: 2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat-percentile"
25280   graph-title: "2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr"
25281   algorithm: "plot_lat_hdrh_percentile"
25282   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-memif-base-i40e-ndr-hdrh-lat-percentile"
25283   data: "plot-vpp-hdrh-lat-2n-clx"
25284   include:
25285     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
25286     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
25287     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
25288     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
25289   layout:
25290     layout: "plot-hdrh-latency-percentile"
25291
25292 - type: "plot"
25293   title: "Latency: 2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25294   graph-title: "2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
25295   algorithm: "plot_lat_hdrh_percentile"
25296   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25297   data: "plot-vpp-hdrh-lat-2n-clx"
25298   include:
25299     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
25300     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
25301     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
25302     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
25303     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
25304   layout:
25305     layout: "plot-hdrh-latency-percentile"
25306
25307 - type: "plot"
25308   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
25309   graph-title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
25310   algorithm: "plot_lat_hdrh_percentile"
25311   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
25312   data: "plot-vpp-hdrh-lat-2n-clx"
25313   include:
25314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
25315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
25316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
25317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
25318   layout:
25319     layout: "plot-hdrh-latency-percentile"
25320
25321 - type: "plot"
25322   title: "Latency: 2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25323   graph-title: "2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
25324   algorithm: "plot_lat_hdrh_percentile"
25325   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25326   data: "plot-vpp-hdrh-lat-2n-clx"
25327   include:
25328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
25329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
25330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
25331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
25332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
25333   layout:
25334     layout: "plot-hdrh-latency-percentile"
25335
25336 - type: "plot"
25337   title: "Latency: 2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
25338   graph-title: "2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
25339   algorithm: "plot_lat_hdrh_percentile"
25340   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
25341   data: "plot-vpp-hdrh-lat-2n-clx"
25342   include:
25343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
25344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
25345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
25346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
25347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
25348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
25349   layout:
25350     layout: "plot-hdrh-latency-percentile"
25351
25352 - type: "plot"
25353   title: "Latency: 2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25354   graph-title: "2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
25355   algorithm: "plot_lat_hdrh_percentile"
25356   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25357   data: "plot-vpp-hdrh-lat-2n-clx"
25358   include:
25359     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
25360     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
25361     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
25362   layout:
25363     layout: "plot-hdrh-latency-percentile"
25364
25365 - type: "plot"
25366   title: "Latency: 2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25367   graph-title: "2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
25368   algorithm: "plot_lat_hdrh_percentile"
25369   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25370   data: "plot-vpp-hdrh-lat-2n-clx"
25371   include:
25372     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
25373     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
25374     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
25375     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
25376     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
25377   layout:
25378     layout: "plot-hdrh-latency-percentile"
25379
25380 - type: "plot"
25381   title: "Latency: 2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25382   graph-title: "2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
25383   algorithm: "plot_lat_hdrh_percentile"
25384   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25385   data: "plot-vpp-hdrh-lat-2n-clx"
25386   include:
25387     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
25388     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
25389     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
25390     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
25391     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
25392     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
25393   layout:
25394     layout: "plot-hdrh-latency-percentile"
25395
25396 - type: "plot"
25397   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat-percentile"
25398   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
25399   algorithm: "plot_lat_hdrh_percentile"
25400   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-avf-ndr-hdrh-lat-percentile"
25401   data: "plot-vpp-hdrh-lat-2n-clx"
25402   include:
25403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
25404     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
25405     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
25406     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
25407   layout:
25408     layout: "plot-hdrh-latency-percentile"
25409
25410 - type: "plot"
25411   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
25412   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
25413   algorithm: "plot_lat_hdrh_percentile"
25414   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
25415   data: "plot-vpp-hdrh-lat-2n-clx"
25416   include:
25417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
25418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
25419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
25420     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
25421     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
25422   layout:
25423     layout: "plot-hdrh-latency-percentile"
25424
25425 - type: "plot"
25426   title: "Latency: 2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
25427   graph-title: "2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
25428   algorithm: "plot_lat_hdrh_percentile"
25429   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
25430   data: "plot-vpp-hdrh-lat-2n-clx"
25431   include:
25432     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
25433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
25434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
25435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
25436   layout:
25437     layout: "plot-hdrh-latency-percentile"
25438
25439 - type: "plot"
25440   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
25441   graph-title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
25442   algorithm: "plot_lat_hdrh_percentile"
25443   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-ndr-hdrh-lat-percentile"
25444   data: "plot-vpp-hdrh-lat-2n-clx"
25445   include:
25446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25448     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
25450   layout:
25451     layout: "plot-hdrh-latency-percentile"
25452
25453 - type: "plot"
25454   title: "Latency: 2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25455   graph-title: "2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr"
25456   algorithm: "plot_lat_hdrh_percentile"
25457   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-4t2c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
25458   data: "plot-vpp-hdrh-lat-2n-clx"
25459   include:
25460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
25463     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
25464   layout:
25465     layout: "plot-hdrh-latency-percentile"
25466
25467 - type: "plot"
25468   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat-percentile"
25469   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr"
25470   algorithm: "plot_lat_hdrh_percentile"
25471   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat-percentile"
25472   data: "plot-vpp-hdrh-lat-2n-clx"
25473   include:
25474     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
25475     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
25476     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
25477     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
25478   layout:
25479     layout: "plot-hdrh-latency-percentile"
25480
25481 - type: "plot"
25482   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr-hdrh-lat-percentile"
25483   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr"
25484   algorithm: "plot_lat_hdrh_percentile"
25485   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ip4base-ndr-hdrh-lat-percentile"
25486   data: "plot-vpp-hdrh-lat-2n-clx"
25487   include:
25488     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-rdma-dot1q-ip4base-ndrpdr"
25489     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-rdma-ethip4-ip4base-ndrpdr"
25490   layout:
25491     layout: "plot-hdrh-latency-percentile"
25492
25493 - type: "plot"
25494   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr-hdrh-lat-percentile"
25495   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr"
25496   algorithm: "plot_lat_hdrh_percentile"
25497   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ethip4-ip4scale-ndr-hdrh-lat-percentile"
25498   data: "plot-vpp-hdrh-lat-2n-clx"
25499   include:
25500     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale20k-ndrpdr"
25501     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
25502     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale200k-ndrpdr"
25503     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
25504     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale2m-ndrpdr"
25505     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-4t2c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
25506   layout:
25507     layout: "plot-hdrh-latency-percentile"
25508
25509 - type: "plot"
25510   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr-hdrh-lat-percentile"
25511   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr"
25512   algorithm: "plot_lat_hdrh_percentile"
25513   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-ethip4-features-ndr-hdrh-lat-percentile"
25514   data: "plot-vpp-hdrh-lat-2n-clx"
25515   include:
25516     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
25517     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
25518     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
25519     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
25520     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-4t2c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
25521     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-4t2c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
25522   layout:
25523     layout: "plot-hdrh-latency-percentile"
25524
25525 - type: "plot"
25526   title: "Latency: 2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr-hdrh-lat-percentile"
25527   graph-title: "2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr"
25528   algorithm: "plot_lat_hdrh_percentile"
25529   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-4t2c-rdma-ip6routing-base-scale-ndr-hdrh-lat-percentile"
25530   data: "plot-vpp-hdrh-lat-2n-clx"
25531   include:
25532     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-rdma-dot1q-ip6base-ndrpdr"
25533     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-rdma-ethip6-ip6base-ndrpdr"
25534     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale20k-ndrpdr"
25535     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale200k-ndrpdr"
25536     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-rdma-ethip6-ip6scale2m-ndrpdr"
25537   layout:
25538     layout: "plot-hdrh-latency-percentile"
25539
25540 - type: "plot"
25541   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr-hdrh-lat-percentile"
25542   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr"
25543   algorithm: "plot_lat_hdrh_percentile"
25544   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2switching-base-ndr-hdrh-lat-percentile"
25545   data: "plot-vpp-hdrh-lat-2n-clx"
25546   include:
25547     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-rdma-dot1q-l2xcbase-ndrpdr"
25548     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
25549     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
25550     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-4t2c-rdma-eth-l2patch-ndrpdr"
25551     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-ndrpdr"
25552     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-ndrpdr"
25553   layout:
25554     layout: "plot-hdrh-latency-percentile"
25555
25556 - type: "plot"
25557   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr-hdrh-lat-percentile"
25558   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr"
25559   algorithm: "plot_lat_hdrh_percentile"
25560   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2switching-scale-ndr-hdrh-lat-percentile"
25561   data: "plot-vpp-hdrh-lat-2n-clx"
25562   include:
25563     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-ndrpdr"
25564     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
25565     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
25566     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
25567   layout:
25568     layout: "plot-hdrh-latency-percentile"
25569
25570 - type: "plot"
25571   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr-hdrh-lat-percentile"
25572   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr"
25573   algorithm: "plot_lat_hdrh_percentile"
25574   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-base-ndr-hdrh-lat-percentile"
25575   data: "plot-vpp-hdrh-lat-2n-clx"
25576   include:
25577     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25578     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25579     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
25580     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
25581   layout:
25582     layout: "plot-hdrh-latency-percentile"
25583
25584 - type: "plot"
25585   title: "Latency: 2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat-percentile"
25586   graph-title: "2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr"
25587   algorithm: "plot_lat_hdrh_percentile"
25588   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-4t2c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat-percentile"
25589   data: "plot-vpp-hdrh-lat-2n-clx"
25590   include:
25591     - "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"
25592     - "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"
25593     - "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"
25594     - "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"
25595   layout:
25596     layout: "plot-hdrh-latency-percentile"
25597
25598 ################################################################################
25599
25600 # HDRHistogram Packet Latency Percentile 4C
25601
25602 - type: "plot"
25603   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat-percentile"
25604   graph-title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
25605   algorithm: "plot_lat_hdrh_percentile"
25606   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat-percentile"
25607   data: "plot-vpp-hdrh-lat-2n-skx"
25608   include:
25609     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
25610     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
25611     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
25612     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
25613   layout:
25614     layout: "plot-hdrh-latency-percentile"
25615
25616 - type: "plot"
25617   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat-percentile"
25618   graph-title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
25619   algorithm: "plot_lat_hdrh_percentile"
25620   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat-percentile"
25621   data: "plot-vpp-hdrh-lat-3n-skx"
25622   include:
25623     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
25624     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
25625     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
25626     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
25627     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
25628   layout:
25629     layout: "plot-hdrh-latency-percentile"
25630
25631 - type: "plot"
25632   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25633   graph-title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
25634   algorithm: "plot_lat_hdrh_percentile"
25635   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25636   data: "plot-vpp-hdrh-lat-2n-skx"
25637   include:
25638     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
25639     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
25640     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
25641     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
25642     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
25643   layout:
25644     layout: "plot-hdrh-latency-percentile"
25645
25646 - type: "plot"
25647   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
25648   graph-title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
25649   algorithm: "plot_lat_hdrh_percentile"
25650   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
25651   data: "plot-vpp-hdrh-lat-2n-skx"
25652   include:
25653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
25654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
25655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
25656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
25657   layout:
25658     layout: "plot-hdrh-latency-percentile"
25659
25660 - type: "plot"
25661   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25662   graph-title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
25663   algorithm: "plot_lat_hdrh_percentile"
25664   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25665   data: "plot-vpp-hdrh-lat-2n-skx"
25666   include:
25667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
25668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
25669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
25670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
25671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
25672   layout:
25673     layout: "plot-hdrh-latency-percentile"
25674
25675 - type: "plot"
25676   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
25677   graph-title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
25678   algorithm: "plot_lat_hdrh_percentile"
25679   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
25680   data: "plot-vpp-hdrh-lat-2n-skx"
25681   include:
25682     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
25683     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
25684     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
25685     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
25686     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
25687     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
25688   layout:
25689     layout: "plot-hdrh-latency-percentile"
25690
25691 - type: "plot"
25692   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25693   graph-title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
25694   algorithm: "plot_lat_hdrh_percentile"
25695   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25696   data: "plot-vpp-hdrh-lat-3n-hsw"
25697   include:
25698     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
25699     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
25700     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
25701   layout:
25702     layout: "plot-hdrh-latency-percentile"
25703
25704 - type: "plot"
25705   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25706   graph-title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
25707   algorithm: "plot_lat_hdrh_percentile"
25708   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25709   data: "plot-vpp-hdrh-lat-3n-skx"
25710   include:
25711     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
25712     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
25713     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
25714     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
25715     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
25716   layout:
25717     layout: "plot-hdrh-latency-percentile"
25718
25719 - type: "plot"
25720   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
25721   graph-title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
25722   algorithm: "plot_lat_hdrh_percentile"
25723   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
25724   data: "plot-vpp-hdrh-lat-3n-skx"
25725   include:
25726     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
25727     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
25728     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
25729     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
25730   layout:
25731     layout: "plot-hdrh-latency-percentile"
25732
25733 - type: "plot"
25734   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25735   graph-title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
25736   algorithm: "plot_lat_hdrh_percentile"
25737   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25738   data: "plot-vpp-hdrh-lat-3n-skx"
25739   include:
25740     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
25741     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
25742     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
25743     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
25744     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
25745   layout:
25746     layout: "plot-hdrh-latency-percentile"
25747
25748 - type: "plot"
25749   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
25750   graph-title: "3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
25751   algorithm: "plot_lat_hdrh_percentile"
25752   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
25753   data: "plot-vpp-hdrh-lat-3n-skx"
25754   include:
25755     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
25756     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
25757     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
25758     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
25759     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
25760     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
25761   layout:
25762     layout: "plot-hdrh-latency-percentile"
25763
25764 - type: "plot"
25765   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-hdrh-lat-percentile"
25766   graph-title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
25767   algorithm: "plot_lat_hdrh_percentile"
25768   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-hdrh-lat-percentile"
25769   data: "plot-vpp-hdrh-lat-3n-hsw"
25770   include:
25771     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
25772     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
25773   layout:
25774     layout: "plot-hdrh-latency-percentile"
25775
25776 - type: "plot"
25777   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat-percentile"
25778   graph-title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr"
25779   algorithm: "plot_lat_hdrh_percentile"
25780   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-hdrh-lat-percentile"
25781   data: "plot-vpp-hdrh-lat-3n-skx"
25782   include:
25783     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-8t4c-ethip4vxlan-l2xcbase-ndrpdr"
25784     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
25785     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
25786     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
25787   layout:
25788     layout: "plot-hdrh-latency-percentile"
25789
25790 - type: "plot"
25791   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25792   graph-title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
25793   algorithm: "plot_lat_hdrh_percentile"
25794   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25795   data: "plot-vpp-hdrh-lat-2n-skx"
25796   include:
25797     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
25798     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
25799     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
25800   layout:
25801     layout: "plot-hdrh-latency-percentile"
25802
25803 - type: "plot"
25804   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25805   graph-title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
25806   algorithm: "plot_lat_hdrh_percentile"
25807   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25808   data: "plot-vpp-hdrh-lat-2n-skx"
25809   include:
25810     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
25811     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
25812     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
25813     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
25814     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
25815   layout:
25816     layout: "plot-hdrh-latency-percentile"
25817
25818 - type: "plot"
25819   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25820   graph-title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
25821   algorithm: "plot_lat_hdrh_percentile"
25822   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25823   data: "plot-vpp-hdrh-lat-3n-hsw"
25824   include:
25825     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
25826     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
25827     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
25828   layout:
25829     layout: "plot-hdrh-latency-percentile"
25830
25831 - type: "plot"
25832   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25833   graph-title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
25834   algorithm: "plot_lat_hdrh_percentile"
25835   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25836   data: "plot-vpp-hdrh-lat-3n-skx"
25837   include:
25838     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
25839     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
25840     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
25841   layout:
25842     layout: "plot-hdrh-latency-percentile"
25843
25844 - type: "plot"
25845   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25846   graph-title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
25847   algorithm: "plot_lat_hdrh_percentile"
25848   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
25849   data: "plot-vpp-hdrh-lat-3n-skx"
25850   include:
25851     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
25852     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
25853     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
25854     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
25855     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
25856   layout:
25857     layout: "plot-hdrh-latency-percentile"
25858
25859 - type: "plot"
25860   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25861   graph-title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
25862   algorithm: "plot_lat_hdrh_percentile"
25863   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25864   data: "plot-vpp-hdrh-lat-2n-skx"
25865   include:
25866     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
25867     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
25868     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
25869     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
25870     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
25871     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
25872   layout:
25873     layout: "plot-hdrh-latency-percentile"
25874
25875 - type: "plot"
25876   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat-percentile"
25877   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
25878   algorithm: "plot_lat_hdrh_percentile"
25879   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat-percentile"
25880   data: "plot-vpp-hdrh-lat-2n-skx"
25881   include:
25882     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
25883     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
25884     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
25885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
25886   layout:
25887     layout: "plot-hdrh-latency-percentile"
25888
25889 - type: "plot"
25890   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
25891   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
25892   algorithm: "plot_lat_hdrh_percentile"
25893   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
25894   data: "plot-vpp-hdrh-lat-2n-skx"
25895   include:
25896     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
25897     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
25898     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
25899     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
25900     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
25901   layout:
25902     layout: "plot-hdrh-latency-percentile"
25903
25904 - type: "plot"
25905   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
25906   graph-title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
25907   algorithm: "plot_lat_hdrh_percentile"
25908   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
25909   data: "plot-vpp-hdrh-lat-2n-skx"
25910   include:
25911     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
25912     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
25913     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
25914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
25915   layout:
25916     layout: "plot-hdrh-latency-percentile"
25917
25918 - type: "plot"
25919   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
25920   graph-title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
25921   algorithm: "plot_lat_hdrh_percentile"
25922   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
25923   data: "plot-vpp-hdrh-lat-3n-hsw"
25924   include:
25925     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
25926     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
25927     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
25928     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
25929     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
25930     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
25931   layout:
25932     layout: "plot-hdrh-latency-percentile"
25933
25934 - type: "plot"
25935   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25936   graph-title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
25937   algorithm: "plot_lat_hdrh_percentile"
25938   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
25939   data: "plot-vpp-hdrh-lat-3n-skx"
25940   include:
25941     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
25942     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
25943     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
25944     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
25945     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
25946   layout:
25947     layout: "plot-hdrh-latency-percentile"
25948
25949 - type: "plot"
25950   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat-percentile"
25951   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
25952   algorithm: "plot_lat_hdrh_percentile"
25953   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat-percentile"
25954   data: "plot-vpp-hdrh-lat-3n-skx"
25955   include:
25956     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
25957     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
25958     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
25959   layout:
25960     layout: "plot-hdrh-latency-percentile"
25961
25962 - type: "plot"
25963   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
25964   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
25965   algorithm: "plot_lat_hdrh_percentile"
25966   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
25967   data: "plot-vpp-hdrh-lat-3n-skx"
25968   include:
25969     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
25970     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
25971     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
25972     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
25973   layout:
25974     layout: "plot-hdrh-latency-percentile"
25975
25976 - type: "plot"
25977   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
25978   graph-title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
25979   algorithm: "plot_lat_hdrh_percentile"
25980   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
25981   data: "plot-vpp-hdrh-lat-3n-skx"
25982   include:
25983     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
25984     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
25985     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
25986     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
25987     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
25988     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
25989   layout:
25990     layout: "plot-hdrh-latency-percentile"
25991
25992 - type: "plot"
25993   title: "Latency: 3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-hdrh-lat-percentile"
25994   graph-title: "3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr"
25995   algorithm: "plot_lat_hdrh_percentile"
25996   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-features-l2switching-base-i40e-ndr-hdrh-lat-percentile"
25997   data: "plot-vpp-hdrh-lat-3n-skx"
25998   include:
25999     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
26000     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
26001     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
26002     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
26003     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
26004     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
26005   layout:
26006     layout: "plot-hdrh-latency-percentile"
26007
26008 - type: "plot"
26009   title: "Latency: 3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
26010   graph-title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
26011   algorithm: "plot_lat_hdrh_percentile"
26012   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
26013   data: "plot-vpp-hdrh-lat-3n-hsw"
26014   include:
26015     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
26016     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
26017     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
26018     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
26019     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
26020     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
26021   layout:
26022     layout: "plot-hdrh-latency-percentile"
26023
26024 - type: "plot"
26025   title: "Latency: 3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
26026   graph-title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr"
26027   algorithm: "plot_lat_hdrh_percentile"
26028   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-hdrh-lat-percentile"
26029   data: "plot-vpp-hdrh-lat-3n-skx"
26030   include:
26031     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
26032     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
26033     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
26034     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
26035     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
26036     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
26037   layout:
26038     layout: "plot-hdrh-latency-percentile"
26039
26040 - type: "plot"
26041   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
26042   graph-title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
26043   algorithm: "plot_lat_hdrh_percentile"
26044   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
26045   data: "plot-vpp-hdrh-lat-2n-skx"
26046   include:
26047     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26048     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26049     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26050     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
26051   layout:
26052     layout: "plot-hdrh-latency-percentile"
26053
26054 - type: "plot"
26055   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26056   graph-title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
26057   algorithm: "plot_lat_hdrh_percentile"
26058   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26059   data: "plot-vpp-hdrh-lat-2n-skx"
26060   include:
26061     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26062     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26063     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26064     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
26065   layout:
26066     layout: "plot-hdrh-latency-percentile"
26067
26068 - type: "plot"
26069   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
26070   graph-title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
26071   algorithm: "plot_lat_hdrh_percentile"
26072   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
26073   data: "plot-vpp-hdrh-lat-3n-hsw"
26074   include:
26075     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26076     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26077     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26078     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
26079   layout:
26080     layout: "plot-hdrh-latency-percentile"
26081
26082 - type: "plot"
26083   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26084   graph-title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr"
26085   algorithm: "plot_lat_hdrh_percentile"
26086   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26087   data: "plot-vpp-hdrh-lat-3n-hsw"
26088   include:
26089     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26090     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26091     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26092     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
26093   layout:
26094     layout: "plot-hdrh-latency-percentile"
26095
26096 - type: "plot"
26097   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
26098   graph-title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
26099   algorithm: "plot_lat_hdrh_percentile"
26100   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
26101   data: "plot-vpp-hdrh-lat-3n-skx"
26102   include:
26103     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26104     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26105     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26106     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26107   layout:
26108     layout: "plot-hdrh-latency-percentile"
26109
26110 - type: "plot"
26111   title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26112   graph-title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
26113   algorithm: "plot_lat_hdrh_percentile"
26114   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26115   data: "plot-vpp-hdrh-lat-3n-skx"
26116   include:
26117     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26118     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26119     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26120     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26121   layout:
26122     layout: "plot-hdrh-latency-percentile"
26123
26124 - type: "plot"
26125   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
26126   graph-title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
26127   algorithm: "plot_lat_hdrh_percentile"
26128   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
26129   data: "plot-vpp-hdrh-lat-3n-skx"
26130   include:
26131     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26132     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26133     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26134     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26135     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
26136   layout:
26137     layout: "plot-hdrh-latency-percentile"
26138
26139 - type: "plot"
26140   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26141   graph-title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
26142   algorithm: "plot_lat_hdrh_percentile"
26143   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26144   data: "plot-vpp-hdrh-lat-3n-skx"
26145   include:
26146     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26147     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26148     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26149     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26150     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
26151   layout:
26152     layout: "plot-hdrh-latency-percentile"
26153
26154 - type: "plot"
26155   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
26156   graph-title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
26157   algorithm: "plot_lat_hdrh_percentile"
26158   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-hdrh-lat-percentile"
26159   data: "plot-vpp-hdrh-lat-3n-skx"
26160   include:
26161     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26162     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26163     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26164     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26165     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26166     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26167   layout:
26168     layout: "plot-hdrh-latency-percentile"
26169
26170 - type: "plot"
26171   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26172   graph-title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr"
26173   algorithm: "plot_lat_hdrh_percentile"
26174   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26175   data: "plot-vpp-hdrh-lat-3n-skx"
26176   include:
26177     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26178     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26179     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26180     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26181     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26182     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26183   layout:
26184     layout: "plot-hdrh-latency-percentile"
26185
26186 - type: "plot"
26187   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-hdrh-lat-percentile"
26188   graph-title: "3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr"
26189   algorithm: "plot_lat_hdrh_percentile"
26190   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-ixgbe-ndr-hdrh-lat-percentile"
26191   data: "plot-vpp-hdrh-lat-3n-tsh"
26192   include:
26193     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
26194     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
26195     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
26196     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
26197     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
26198   layout:
26199     layout: "plot-hdrh-latency-percentile"
26200
26201 - type: "plot"
26202   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
26203   graph-title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr"
26204   algorithm: "plot_lat_hdrh_percentile"
26205   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
26206   data: "plot-vpp-hdrh-lat-3n-tsh"
26207   include:
26208     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
26209     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
26210     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
26211     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
26212     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
26213   layout:
26214     layout: "plot-hdrh-latency-percentile"
26215
26216 - type: "plot"
26217   title: "Latency: 3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-hdrh-lat-percentile"
26218   graph-title: "3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr"
26219   algorithm: "plot_lat_hdrh_percentile"
26220   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-ip4routing-base-ixgbe-ndr-hdrh-lat-percentile"
26221   data: "plot-vpp-hdrh-lat-3n-tsh"
26222   include:
26223     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
26224     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
26225     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
26226     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
26227     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
26228     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
26229   layout:
26230     layout: "plot-hdrh-latency-percentile"
26231
26232 - type: "plot"
26233   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat-percentile"
26234   graph-title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr"
26235   algorithm: "plot_lat_hdrh_percentile"
26236   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-scale-ixgbe-ndr-hdrh-lat-percentile"
26237   data: "plot-vpp-hdrh-lat-3n-tsh"
26238   include:
26239     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
26240     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
26241     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
26242     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
26243   layout:
26244     layout: "plot-hdrh-latency-percentile"
26245
26246 - type: "plot"
26247   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
26248   graph-title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr"
26249   algorithm: "plot_lat_hdrh_percentile"
26250   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-ixgbe-ndr-hdrh-lat-percentile"
26251   data: "plot-vpp-hdrh-lat-3n-tsh"
26252   include:
26253     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
26254     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
26255     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
26256     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
26257     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
26258   layout:
26259     layout: "plot-hdrh-latency-percentile"
26260
26261 - type: "plot"
26262   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
26263   graph-title: "3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr"
26264   algorithm: "plot_lat_hdrh_percentile"
26265   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
26266   data: "plot-vpp-hdrh-lat-3n-tsh"
26267   include:
26268     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
26269     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
26270     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
26271     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
26272   layout:
26273     layout: "plot-hdrh-latency-percentile"
26274
26275 - type: "plot"
26276   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-hdrh-lat-percentile"
26277   graph-title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr"
26278   algorithm: "plot_lat_hdrh_percentile"
26279   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-ixgbe-ndr-hdrh-lat-percentile"
26280   data: "plot-vpp-hdrh-lat-3n-tsh"
26281   include:
26282     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
26283     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
26284     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
26285     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
26286     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
26287     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
26288   layout:
26289     layout: "plot-hdrh-latency-percentile"
26290
26291 - type: "plot"
26292   title: "Latency: 3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
26293   graph-title: "3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr"
26294   algorithm: "plot_lat_hdrh_percentile"
26295   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-features-l2switching-base-ixgbe-ndr-hdrh-lat-percentile"
26296   data: "plot-vpp-hdrh-lat-3n-tsh"
26297   include:
26298     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
26299     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
26300     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
26301     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
26302     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
26303     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
26304   layout:
26305     layout: "plot-hdrh-latency-percentile"
26306
26307 - type: "plot"
26308   title: "Latency: 3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat-percentile"
26309   graph-title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr"
26310   algorithm: "plot_lat_hdrh_percentile"
26311   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-ixgbe-ndr-hdrh-lat-percentile"
26312   data: "plot-vpp-hdrh-lat-3n-tsh"
26313   include:
26314     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
26315     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
26316     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
26317     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
26318     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
26319     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
26320   layout:
26321     layout: "plot-hdrh-latency-percentile"
26322
26323 - type: "plot"
26324   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
26325   graph-title: "3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr"
26326   algorithm: "plot_lat_hdrh_percentile"
26327   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
26328   data: "plot-vpp-hdrh-lat-3n-tsh"
26329   include:
26330     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26331     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26332     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26333     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26334     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
26335   layout:
26336     layout: "plot-hdrh-latency-percentile"
26337
26338 - type: "plot"
26339   title: "Latency: 3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
26340   graph-title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr"
26341   algorithm: "plot_lat_hdrh_percentile"
26342   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-ixgbe-ndr-hdrh-lat-percentile"
26343   data: "plot-vpp-hdrh-lat-3n-tsh"
26344   include:
26345     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26346     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26347     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26348     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26349     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26350     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26351   layout:
26352     layout: "plot-hdrh-latency-percentile"
26353
26354 - type: "plot"
26355   title: "Latency: 2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat-percentile"
26356   graph-title: "2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr"
26357   algorithm: "plot_lat_hdrh_percentile"
26358   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-memif-base-i40e-ndr-hdrh-lat-percentile"
26359   data: "plot-vpp-hdrh-lat-2n-clx"
26360   include:
26361     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
26362     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
26363     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
26364     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
26365   layout:
26366     layout: "plot-hdrh-latency-percentile"
26367
26368 - type: "plot"
26369   title: "Latency: 2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
26370   graph-title: "2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
26371   algorithm: "plot_lat_hdrh_percentile"
26372   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
26373   data: "plot-vpp-hdrh-lat-2n-clx"
26374   include:
26375     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
26376     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
26377     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
26378     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
26379     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
26380   layout:
26381     layout: "plot-hdrh-latency-percentile"
26382
26383 - type: "plot"
26384   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
26385   graph-title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
26386   algorithm: "plot_lat_hdrh_percentile"
26387   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-hdrh-lat-percentile"
26388   data: "plot-vpp-hdrh-lat-2n-clx"
26389   include:
26390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
26391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
26392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
26393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
26394   layout:
26395     layout: "plot-hdrh-latency-percentile"
26396
26397 - type: "plot"
26398   title: "Latency: 2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26399   graph-title: "2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
26400   algorithm: "plot_lat_hdrh_percentile"
26401   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26402   data: "plot-vpp-hdrh-lat-2n-clx"
26403   include:
26404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
26405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
26406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
26407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
26408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
26409   layout:
26410     layout: "plot-hdrh-latency-percentile"
26411
26412 - type: "plot"
26413   title: "Latency: 2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
26414   graph-title: "2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
26415   algorithm: "plot_lat_hdrh_percentile"
26416   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-hdrh-lat-percentile"
26417   data: "plot-vpp-hdrh-lat-2n-clx"
26418   include:
26419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
26420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
26421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
26422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
26423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
26424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
26425   layout:
26426     layout: "plot-hdrh-latency-percentile"
26427
26428 - type: "plot"
26429   title: "Latency: 2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26430   graph-title: "2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
26431   algorithm: "plot_lat_hdrh_percentile"
26432   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26433   data: "plot-vpp-hdrh-lat-2n-clx"
26434   include:
26435     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
26436     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
26437     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
26438   layout:
26439     layout: "plot-hdrh-latency-percentile"
26440
26441 - type: "plot"
26442   title: "Latency: 2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26443   graph-title: "2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
26444   algorithm: "plot_lat_hdrh_percentile"
26445   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-hdrh-lat-percentile"
26446   data: "plot-vpp-hdrh-lat-2n-clx"
26447   include:
26448     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
26449     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
26450     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
26451     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
26452     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
26453   layout:
26454     layout: "plot-hdrh-latency-percentile"
26455
26456 - type: "plot"
26457   title: "Latency: 2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
26458   graph-title: "2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
26459   algorithm: "plot_lat_hdrh_percentile"
26460   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-hdrh-lat-percentile"
26461   data: "plot-vpp-hdrh-lat-2n-clx"
26462   include:
26463     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
26464     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
26465     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
26466     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
26467     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
26468     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
26469   layout:
26470     layout: "plot-hdrh-latency-percentile"
26471
26472 - type: "plot"
26473   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat-percentile"
26474   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
26475   algorithm: "plot_lat_hdrh_percentile"
26476   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-avf-ndr-hdrh-lat-percentile"
26477   data: "plot-vpp-hdrh-lat-2n-clx"
26478   include:
26479     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
26480     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
26481     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
26482     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
26483   layout:
26484     layout: "plot-hdrh-latency-percentile"
26485
26486 - type: "plot"
26487   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
26488   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
26489   algorithm: "plot_lat_hdrh_percentile"
26490   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-hdrh-lat-percentile"
26491   data: "plot-vpp-hdrh-lat-2n-clx"
26492   include:
26493     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
26494     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
26495     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
26496     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
26497     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
26498   layout:
26499     layout: "plot-hdrh-latency-percentile"
26500
26501 - type: "plot"
26502   title: "Latency: 2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
26503   graph-title: "2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
26504   algorithm: "plot_lat_hdrh_percentile"
26505   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-hdrh-lat-percentile"
26506   data: "plot-vpp-hdrh-lat-2n-clx"
26507   include:
26508     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
26509     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
26510     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
26511     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
26512   layout:
26513     layout: "plot-hdrh-latency-percentile"
26514
26515 - type: "plot"
26516   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
26517   graph-title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
26518   algorithm: "plot_lat_hdrh_percentile"
26519   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-ndr-hdrh-lat-percentile"
26520   data: "plot-vpp-hdrh-lat-2n-clx"
26521   include:
26522     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26523     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26524     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
26526   layout:
26527     layout: "plot-hdrh-latency-percentile"
26528
26529 - type: "plot"
26530   title: "Latency: 2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26531   graph-title: "2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr"
26532   algorithm: "plot_lat_hdrh_percentile"
26533   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-8t4c-vhost-base-i40e-vpp-ndr-hdrh-lat-percentile"
26534   data: "plot-vpp-hdrh-lat-2n-clx"
26535   include:
26536     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26537     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26538     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
26539     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
26540   layout:
26541     layout: "plot-hdrh-latency-percentile"
26542
26543 - type: "plot"
26544   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat-percentile"
26545   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr"
26546   algorithm: "plot_lat_hdrh_percentile"
26547   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-eth-2memif-1dcr-ndr-hdrh-lat-percentile"
26548   data: "plot-vpp-hdrh-lat-2n-clx"
26549   include:
26550     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
26551     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
26552     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
26553     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
26554   layout:
26555     layout: "plot-hdrh-latency-percentile"
26556
26557 - type: "plot"
26558   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr-hdrh-lat-percentile"
26559   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr"
26560   algorithm: "plot_lat_hdrh_percentile"
26561   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ip4base-ndr-hdrh-lat-percentile"
26562   data: "plot-vpp-hdrh-lat-2n-clx"
26563   include:
26564     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-rdma-dot1q-ip4base-ndrpdr"
26565     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-rdma-ethip4-ip4base-ndrpdr"
26566   layout:
26567     layout: "plot-hdrh-latency-percentile"
26568
26569 - type: "plot"
26570   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr-hdrh-lat-percentile"
26571   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr"
26572   algorithm: "plot_lat_hdrh_percentile"
26573   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ethip4-ip4scale-ndr-hdrh-lat-percentile"
26574   data: "plot-vpp-hdrh-lat-2n-clx"
26575   include:
26576     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale20k-ndrpdr"
26577     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
26578     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale200k-ndrpdr"
26579     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
26580     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale2m-ndrpdr"
26581     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-8t4c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
26582   layout:
26583     layout: "plot-hdrh-latency-percentile"
26584
26585 - type: "plot"
26586   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr-hdrh-lat-percentile"
26587   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr"
26588   algorithm: "plot_lat_hdrh_percentile"
26589   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-ethip4-features-ndr-hdrh-lat-percentile"
26590   data: "plot-vpp-hdrh-lat-2n-clx"
26591   include:
26592     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
26593     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
26594     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
26595     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
26596     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.-64B-8t4c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
26597     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-8t4c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
26598   layout:
26599     layout: "plot-hdrh-latency-percentile"
26600
26601 - type: "plot"
26602   title: "Latency: 2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr-hdrh-lat-percentile"
26603   graph-title: "2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr"
26604   algorithm: "plot_lat_hdrh_percentile"
26605   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-8t4c-rdma-ip6routing-base-scale-ndr-hdrh-lat-percentile"
26606   data: "plot-vpp-hdrh-lat-2n-clx"
26607   include:
26608     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-rdma-dot1q-ip6base-ndrpdr"
26609     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-rdma-ethip6-ip6base-ndrpdr"
26610     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale20k-ndrpdr"
26611     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale200k-ndrpdr"
26612     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-rdma-ethip6-ip6scale2m-ndrpdr"
26613   layout:
26614     layout: "plot-hdrh-latency-percentile"
26615
26616 - type: "plot"
26617   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr-hdrh-lat-percentile"
26618   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr"
26619   algorithm: "plot_lat_hdrh_percentile"
26620   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2switching-base-ndr-hdrh-lat-percentile"
26621   data: "plot-vpp-hdrh-lat-2n-clx"
26622   include:
26623     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-rdma-dot1q-l2xcbase-ndrpdr"
26624     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
26625     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
26626     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-8t4c-rdma-eth-l2patch-ndrpdr"
26627     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-ndrpdr"
26628     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-ndrpdr"
26629   layout:
26630     layout: "plot-hdrh-latency-percentile"
26631
26632 - type: "plot"
26633   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr-hdrh-lat-percentile"
26634   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr"
26635   algorithm: "plot_lat_hdrh_percentile"
26636   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2switching-scale-ndr-hdrh-lat-percentile"
26637   data: "plot-vpp-hdrh-lat-2n-clx"
26638   include:
26639     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-ndrpdr"
26640     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
26641     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
26642     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
26643   layout:
26644     layout: "plot-hdrh-latency-percentile"
26645
26646 - type: "plot"
26647   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr-hdrh-lat-percentile"
26648   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr"
26649   algorithm: "plot_lat_hdrh_percentile"
26650   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-base-ndr-hdrh-lat-percentile"
26651   data: "plot-vpp-hdrh-lat-2n-clx"
26652   include:
26653     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26654     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26655     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
26656     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
26657   layout:
26658     layout: "plot-hdrh-latency-percentile"
26659
26660 - type: "plot"
26661   title: "Latency: 2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat-percentile"
26662   graph-title: "2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr"
26663   algorithm: "plot_lat_hdrh_percentile"
26664   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-8t4c-rdma-l2-vhost-vppl2xc-base-ndr-hdrh-lat-percentile"
26665   data: "plot-vpp-hdrh-lat-2n-clx"
26666   include:
26667     - "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"
26668     - "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"
26669     - "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"
26670     - "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"
26671   layout:
26672     layout: "plot-hdrh-latency-percentile"
26673
26674 ################################################################################
26675
26676 # HDRHistogram Packet Latency Percentile - DPDK
26677
26678 # 2n-skx-xxv710
26679
26680 - type: "plot"
26681   title: "Latency: 2n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26682   graph-title: "2n-skx-xxv710-64b-2t1c-base-ndr"
26683   algorithm: "plot_lat_hdrh_percentile"
26684   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26685   data: "plot-dpdk-hdrh-lat-2n-skx"
26686   include:
26687     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
26688     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
26689   layout:
26690     layout: "plot-hdrh-latency-percentile"
26691
26692 - type: "plot"
26693   title: "Latency: 2n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat-percentile"
26694   graph-title: "2n-skx-xxv710-64b-4t2c-base-ndr"
26695   algorithm: "plot_lat_hdrh_percentile"
26696   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat-percentile"
26697   data: "plot-dpdk-hdrh-lat-2n-skx"
26698   include:
26699     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
26700     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
26701   layout:
26702     layout: "plot-hdrh-latency-percentile"
26703
26704 - type: "plot"
26705   title: "Latency: 2n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat-percentile"
26706   graph-title: "2n-skx-xxv710-64b-8t4c-base-ndr"
26707   algorithm: "plot_lat_hdrh_percentile"
26708   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat-percentile"
26709   data: "plot-dpdk-hdrh-lat-2n-skx"
26710   include:
26711     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
26712     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
26713   layout:
26714     layout: "plot-hdrh-latency-percentile"
26715
26716 # 2n-skx-x710
26717
26718 - type: "plot"
26719   title: "Latency: 2n-skx-x710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26720   graph-title: "2n-skx-x710-64b-2t1c-base-ndr"
26721   algorithm: "plot_lat_hdrh_percentile"
26722   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26723   data: "plot-dpdk-hdrh-lat-2n-skx"
26724   include:
26725     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
26726     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
26727   layout:
26728     layout: "plot-hdrh-latency-percentile"
26729
26730 - type: "plot"
26731   title: "Latency: 2n-skx-x710-64b-4t2c-base-ndr-hdrh-lat-percentile"
26732   graph-title: "2n-skx-x710-64b-4t2c-base-ndr"
26733   algorithm: "plot_lat_hdrh_percentile"
26734   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr-hdrh-lat-percentile"
26735   data: "plot-dpdk-hdrh-lat-2n-skx"
26736   include:
26737     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
26738     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
26739   layout:
26740     layout: "plot-hdrh-latency-percentile"
26741
26742 - type: "plot"
26743   title: "Latency: 2n-skx-x710-64b-8t4c-base-ndr-hdrh-lat-percentile"
26744   graph-title: "2n-skx-x710-64b-8t4c-base-ndr"
26745   algorithm: "plot_lat_hdrh_percentile"
26746   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-8t4c-base-ndr-hdrh-lat-percentile"
26747   data: "plot-dpdk-hdrh-lat-2n-skx"
26748   include:
26749     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
26750     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
26751   layout:
26752     layout: "plot-hdrh-latency-percentile"
26753
26754 # 3n-skx-xxv710
26755
26756 - type: "plot"
26757   title: "Latency: 3n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26758   graph-title: "3n-skx-xxv710-64b-2t1c-base-ndr"
26759   algorithm: "plot_lat_hdrh_percentile"
26760   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26761   data: "plot-dpdk-hdrh-lat-3n-skx"
26762   include:
26763     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
26764     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
26765   layout:
26766     layout: "plot-hdrh-latency-percentile"
26767
26768 - type: "plot"
26769   title: "Latency: 3n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat-percentile"
26770   graph-title: "3n-skx-xxv710-64b-4t2c-base-ndr"
26771   algorithm: "plot_lat_hdrh_percentile"
26772   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr-hdrh-lat-percentile"
26773   data: "plot-dpdk-hdrh-lat-3n-skx"
26774   include:
26775     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
26776     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
26777   layout:
26778     layout: "plot-hdrh-latency-percentile"
26779
26780 - type: "plot"
26781   title: "Latency: 3n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat-percentile"
26782   graph-title: "3n-skx-xxv710-64b-8t4c-base-ndr"
26783   algorithm: "plot_lat_hdrh_percentile"
26784   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-8t4c-base-ndr-hdrh-lat-percentile"
26785   data: "plot-dpdk-hdrh-lat-3n-skx"
26786   include:
26787     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
26788     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
26789   layout:
26790     layout: "plot-hdrh-latency-percentile"
26791
26792 # 3n-skx-x710
26793
26794 - type: "plot"
26795   title: "Latency: 3n-skx-x710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26796   graph-title: "3n-skx-x710-64b-2t1c-base-ndr"
26797   algorithm: "plot_lat_hdrh_percentile"
26798   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26799   data: "plot-dpdk-hdrh-lat-3n-skx"
26800   include:
26801     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
26802     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
26803   layout:
26804     layout: "plot-hdrh-latency-percentile"
26805
26806 - type: "plot"
26807   title: "Latency: 3n-skx-x710-64b-4t2c-base-ndr-hdrh-lat-percentile"
26808   graph-title: "3n-skx-x710-64b-4t2c-base-ndr"
26809   algorithm: "plot_lat_hdrh_percentile"
26810   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr-hdrh-lat-percentile"
26811   data: "plot-dpdk-hdrh-lat-3n-skx"
26812   include:
26813     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
26814     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
26815   layout:
26816     layout: "plot-hdrh-latency-percentile"
26817
26818 - type: "plot"
26819   title: "Latency: 3n-skx-x710-64b-8t4c-base-ndr-hdrh-lat-percentile"
26820   graph-title: "3n-skx-x710-64b-8t4c-base-ndr"
26821   algorithm: "plot_lat_hdrh_percentile"
26822   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-8t4c-base-ndr-hdrh-lat-percentile"
26823   data: "plot-dpdk-hdrh-lat-3n-skx"
26824   include:
26825     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
26826     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
26827   layout:
26828     layout: "plot-hdrh-latency-percentile"
26829
26830 # 3n-hsw-xl710
26831
26832 - type: "plot"
26833   title: "Latency: 3n-hsw-xl710-64b-1t1c-base-ndr-hdrh-lat-percentile"
26834   graph-title: "3n-hsw-xl710-64b-1t1c-base-ndr"
26835   algorithm: "plot_lat_hdrh_percentile"
26836   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr-hdrh-lat-percentile"
26837   data: "plot-dpdk-hdrh-lat-3n-hsw"
26838   include:
26839     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
26840     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
26841   layout:
26842     layout: "plot-hdrh-latency-percentile"
26843
26844 - type: "plot"
26845   title: "Latency: 3n-hsw-xl710-64b-2t2c-base-ndr-hdrh-lat-percentile"
26846   graph-title: "3n-hsw-xl710-64b-2t2c-base-ndr"
26847   algorithm: "plot_lat_hdrh_percentile"
26848   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr-hdrh-lat-percentile"
26849   data: "plot-dpdk-hdrh-lat-3n-hsw"
26850   include:
26851     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
26852     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
26853   layout:
26854     layout: "plot-hdrh-latency-percentile"
26855
26856 - type: "plot"
26857   title: "Latency: 3n-hsw-xl710-64b-4t4c-base-ndr-hdrh-lat-percentile"
26858   graph-title: "3n-hsw-xl710-64b-4t4c-base-ndr"
26859   algorithm: "plot_lat_hdrh_percentile"
26860   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-4t4c-base-ndr-hdrh-lat-percentile"
26861   data: "plot-dpdk-hdrh-lat-3n-hsw"
26862   include:
26863     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
26864     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
26865   layout:
26866     layout: "plot-hdrh-latency-percentile"
26867
26868 # 3n-hsw-x710
26869
26870 - type: "plot"
26871   title: "Latency: 3n-hsw-x710-64b-1t1c-base-ndr-hdrh-lat-percentile"
26872   graph-title: "3n-hsw-x710-64b-1t1c-base-ndr"
26873   algorithm: "plot_lat_hdrh_percentile"
26874   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr-hdrh-lat-percentile"
26875   data: "plot-dpdk-hdrh-lat-3n-hsw"
26876   include:
26877     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
26878     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
26879   layout:
26880     layout: "plot-hdrh-latency-percentile"
26881
26882 - type: "plot"
26883   title: "Latency: 3n-hsw-x710-64b-2t2c-base-ndr-hdrh-lat-percentile"
26884   graph-title: "3n-hsw-x710-64b-2t2c-base-ndr"
26885   algorithm: "plot_lat_hdrh_percentile"
26886   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr-hdrh-lat-percentile"
26887   data: "plot-dpdk-hdrh-lat-3n-hsw"
26888   include:
26889     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
26890     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
26891   layout:
26892     layout: "plot-hdrh-latency-percentile"
26893
26894 - type: "plot"
26895   title: "Latency: 3n-hsw-x710-64b-4t4c-base-ndr-hdrh-lat-percentile"
26896   graph-title: "3n-hsw-x710-64b-4t4c-base-ndr"
26897   algorithm: "plot_lat_hdrh_percentile"
26898   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-4t4c-base-ndr-hdrh-lat-percentile"
26899   data: "plot-dpdk-hdrh-lat-3n-hsw"
26900   include:
26901     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t4c-eth-l2xcbase-testpmd-ndrpdr"
26902     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t4c-ethip4-ip4base-l3fwd-ndrpdr"
26903   layout:
26904     layout: "plot-hdrh-latency-percentile"
26905
26906 # 2n-clx-xxv710
26907
26908 - type: "plot"
26909   title: "Latency: 2n-clx-xxv710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26910   graph-title: "2n-clx-xxv710-64b-2t1c-base-ndr"
26911   algorithm: "plot_lat_hdrh_percentile"
26912   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26913   data: "plot-dpdk-hdrh-lat-2n-clx"
26914   include:
26915     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
26916     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
26917   layout:
26918     layout: "plot-hdrh-latency-percentile"
26919
26920 - type: "plot"
26921   title: "Latency: 2n-clx-xxv710-64b-4t2c-base-ndr-hdrh-lat-percentile"
26922   graph-title: "2n-clx-xxv710-64b-4t2c-base-ndr"
26923   algorithm: "plot_lat_hdrh_percentile"
26924   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr-hdrh-lat-percentile"
26925   data: "plot-dpdk-hdrh-lat-2n-clx"
26926   include:
26927     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
26928     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
26929   layout:
26930     layout: "plot-hdrh-latency-percentile"
26931
26932 - type: "plot"
26933   title: "Latency: 2n-clx-xxv710-64b-8t4c-base-ndr-hdrh-lat-percentile"
26934   graph-title: "2n-clx-xxv710-64b-8t4c-base-ndr"
26935   algorithm: "plot_lat_hdrh_percentile"
26936   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-8t4c-base-ndr-hdrh-lat-percentile"
26937   data: "plot-dpdk-hdrh-lat-2n-clx"
26938   include:
26939     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
26940     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
26941   layout:
26942     layout: "plot-hdrh-latency-percentile"
26943
26944 # 2n-clx-x710
26945
26946 - type: "plot"
26947   title: "Latency: 2n-clx-x710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26948   graph-title: "2n-clx-x710-64b-2t1c-base-ndr"
26949   algorithm: "plot_lat_hdrh_percentile"
26950   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr-hdrh-lat-percentile"
26951   data: "plot-dpdk-hdrh-lat-2n-clx"
26952   include:
26953     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
26954     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
26955   layout:
26956     layout: "plot-hdrh-latency-percentile"
26957
26958 - type: "plot"
26959   title: "Latency: 2n-clx-x710-64b-4t2c-base-ndr-hdrh-lat-percentile"
26960   graph-title: "2n-clx-x710-64b-4t2c-base-ndr"
26961   algorithm: "plot_lat_hdrh_percentile"
26962   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr-hdrh-lat-percentile"
26963   data: "plot-dpdk-hdrh-lat-2n-clx"
26964   include:
26965     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
26966     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
26967   layout:
26968     layout: "plot-hdrh-latency-percentile"
26969
26970 - type: "plot"
26971   title: "Latency: 2n-clx-x710-64b-8t4c-base-ndr-hdrh-lat-percentile"
26972   graph-title: "2n-clx-x710-64b-8t4c-base-ndr"
26973   algorithm: "plot_lat_hdrh_percentile"
26974   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-8t4c-base-ndr-hdrh-lat-percentile"
26975   data: "plot-dpdk-hdrh-lat-2n-clx"
26976   include:
26977     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-8t4c-eth-l2xcbase-testpmd-ndrpdr"
26978     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-8t4c-ethip4-ip4base-l3fwd-ndrpdr"
26979   layout:
26980     layout: "plot-hdrh-latency-percentile"
26981
26982 ################################################################################
26983
26984 - type: "plot"
26985   title: "Latency by percentile: 2n-skx-xxv710"
26986   algorithm: "plot_hdrh_lat_by_percentile"
26987   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-hdrh-lat-percentile"
26988   data: "plot-vpp-hdrh-lat-2n-skx"
26989   include:
26990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
26991     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
26992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
26993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
26994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
26995     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
26996     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
26997     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
26998     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
26999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
27000     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
27001     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
27002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
27003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
27004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
27005     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
27006     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
27007     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
27008     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
27009     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
27010     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
27011     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
27012     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
27013     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
27014     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
27015   layout:
27016     layout: "plot-hdrh-latency-by-percentile"