Report: Add 3n-tsh
[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,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
33     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
34     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
35     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
37     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
38     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
39     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
40     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
41     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
42     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
43     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
44     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
45     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
46     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
47     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
48     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
49
50     # Detailed test configurations
51     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
52     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
53     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
54     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
55     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
56     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
57     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
58     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
59     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
60     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
61     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
62     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
63     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
64
65     # Detailed tests operational data
66     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
67     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
68     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
69     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
70     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
71     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
72
73     # .css patch file to fix tables generated by Sphinx
74     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
75     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
76
77   urls:
78     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
79     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
80     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/{release}/robot-plugin.zip"
81     # URL[VIRL,DNV]: "http://download.it/from/nexus"
82     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
83     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
84     DIR[NEXUS,DOC]: "report/_static/archive"
85
86   make-dirs:
87   # List the directories which are created while preparing the environment.
88   # All directories MUST be defined in "paths" section.
89   - "DIR[WORKING,DATA]"
90   - "DIR[STATIC,VPP]"
91   - "DIR[STATIC,DPDK]"
92   - "DIR[STATIC,ARCH]"
93   - "DIR[BUILD,LATEX]"
94   - "DIR[WORKING,SRC]"
95   - "DIR[WORKING,SRC,STATIC]"
96
97   remove-dirs:
98   # List the directories which are deleted while cleaning the environment.
99   # All directories MUST be defined in "paths" section.
100   #- "DIR[BUILD,HTML]"
101   - "DIR[WORKING,DATA]"
102
103   build-dirs:
104   # List the directories where the results (build) is stored.
105   # All directories MUST be defined in "paths" section.
106   - "DIR[BUILD,HTML]"
107   - "DIR[BUILD,LATEX]"
108
109 - type: "configuration"
110
111   limits:
112     nic:
113       x520: 24460000
114       x553: 29761905
115       x710: 35800000
116       xxv710: 35800000
117       xl710: 35800000
118
119     link:
120       10ge: 14880952.38
121       25ge: 37202380.95
122       40ge: 59523809.52
123       100ge: 148809523.81
124
125     pci:
126       pci-g3-x8: 74404761.90
127       pci-g3-x16: 148809523.81
128
129   data-sets:
130
131     ###########################################################################
132     # Plots:
133
134     # 3n-hsw
135
136     plot-vpp-throughput-lat-tsa-3n-hsw:
137       csit-vpp-perf-verify-1908-3n-hsw:
138         - 12  # NDRPDR sel
139         - 13  # NDRPDR sel
140         - 14  # NDRPDR sel
141         - 15  # NDRPDR sel
142         - 16  # NDRPDR sel
143         - 17  # NDRPDR sel
144         - 18  # NDRPDR sel
145         - 19  # NDRPDR sel
146         - 20  # NDRPDR sel
147         - 21  # NDRPDR sel
148
149     # TODO: Add data
150     plot-vpp-http-server-performance:
151       csit-vpp-perf-verify-1908-2n-skx:
152         - 29  # TCP
153         - 30  # TCP
154         - 58  # TCP
155         - 59  # TCP
156         - 60  # TCP
157         - 61  # TCP
158         - 62  # TCP
159         - 63  # TCP
160         - 64  # TCP
161         - 65  # TCP
162
163     plot-dpdk-throughput-latency-3n-hsw:
164       csit-dpdk-perf-verify-1908-3n-hsw:
165         - 2   # NDRPDR sel
166         - 3   # NDRPDR sel
167         - 4   # NDRPDR sel
168         - 5   # NDRPDR sel
169         - 6   # NDRPDR sel
170         - 7   # NDRPDR sel
171         - 8   # NDRPDR sel
172         - 9   # NDRPDR sel
173         - 10  # NDRPDR sel
174         - 11  # NDRPDR sel
175
176     # 3n-skx
177
178     plot-vpp-throughput-lat-tsa-3n-skx:
179       # TODO: Add data
180       csit-vpp-perf-verify-1908-3n-skx:
181         - 14  # NDRPDR sel
182         - 16  # NDRPDR sel
183         - 19  # NDRPDR sel
184         - 20  # NDRPDR sel
185         - 22  # NDRPDR sel
186         - 23  # NDRPDR sel
187         - 24  # NDRPDR sel
188         - 25  # NDRPDR sel
189         - 26  # NDRPDR sel
190
191     plot-dpdk-throughput-latency-3n-skx:
192       csit-dpdk-perf-verify-1908-3n-skx:
193         - 3   # NDRPDR sel
194         - 4   # NDRPDR sel
195         - 5   # NDRPDR sel
196         - 6   # NDRPDR sel
197         - 7   # NDRPDR sel
198         - 8   # NDRPDR sel
199         - 9   # NDRPDR sel
200         - 10  # NDRPDR sel
201         - 11  # NDRPDR sel
202         - 12  # NDRPDR sel
203
204     # 2n-skx
205
206     plot-vpp-throughput-lat-tsa-2n-skx:
207       csit-vpp-perf-verify-1908-2n-skx:
208         - 26  # NDRPDR sel
209         - 27  # NDRPDR sel
210         - 34  # NDRPDR sel
211         - 35  # NDRPDR sel
212         - 36  # NDRPDR sel
213         - 42  # NDRPDR sel
214         - 43  # NDRPDR sel
215         - 44  # NDRPDR sel
216         - 45  # NDRPDR sel
217         - 46  # NDRPDR sel
218
219 #    plot-vpp-soak-2n-skx:
220 #      # TODO: Add data
221 #      csit-vpp-perf-verify-1908-2n-skx:
222
223     plot-vpp-nfv-2n-skx-ndrpdr:
224       # TODO: Add data
225       csit-vpp-perf-verify-1908-2n-skx:
226         - 22  # NFV
227         - 31  # NFV
228         - 32  # NFV
229         - 37  # NFV
230         - 38  # NFV
231         - 39  # NFV
232
233 #    plot-vpp-nfv-2n-skx-mrr-64b:
234 #      csit-vpp-perf-verify-1904-2n-skx:
235 #        - 40  # NFV MRR 64b
236 #        - 41  # NFV MRR 64b
237 #        - 42  # NFV MRR 64b
238 #        - 47  # NFV MRR 64b
239 #        - 48  # NFV MRR 64b
240 #        - 80  # NFV MRR NDRPDR 64b IMIX
241 #        - 81  # NFV MRR NDRPDR 64b IMIX
242 #        - 84  # NFV MRR NDRPDR 64b IMIX
243 #        - 85  # NFV MRR NDRPDR 64b IMIX
244 #        - 86  # NFV MRR NDRPDR 64b IMIX
245 #      # TODO: Add data
246 #      # csit-vpp-perf-verify-1908-2n-skx:
247 #
248 #    plot-vpp-nfv-2n-skx-mrr-imix:
249 #      csit-vpp-perf-verify-1904-2n-skx:
250 #        - 49  # NFV MRR IMIX
251 #        - 50  # NFV MRR IMIX
252 #        - 51  # NFV MRR IMIX
253 #        - 54  # NFV MRR IMIX
254 #        - 55  # NFV MRR IMIX
255 #        - 80  # NFV MRR NDRPDR 64b IMIX
256 #        - 81  # NFV MRR NDRPDR 64b IMIX
257 #        - 84  # NFV MRR NDRPDR 64b IMIX
258 #        - 85  # NFV MRR NDRPDR 64b IMIX
259 #        - 86  # NFV MRR NDRPDR 64b IMIX
260 #      # TODO: Add data
261 #      # csit-vpp-perf-verify-1908-2n-skx:
262
263     plot-dpdk-throughput-latency-2n-skx:
264       csit-dpdk-perf-verify-1908-2n-skx:
265         - 2   # NDRPDR sel
266         - 3   # NDRPDR sel
267         - 4   # NDRPDR sel
268         - 5   # NDRPDR sel
269         - 7   # NDRPDR sel
270         - 8   # NDRPDR sel
271         - 9   # NDRPDR sel
272         - 10  # NDRPDR sel
273         - 11  # NDRPDR sel
274         - 12  # NDRPDR sel
275
276     plot-vpp-throughput-lat-tsa-3n-tsh:
277       csit-vpp-perf-verify-1908-3n-tsh:
278         - 7   # NDRPDR sel
279         - 8   # NDRPDR sel
280         - 9   # NDRPDR sel
281         - 10  # NDRPDR sel
282         - 11  # NDRPDR sel
283         - 12  # NDRPDR sel
284
285     ###########################################################################
286     # Simple tables (only one data set):
287
288     # NIC Comparisons
289
290     vpp-nic-comparison-3n-skx:
291       # TODO: Add data
292       csit-vpp-perf-verify-1908-3n-skx:
293         - 14  # NDRPDR sel
294         - 16  # NDRPDR sel
295         - 19  # NDRPDR sel
296         - 20  # NDRPDR sel
297         - 22  # NDRPDR sel
298         - 23  # NDRPDR sel
299         - 24  # NDRPDR sel
300         - 25  # NDRPDR sel
301         - 26  # NDRPDR sel
302
303     vpp-nic-comparison-2n-skx:
304       csit-vpp-perf-verify-1908-2n-skx:
305         - 26  # NDRPDR sel
306         - 27  # NDRPDR sel
307         - 34  # NDRPDR sel
308         - 35  # NDRPDR sel
309         - 36  # NDRPDR sel
310         - 42  # NDRPDR sel
311         - 43  # NDRPDR sel
312         - 44  # NDRPDR sel
313         - 45  # NDRPDR sel
314         - 46  # NDRPDR sel
315
316     vpp-nic-comparison-3n-skx-mrr:
317       csit-vpp-perf-verify-1904-3n-skx:
318         - 7   # MRR sel
319       # TODO: Add data
320       # csit-vpp-perf-verify-1908-3n-skx:
321
322     vpp-nic-comparison-2n-skx-mrr:
323       csit-vpp-perf-verify-1904-2n-skx:
324         - 11  # MRR sel
325       # TODO: Add data
326       # csit-vpp-perf-verify-1908-2n-skx:
327
328     # Results
329
330     vpp-perf-results-3n-hsw:
331       # TODO: Add FULL data
332       csit-vpp-perf-verify-1908-3n-hsw:
333         - 24  # NDRPDR full
334         - 25  # NDRPDR full
335         - 26  # NDRPDR full
336         - 27  # NDRPDR full
337         - 28  # NDRPDR full
338         - 29  # NDRPDR full
339         - 32  # NDRPDR full
340
341     vpp-perf-results-3n-skx:
342       # TODO: Add FULL data
343       csit-vpp-perf-verify-1908-3n-skx:
344         - 27  # NDRPDR full
345         - 28  # NDRPDR full
346         - 30  # NDRPDR full
347         - 31  # NDRPDR full
348
349     vpp-perf-results-2n-skx:
350       # TODO: Add FULL data
351       csit-vpp-perf-verify-1908-2n-skx:
352         - 48  # NDRPDR full
353         - 49  # NDRPDR full
354         - 50  # NDRPDR full
355         - 51  # NDRPDR full
356         - 54  # NDRPDR full
357         - 55  # NDRPDR full
358         - 66  # NDRPDR full
359
360     vpp-perf-results-3n-tsh:
361       # TODO: Add FULL data
362       csit-vpp-perf-verify-1908-3n-tsh:
363         - 12  # NDRPDR sel
364
365     vpp-mrr-results-3n-hsw:
366       csit-vpp-perf-verify-1904-3n-hsw:
367         - 9   # MRR sel
368       # TODO: Add data
369       # csit-vpp-perf-verify-1908-3n-hsw:
370
371     vpp-mrr-results-3n-skx:
372       csit-vpp-perf-verify-1904-3n-skx:
373         - 7   # MRR sel
374       # TODO: Add data
375       # csit-vpp-perf-verify-1908-3n-skx:
376
377     vpp-mrr-results-2n-skx:
378       csit-vpp-perf-verify-1904-2n-skx:
379         - 11  # MRR sel
380       # TODO: Add data
381       # csit-vpp-perf-verify-1908-2n-skx:
382
383     vpp-func-results-ubuntu:
384       csit-vpp-functional-1908-ubuntu1604-virl:
385         - 64
386
387     vpp-func-results-centos:
388       csit-vpp-functional-1908-centos7-virl:
389         - 64
390
391     vpp-device-results-ubuntu:
392       csit-vpp-device-1908-ubuntu1804-1n-skx:
393         - 65
394
395     dpdk-perf-results-3n-hsw:
396       csit-dpdk-perf-verify-1908-3n-hsw:
397         - 10  # NDRPDR sel
398
399     dpdk-perf-results-3n-skx:
400       csit-dpdk-perf-verify-1908-3n-skx:
401         - 12  # NDRPDR sel
402
403     dpdk-perf-results-2n-skx:
404       csit-dpdk-perf-verify-1908-2n-skx:
405         - 12  # NDRPDR sel
406
407     # HoneyComb Functional
408     hc-func-results:
409       csit-hc2vpp-verify-func-1904-ubuntu1604:
410         - 4
411       # TODO: Add data
412       # csit-hc2vpp-verify-func-1908-ubuntu1604:
413
414 #    # NSH SFC Functional
415 #    nsh-func-results:
416 #      # Not used
417 #      csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
418 #        - 1
419
420     # DMM Functional
421     dmm-func-results:
422       csit-dmm-functional-1904-ubuntu1604-virl:
423         - 1
424       # TODO: Add data
425       # csit-dmm-functional-1908-ubuntu1604-virl:
426
427     ###########################################################################
428     # Tables (more than one data set)
429
430     # Performance changes
431
432 #    intel-dnv-vpp-changes-2n-dnv-h1:
433 #      intel-dnv-vpp-release-1810:
434 #        - 1
435 #    intel-dnv-vpp-changes-2n-dnv-ref:
436 #      intel-dnv-vpp-release-1901:
437 #        - 1
438 #    intel-dnv-vpp-changes-2n-dnv-cmp:
439 #      # intel-dnv-vpp-release-1904:
440 #      intel-dnv-vpp-release-1901:
441 #        - 1
442 #    intel-dnv-vpp-changes-2n-dnv:
443 #      - "intel-dnv-vpp-changes-2n-dnv-h1"
444 #      - "intel-dnv-vpp-changes-2n-dnv-ref"
445 #      - "intel-dnv-vpp-changes-2n-dnv-cmp"
446
447     vpp-performance-changes-3n-hsw-h1:
448       csit-vpp-perf-verify-1901-3n-hsw:
449         - 10  # NDRPDR sel
450         - 19  # NDRPDR sel
451         - 31  # NDRPDR sel
452         - 36  # NDRPDR sel
453         - 40  # NDRPDR sel
454         - 42  # NDRPDR sel
455         - 44  # NDRPDR sel
456         - 46  # NDRPDR sel
457         - 47  # NDRPDR sel
458         - 48  # NDRPDR sel
459         - 61  # NDRPDR LB
460         - 62  # NDRPDR LB
461         - 63  # NDRPDR LB
462         - 64  # NDRPDR LB
463         - 65  # NDRPDR LB
464         - 66  # NDRPDR LB
465         - 67  # NDRPDR LB
466         - 69  # NDRPDR LB
467         - 70  # NDRPDR LB
468         - 71  # NDRPDR LB
469     vpp-performance-changes-3n-hsw-ref:
470       csit-vpp-perf-verify-1904-3n-hsw:
471         - 11  # NDRPDR sel
472         - 12  # NDRPDR sel
473         - 20  # NDRPDR sel
474         - 21  # NDRPDR sel
475         - 23  # NDRPDR sel
476         - 24  # NDRPDR sel
477         - 25  # NDRPDR sel
478         - 26  # NDRPDR sel
479         - 29  # NDRPDR sel
480         - 30  # NDRPDR sel
481     vpp-performance-changes-3n-hsw-cmp:
482       csit-vpp-perf-verify-1908-3n-hsw:
483         - 12  # NDRPDR sel
484         - 13  # NDRPDR sel
485         - 14  # NDRPDR sel
486         - 15  # NDRPDR sel
487         - 16  # NDRPDR sel
488         - 17  # NDRPDR sel
489         - 18  # NDRPDR sel
490         - 19  # NDRPDR sel
491         - 20  # NDRPDR sel
492         - 21  # NDRPDR sel
493     vpp-performance-changes-3n-hsw:
494       - "vpp-performance-changes-3n-hsw-h1"
495       - "vpp-performance-changes-3n-hsw-ref"
496       - "vpp-performance-changes-3n-hsw-cmp"
497
498     vpp-performance-changes-3n-skx-h1:
499       csit-vpp-perf-verify-1901-3n-skx:
500         - 18  # NDRPDR sel
501         - 19  # NDRPDR sel
502         - 20  # NDRPDR sel
503         - 28  # NDRPDR sel
504         - 31  # NDRPDR sel
505         - 33  # NDRPDR sel
506         - 36  # NDRPDR sel
507         - 38  # NDRPDR sel
508         - 47  # NDRPDR sel
509         - 48  # NDRPDR sel
510         - 54  # NDRPDR LB
511         - 57  # NDRPDR LB
512         - 58  # NDRPDR LB
513         - 59  # NDRPDR LB
514         - 60  # NDRPDR LB
515         - 63  # NDRPDR LB
516         - 64  # NDRPDR LB
517         - 65  # NDRPDR LB
518         - 66  # NDRPDR LB
519         - 67  # NDRPDR LB
520     vpp-performance-changes-3n-skx-ref:
521       csit-vpp-perf-verify-1904-3n-skx:
522         - 8   # NDRPDR sel
523         - 9   # NDRPDR sel
524         - 10  # NDRPDR sel
525         - 11  # NDRPDR sel
526         - 12  # NDRPDR sel
527         - 14  # NDRPDR sel
528         - 16  # NDRPDR sel
529         - 21  # NDRPDR sel
530         - 23  # NDRPDR sel
531         - 25  # NDRPDR sel
532     vpp-performance-changes-3n-skx-cmp:
533       # TODO: Add data
534       csit-vpp-perf-verify-1908-3n-skx:
535         - 14  # NDRPDR sel
536         - 16  # NDRPDR sel
537         - 19  # NDRPDR sel
538         - 20  # NDRPDR sel
539         - 22  # NDRPDR sel
540         - 23  # NDRPDR sel
541         - 24  # NDRPDR sel
542         - 25  # NDRPDR sel
543         - 26  # NDRPDR sel
544     vpp-performance-changes-3n-skx:
545       - "vpp-performance-changes-3n-skx-h1"
546       - "vpp-performance-changes-3n-skx-ref"
547       - "vpp-performance-changes-3n-skx-cmp"
548
549     vpp-performance-changes-2n-skx-h1:
550       csit-vpp-perf-verify-1901-2n-skx:
551         - 5   # NDRPDR sel
552         - 12  # NDRPDR sel
553         - 13  # NDRPDR sel
554         - 21  # NDRPDR sel
555         - 23  # NDRPDR sel
556         - 31  # NDRPDR sel
557         - 34  # NDRPDR sel
558         - 40  # NDRPDR sel
559         - 42  # NDRPDR sel
560         - 43  # NDRPDR sel
561     vpp-performance-changes-2n-skx-ref:
562       csit-vpp-perf-verify-1904-2n-skx:
563         - 12  # NDRPDR sel
564         - 14  # NDRPDR sel
565         - 16  # NDRPDR sel
566         - 17  # NDRPDR sel
567         - 18  # NDRPDR sel
568         - 21  # NDRPDR sel
569         - 27  # NDRPDR sel
570         - 30  # NDRPDR sel
571         - 31  # NDRPDR sel
572         - 32  # NDRPDR sel
573     vpp-performance-changes-2n-skx-cmp:
574       csit-vpp-perf-verify-1908-2n-skx:
575         - 26  # NDRPDR sel
576         - 27  # NDRPDR sel
577         - 34  # NDRPDR sel
578         - 35  # NDRPDR sel
579         - 36  # NDRPDR sel
580         - 42  # NDRPDR sel
581         - 43  # NDRPDR sel
582         - 44  # NDRPDR sel
583         - 45  # NDRPDR sel
584         - 46  # NDRPDR sel
585     vpp-performance-changes-2n-skx:
586       - "vpp-performance-changes-2n-skx-h1"
587       - "vpp-performance-changes-2n-skx-ref"
588       - "vpp-performance-changes-2n-skx-cmp"
589
590 #    vpp-soak-vs-ndr-2n-skx-ref:
591 #      csit-vpp-perf-verify-1904-2n-skx:
592 #        - 12  # NDRPDR sel
593 #        - 14  # NDRPDR sel
594 #        - 16  # NDRPDR sel
595 #        - 17  # NDRPDR sel
596 #        - 18  # NDRPDR sel
597 #        - 21  # NDRPDR sel
598 #        - 27  # NDRPDR sel
599 #        - 30  # NDRPDR sel
600 #        - 31  # NDRPDR sel
601 #        - 32  # NDRPDR sel
602 #      # TODO: Add data
603 #      # csit-vpp-perf-verify-1908-2n-skx:
604 #    vpp-soak-vs-ndr-2n-skx-cmp:
605 #      csit-vpp-perf-verify-1904-2n-skx:
606 #        - 70  # soak
607 #        - 71  # soak
608 #      # TODO: Add data
609 #      # csit-vpp-perf-verify-1908-2n-skx:
610 #    vpp-soak-vs-ndr-2n-skx:
611 #      csit-vpp-perf-verify-1904-2n-skx:
612 #        - 12  # NDRPDR sel
613 #        - 14  # NDRPDR sel
614 #        - 16  # NDRPDR sel
615 #        - 17  # NDRPDR sel
616 #        - 18  # NDRPDR sel
617 #        - 21  # NDRPDR sel
618 #        - 27  # NDRPDR sel
619 #        - 30  # NDRPDR sel
620 #        - 31  # NDRPDR sel
621 #        - 32  # NDRPDR sel
622 #        - 70  # soak
623 #        - 71  # soak
624 #      # TODO: Add data
625 #      # csit-vpp-perf-verify-1908-2n-skx:
626
627     vpp-performance-changes-3n-hsw-mrr-h1:
628       csit-vpp-perf-verify-1901-3n-hsw:
629         - 35  # MRR sel
630     vpp-performance-changes-3n-hsw-mrr-ref:
631       csit-vpp-perf-verify-1904-3n-hsw:
632         - 9   # MRR sel
633     vpp-performance-changes-3n-hsw-mrr-cmp:
634       csit-vpp-perf-verify-1904-3n-hsw:
635         - 9   # MRR sel
636       # TODO: Add data
637       # csit-vpp-perf-verify-1908-3n-hsw:
638     vpp-performance-changes-3n-hsw-mrr:
639       - "vpp-performance-changes-3n-hsw-mrr-h1"
640       - "vpp-performance-changes-3n-hsw-mrr-ref"
641       - "vpp-performance-changes-3n-hsw-mrr-cmp"
642
643     vpp-performance-changes-3n-skx-mrr-h1:
644       csit-vpp-perf-verify-1901-3n-skx:
645         - 32  # MRR sel
646     vpp-performance-changes-3n-skx-mrr-ref:
647       csit-vpp-perf-verify-1904-3n-skx:
648         - 7   # MRR sel
649     vpp-performance-changes-3n-skx-mrr-cmp:
650       csit-vpp-perf-verify-1904-3n-skx:
651         - 7   # MRR sel
652       # TODO: Add data
653       # csit-vpp-perf-verify-1908-3n-skx:
654     vpp-performance-changes-3n-skx-mrr:
655       - "vpp-performance-changes-3n-skx-mrr-h1"
656       - "vpp-performance-changes-3n-skx-mrr-ref"
657       - "vpp-performance-changes-3n-skx-mrr-cmp"
658
659     vpp-performance-changes-2n-skx-mrr-h1:
660       csit-vpp-perf-verify-1901-2n-skx:
661         - 22  # MRR sel
662     vpp-performance-changes-2n-skx-mrr-ref:
663       csit-vpp-perf-verify-1904-2n-skx:
664         - 11  # MRR sel
665     vpp-performance-changes-2n-skx-mrr-cmp:
666       csit-vpp-perf-verify-1904-2n-skx:
667         - 11  # MRR sel
668       # TODO: Add data
669       # csit-vpp-perf-verify-1908-2n-skx:
670     vpp-performance-changes-2n-skx-mrr:
671       - "vpp-performance-changes-2n-skx-mrr-h1"
672       - "vpp-performance-changes-2n-skx-mrr-ref"
673       - "vpp-performance-changes-2n-skx-mrr-cmp"
674
675     dpdk-performance-changes-3n-hsw-h1:
676       csit-dpdk-perf-verify-1901-3n-hsw:
677         - 13  # NDRPDR sel
678         - 14  # NDRPDR sel
679         - 16  # NDRPDR sel
680         - 17  # NDRPDR sel
681         - 18  # NDRPDR sel
682         - 19  # NDRPDR sel
683         - 20  # NDRPDR sel
684         - 21  # NDRPDR sel
685         - 22  # NDRPDR sel
686         - 23  # NDRPDR sel
687     dpdk-performance-changes-3n-hsw-ref:
688       csit-dpdk-perf-verify-1904-3n-hsw:
689         - 2   # NDRPDR sel
690         - 3   # NDRPDR sel
691         - 5   # NDRPDR sel
692         - 6   # NDRPDR sel
693         - 13  # NDRPDR sel
694         - 14  # NDRPDR sel
695         - 15  # NDRPDR sel
696         - 18  # NDRPDR sel
697         - 19  # NDRPDR sel
698         - 20  # NDRPDR sel
699     dpdk-performance-changes-3n-hsw-cmp:
700       csit-dpdk-perf-verify-1908-3n-hsw:
701         - 2   # NDRPDR sel
702         - 3   # NDRPDR sel
703         - 4   # NDRPDR sel
704         - 5   # NDRPDR sel
705         - 6   # NDRPDR sel
706         - 7   # NDRPDR sel
707         - 8   # NDRPDR sel
708         - 9   # NDRPDR sel
709         - 10  # NDRPDR sel
710         - 11  # NDRPDR sel
711     dpdk-performance-changes-3n-hsw:
712       - "dpdk-performance-changes-3n-hsw-h1"
713       - "dpdk-performance-changes-3n-hsw-ref"
714       - "dpdk-performance-changes-3n-hsw-cmp"
715
716     dpdk-performance-changes-3n-skx-h1:
717       csit-dpdk-perf-verify-1901-3n-skx:
718         - 3   # NDRPDR sel
719         - 5   # NDRPDR sel
720         - 6   # NDRPDR sel
721         - 7   # NDRPDR sel
722         - 8   # NDRPDR sel
723         - 9   # NDRPDR sel
724         - 10  # NDRPDR sel
725         - 11  # NDRPDR sel
726         - 12  # NDRPDR sel
727         - 13  # NDRPDR sel
728     dpdk-performance-changes-3n-skx-ref:
729       csit-dpdk-perf-verify-1904-3n-skx:
730         - 2   # NDRPDR sel
731         - 3   # NDRPDR sel
732         - 4   # NDRPDR sel
733         - 5   # NDRPDR sel
734         - 6   # NDRPDR sel
735         - 7   # NDRPDR sel
736         - 11  # NDRPDR sel
737         - 12  # NDRPDR sel
738         - 13  # NDRPDR sel
739         - 14  # NDRPDR sel
740     dpdk-performance-changes-3n-skx-cmp:
741       csit-dpdk-perf-verify-1908-3n-skx:
742         - 3   # NDRPDR sel
743         - 4   # NDRPDR sel
744         - 5   # NDRPDR sel
745         - 6   # NDRPDR sel
746         - 7   # NDRPDR sel
747         - 8   # NDRPDR sel
748         - 9   # NDRPDR sel
749         - 10  # NDRPDR sel
750         - 11  # NDRPDR sel
751         - 12  # NDRPDR sel
752     dpdk-performance-changes-3n-skx:
753       - "dpdk-performance-changes-3n-skx-h1"
754       - "dpdk-performance-changes-3n-skx-ref"
755       - "dpdk-performance-changes-3n-skx-cmp"
756
757     dpdk-performance-changes-2n-skx-h1:
758       csit-dpdk-perf-verify-1901-2n-skx:
759         - 12  # NDRPDR sel
760         - 13  # NDRPDR sel
761         - 14  # NDRPDR sel
762         - 15  # NDRPDR sel
763         - 16  # NDRPDR sel
764         - 17  # NDRPDR sel
765         - 18  # NDRPDR sel
766         - 19  # NDRPDR sel
767         - 20  # NDRPDR sel
768         - 21  # NDRPDR sel
769     dpdk-performance-changes-2n-skx-ref:
770       csit-dpdk-perf-verify-1904-2n-skx:
771         - 2   # NDRPDR sel
772         - 3   # NDRPDR sel
773         - 4   # NDRPDR sel
774         - 5   # NDRPDR sel
775         - 7   # NDRPDR sel
776         - 8   # NDRPDR sel
777         - 9   # NDRPDR sel
778         - 10  # NDRPDR sel
779         - 11  # NDRPDR sel
780         - 12  # NDRPDR sel
781     dpdk-performance-changes-2n-skx-cmp:
782       csit-dpdk-perf-verify-1908-2n-skx:
783         - 2   # NDRPDR sel
784         - 3   # NDRPDR sel
785         - 4   # NDRPDR sel
786         - 5   # NDRPDR sel
787         - 7   # NDRPDR sel
788         - 8   # NDRPDR sel
789         - 9   # NDRPDR sel
790         - 10  # NDRPDR sel
791         - 11  # NDRPDR sel
792         - 12  # NDRPDR sel
793     dpdk-performance-changes-2n-skx:
794       - "dpdk-performance-changes-2n-skx-h1"
795       - "dpdk-performance-changes-2n-skx-ref"
796       - "dpdk-performance-changes-2n-skx-cmp"
797
798     # Compare testbeds
799
800     vpp-compare-testbeds-ref:
801       csit-vpp-perf-verify-1908-3n-hsw:
802         - 12  # NDRPDR sel
803         - 13  # NDRPDR sel
804         - 14  # NDRPDR sel
805         - 15  # NDRPDR sel
806         - 16  # NDRPDR sel
807         - 17  # NDRPDR sel
808         - 18  # NDRPDR sel
809         - 19  # NDRPDR sel
810         - 20  # NDRPDR sel
811         - 21  # NDRPDR sel
812     vpp-compare-testbeds-cmp:
813       # TODO: Add data
814       csit-vpp-perf-verify-1908-3n-skx:
815         - 14  # NDRPDR sel
816         - 16  # NDRPDR sel
817         - 19  # NDRPDR sel
818         - 20  # NDRPDR sel
819         - 22  # NDRPDR sel
820         - 23  # NDRPDR sel
821         - 24  # NDRPDR sel
822         - 25  # NDRPDR sel
823         - 26  # NDRPDR sel
824     vpp-compare-testbeds:
825       - "vpp-compare-testbeds-ref"
826       - "vpp-compare-testbeds-cmp"
827
828     vpp-compare-testbeds-mrr-ref:
829       csit-vpp-perf-verify-1904-3n-hsw:
830         - 9   # MRR sel
831       # TODO: Add data
832       # csit-vpp-perf-verify-1908-3n-hsw:
833     vpp-compare-testbeds-mrr-cmp:
834       csit-vpp-perf-verify-1904-3n-skx:
835         - 7   # MRR sel
836       # TODO: Add data
837       # csit-vpp-perf-verify-1908-3n-skx:
838     vpp-compare-testbeds-mrr:
839       - "vpp-compare-testbeds-mrr-ref"
840       - "vpp-compare-testbeds-mrr-cmp"
841
842     dpdk-compare-testbeds-ref:
843       # TODO: Add data
844       csit-dpdk-perf-verify-1908-3n-hsw:
845         - 2   # NDRPDR sel
846         - 3   # NDRPDR sel
847         - 4   # NDRPDR sel
848         - 5   # NDRPDR sel
849         - 6   # NDRPDR sel
850         - 7   # NDRPDR sel
851         - 8   # NDRPDR sel
852         - 9   # NDRPDR sel
853         - 10  # NDRPDR sel
854         - 11  # NDRPDR sel
855     dpdk-compare-testbeds-cmp:
856       csit-dpdk-perf-verify-1908-3n-skx:
857         - 3   # NDRPDR sel
858         - 4   # NDRPDR sel
859         - 5   # NDRPDR sel
860         - 6   # NDRPDR sel
861         - 7   # NDRPDR sel
862         - 8   # NDRPDR sel
863         - 9   # NDRPDR sel
864         - 10  # NDRPDR sel
865         - 11  # NDRPDR sel
866         - 12  # NDRPDR sel
867     dpdk-compare-testbeds:
868       - "dpdk-compare-testbeds-ref"
869       - "dpdk-compare-testbeds-cmp"
870
871     # Compare topologies
872
873     vpp-compare-topologies-ref:
874       # TODO: Add data
875       csit-vpp-perf-verify-1908-3n-skx:
876         - 14  # NDRPDR sel
877         - 16  # NDRPDR sel
878         - 19  # NDRPDR sel
879         - 20  # NDRPDR sel
880         - 22  # NDRPDR sel
881         - 23  # NDRPDR sel
882         - 24  # NDRPDR sel
883         - 25  # NDRPDR sel
884         - 26  # NDRPDR sel
885     vpp-compare-topologies-cmp:
886       csit-vpp-perf-verify-1908-2n-skx:
887         - 26  # NDRPDR sel
888         - 27  # NDRPDR sel
889         - 34  # NDRPDR sel
890         - 35  # NDRPDR sel
891         - 36  # NDRPDR sel
892         - 42  # NDRPDR sel
893         - 43  # NDRPDR sel
894         - 44  # NDRPDR sel
895         - 45  # NDRPDR sel
896         - 46  # NDRPDR sel
897     vpp-compare-topologies:
898       - "vpp-compare-topologies-ref"
899       - "vpp-compare-topologies-cmp"
900
901     vpp-compare-topologies-mrr-ref:
902       csit-vpp-perf-verify-1904-3n-skx:
903         - 7   # MRR sel
904       # TODO: Add data
905       # csit-vpp-perf-verify-1908-3n-skx:
906     vpp-compare-topologies-mrr-cmp:
907       csit-vpp-perf-verify-1904-2n-skx:
908         - 11  # MRR sel
909       # TODO: Add data
910       # csit-vpp-perf-verify-1908-2n-skx:
911     vpp-compare-topologies-mrr:
912       - "vpp-compare-topologies-mrr-ref"
913       - "vpp-compare-topologies-mrr-cmp"
914
915     dpdk-compare-topologies-ref:
916       csit-dpdk-perf-verify-1908-3n-skx:
917         - 3   # NDRPDR sel
918         - 4   # NDRPDR sel
919         - 5   # NDRPDR sel
920         - 6   # NDRPDR sel
921         - 7   # NDRPDR sel
922         - 8   # NDRPDR sel
923         - 9   # NDRPDR sel
924         - 10  # NDRPDR sel
925         - 11  # NDRPDR sel
926         - 12  # NDRPDR sel
927     dpdk-compare-topologies-cmp:
928       csit-dpdk-perf-verify-1908-2n-skx:
929         - 2   # NDRPDR sel
930         - 3   # NDRPDR sel
931         - 4   # NDRPDR sel
932         - 5   # NDRPDR sel
933         - 7   # NDRPDR sel
934         - 8   # NDRPDR sel
935         - 9   # NDRPDR sel
936         - 10  # NDRPDR sel
937         - 11  # NDRPDR sel
938         - 12  # NDRPDR sel
939     dpdk-compare-topologies:
940       - "dpdk-compare-topologies-ref"
941       - "dpdk-compare-topologies-cmp"
942
943   plot-layouts:
944
945     plot-soak-throughput:
946       titlefont:
947         size: 18
948       xaxis:
949         title: "<b>Test Cases [Index]</b>"
950         titlefont:
951           size: 16
952         autorange: True
953         fixedrange: False
954         gridcolor: "rgb(230, 230, 230)"
955         linecolor: "rgb(220, 220, 220)"
956         linewidth: 1
957         showgrid: True
958         showline: True
959         showticklabels: True
960         tickcolor: "rgb(220, 220, 220)"
961         tickmode: "linear"
962         tickfont:
963           size: 16
964         zeroline: False
965       yaxis:
966         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
967         titlefont:
968           size: 16
969         gridcolor: "rgb(230, 230, 230)"
970         hoverformat: ".4r"
971         tickformat: ".3r"
972         linecolor: "rgb(220, 220, 220)"
973         linewidth: 1
974         showgrid: True
975         showline: True
976         showticklabels: True
977         tickcolor: "rgb(220, 220, 220)"
978         tickfont:
979           size: 16
980         zeroline: False
981         range: [0,50]
982       autosize: False
983       margin:
984         t: 50
985         b: 0
986         l: 80
987         r: 20
988       showlegend: True
989       legend:
990         orientation: "h"
991         font:
992           size: 16
993       width: 700
994       height: 900
995
996     plot-service-density:
997       titlefont:
998         size: 18
999       xaxis:
1000         side: "top"
1001         autorange: True
1002         fixedrange: False
1003         showgrid: False
1004         showline: False
1005         showticklabels: False
1006         ticks: ""
1007         ticklen: 0
1008         tickwidth: 0
1009         zeroline: False
1010       yaxis:
1011         autorange: "reversed"
1012         showgrid: False
1013         showline: False
1014         showticklabels: False
1015         ticks: ""
1016         ticklen: 0
1017         tickwidth: 0
1018         zeroline: False
1019       autosize: True
1020       showlegend: False
1021       width: 700
1022       height: 700
1023
1024     plot-cps:
1025       titlefont:
1026         size: 18
1027       xaxis:
1028         title: "<b>Test Cases [Index]</b>"
1029         titlefont:
1030           size: 16
1031         autorange: True
1032         fixedrange: False
1033         gridcolor: "rgb(230, 230, 230)"
1034         linecolor: "rgb(220, 220, 220)"
1035         linewidth: 1
1036         showgrid: True
1037         showline: True
1038         showticklabels: True
1039         tickcolor: "rgb(220, 220, 220)"
1040         tickmode: "linear"
1041         tickfont:
1042           size: 16
1043         zeroline: False
1044       yaxis:
1045         title: "<b>Connections Per Second [cps]</b>"
1046         titlefont:
1047           size: 16
1048         gridcolor: "rgb(230, 230, 230)"
1049         hoverformat: ".4s"
1050         linecolor: "rgb(220, 220, 220)"
1051         linewidth: 1
1052         rangemode: "tozero"
1053         showgrid: True
1054         showline: True
1055         showticklabels: True
1056         tickcolor: "rgb(220, 220, 220)"
1057         tickformat: ".3s"
1058         tickfont:
1059           size: 16
1060         zeroline: False
1061       boxmode: "group"
1062       boxgroupgap: 0.5
1063       autosize: False
1064       margin:
1065         t: 50
1066         b: 20
1067         l: 80
1068         r: 20
1069       showlegend: True
1070       legend:
1071         orientation: "h"
1072         font:
1073           size: 16
1074       width: 700
1075       height: 800
1076
1077     plot-rps:
1078       titlefont:
1079         size: 18
1080       xaxis:
1081         title: "<b>Test Cases [Index]</b>"
1082         titlefont:
1083           size: 16
1084         autorange: True
1085         fixedrange: False
1086         gridcolor: "rgb(230, 230, 230)"
1087         linecolor: "rgb(220, 220, 220)"
1088         linewidth: 1
1089         showgrid: True
1090         showline: True
1091         showticklabels: True
1092         tickcolor: "rgb(220, 220, 220)"
1093         tickmode: "linear"
1094         tickfont:
1095           size: 16
1096         zeroline: False
1097       yaxis:
1098         title: "<b>Requests Per Second [rps]</b>"
1099         titlefont:
1100           size: 16
1101         gridcolor: "rgb(230, 230, 230)"
1102         hoverformat: ".4s"
1103         linecolor: "rgb(220, 220, 220)"
1104         linewidth: 1
1105         rangemode: "tozero"
1106         showgrid: True
1107         showline: True
1108         showticklabels: True
1109         tickcolor: "rgb(230, 230, 230)"
1110         tickformat: ".3s"
1111         tickfont:
1112           size: 16
1113         zeroline: False
1114       boxmode: "group"
1115       boxgroupgap: 0.5
1116       autosize: False
1117       margin:
1118         t: 50
1119         b: 20
1120         l: 80
1121         r: 20
1122       showlegend: True
1123       legend:
1124         orientation: "h"
1125         font:
1126           size: 16
1127       width: 700
1128       height: 800
1129
1130     plot-throughput:
1131       titlefont:
1132         size: 18
1133       xaxis:
1134         title: "<b>Test Cases [Index]</b>"
1135         titlefont:
1136           size: 16
1137         autorange: True
1138         fixedrange: False
1139         gridcolor: "rgb(230, 230, 230)"
1140         linecolor: "rgb(220, 220, 220)"
1141         linewidth: 1
1142         showgrid: True
1143         showline: True
1144         showticklabels: True
1145         tickcolor: "rgb(220, 220, 220)"
1146         tickmode: "linear"
1147         tickfont:
1148           size: 16
1149         zeroline: False
1150       yaxis:
1151         title: "<b>Packet Throughput [Mpps]</b>"
1152         titlefont:
1153           size: 16
1154         gridcolor: "rgb(230, 230, 230)"
1155         hoverformat: ".4r"
1156         tickformat: ".3r"
1157         linecolor: "rgb(220, 220, 220)"
1158         linewidth: 1
1159         showgrid: True
1160         showline: True
1161         showticklabels: True
1162         tickcolor: "rgb(220, 220, 220)"
1163         tickfont:
1164           size: 16
1165         zeroline: False
1166         range: [0,50]
1167       boxmode: "group"
1168       boxgroupgap: 0.5
1169       autosize: False
1170       margin:
1171         t: 50
1172         b: 0
1173         l: 80
1174         r: 20
1175       showlegend: True
1176       legend:
1177         orientation: "h"
1178         font:
1179           size: 16
1180       width: 700
1181       height: 900
1182
1183     plot-throughput-speedup-analysis:
1184       titlefont:
1185         size: 18
1186       xaxis:
1187         title: "<b>Number of Cores [Qty]</b>"
1188         titlefont:
1189           size: 16
1190         autorange: True
1191         fixedrange: False
1192         gridcolor: "rgb(230, 230, 230)"
1193         linecolor: "rgb(220, 220, 220)"
1194         linewidth: 1
1195         showgrid: True
1196         showline: True
1197         showticklabels: True
1198         tickcolor: "rgb(238, 238, 238)"
1199         tickmode: "linear"
1200         tickfont:
1201           size: 16
1202         zeroline: False
1203       yaxis:
1204         title: "<b>Packet Throughput [Mpps]</b>"
1205         titlefont:
1206           size: 16
1207         type: "linear"
1208         gridcolor: "rgb(230, 230, 230)"
1209         hoverformat: ".4s"
1210         linecolor: "rgb(220, 220, 220)"
1211         linewidth: 1
1212         showgrid: True
1213         showline: True
1214         showticklabels: True
1215         tickcolor: "rgb(220, 220, 220)"
1216         tickformat: ".4s"
1217         tickfont:
1218           size: 16
1219         zeroline: True
1220         rangemode: "tozero"
1221         range: [0,100]
1222       legend:
1223         orientation: "h"
1224         font:
1225           size: 16
1226         xanchor: "left"
1227         yanchor: "top"
1228         x: 0
1229         y: -0.2
1230         bgcolor: "rgba(255, 255, 255, 0)"
1231         bordercolor: "rgba(255, 255, 255, 0)"
1232         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1233       autosize: False
1234       margin:
1235           't': 50
1236           'b': 150
1237           'l': 85
1238           'r': 10
1239       showlegend: True
1240       width: 700
1241       height: 700
1242       hoverlabel:
1243         namelength: -1
1244       annotations: [
1245         {
1246           text: "_ _          __          ...",
1247           align: "left",
1248           showarrow: False,
1249           xref: "paper",
1250           yref: "paper",
1251           xanchor: "left",
1252           yanchor: "top",
1253           x: 0,
1254           y: -0.13,
1255           font: {
1256             family: "Consolas, Courier New",
1257             size: 15
1258           },
1259         },
1260         {
1261           text: "    Perfect     Measured     Limit",
1262           align: "left",
1263           showarrow: False,
1264           xref: "paper",
1265           yref: "paper",
1266           xanchor: "left",
1267           yanchor: "top",
1268           x: 0,
1269           y: -0.15,
1270           font: {
1271             family: "Consolas, Courier New",
1272             size: 15
1273           },
1274         },
1275       ]
1276
1277     plot-latency:
1278       titlefont:
1279         size: 18
1280       xaxis:
1281         title: "<b>Direction</b>"
1282         titlefont:
1283           size: 16
1284         autorange: True
1285         fixedrange: False
1286         gridcolor: "rgb(230, 230, 230)"
1287         linecolor: "rgb(220, 220, 220)"
1288         linewidth: 1
1289         showgrid: True
1290         showline: True
1291         showticklabels: False
1292         tickcolor: "rgb(220, 220, 220)"
1293         tickmode: "linear"
1294         tickfont:
1295           size: 16
1296         zeroline: False
1297       yaxis:
1298         title: "<b>Packet Latency [uSec]</b>"
1299         titlefont:
1300           size: 16
1301         type: "linear"
1302         gridcolor: "rgb(230, 230, 230)"
1303         hoverformat: ".4s"
1304         linecolor: "rgb(220, 220, 220)"
1305         linewidth: 1
1306         showgrid: True
1307         showline: True
1308         showticklabels: True
1309         tickcolor: "rgb(220, 220, 220)"
1310         tickformat: ".4s"
1311         tickfont:
1312           size: 16
1313         zeroline: True
1314         rangemode: "tozero"
1315       legend:
1316         orientation: "h"
1317         font:
1318           size: 16
1319         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1320       autosize: False
1321       margin:
1322           't': 50
1323           'b': 150
1324           'l': 80
1325           'r': 10
1326       showlegend: True
1327       width: 700
1328       height: 700
1329       hoverlabel:
1330         namelength: -1
1331
1332 - type: "static"
1333   src-path: "{DIR[RST]}"
1334   dst-path: "{DIR[WORKING,SRC]}"
1335
1336 - type: "input"
1337   general:
1338     file-name: "output_info.xml.gz"
1339     file-format: ".gz"
1340     arch-file-format:
1341       - ".gz"
1342       - ".zip"
1343     download-path: "{job}/{build}/archives/{filename}"
1344     extract: "output.xml"
1345
1346     zip-file-name: "robot-plugin.zip"
1347     zip-file-format: ".zip"
1348     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1349     zip-extract: "robot-plugin/output.xml"
1350
1351   builds:
1352 #    intel-dnv-vpp-release-1904:
1353 #      - 1
1354 #
1355 #    intel-dnv-vpp-release-1901:
1356 #      - 1
1357
1358     csit-vpp-perf-verify-1901-3n-hsw:
1359       - 35  # MRR sel
1360       - 10  # NDRPDR sel
1361       - 19  # NDRPDR sel
1362       - 31  # NDRPDR sel
1363       - 36  # NDRPDR sel
1364       - 40  # NDRPDR sel
1365       - 42  # NDRPDR sel
1366       - 44  # NDRPDR sel
1367       - 46  # NDRPDR sel
1368       - 47  # NDRPDR sel
1369       - 48  # NDRPDR sel
1370       - 61  # NDRPDR LB
1371       - 62  # NDRPDR LB
1372       - 63  # NDRPDR LB
1373       - 64  # NDRPDR LB
1374       - 65  # NDRPDR LB
1375       - 66  # NDRPDR LB
1376       - 67  # NDRPDR LB
1377       - 69  # NDRPDR LB
1378       - 70  # NDRPDR LB
1379       - 71  # NDRPDR LB
1380     csit-vpp-perf-verify-1904-3n-hsw:
1381       - 9   # MRR sel
1382       - 11  # NDRPDR sel
1383       - 12  # NDRPDR sel
1384       - 20  # NDRPDR sel
1385       - 21  # NDRPDR sel
1386       - 23  # NDRPDR sel
1387       - 24  # NDRPDR sel
1388       - 25  # NDRPDR sel
1389       - 26  # NDRPDR sel
1390       - 29  # NDRPDR sel
1391       - 30  # NDRPDR sel
1392     # TODO: Add data
1393     csit-vpp-perf-verify-1908-3n-hsw:
1394       - 12  # NDRPDR sel
1395       - 13  # NDRPDR sel
1396       - 14  # NDRPDR sel
1397       - 15  # NDRPDR sel
1398       - 16  # NDRPDR sel
1399       - 17  # NDRPDR sel
1400       - 18  # NDRPDR sel
1401       - 19  # NDRPDR sel
1402       - 20  # NDRPDR sel
1403       - 21  # NDRPDR sel
1404       - 24  # NDRPDR full
1405       - 25  # NDRPDR full
1406       - 26  # NDRPDR full
1407       - 27  # NDRPDR full
1408       - 28  # NDRPDR full
1409       - 29  # NDRPDR full
1410       - 32  # NDRPDR full
1411
1412     csit-vpp-perf-verify-1901-3n-skx:
1413       - 32  # MRR sel
1414       - 18  # NDRPDR sel
1415       - 19  # NDRPDR sel
1416       - 20  # NDRPDR sel
1417       - 28  # NDRPDR sel
1418       - 31  # NDRPDR sel
1419       - 33  # NDRPDR sel
1420       - 36  # NDRPDR sel
1421       - 38  # NDRPDR sel
1422       - 47  # NDRPDR sel
1423       - 48  # NDRPDR sel
1424       - 54  # NDRPDR LB
1425       - 57  # NDRPDR LB
1426       - 58  # NDRPDR LB
1427       - 59  # NDRPDR LB
1428       - 60  # NDRPDR LB
1429       - 63  # NDRPDR LB
1430       - 64  # NDRPDR LB
1431       - 65  # NDRPDR LB
1432       - 66  # NDRPDR LB
1433       - 67  # NDRPDR LB
1434     csit-vpp-perf-verify-1904-3n-skx:
1435       - 7   # MRR sel
1436       - 8   # NDRPDR sel
1437       - 9   # NDRPDR sel
1438       - 10  # NDRPDR sel
1439       - 11  # NDRPDR sel
1440       - 12  # NDRPDR sel
1441       - 14  # NDRPDR sel
1442       - 16  # NDRPDR sel
1443       - 21  # NDRPDR sel
1444       - 23  # NDRPDR sel
1445       - 25  # NDRPDR sel
1446     # TODO: Add data
1447     csit-vpp-perf-verify-1908-3n-skx:
1448       - 14  # NDRPDR sel
1449       - 16  # NDRPDR sel
1450       - 19  # NDRPDR sel
1451       - 20  # NDRPDR sel
1452       - 22  # NDRPDR sel
1453       - 23  # NDRPDR sel
1454       - 24  # NDRPDR sel
1455       - 25  # NDRPDR sel
1456       - 26  # NDRPDR sel
1457       - 27  # NDRPDR full
1458       - 28  # NDRPDR full
1459       - 30  # NDRPDR full
1460       - 31  # NDRPDR full
1461
1462     csit-vpp-perf-verify-1901-2n-skx:
1463       - 22  # MRR sel
1464       - 5   # NDRPDR sel
1465       - 12  # NDRPDR sel
1466       - 13  # NDRPDR sel
1467       - 21  # NDRPDR sel
1468       - 23  # NDRPDR sel
1469       - 31  # NDRPDR sel
1470       - 34  # NDRPDR sel
1471       - 40  # NDRPDR sel
1472       - 42  # NDRPDR sel
1473       - 43  # NDRPDR sel
1474     csit-vpp-perf-verify-1904-2n-skx:
1475       - 11  # MRR sel
1476       - 12  # NDRPDR sel
1477       - 14  # NDRPDR sel
1478       - 16  # NDRPDR sel
1479       - 17  # NDRPDR sel
1480       - 18  # NDRPDR sel
1481       - 21  # NDRPDR sel
1482       - 27  # NDRPDR sel
1483       - 30  # NDRPDR sel
1484       - 31  # NDRPDR sel
1485       - 32  # NDRPDR sel
1486     # TODO: Add data
1487     csit-vpp-perf-verify-1908-2n-skx:
1488       - 26  # NDRPDR sel
1489       - 27  # NDRPDR sel
1490       - 34  # NDRPDR sel
1491       - 35  # NDRPDR sel
1492       - 36  # NDRPDR sel
1493       - 42  # NDRPDR sel
1494       - 43  # NDRPDR sel
1495       - 44  # NDRPDR sel
1496       - 45  # NDRPDR sel
1497       - 46  # NDRPDR sel
1498       - 48  # NDRPDR full
1499       - 49  # NDRPDR full
1500       - 50  # NDRPDR full
1501       - 51  # NDRPDR full
1502       - 54  # NDRPDR full
1503       - 55  # NDRPDR full
1504       - 66  # NDRPDR full
1505       - 29  # TCP
1506       - 30  # TCP
1507       - 58  # TCP
1508       - 59  # TCP
1509       - 60  # TCP
1510       - 61  # TCP
1511       - 62  # TCP
1512       - 63  # TCP
1513       - 64  # TCP
1514       - 65  # TCP
1515       - 22  # NFV
1516       - 31  # NFV
1517       - 32  # NFV
1518       - 37  # NFV
1519       - 38  # NFV
1520       - 39  # NFV
1521
1522     csit-vpp-perf-verify-1908-3n-tsh:
1523       - 7   # NDRPDR sel
1524       - 8   # NDRPDR sel
1525       - 9   # NDRPDR sel
1526       - 10  # NDRPDR sel
1527       - 11  # NDRPDR sel
1528       - 12  # NDRPDR sel
1529
1530     csit-dpdk-perf-verify-1901-3n-hsw:
1531       - 13  # NDRPDR sel
1532       - 14  # NDRPDR sel
1533       - 16  # NDRPDR sel
1534       - 17  # NDRPDR sel
1535       - 18  # NDRPDR sel
1536       - 19  # NDRPDR sel
1537       - 20  # NDRPDR sel
1538       - 21  # NDRPDR sel
1539       - 22  # NDRPDR sel
1540       - 23  # NDRPDR sel
1541     csit-dpdk-perf-verify-1904-3n-hsw:
1542       - 2   # NDRPDR sel
1543       - 3   # NDRPDR sel
1544       - 5   # NDRPDR sel
1545       - 6   # NDRPDR sel
1546       - 13  # NDRPDR sel
1547       - 14  # NDRPDR sel
1548       - 15  # NDRPDR sel
1549       - 18  # NDRPDR sel
1550       - 19  # NDRPDR sel
1551       - 20  # NDRPDR sel
1552     csit-dpdk-perf-verify-1908-3n-hsw:
1553       - 2   # NDRPDR sel
1554       - 3   # NDRPDR sel
1555       - 4   # NDRPDR sel
1556       - 5   # NDRPDR sel
1557       - 6   # NDRPDR sel
1558       - 7   # NDRPDR sel
1559       - 8   # NDRPDR sel
1560       - 9   # NDRPDR sel
1561       - 10  # NDRPDR sel
1562       - 11  # NDRPDR sel
1563
1564     csit-dpdk-perf-verify-1901-3n-skx:
1565       - 3   # NDRPDR sel
1566       - 5   # NDRPDR sel
1567       - 6   # NDRPDR sel
1568       - 7   # NDRPDR sel
1569       - 8   # NDRPDR sel
1570       - 9   # NDRPDR sel
1571       - 10  # NDRPDR sel
1572       - 11  # NDRPDR sel
1573       - 12  # NDRPDR sel
1574       - 13  # NDRPDR sel
1575     csit-dpdk-perf-verify-1904-3n-skx:
1576       - 2   # NDRPDR sel
1577       - 3   # NDRPDR sel
1578       - 4   # NDRPDR sel
1579       - 5   # NDRPDR sel
1580       - 6   # NDRPDR sel
1581       - 7   # NDRPDR sel
1582       - 11  # NDRPDR sel
1583       - 12  # NDRPDR sel
1584       - 13  # NDRPDR sel
1585       - 14  # NDRPDR sel
1586     csit-dpdk-perf-verify-1908-3n-skx:
1587       - 3   # NDRPDR sel
1588       - 4   # NDRPDR sel
1589       - 5   # NDRPDR sel
1590       - 6   # NDRPDR sel
1591       - 7   # NDRPDR sel
1592       - 8   # NDRPDR sel
1593       - 9   # NDRPDR sel
1594       - 10  # NDRPDR sel
1595       - 11  # NDRPDR sel
1596       - 12  # NDRPDR sel
1597
1598     csit-dpdk-perf-verify-1901-2n-skx:
1599       - 12  # NDRPDR sel
1600       - 13  # NDRPDR sel
1601       - 14  # NDRPDR sel
1602       - 15  # NDRPDR sel
1603       - 16  # NDRPDR sel
1604       - 17  # NDRPDR sel
1605       - 18  # NDRPDR sel
1606       - 19  # NDRPDR sel
1607       - 20  # NDRPDR sel
1608       - 21  # NDRPDR sel
1609     csit-dpdk-perf-verify-1904-2n-skx:
1610       - 2   # NDRPDR sel
1611       - 3   # NDRPDR sel
1612       - 4   # NDRPDR sel
1613       - 5   # NDRPDR sel
1614       - 7   # NDRPDR sel
1615       - 8   # NDRPDR sel
1616       - 9   # NDRPDR sel
1617       - 10  # NDRPDR sel
1618       - 11  # NDRPDR sel
1619       - 12  # NDRPDR sel
1620     csit-dpdk-perf-verify-1908-2n-skx:
1621       - 2   # NDRPDR sel
1622       - 3   # NDRPDR sel
1623       - 4   # NDRPDR sel
1624       - 5   # NDRPDR sel
1625       - 7   # NDRPDR sel
1626       - 8   # NDRPDR sel
1627       - 9   # NDRPDR sel
1628       - 10  # NDRPDR sel
1629       - 11  # NDRPDR sel
1630       - 12  # NDRPDR sel
1631
1632     # TODO: Replace
1633
1634     csit-vpp-functional-1908-ubuntu1604-virl:
1635       - 64
1636     csit-vpp-functional-1908-centos7-virl:
1637       - 64
1638     csit-vpp-device-1908-ubuntu1804-1n-skx:
1639       - 65
1640
1641 - type: "output"
1642   output: "report"
1643   format:
1644     html:
1645     - full
1646 #    pdf:
1647 #    - minimal
1648
1649 ################################################################################
1650 ###                               T A B L E S                                ###
1651 ################################################################################
1652
1653 ## VPP Soak vs NDR
1654 #- type: "table"
1655 #  title: "VPP Soak vs NDR 2n-skx"
1656 #  algorithm: "table_soak_vs_ndr"
1657 #  output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1658 #  reference:
1659 #    title: "NDR"
1660 #    data: "vpp-soak-vs-ndr-2n-skx-ref"
1661 #  compare:
1662 #    title: "Soak"
1663 #    data: "vpp-soak-vs-ndr-2n-skx-cmp"
1664 #  data: "vpp-soak-vs-ndr-2n-skx"
1665 #  include-tests: "NDR"
1666 #  filter: "('NDRPDR' or 'SOAK')"
1667 #  parameters:
1668 #    - "throughput"
1669 #    - "name"
1670 #    - "parent"
1671
1672 ################################################################################
1673
1674 # VPP Compare NICs 3n-skx 2t1c ndr
1675 - type: "table"
1676   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1677   algorithm: "table_nics_comparison"
1678   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1679   reference:
1680     title: "Intel-x710"
1681     nic: "NIC_Intel-X710"
1682   compare:
1683     title: "Intel-xxv710"
1684     nic: "NIC_Intel-XXV710"
1685   data: "vpp-nic-comparison-3n-skx"
1686   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1687   filter: "'2T1C' and 'NDRPDR'"
1688   parameters:
1689   - "name"
1690   - "parent"
1691   - "throughput"
1692   - "tags"
1693
1694 # VPP Compare NICs 3n-skx 4t2c ndr
1695 - type: "table"
1696   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1697   algorithm: "table_nics_comparison"
1698   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1699   reference:
1700     title: "Intel-x710"
1701     nic: "NIC_Intel-X710"
1702   compare:
1703     title: "Intel-xxv710"
1704     nic: "NIC_Intel-XXV710"
1705   data: "vpp-nic-comparison-3n-skx"
1706   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1707   filter: "'4T2C' and 'NDRPDR'"
1708   parameters:
1709   - "name"
1710   - "parent"
1711   - "throughput"
1712   - "tags"
1713
1714 # VPP Compare NICs 3n-skx 2t1c pdr
1715 - type: "table"
1716   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1717   algorithm: "table_nics_comparison"
1718   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1719   reference:
1720     title: "Intel-x710"
1721     nic: "NIC_Intel-X710"
1722   compare:
1723     title: "Intel-xxv710"
1724     nic: "NIC_Intel-XXV710"
1725   data: "vpp-nic-comparison-3n-skx"
1726   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1727   filter: "'2T1C' and 'NDRPDR'"
1728   parameters:
1729   - "name"
1730   - "parent"
1731   - "throughput"
1732   - "tags"
1733
1734  # VPP Compare NICs 3n-skx 4t2c pdr
1735 - type: "table"
1736   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1737   algorithm: "table_nics_comparison"
1738   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1739   reference:
1740     title: "Intel-x710"
1741     nic: "NIC_Intel-X710"
1742   compare:
1743     title: "Intel-xxv710"
1744     nic: "NIC_Intel-XXV710"
1745   data: "vpp-nic-comparison-3n-skx"
1746   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1747   filter: "'4T2C' and 'NDRPDR'"
1748   parameters:
1749   - "name"
1750   - "parent"
1751   - "throughput"
1752   - "tags"
1753
1754 # VPP Compare NICs 3n-skx 2t1c mrr
1755 - type: "table"
1756   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1757   algorithm: "table_nics_comparison"
1758   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1759   reference:
1760     title: "Intel-x710"
1761     nic: "NIC_Intel-X710"
1762   compare:
1763     title: "Intel-xxv710"
1764     nic: "NIC_Intel-XXV710"
1765   data: "vpp-nic-comparison-3n-skx-mrr"
1766   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1767   filter: "'2T1C' and 'MRR'"
1768   parameters:
1769   - "name"
1770   - "parent"
1771   - "result"
1772   - "tags"
1773
1774 # VPP Compare NICs 3n-skx 4t2c mrr
1775 - type: "table"
1776   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1777   algorithm: "table_nics_comparison"
1778   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1779   reference:
1780     title: "Intel-x710"
1781     nic: "NIC_Intel-X710"
1782   compare:
1783     title: "Intel-xxv710"
1784     nic: "NIC_Intel-XXV710"
1785   data: "vpp-nic-comparison-3n-skx-mrr"
1786   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1787   filter: "'4T2C' and 'MRR'"
1788   parameters:
1789   - "name"
1790   - "parent"
1791   - "result"
1792   - "tags"
1793
1794  # VPP Compare NICs 3n-skx 8t4c mrr
1795 - type: "table"
1796   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1797   algorithm: "table_nics_comparison"
1798   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1799   reference:
1800     title: "Intel-x710"
1801     nic: "NIC_Intel-X710"
1802   compare:
1803     title: "Intel-xxv710"
1804     nic: "NIC_Intel-XXV710"
1805   data: "vpp-nic-comparison-3n-skx-mrr"
1806   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1807   filter: "'8T4C' and 'MRR'"
1808   parameters:
1809   - "name"
1810   - "parent"
1811   - "result"
1812   - "tags"
1813
1814 # VPP Compare NICs 2n-skx 2t1c ndr
1815 - type: "table"
1816   title: "VPP Compare NICs 2n-skx 2t1c ndr"
1817   algorithm: "table_nics_comparison"
1818   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
1819   reference:
1820     title: "Intel-x710"
1821     nic: "NIC_Intel-X710"
1822   compare:
1823     title: "Intel-xxv710"
1824     nic: "NIC_Intel-XXV710"
1825   data: "vpp-nic-comparison-2n-skx"
1826   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1827   filter: "'2T1C' and 'NDRPDR'"
1828   parameters:
1829   - "name"
1830   - "parent"
1831   - "throughput"
1832   - "tags"
1833
1834 # VPP Compare NICs 2n-skx 4t2c ndr
1835 - type: "table"
1836   title: "VPP Compare NICs 2n-skx 4t2c ndr"
1837   algorithm: "table_nics_comparison"
1838   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
1839   reference:
1840     title: "Intel-x710"
1841     nic: "NIC_Intel-X710"
1842   compare:
1843     title: "Intel-xxv710"
1844     nic: "NIC_Intel-XXV710"
1845   data: "vpp-nic-comparison-2n-skx"
1846   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1847   filter: "'4T2C' and 'NDRPDR'"
1848   parameters:
1849   - "name"
1850   - "parent"
1851   - "throughput"
1852   - "tags"
1853
1854  # VPP Compare NICs 2n-skx 2t1c pdr
1855 - type: "table"
1856   title: "VPP Compare NICs 2n-skx 2t1c pdr"
1857   algorithm: "table_nics_comparison"
1858   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
1859   reference:
1860     title: "Intel-x710"
1861     nic: "NIC_Intel-X710"
1862   compare:
1863     title: "Intel-xxv710"
1864     nic: "NIC_Intel-XXV710"
1865   data: "vpp-nic-comparison-2n-skx"
1866   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1867   filter: "'2T1C' and 'NDRPDR'"
1868   parameters:
1869   - "name"
1870   - "parent"
1871   - "throughput"
1872   - "tags"
1873
1874 # VPP Compare NICs 2n-skx 4t2c pdr
1875 - type: "table"
1876   title: "VPP Compare NICs 2n-skx 4t2c pdr"
1877   algorithm: "table_nics_comparison"
1878   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
1879   reference:
1880     title: "Intel-x710"
1881     nic: "NIC_Intel-X710"
1882   compare:
1883     title: "Intel-xxv710"
1884     nic: "NIC_Intel-XXV710"
1885   data: "vpp-nic-comparison-2n-skx"
1886   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1887   filter: "'4T2C' and 'NDRPDR'"
1888   parameters:
1889   - "name"
1890   - "parent"
1891   - "throughput"
1892   - "tags"
1893
1894 # VPP Compare NICs 2n-skx 2t1c mrr
1895 - type: "table"
1896   title: "VPP Compare NICs 2n-skx 2t1c mrr"
1897   algorithm: "table_nics_comparison"
1898   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
1899   reference:
1900     title: "Intel-x710"
1901     nic: "NIC_Intel-X710"
1902   compare:
1903     title: "Intel-xxv710"
1904     nic: "NIC_Intel-XXV710"
1905   data: "vpp-nic-comparison-2n-skx-mrr"
1906   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1907   filter: "'2T1C' and 'MRR'"
1908   parameters:
1909   - "name"
1910   - "parent"
1911   - "result"
1912   - "tags"
1913
1914 # VPP Compare NICs 2n-skx 4t2c mrr
1915 - type: "table"
1916   title: "VPP Compare NICs 2n-skx 4t2c mrr"
1917   algorithm: "table_nics_comparison"
1918   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
1919   reference:
1920     title: "Intel-x710"
1921     nic: "NIC_Intel-X710"
1922   compare:
1923     title: "Intel-xxv710"
1924     nic: "NIC_Intel-XXV710"
1925   data: "vpp-nic-comparison-2n-skx-mrr"
1926   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1927   filter: "'4T2C' and 'MRR'"
1928   parameters:
1929   - "name"
1930   - "parent"
1931   - "result"
1932   - "tags"
1933
1934 # VPP Compare NICs 2n-skx 8t4c mrr
1935 - type: "table"
1936   title: "VPP Compare NICs 2n-skx 8t4c mrr"
1937   algorithm: "table_nics_comparison"
1938   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
1939   reference:
1940     title: "Intel-x710"
1941     nic: "NIC_Intel-X710"
1942   compare:
1943     title: "Intel-xxv710"
1944     nic: "NIC_Intel-XXV710"
1945   data: "vpp-nic-comparison-2n-skx-mrr"
1946   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1947   filter: "'8T4C' and 'MRR'"
1948   parameters:
1949   - "name"
1950   - "parent"
1951   - "result"
1952   - "tags"
1953
1954 ################################################################################
1955 # VPP
1956
1957 ## VPP Performance Changes 2n-dnv 1t1c pdr
1958 #- type: "table"
1959 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
1960 #  algorithm: "table_performance_comparison"
1961 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
1962 #  history:
1963 #    - title: "rls1901"
1964 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
1965 #  reference:
1966 #    title: "rls1904"
1967 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
1968 #  compare:
1969 #    title: "rls1908"
1970 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1971 #  data: "intel-dnv-vpp-changes-2n-dnv"
1972 #  include-tests: "PDR"
1973 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
1974 #  parameters:
1975 #  - "name"
1976 #  - "parent"
1977 #  - "throughput"
1978 #
1979 ## VPP Performance Changes 2n-dnv 2t2c pdr
1980 #- type: "table"
1981 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
1982 #  algorithm: "table_performance_comparison"
1983 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
1984 #  history:
1985 #    - title: "rls1901"
1986 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
1987 #  reference:
1988 #    title: "rls1904"
1989 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
1990 #  compare:
1991 #    title: "rls1908"
1992 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
1993 #  data: "intel-dnv-vpp-changes-2n-dnv"
1994 #  include-tests: "PDR"
1995 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
1996 #  parameters:
1997 #  - "name"
1998 #  - "parent"
1999 #  - "throughput"
2000 #
2001 ## VPP Performance Changes 2n-dnv 1t1c ndr
2002 #- type: "table"
2003 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2004 #  algorithm: "table_performance_comparison"
2005 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2006 #  history:
2007 #    - title: "rls1901"
2008 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2009 #  reference:
2010 #    title: "rls1904"
2011 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2012 #  compare:
2013 #    title: "rls1908"
2014 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2015 #  data: "intel-dnv-vpp-changes-2n-dnv"
2016 #  include-tests: "NDR"
2017 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2018 #  parameters:
2019 #  - "name"
2020 #  - "parent"
2021 #  - "throughput"
2022 #
2023 ## VPP Performance Changes 2n-dnv 2t2c ndr
2024 #- type: "table"
2025 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2026 #  algorithm: "table_performance_comparison"
2027 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2028 #  history:
2029 #    - title: "rls1901"
2030 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2031 #  reference:
2032 #    title: "rls1904"
2033 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2034 #  compare:
2035 #    title: "rls1908"
2036 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2037 #  data: "intel-dnv-vpp-changes-2n-dnv"
2038 #  include-tests: "NDR"
2039 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2040 #  parameters:
2041 #  - "name"
2042 #  - "parent"
2043 #  - "throughput"
2044 #
2045 ## VPP Performance Changes 2n-dnv 1t1c MRR
2046 #- type: "table"
2047 #  title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2048 #  algorithm: "table_performance_comparison"
2049 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2050 #  history:
2051 #    - title: "rls1901"
2052 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2053 #  reference:
2054 #    title: "rls1904"
2055 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2056 #  compare:
2057 #    title: "rls1908"
2058 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2059 #  data: "intel-dnv-vpp-changes-2n-dnv"
2060 #  include-tests: "MRR"
2061 #  filter: "'1T1C' and 'MRR'"
2062 #  parameters:
2063 #  - "name"
2064 #  - "parent"
2065 #  - "result"
2066 #
2067 ## VPP Performance Changes 2n-dnv 2t2c MRR
2068 #- type: "table"
2069 #  title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2070 #  algorithm: "table_performance_comparison"
2071 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2072 #  history:
2073 #    - title: "rls1901"
2074 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2075 #  reference:
2076 #    title: "rls1904"
2077 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2078 #  compare:
2079 #    title: "rls1908"
2080 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2081 #  data: "intel-dnv-vpp-changes-2n-dnv"
2082 #  include-tests: "MRR"
2083 #  filter: "'2T2C' and 'MRR'"
2084 #  parameters:
2085 #  - "name"
2086 #  - "parent"
2087 #  - "result"
2088 #
2089 ## VPP Performance Changes 2n-dnv 4t4c MRR
2090 #- type: "table"
2091 #  title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2092 #  algorithm: "table_performance_comparison"
2093 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2094 #  history:
2095 #    - title: "rls1901"
2096 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2097 #  reference:
2098 #    title: "rls1904"
2099 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2100 #  compare:
2101 #    title: "rls1908"
2102 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2103 #  data: "intel-dnv-vpp-changes-2n-dnv"
2104 #  include-tests: "MRR"
2105 #  filter: "'4T4C' and 'MRR'"
2106 #  parameters:
2107 #  - "name"
2108 #  - "parent"
2109 #  - "result"
2110
2111 # VPP Performance Changes 3n-hsw 1t1c pdr
2112 - type: "table"
2113   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2114   algorithm: "table_performance_comparison"
2115   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2116   history:
2117     - title: "rls1901"
2118       data: "vpp-performance-changes-3n-hsw-h1"
2119   reference:
2120     title: "rls1904"
2121     data: "vpp-performance-changes-3n-hsw-ref"
2122   compare:
2123     title: "rls1908"
2124     data: "vpp-performance-changes-3n-hsw-cmp"
2125   data: "vpp-performance-changes-3n-hsw"
2126   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2127   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2128   parameters:
2129   - "name"
2130   - "parent"
2131   - "throughput"
2132
2133 # VPP Performance Changes 3n-hsw 2t2c pdr
2134 - type: "table"
2135   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2136   algorithm: "table_performance_comparison"
2137   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2138   history:
2139     - title: "rls1901"
2140       data: "vpp-performance-changes-3n-hsw-h1"
2141   reference:
2142     title: "rls1904"
2143     data: "vpp-performance-changes-3n-hsw-ref"
2144   compare:
2145     title: "rls1908"
2146     data: "vpp-performance-changes-3n-hsw-cmp"
2147   data: "vpp-performance-changes-3n-hsw"
2148   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2149   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2150   parameters:
2151   - "name"
2152   - "parent"
2153   - "throughput"
2154
2155 # VPP Performance Changes 3n-hsw 1t1c ndr
2156 - type: "table"
2157   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2158   algorithm: "table_performance_comparison"
2159   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2160   history:
2161     - title: "rls1901"
2162       data: "vpp-performance-changes-3n-hsw-h1"
2163   reference:
2164     title: "rls1904"
2165     data: "vpp-performance-changes-3n-hsw-ref"
2166   compare:
2167     title: "rls1908"
2168     data: "vpp-performance-changes-3n-hsw-cmp"
2169   data: "vpp-performance-changes-3n-hsw"
2170   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2171   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2172   parameters:
2173   - "name"
2174   - "parent"
2175   - "throughput"
2176
2177 # VPP Performance Changes 3n-hsw 2t2c ndr
2178 - type: "table"
2179   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2180   algorithm: "table_performance_comparison"
2181   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2182   history:
2183     - title: "rls1901"
2184       data: "vpp-performance-changes-3n-hsw-h1"
2185   reference:
2186     title: "rls1904"
2187     data: "vpp-performance-changes-3n-hsw-ref"
2188   compare:
2189     title: "rls1908"
2190     data: "vpp-performance-changes-3n-hsw-cmp"
2191   data: "vpp-performance-changes-3n-hsw"
2192   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2193   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2194   parameters:
2195   - "name"
2196   - "parent"
2197   - "throughput"
2198
2199 # VPP Performance Changes 3n-skx 2t1c pdr
2200 - type: "table"
2201   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2202   algorithm: "table_performance_comparison_nic"
2203   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2204   history:
2205     - title: "rls1901 Intel-X710"
2206       data: "vpp-performance-changes-3n-skx-h1"
2207       nic: "NIC_Intel-X710"
2208   reference:
2209     title: "rls1904 Intel-X710"
2210     data: "vpp-performance-changes-3n-skx-ref"
2211     nic: "NIC_Intel-X710"
2212   compare:
2213     title: "rls1908 Intel-XXV710"
2214     data: "vpp-performance-changes-3n-skx-cmp"
2215     nic: "NIC_Intel-XXV710"
2216   data: "vpp-performance-changes-3n-skx"
2217   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2218   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2219   parameters:
2220   - "name"
2221   - "parent"
2222   - "throughput"
2223   - "tags"
2224
2225 # VPP Performance Changes 3n-skx 4t2c pdr
2226 - type: "table"
2227   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2228   algorithm: "table_performance_comparison_nic"
2229   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2230   history:
2231     - title: "rls1901 Intel-X710"
2232       data: "vpp-performance-changes-3n-skx-h1"
2233       nic: "NIC_Intel-X710"
2234   reference:
2235     title: "rls1904 Intel-X710"
2236     data: "vpp-performance-changes-3n-skx-ref"
2237     nic: "NIC_Intel-X710"
2238   compare:
2239     title: "rls1908 Intel-XXV710"
2240     data: "vpp-performance-changes-3n-skx-cmp"
2241     nic: "NIC_Intel-XXV710"
2242   data: "vpp-performance-changes-3n-skx"
2243   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2244   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2245   parameters:
2246   - "name"
2247   - "parent"
2248   - "throughput"
2249   - "tags"
2250
2251 # VPP Performance Changes 3n-skx 2t1c ndr
2252 - type: "table"
2253   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2254   algorithm: "table_performance_comparison_nic"
2255   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2256   history:
2257     - title: "rls1901 Intel-X710"
2258       data: "vpp-performance-changes-3n-skx-h1"
2259       nic: "NIC_Intel-X710"
2260   reference:
2261     title: "rls1904 Intel-X710"
2262     data: "vpp-performance-changes-3n-skx-ref"
2263     nic: "NIC_Intel-X710"
2264   compare:
2265     title: "rls1908 Intel-XXV710"
2266     data: "vpp-performance-changes-3n-skx-cmp"
2267     nic: "NIC_Intel-XXV710"
2268   data: "vpp-performance-changes-3n-skx"
2269   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2270   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2271   parameters:
2272   - "name"
2273   - "parent"
2274   - "throughput"
2275   - "tags"
2276
2277 # VPP Performance Changes 3n-skx 4t2c ndr
2278 - type: "table"
2279   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2280   algorithm: "table_performance_comparison_nic"
2281   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2282   history:
2283     - title: "rls1901 Intel-X710"
2284       data: "vpp-performance-changes-3n-skx-h1"
2285       nic: "NIC_Intel-X710"
2286   reference:
2287     title: "rls1904 Intel-X710"
2288     data: "vpp-performance-changes-3n-skx-ref"
2289     nic: "NIC_Intel-X710"
2290   compare:
2291     title: "rls1908 Intel-XXV710"
2292     data: "vpp-performance-changes-3n-skx-cmp"
2293     nic: "NIC_Intel-XXV710"
2294   data: "vpp-performance-changes-3n-skx"
2295   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2296   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2297   parameters:
2298   - "name"
2299   - "parent"
2300   - "throughput"
2301   - "tags"
2302
2303 # VPP Performance Changes 2n-skx 2t1c pdr
2304 - type: "table"
2305   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2306   algorithm: "table_performance_comparison_nic"
2307   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2308   history:
2309     - title: "rls1901 Intel-X710"
2310       data: "vpp-performance-changes-2n-skx-h1"
2311       nic: "NIC_Intel-X710"
2312   reference:
2313     title: "rls1904 Intel-X710"
2314     data: "vpp-performance-changes-2n-skx-ref"
2315     nic: "NIC_Intel-X710"
2316   compare:
2317     title: "rls1908 Intel-XXV710"
2318     data: "vpp-performance-changes-2n-skx-cmp"
2319     nic: "NIC_Intel-XXV710"
2320   data: "vpp-performance-changes-2n-skx"
2321   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2322   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2323   parameters:
2324   - "name"
2325   - "parent"
2326   - "throughput"
2327   - "tags"
2328
2329 # VPP Performance Changes 2n-skx 4t2c pdr
2330 - type: "table"
2331   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2332   algorithm: "table_performance_comparison_nic"
2333   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2334   history:
2335     - title: "rls1901 Intel-X710"
2336       data: "vpp-performance-changes-2n-skx-h1"
2337       nic: "NIC_Intel-X710"
2338   reference:
2339     title: "rls1904 Intel-X710"
2340     data: "vpp-performance-changes-2n-skx-ref"
2341     nic: "NIC_Intel-X710"
2342   compare:
2343     title: "rls1908 Intel-XXV710"
2344     data: "vpp-performance-changes-2n-skx-cmp"
2345     nic: "NIC_Intel-XXV710"
2346   data: "vpp-performance-changes-2n-skx"
2347   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2348   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2349   parameters:
2350   - "name"
2351   - "parent"
2352   - "throughput"
2353   - "tags"
2354
2355 # VPP Performance Changes 2n-skx 2t1c ndr
2356 - type: "table"
2357   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2358   algorithm: "table_performance_comparison_nic"
2359   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2360   history:
2361     - title: "rls1901 Intel-X710"
2362       data: "vpp-performance-changes-2n-skx-h1"
2363       nic: "NIC_Intel-X710"
2364   reference:
2365     title: "rls1904 Intel-X710"
2366     data: "vpp-performance-changes-2n-skx-ref"
2367     nic: "NIC_Intel-X710"
2368   compare:
2369     title: "rls1908 Intel-XXV710"
2370     data: "vpp-performance-changes-2n-skx-cmp"
2371     nic: "NIC_Intel-XXV710"
2372   data: "vpp-performance-changes-2n-skx"
2373   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2374   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2375   parameters:
2376   - "name"
2377   - "parent"
2378   - "throughput"
2379   - "tags"
2380
2381 # VPP Performance Changes 2n-skx 4t2c ndr
2382 - type: "table"
2383   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2384   algorithm: "table_performance_comparison_nic"
2385   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2386   history:
2387     - title: "rls1901 Intel-X710"
2388       data: "vpp-performance-changes-2n-skx-h1"
2389       nic: "NIC_Intel-X710"
2390   reference:
2391     title: "rls1904 Intel-X710"
2392     data: "vpp-performance-changes-2n-skx-ref"
2393     nic: "NIC_Intel-X710"
2394   compare:
2395     title: "rls1908 Intel-XXV710"
2396     data: "vpp-performance-changes-2n-skx-cmp"
2397     nic: "NIC_Intel-XXV710"
2398   data: "vpp-performance-changes-2n-skx"
2399   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2400   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2401   parameters:
2402   - "name"
2403   - "parent"
2404   - "throughput"
2405   - "tags"
2406
2407 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2408 - type: "table"
2409   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2410   algorithm: "table_performance_comparison"
2411   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2412   reference:
2413     title: "3-Node Hsw Intel-xl710"
2414     data: "vpp-compare-testbeds-ref"
2415     nic: "NIC_Intel-XL710"
2416   compare:
2417     title: "3-Node Skx Intel-xxv710"
2418     data: "vpp-compare-testbeds-cmp"
2419     nic: "NIC_Intel-XXV710"
2420   data: "vpp-compare-testbeds"
2421   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2422   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
2423   parameters:
2424   - "name"
2425   - "parent"
2426   - "throughput"
2427
2428 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2429 - type: "table"
2430   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2431   algorithm: "table_performance_comparison"
2432   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2433   reference:
2434     title: "3-Node Hsw Intel-xl710"
2435     data: "vpp-compare-testbeds-ref"
2436     nic: "NIC_Intel-XL710"
2437   compare:
2438     title: "3-Node Skx Intel-xxv710"
2439     data: "vpp-compare-testbeds-cmp"
2440     nic: "NIC_Intel-XXV710"
2441   data: "vpp-compare-testbeds"
2442   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2443   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
2444   parameters:
2445   - "name"
2446   - "parent"
2447   - "throughput"
2448
2449 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2450 - type: "table"
2451   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2452   algorithm: "table_performance_comparison"
2453   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2454   reference:
2455     title: "3-Node Hsw Intel-xl710"
2456     data: "vpp-compare-testbeds-ref"
2457     nic: "NIC_Intel-XL710"
2458   compare:
2459     title: "3-Node Skx Intel-xxv710"
2460     data: "vpp-compare-testbeds-cmp"
2461     nic: "NIC_Intel-XXV710"
2462   data: "vpp-compare-testbeds"
2463   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2464   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
2465   parameters:
2466   - "name"
2467   - "parent"
2468   - "throughput"
2469
2470 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2471 - type: "table"
2472   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2473   algorithm: "table_performance_comparison"
2474   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2475   reference:
2476     title: "3-Node Hsw Intel-xl710"
2477     data: "vpp-compare-testbeds-ref"
2478     nic: "NIC_Intel-XL710"
2479   compare:
2480     title: "3-Node Skx Intel-xxv710"
2481     data: "vpp-compare-testbeds-cmp"
2482     nic: "NIC_Intel-XXV710"
2483   data: "vpp-compare-testbeds"
2484   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2485   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
2486   parameters:
2487   - "name"
2488   - "parent"
2489   - "throughput"
2490
2491 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2492 - type: "table"
2493   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2494   algorithm: "table_performance_comparison"
2495   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2496   reference:
2497     title: "3-Node Skx"
2498     data: "vpp-compare-topologies-ref"
2499   compare:
2500     title: "2-Node Skx"
2501     data: "vpp-compare-topologies-cmp"
2502   data: "vpp-compare-topologies"
2503   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2504   filter: "'NDRPDR' and '1C'"
2505   parameters:
2506   - "name"
2507   - "parent"
2508   - "throughput"
2509
2510 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2511 - type: "table"
2512   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2513   algorithm: "table_performance_comparison"
2514   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2515   reference:
2516     title: "3-Node Skx"
2517     data: "vpp-compare-topologies-ref"
2518   compare:
2519     title: "2-Node Skx"
2520     data: "vpp-compare-topologies-cmp"
2521   data: "vpp-compare-topologies"
2522   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2523   filter: "'NDRPDR' and '2C'"
2524   parameters:
2525   - "name"
2526   - "parent"
2527   - "throughput"
2528
2529 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2530 - type: "table"
2531   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2532   algorithm: "table_performance_comparison"
2533   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2534   reference:
2535     title: "3-Node Skx"
2536     data: "vpp-compare-topologies-ref"
2537   compare:
2538     title: "2-Node Skx"
2539     data: "vpp-compare-topologies-cmp"
2540   data: "vpp-compare-topologies"
2541   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2542   filter: "'NDRPDR' and '1C'"
2543   parameters:
2544   - "name"
2545   - "parent"
2546   - "throughput"
2547
2548 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2549 - type: "table"
2550   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2551   algorithm: "table_performance_comparison"
2552   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2553   reference:
2554     title: "3-Node Skx"
2555     data: "vpp-compare-topologies-ref"
2556   compare:
2557     title: "2-Node Skx"
2558     data: "vpp-compare-topologies-cmp"
2559   data: "vpp-compare-topologies"
2560   include-tests: "PDR"
2561   filter: "'NDRPDR' and '2C'"
2562   parameters:
2563   - "name"
2564   - "parent"
2565   - "throughput"
2566
2567 # VPP Performance Changes 3n-hsw 1t1c MRR
2568 - type: "table"
2569   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2570   algorithm: "table_performance_comparison"
2571   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2572   history:
2573     - title: "rls1901"
2574       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2575   reference:
2576     title: "rls1904"
2577     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2578   compare:
2579     title: "rls1908"
2580     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2581   data: "vpp-performance-changes-3n-hsw-mrr"
2582   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2583   filter: "'1T1C' and 'MRR'"
2584   parameters:
2585   - "name"
2586   - "parent"
2587   - "result"
2588
2589 # VPP Performance Changes 3n-hsw 2t2c MRR
2590 - type: "table"
2591   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2592   algorithm: "table_performance_comparison"
2593   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2594   history:
2595     - title: "rls1901"
2596       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2597   reference:
2598     title: "rls1904"
2599     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2600   compare:
2601     title: "rls1908"
2602     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2603   data: "vpp-performance-changes-3n-hsw-mrr"
2604   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2605   filter: "'2T2C' and 'MRR'"
2606   parameters:
2607   - "name"
2608   - "parent"
2609   - "result"
2610
2611 # VPP Performance Changes 3n-hsw 4t4c MRR
2612 - type: "table"
2613   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2614   algorithm: "table_performance_comparison"
2615   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2616   history:
2617     - title: "rls1901"
2618       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2619   reference:
2620     title: "rls1904"
2621     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2622   compare:
2623     title: "rls1908"
2624     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2625   data: "vpp-performance-changes-3n-hsw-mrr"
2626   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2627   filter: "'4T4C' and 'MRR'"
2628   parameters:
2629   - "name"
2630   - "parent"
2631   - "result"
2632
2633 # VPP Performance Changes 3n-skx 2t1c MRR
2634 - type: "table"
2635   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2636   algorithm: "table_performance_comparison"
2637   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2638   history:
2639     - title: "rls1901"
2640       data: "vpp-performance-changes-3n-skx-mrr-h1"
2641   reference:
2642     title: "rls1904"
2643     data: "vpp-performance-changes-3n-skx-mrr-ref"
2644   compare:
2645     title: "rls1908"
2646     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2647   data: "vpp-performance-changes-3n-skx-mrr"
2648   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2649   filter: "'2T1C' and 'MRR'"
2650   parameters:
2651   - "name"
2652   - "parent"
2653   - "result"
2654
2655 # VPP Performance Changes 3n-skx 4t2c MRR
2656 - type: "table"
2657   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2658   algorithm: "table_performance_comparison"
2659   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2660   history:
2661     - title: "rls1901"
2662       data: "vpp-performance-changes-3n-skx-mrr-h1"
2663   reference:
2664     title: "rls1904"
2665     data: "vpp-performance-changes-3n-skx-mrr-ref"
2666   compare:
2667     title: "rls1908"
2668     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2669   data: "vpp-performance-changes-3n-skx-mrr"
2670   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2671   filter: "'4T2C' and 'MRR'"
2672   parameters:
2673   - "name"
2674   - "parent"
2675   - "result"
2676
2677 # VPP Performance Changes 3n-skx 8t4c MRR
2678 - type: "table"
2679   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2680   algorithm: "table_performance_comparison"
2681   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2682   history:
2683     - title: "rls1901"
2684       data: "vpp-performance-changes-3n-skx-mrr-h1"
2685   reference:
2686     title: "rls1904"
2687     data: "vpp-performance-changes-3n-skx-mrr-ref"
2688   compare:
2689     title: "rls1908"
2690     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2691   data: "vpp-performance-changes-3n-skx-mrr"
2692   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2693   filter: "'8T4C' and 'MRR'"
2694   parameters:
2695   - "name"
2696   - "parent"
2697   - "result"
2698
2699 # VPP Performance Changes 2n-skx 2t1c MRR
2700 - type: "table"
2701   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2702   algorithm: "table_performance_comparison"
2703   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2704   history:
2705     - title: "rls1901"
2706       data: "vpp-performance-changes-2n-skx-mrr-h1"
2707   reference:
2708     title: "rls1904"
2709     data: "vpp-performance-changes-2n-skx-mrr-ref"
2710   compare:
2711     title: "rls1908"
2712     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2713   data: "vpp-performance-changes-2n-skx-mrr"
2714   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2715   filter: "'2T1C' and 'MRR'"
2716   parameters:
2717   - "name"
2718   - "parent"
2719   - "result"
2720
2721 # VPP Performance Changes 2n-skx 4t2c MRR
2722 - type: "table"
2723   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2724   algorithm: "table_performance_comparison"
2725   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2726   history:
2727     - title: "rls1901"
2728       data: "vpp-performance-changes-2n-skx-mrr-h1"
2729   reference:
2730     title: "rls1904"
2731     data: "vpp-performance-changes-2n-skx-mrr-ref"
2732   compare:
2733     title: "rls1908"
2734     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2735   data: "vpp-performance-changes-2n-skx-mrr"
2736   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2737   filter: "'4T2C' and 'MRR'"
2738   parameters:
2739   - "name"
2740   - "parent"
2741   - "result"
2742
2743 # VPP Performance Changes 2n-skx 8t4c MRR
2744 - type: "table"
2745   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2746   algorithm: "table_performance_comparison"
2747   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2748   history:
2749     - title: "rls1901"
2750       data: "vpp-performance-changes-2n-skx-mrr-h1"
2751   reference:
2752     title: "rls1904"
2753     data: "vpp-performance-changes-2n-skx-mrr-ref"
2754   compare:
2755     title: "rls1908"
2756     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2757   data: "vpp-performance-changes-2n-skx-mrr"
2758   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2759   filter: "'8T4C' and 'MRR'"
2760   parameters:
2761   - "name"
2762   - "parent"
2763   - "result"
2764
2765 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2766 - type: "table"
2767   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2768   algorithm: "table_performance_comparison"
2769   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2770   reference:
2771     title: "3-Node Hsw Intel-xl710"
2772     data: "vpp-compare-testbeds-mrr-ref"
2773     nic: "NIC_Intel-XL710"
2774   compare:
2775     title: "3-Node Skx Intel-xxv710"
2776     data: "vpp-compare-testbeds-mrr-cmp"
2777     nic: "NIC_Intel-XXV710"
2778   data: "vpp-compare-testbeds-mrr"
2779   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2780   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
2781   parameters:
2782   - "name"
2783   - "parent"
2784   - "result"
2785
2786 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2787 - type: "table"
2788   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2789   algorithm: "table_performance_comparison"
2790   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2791   reference:
2792     title: "3-Node Hsw Intel-xl710"
2793     data: "vpp-compare-testbeds-mrr-ref"
2794     nic: "NIC_Intel-XL710"
2795   compare:
2796     title: "3-Node Skx Intel-xxv710"
2797     data: "vpp-compare-testbeds-mrr-cmp"
2798     nic: "NIC_Intel-XXV710"
2799   data: "vpp-compare-testbeds-mrr"
2800   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2801   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
2802   parameters:
2803   - "name"
2804   - "parent"
2805   - "result"
2806
2807 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2808 - type: "table"
2809   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2810   algorithm: "table_performance_comparison"
2811   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2812   reference:
2813     title: "3-Node Hsw Intel-xl710"
2814     data: "vpp-compare-testbeds-mrr-ref"
2815     nic: "NIC_Intel-XL710"
2816   compare:
2817     title: "3-Node Skx Intel-xxv710"
2818     data: "vpp-compare-testbeds-mrr-cmp"
2819     nic: "NIC_Intel-XXV710"
2820   data: "vpp-compare-testbeds-mrr"
2821   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2822   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
2823   parameters:
2824   - "name"
2825   - "parent"
2826   - "result"
2827
2828 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2829 - type: "table"
2830   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2831   algorithm: "table_performance_comparison"
2832   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2833   reference:
2834     title: "3-Node Skx"
2835     data: "vpp-compare-topologies-mrr-ref"
2836   compare:
2837     title: "2-Node Skx"
2838     data: "vpp-compare-topologies-mrr-cmp"
2839   data: "vpp-compare-topologies-mrr"
2840   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2841   filter: "'MRR' and '1C'"
2842   parameters:
2843   - "name"
2844   - "parent"
2845   - "result"
2846
2847 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2848 - type: "table"
2849   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2850   algorithm: "table_performance_comparison"
2851   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2852   reference:
2853     title: "3-Node Skx"
2854     data: "vpp-compare-topologies-mrr-ref"
2855   compare:
2856     title: "2-Node Skx"
2857     data: "vpp-compare-topologies-mrr-cmp"
2858   data: "vpp-compare-topologies-mrr"
2859   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2860   filter: "'MRR' and '2C'"
2861   parameters:
2862   - "name"
2863   - "parent"
2864   - "result"
2865
2866 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
2867 - type: "table"
2868   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
2869   algorithm: "table_performance_comparison"
2870   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
2871   reference:
2872     title: "3-Node Skx"
2873     data: "vpp-compare-topologies-mrr-ref"
2874   compare:
2875     title: "2-Node Skx"
2876     data: "vpp-compare-topologies-mrr-cmp"
2877   data: "vpp-compare-topologies-mrr"
2878   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2879   filter: "'MRR' and '4C'"
2880   parameters:
2881   - "name"
2882   - "parent"
2883   - "result"
2884
2885 # Detailed Test Results - VPP Performance Results 3n-hsw
2886 - type: "table"
2887   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
2888   algorithm: "table_merged_details"
2889   output-file-ext: ".csv"
2890   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
2891   columns:
2892   - title: "Name"
2893     data: "data name"
2894   - title: "Status"
2895     data: "data msg"
2896   rows: "generated"
2897   data: "vpp-perf-results-3n-hsw"
2898   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2899   parameters:
2900   - "name"
2901   - "parent"
2902   - "msg"
2903
2904 # Detailed Test Results - VPP Performance Results 3n-skx
2905 - type: "table"
2906   title: "Detailed Test Results - VPP Performance Results 3n-skx"
2907   algorithm: "table_merged_details"
2908   output-file-ext: ".csv"
2909   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
2910   columns:
2911   - title: "Name"
2912     data: "data name"
2913   - title: "Status"
2914     data: "data msg"
2915   rows: "generated"
2916   data: "vpp-perf-results-3n-skx"
2917   filter: "not 'CFS_OPT'"
2918   parameters:
2919   - "name"
2920   - "parent"
2921   - "msg"
2922
2923 # Detailed Test Results - VPP Performance Results 2n-skx
2924 - type: "table"
2925   title: "Detailed Test Results - VPP Performance Results 2n-skx"
2926   algorithm: "table_merged_details"
2927   output-file-ext: ".csv"
2928   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
2929   columns:
2930   - title: "Name"
2931     data: "data name"
2932   - title: "Status"
2933     data: "data msg"
2934   rows: "generated"
2935   data: "vpp-perf-results-2n-skx"
2936   filter: "not 'CFS_OPT'"
2937   parameters:
2938   - "name"
2939   - "parent"
2940   - "msg"
2941
2942 # Detailed Test Results - VPP Performance Results 3n-tsh
2943 - type: "table"
2944   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
2945   algorithm: "table_merged_details"
2946   output-file-ext: ".csv"
2947   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
2948   columns:
2949   - title: "Name"
2950     data: "data name"
2951   - title: "Status"
2952     data: "data msg"
2953   rows: "generated"
2954   data: "vpp-perf-results-3n-tsh"
2955   filter: "not 'CFS_OPT'"
2956   parameters:
2957   - "name"
2958   - "parent"
2959   - "msg"
2960
2961 ## Detailed Test Results - VPP Performance Results 2n-dnv
2962 #- type: "table"
2963 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
2964 #  algorithm: "table_details"
2965 #  output-file-ext: ".csv"
2966 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
2967 #  columns:
2968 #  - title: "Name"
2969 #    data: "data name"
2970 #  - title: "Status"
2971 #    data: "data msg"
2972 #  rows: "generated"
2973 #  data: "intel-dnv-vpp"
2974 #  filter: "'NDRPDR'"
2975 #  parameters:
2976 #  - "name"
2977 #  - "parent"
2978 #  - "msg"
2979
2980 # Test configuration - VPP Performance Test Configs 3n-hsw
2981 - type: "table"
2982   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
2983   algorithm: "table_merged_details"
2984   output-file-ext: ".csv"
2985   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
2986   columns:
2987   - title: "Name"
2988     data: "data name"
2989   - title: "VPP API Test Commands History - Commands Used Per Test Case"
2990     data: "data conf-history"
2991   rows: "generated"
2992   data: "vpp-perf-results-3n-hsw"
2993   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
2994   parameters:
2995   - "parent"
2996   - "name"
2997   - "conf-history"
2998
2999 # Test configuration - VPP Performance Test Configs 3n-skx
3000 - type: "table"
3001   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3002   algorithm: "table_merged_details"
3003   output-file-ext: ".csv"
3004   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3005   columns:
3006   - title: "Name"
3007     data: "data name"
3008   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3009     data: "data conf-history"
3010   rows: "generated"
3011   data: "vpp-perf-results-3n-skx"
3012   filter: "not 'CFS_OPT'"
3013   parameters:
3014   - "parent"
3015   - "name"
3016   - "conf-history"
3017
3018 # Test configuration - VPP Performance Test Configs 2n-skx
3019 - type: "table"
3020   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3021   algorithm: "table_merged_details"
3022   output-file-ext: ".csv"
3023   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3024   columns:
3025   - title: "Name"
3026     data: "data name"
3027   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3028     data: "data conf-history"
3029   rows: "generated"
3030   data: "vpp-perf-results-2n-skx"
3031   filter: "not 'CFS_OPT'"
3032   parameters:
3033   - "parent"
3034   - "name"
3035   - "conf-history"
3036
3037 # Test configuration - VPP Performance Test Configs 3n-tsh
3038 - type: "table"
3039   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
3040   algorithm: "table_merged_details"
3041   output-file-ext: ".csv"
3042   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_test_configuration_3n_tsh"
3043   columns:
3044   - title: "Name"
3045     data: "data name"
3046   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3047     data: "data conf-history"
3048   rows: "generated"
3049   data: "vpp-perf-results-3n-tsh"
3050   filter: "not 'CFS_OPT'"
3051   parameters:
3052   - "parent"
3053   - "name"
3054   - "conf-history"
3055
3056 ## Test configuration - VPP Performance Test Configs 2n-dnv
3057 #- type: "table"
3058 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3059 #  algorithm: "table_details"
3060 #  output-file-ext: ".csv"
3061 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3062 #  columns:
3063 #  - title: "Name"
3064 #    data: "data name"
3065 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3066 #    data: "data conf-history"
3067 #  rows: "generated"
3068 #  data: "intel-dnv-vpp"
3069 #  filter: "'NDRPDR'"
3070 #  parameters:
3071 #  - "parent"
3072 #  - "name"
3073 #  - "conf-history"
3074
3075 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3076 - type: "table"
3077   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3078   algorithm: "table_merged_details"
3079   output-file-ext: ".csv"
3080   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3081   columns:
3082   - title: "Name"
3083     data: "data name"
3084   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3085     data: "data show-run"
3086   rows: "generated"
3087   data: "vpp-perf-results-3n-hsw"
3088   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3089   parameters:
3090   - "parent"
3091   - "name"
3092   - "show-run"
3093
3094 # Test Operational Data - VPP Performance Operational Data 3n-skx
3095 - type: "table"
3096   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3097   algorithm: "table_merged_details"
3098   output-file-ext: ".csv"
3099   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3100   columns:
3101   - title: "Name"
3102     data: "data name"
3103   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3104     data: "data show-run"
3105   rows: "generated"
3106   data: "vpp-perf-results-3n-skx"
3107   filter: "not 'CFS_OPT'"
3108   parameters:
3109   - "parent"
3110   - "name"
3111   - "show-run"
3112
3113 # Test Operational Data - VPP Performance Operational Data 2n-skx
3114 - type: "table"
3115   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3116   algorithm: "table_merged_details"
3117   output-file-ext: ".csv"
3118   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3119   columns:
3120   - title: "Name"
3121     data: "data name"
3122   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3123     data: "data show-run"
3124   rows: "generated"
3125   data: "vpp-perf-results-2n-skx"
3126   filter: "not 'CFS_OPT'"
3127   parameters:
3128   - "parent"
3129   - "name"
3130   - "show-run"
3131
3132 # Test Operational Data - VPP Performance Operational Data 3n-tsh
3133 - type: "table"
3134   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
3135   algorithm: "table_merged_details"
3136   output-file-ext: ".csv"
3137   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_test_operational_3n_tsh"
3138   columns:
3139   - title: "Name"
3140     data: "data name"
3141   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3142     data: "data show-run"
3143   rows: "generated"
3144   data: "vpp-perf-results-3n-tsh"
3145   filter: "not 'CFS_OPT'"
3146   parameters:
3147   - "parent"
3148   - "name"
3149   - "show-run"
3150
3151 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3152 #- type: "table"
3153 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3154 #  algorithm: "table_details"
3155 #  output-file-ext: ".csv"
3156 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3157 #  columns:
3158 #  - title: "Name"
3159 #    data: "data name"
3160 #  - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3161 #    data: "data show-run"
3162 #  rows: "generated"
3163 #  data: "intel-dnv-vpp"
3164 #  filter: "'NDRPDR'"
3165 #  parameters:
3166 #  - "parent"
3167 #  - "name"
3168 #  - "show-run"
3169
3170 # Detailed Test Results - VPP MRR Results 3n-hsw
3171 - type: "table"
3172   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3173   algorithm: "table_details"
3174   output-file-ext: ".csv"
3175   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3176   columns:
3177   - title: "Name"
3178     data: "data name"
3179   - title: "Status"
3180     data: "data msg"
3181   rows: "generated"
3182   data: "vpp-mrr-results-3n-hsw"
3183   filter: "'MRR'"
3184   parameters:
3185   - "name"
3186   - "parent"
3187   - "msg"
3188
3189 # Detailed Test Results - VPP MRR Results 3n-skx
3190 - type: "table"
3191   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3192   algorithm: "table_details"
3193   output-file-ext: ".csv"
3194   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3195   columns:
3196   - title: "Name"
3197     data: "data name"
3198   - title: "Status"
3199     data: "data msg"
3200   rows: "generated"
3201   data: "vpp-mrr-results-3n-skx"
3202   filter: "'MRR'"
3203   parameters:
3204   - "name"
3205   - "parent"
3206   - "msg"
3207
3208 # Detailed Test Results - VPP MRR Results 2n-skx
3209 - type: "table"
3210   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3211   algorithm: "table_details"
3212   output-file-ext: ".csv"
3213   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3214   columns:
3215   - title: "Name"
3216     data: "data name"
3217   - title: "Status"
3218     data: "data msg"
3219   rows: "generated"
3220   data: "vpp-mrr-results-2n-skx"
3221   filter: "'MRR'"
3222   parameters:
3223   - "name"
3224   - "parent"
3225   - "msg"
3226
3227 ## Detailed Test Results - VPP MRR Results 2n-dnv
3228 #- type: "table"
3229 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3230 #  algorithm: "table_details"
3231 #  output-file-ext: ".csv"
3232 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3233 #  columns:
3234 #  - title: "Name"
3235 #    data: "data name"
3236 #  - title: "Status"
3237 #    data: "data msg"
3238 #  rows: "generated"
3239 #  data: "intel-dnv-vpp"
3240 #  filter: "'MRR'"
3241 #  parameters:
3242 #  - "name"
3243 #  - "parent"
3244 #  - "msg"
3245
3246 # Test configuration - VPP MRR Test Configs 3n-hsw
3247 - type: "table"
3248   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3249   algorithm: "table_details"
3250   output-file-ext: ".csv"
3251   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3252   columns:
3253   - title: "Name"
3254     data: "data name"
3255   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3256     data: "data conf-history"
3257   rows: "generated"
3258   data: "vpp-mrr-results-3n-hsw"
3259   filter: "'MRR'"
3260   parameters:
3261   - "parent"
3262   - "name"
3263   - "conf-history"
3264
3265 # Test configuration - VPP MRR Test Configs 3n-skx
3266 - type: "table"
3267   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3268   algorithm: "table_details"
3269   output-file-ext: ".csv"
3270   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3271   columns:
3272   - title: "Name"
3273     data: "data name"
3274   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3275     data: "data conf-history"
3276   rows: "generated"
3277   data: "vpp-mrr-results-3n-skx"
3278   filter: "'MRR'"
3279   parameters:
3280   - "parent"
3281   - "name"
3282   - "conf-history"
3283
3284 # Test configuration - VPP MRR Test Configs 2n-skx
3285 - type: "table"
3286   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3287   algorithm: "table_details"
3288   output-file-ext: ".csv"
3289   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3290   columns:
3291   - title: "Name"
3292     data: "data name"
3293   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3294     data: "data conf-history"
3295   rows: "generated"
3296   data: "vpp-mrr-results-2n-skx"
3297   filter: "'MRR'"
3298   parameters:
3299   - "parent"
3300   - "name"
3301   - "conf-history"
3302
3303 ## Test configuration - VPP MRR Test Configs 2n-dnv
3304 #- type: "table"
3305 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3306 #  algorithm: "table_details"
3307 #  output-file-ext: ".csv"
3308 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3309 #  columns:
3310 #  - title: "Name"
3311 #    data: "data name"
3312 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3313 #    data: "data conf-history"
3314 #  rows: "generated"
3315 #  data: "intel-dnv-vpp"
3316 #  filter: "'MRR'"
3317 #  parameters:
3318 #  - "parent"
3319 #  - "name"
3320 #  - "conf-history"
3321
3322 # Detailed Test Results - VPP Functional Results - Ubuntu
3323 - type: "table"
3324   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3325   algorithm: "table_details"
3326   output-file-ext: ".csv"
3327   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3328   columns:
3329   - title: "Name"
3330     data: "data name"
3331   - title: "Documentation"
3332     data: "data doc"
3333   - title: "Status"
3334     data: "data status"
3335   rows: "generated"
3336   data: "vpp-func-results-ubuntu"
3337   filter: "all"
3338   parameters:
3339   - "name"
3340   - "parent"
3341   - "doc"
3342   - "status"
3343
3344 # Detailed Test Results - VPP Functional Results - CentOS
3345 - type: "table"
3346   title: "Detailed Test Results - VPP Functional Results - CentOS"
3347   algorithm: "table_details"
3348   output-file-ext: ".csv"
3349   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3350   columns:
3351   - title: "Name"
3352     data: "data name"
3353   - title: "Documentation"
3354     data: "data doc"
3355   -
3356     title: "Status"
3357     data: "data status"
3358   rows: "generated"
3359   data:
3360     "vpp-func-results-centos"
3361   filter: "all"
3362   parameters:
3363   - "name"
3364   - "parent"
3365   - "doc"
3366   - "status"
3367
3368 # Test configuration - VPP Functional Test Configs - Ubuntu
3369 - type: "table"
3370   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3371   algorithm: "table_details"
3372   output-file-ext: ".csv"
3373   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3374   columns:
3375   - title: "Name"
3376     data: "data name"
3377   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3378     data: "data conf-history"
3379   rows: "generated"
3380   data: "vpp-func-results-ubuntu"
3381   filter: "all"
3382   parameters:
3383   - "parent"
3384   - "name"
3385   - "conf-history"
3386
3387 # Test configuration - VPP Functional Test Configs - CentOS
3388 - type: "table"
3389   title: "Test configuration - VPP Functional Test Configs - CentOS"
3390   algorithm: "table_details"
3391   output-file-ext: ".csv"
3392   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3393   columns:
3394   - title: "Name"
3395     data: "data name"
3396   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3397     data: "data conf-history"
3398   rows: "generated"
3399   data: "vpp-func-results-centos"
3400   filter: "all"
3401   parameters:
3402   - "parent"
3403   - "name"
3404   - "conf-history"
3405
3406 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3407 #- type: "table"
3408 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3409 #  algorithm: "table_details"
3410 #  output-file-ext: ".csv"
3411 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3412 #  columns:
3413 #  - title: "Name"
3414 #    data: "data name"
3415 #  - title: "Status"
3416 #    data: "data msg"
3417 #  rows: "generated"
3418 #  data: "ligato-perf-results-3n-hsw"
3419 #  filter: "all"
3420 #  parameters:
3421 #  - "name"
3422 #  - "parent"
3423 #  - "msg"
3424
3425 # Detailed Test Results - VPP Device Results - Ubuntu
3426 - type: "table"
3427   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3428   algorithm: "table_details"
3429   output-file-ext: ".csv"
3430   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3431   columns:
3432   - title: "Name"
3433     data: "data name"
3434   - title: "Documentation"
3435     data: "data doc"
3436   - title: "Status"
3437     data: "data status"
3438   rows: "generated"
3439   data: "vpp-device-results-ubuntu"
3440   filter: "all"
3441   parameters:
3442   - "name"
3443   - "parent"
3444   - "doc"
3445   - "status"
3446
3447 # Test configuration - VPP Device Test Configs - Ubuntu
3448 - type: "table"
3449   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3450   algorithm: "table_details"
3451   output-file-ext: ".csv"
3452   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3453   columns:
3454   - title: "Name"
3455     data: "data name"
3456   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3457     data: "data conf-history"
3458   rows: "generated"
3459   data: "vpp-device-results-ubuntu"
3460   filter: "all"
3461   parameters:
3462   - "parent"
3463   - "name"
3464   - "conf-history"
3465
3466 ################################################################################
3467
3468 # DPDK Performance Changes 3n-hsw 1t1c pdr
3469 - type: "table"
3470   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3471   algorithm: "table_performance_comparison"
3472   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3473   history:
3474     - title: "rls1901"
3475       data: "dpdk-performance-changes-3n-hsw-h1"
3476   reference:
3477     title: "rls1904"
3478     data: "dpdk-performance-changes-3n-hsw-ref"
3479   compare:
3480     title: "rls1908"
3481     data: "dpdk-performance-changes-3n-hsw-cmp"
3482   data: "dpdk-performance-changes-3n-hsw"
3483   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3484   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3485   parameters:
3486   - "name"
3487   - "parent"
3488   - "throughput"
3489
3490 # DPDK Performance Changes 3n-hsw 2t2c pdr
3491 - type: "table"
3492   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3493   algorithm: "table_performance_comparison"
3494   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3495   history:
3496     - title: "rls1901"
3497       data: "dpdk-performance-changes-3n-hsw-h1"
3498   reference:
3499     title: "rls1904"
3500     data: "dpdk-performance-changes-3n-hsw-ref"
3501   compare:
3502     title: "rls1908"
3503     data: "dpdk-performance-changes-3n-hsw-cmp"
3504   data: "dpdk-performance-changes-3n-hsw"
3505   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3506   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3507   parameters:
3508   - "name"
3509   - "parent"
3510   - "throughput"
3511
3512 # DPDK Performance Changes 3n-hsw 1t1c ndr
3513 - type: "table"
3514   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3515   algorithm: "table_performance_comparison"
3516   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3517   history:
3518     - title: "rls1901"
3519       data: "dpdk-performance-changes-3n-hsw-h1"
3520   reference:
3521     title: "rls1904"
3522     data: "dpdk-performance-changes-3n-hsw-ref"
3523   compare:
3524     title: "rls1908"
3525     data: "dpdk-performance-changes-3n-hsw-cmp"
3526   data: "dpdk-performance-changes-3n-hsw"
3527   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3528   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3529   parameters:
3530   - "name"
3531   - "parent"
3532   - "throughput"
3533
3534 # DPDK Performance Changes 3n-hsw 2t2c ndr
3535 - type: "table"
3536   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3537   algorithm: "table_performance_comparison"
3538   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3539   history:
3540     - title: "rls1901"
3541       data: "dpdk-performance-changes-3n-hsw-h1"
3542   reference:
3543     title: "rls1904"
3544     data: "dpdk-performance-changes-3n-hsw-ref"
3545   compare:
3546     title: "rls1908"
3547     data: "dpdk-performance-changes-3n-hsw-cmp"
3548   data: "dpdk-performance-changes-3n-hsw"
3549   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3550   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3551   parameters:
3552   - "name"
3553   - "parent"
3554   - "throughput"
3555
3556 # DPDK Performance Changes 3n-skx 2t1c pdr
3557 - type: "table"
3558   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3559   algorithm: "table_performance_comparison"
3560   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3561   history:
3562     - title: "rls1901"
3563       data: "dpdk-performance-changes-3n-skx-h1"
3564   reference:
3565     title: "rls1904"
3566     data: "dpdk-performance-changes-3n-skx-ref"
3567   compare:
3568     title: "rls1908"
3569     data: "dpdk-performance-changes-3n-skx-cmp"
3570   data: "dpdk-performance-changes-3n-skx"
3571   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3572   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3573   parameters:
3574   - "name"
3575   - "parent"
3576   - "throughput"
3577
3578 # DPDK Performance Changes 3n-skx 4t2c pdr
3579 - type: "table"
3580   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3581   algorithm: "table_performance_comparison"
3582   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3583   history:
3584     - title: "rls1901"
3585       data: "dpdk-performance-changes-3n-skx-h1"
3586   reference:
3587     title: "rls1904"
3588     data: "dpdk-performance-changes-3n-skx-ref"
3589   compare:
3590     title: "rls1908"
3591     data: "dpdk-performance-changes-3n-skx-cmp"
3592   data: "dpdk-performance-changes-3n-skx"
3593   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3594   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3595   parameters:
3596   - "name"
3597   - "parent"
3598   - "throughput"
3599
3600 # DPDK Performance Changes 3n-skx 2t1c ndr
3601 - type: "table"
3602   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3603   algorithm: "table_performance_comparison"
3604   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3605   history:
3606     - title: "rls1901"
3607       data: "dpdk-performance-changes-3n-skx-h1"
3608   reference:
3609     title: "rls1904"
3610     data: "dpdk-performance-changes-3n-skx-ref"
3611   compare:
3612     title: "rls1908"
3613     data: "dpdk-performance-changes-3n-skx-cmp"
3614   data: "dpdk-performance-changes-3n-skx"
3615   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3616   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3617   parameters:
3618   - "name"
3619   - "parent"
3620   - "throughput"
3621
3622 # DPDK Performance Changes 3n-skx 4t2c ndr
3623 - type: "table"
3624   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3625   algorithm: "table_performance_comparison"
3626   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3627   history:
3628     - title: "rls1901"
3629       data: "dpdk-performance-changes-3n-skx-h1"
3630   reference:
3631     title: "rls1904"
3632     data: "dpdk-performance-changes-3n-skx-ref"
3633   compare:
3634     title: "rls1908"
3635     data: "dpdk-performance-changes-3n-skx-cmp"
3636   data: "dpdk-performance-changes-3n-skx"
3637   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3638   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3639   parameters:
3640   - "name"
3641   - "parent"
3642   - "throughput"
3643
3644 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3645 - type: "table"
3646   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3647   algorithm: "table_performance_comparison"
3648   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3649   reference:
3650     title: "3-Node Hsw"
3651     data: "dpdk-compare-testbeds-ref"
3652   compare:
3653     title: "3-Node Skx"
3654     data: "dpdk-compare-testbeds-cmp"
3655   data: "dpdk-compare-testbeds"
3656   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3657   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3658   parameters:
3659   - "name"
3660   - "parent"
3661   - "throughput"
3662
3663 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3664 - type: "table"
3665   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3666   algorithm: "table_performance_comparison"
3667   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3668   reference:
3669     title: "3-Node Hsw"
3670     data: "dpdk-compare-testbeds-ref"
3671   compare:
3672     title: "3-Node Skx"
3673     data: "dpdk-compare-testbeds-cmp"
3674   data: "dpdk-compare-testbeds"
3675   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3676   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3677   parameters:
3678   - "name"
3679   - "parent"
3680   - "throughput"
3681
3682 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3683 - type: "table"
3684   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3685   algorithm: "table_performance_comparison"
3686   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3687   reference:
3688     title: "3-Node Skx"
3689     data: "dpdk-compare-topologies-ref"
3690   compare:
3691     title: "2-Node Skx"
3692     data: "dpdk-compare-topologies-cmp"
3693   data: "dpdk-compare-topologies"
3694   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3695   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3696   parameters:
3697   - "name"
3698   - "parent"
3699   - "throughput"
3700
3701 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3702 - type: "table"
3703   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3704   algorithm: "table_performance_comparison"
3705   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3706   reference:
3707     title: "3-Node Skx"
3708     data: "dpdk-compare-topologies-ref"
3709   compare:
3710     title: "2-Node Skx"
3711     data: "dpdk-compare-topologies-cmp"
3712   data: "dpdk-compare-topologies"
3713   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3714   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3715   parameters:
3716   - "name"
3717   - "parent"
3718   - "throughput"
3719
3720 # DPDK Performance Changes 2n-skx 2t1c pdr
3721 - type: "table"
3722   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3723   algorithm: "table_performance_comparison"
3724   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3725   history:
3726     - title: "rls1901"
3727       data: "dpdk-performance-changes-2n-skx-h1"
3728   reference:
3729     title: "rls1904"
3730     data: "dpdk-performance-changes-2n-skx-ref"
3731   compare:
3732     title: "rls1908"
3733     data: "dpdk-performance-changes-2n-skx-cmp"
3734   data: "dpdk-performance-changes-2n-skx"
3735   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3736   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3737   parameters:
3738   - "name"
3739   - "parent"
3740   - "throughput"
3741
3742 # DPDK Performance Changes 2n-skx 4t2c pdr
3743 - type: "table"
3744   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3745   algorithm: "table_performance_comparison"
3746   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3747   history:
3748     - title: "rls1901"
3749       data: "dpdk-performance-changes-2n-skx-h1"
3750   reference:
3751     title: "rls1904"
3752     data: "dpdk-performance-changes-2n-skx-ref"
3753   compare:
3754     title: "rls1908"
3755     data: "dpdk-performance-changes-2n-skx-cmp"
3756   data: "dpdk-performance-changes-2n-skx"
3757   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3758   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3759   parameters:
3760   - "name"
3761   - "parent"
3762   - "throughput"
3763
3764 # DPDK Performance Changes 2n-skx 2t1c ndr
3765 - type: "table"
3766   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3767   algorithm: "table_performance_comparison"
3768   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3769   history:
3770     - title: "rls1901"
3771       data: "dpdk-performance-changes-2n-skx-h1"
3772   reference:
3773     title: "rls1904"
3774     data: "dpdk-performance-changes-2n-skx-ref"
3775   compare:
3776     title: "rls1908"
3777     data: "dpdk-performance-changes-2n-skx-cmp"
3778   data: "dpdk-performance-changes-2n-skx"
3779   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3780   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3781   parameters:
3782   - "name"
3783   - "parent"
3784   - "throughput"
3785
3786 # DPDK Performance Changes 2n-skx 4t2c ndr
3787 - type: "table"
3788   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3789   algorithm: "table_performance_comparison"
3790   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3791   history:
3792     - title: "rls1901"
3793       data: "dpdk-performance-changes-2n-skx-h1"
3794   reference:
3795     title: "rls1904"
3796     data: "dpdk-performance-changes-2n-skx-ref"
3797   compare:
3798     title: "rls1908"
3799     data: "dpdk-performance-changes-2n-skx-cmp"
3800   data: "dpdk-performance-changes-2n-skx"
3801   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3802   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3803   parameters:
3804   - "name"
3805   - "parent"
3806   - "throughput"
3807
3808 # Detailed Test Results - DPDK Performance Results 3n-hsw
3809 - type: "table"
3810   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3811   algorithm: "table_details"
3812   output-file-ext: ".csv"
3813   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3814   columns:
3815   - title: "Name"
3816     data: "data name"
3817   - title: "Status"
3818     data: "data msg"
3819   rows: "generated"
3820   data: "dpdk-perf-results-3n-hsw"
3821   filter: "all"
3822   parameters:
3823   - "name"
3824   - "parent"
3825   - "msg"
3826
3827 # Detailed Test Results - DPDK Performance Results 3n-skx
3828 - type: "table"
3829   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3830   algorithm: "table_details"
3831   output-file-ext: ".csv"
3832   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3833   columns:
3834   - title: "Name"
3835     data: "data name"
3836   - title: "Status"
3837     data: "data msg"
3838   rows: "generated"
3839   data: "dpdk-perf-results-3n-skx"
3840   filter: "all"
3841   parameters:
3842   - "name"
3843   - "parent"
3844   - "msg"
3845
3846 # Detailed Test Results - DPDK Performance Results 2n-skx
3847 - type: "table"
3848   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3849   algorithm: "table_details"
3850   output-file-ext: ".csv"
3851   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3852   columns:
3853   - title: "Name"
3854     data: "data name"
3855   - title: "Status"
3856     data: "data msg"
3857   rows: "generated"
3858   data: "dpdk-perf-results-2n-skx"
3859   filter: "all"
3860   parameters:
3861   - "name"
3862   - "parent"
3863   - "msg"
3864
3865 ################################################################################
3866 ###                                F I L E S                                 ###
3867 ################################################################################
3868
3869 # VPP Performance Results 3n-hsw
3870 - type: "file"
3871   title: "VPP Performance Results 3n-hsw"
3872   algorithm: "file_test_results"
3873   output-file-ext: ".rst"
3874   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3875   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"
3876   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
3877   data: "vpp-perf-results-3n-hsw"
3878   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3879   parameters:
3880   - "name"
3881   - "doc"
3882   - "level"
3883   - "parent"
3884   data-start-level: 3
3885
3886 # VPP Performance Results 3n-skx
3887 - type: "file"
3888   title: "VPP Performance Results 3n-skx"
3889   algorithm: "file_test_results"
3890   output-file-ext: ".rst"
3891   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3892   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"
3893   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
3894   data: "vpp-perf-results-3n-skx"
3895   filter: "not 'CFS_OPT'"
3896   parameters:
3897   - "name"
3898   - "doc"
3899   - "level"
3900   - "parent"
3901   data-start-level: 3
3902
3903 # VPP Performance Results 2n-skx
3904 - type: "file"
3905   title: "VPP Performance Results 2n-skx"
3906   algorithm: "file_test_results"
3907   output-file-ext: ".rst"
3908   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3909   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"
3910   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
3911   data: "vpp-perf-results-2n-skx"
3912   filter: "not 'CFS_OPT'"
3913   parameters:
3914   - "name"
3915   - "doc"
3916   - "level"
3917   - "parent"
3918   data-start-level: 3
3919
3920 # VPP Performance Results 3n-tsh
3921 - type: "file"
3922   title: "VPP Performance Results 3n-tsh"
3923   algorithm: "file_test_results"
3924   output-file-ext: ".rst"
3925   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/vpp_performance_results_3n_tsh"
3926   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"
3927   dir-tables: "{DIR[DTR,PERF,VPP,3N,TSH]}"
3928   data: "vpp-perf-results-3n-tsh"
3929   filter: "not 'CFS_OPT'"
3930   parameters:
3931   - "name"
3932   - "doc"
3933   - "level"
3934   - "parent"
3935   data-start-level: 3
3936
3937 ## VPP Performance Results 2n-dnv
3938 #- type: "file"
3939 #  title: "VPP Performance Results 2n-dnv"
3940 #  algorithm: "file_test_results"
3941 #  output-file-ext: ".rst"
3942 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3943 #  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"
3944 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
3945 #  data: "intel-dnv-vpp"
3946 #  filter: "'NDRPDR'"
3947 #  parameters:
3948 #  - "name"
3949 #  - "doc"
3950 #  - "level"
3951 #  - "parent"
3952 #  data-start-level: 3
3953
3954 # VPP Performance Configuration 3n-hsw
3955 - type: "file"
3956   title: "VPP Performance Configuration 3n-hsw"
3957   algorithm: "file_test_results"
3958   output-file-ext: ".rst"
3959   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
3960   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"
3961   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
3962   data: "vpp-perf-results-3n-hsw"
3963   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3964   parameters:
3965   - "name"
3966   - "doc"
3967   - "level"
3968   - "parent"
3969   data-start-level: 3
3970
3971 # VPP Performance Configuration 3n-skx
3972 - type: "file"
3973   title: "VPP Performance Configuration 3n-skx"
3974   algorithm: "file_test_results"
3975   output-file-ext: ".rst"
3976   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
3977   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"
3978   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
3979   data: "vpp-perf-results-3n-skx"
3980   filter: "not 'CFS_OPT'"
3981   parameters:
3982   - "name"
3983   - "doc"
3984   - "level"
3985   - "parent"
3986   data-start-level: 3
3987
3988 # VPP Performance Configuration 2n-skx
3989 - type: "file"
3990   title: "VPP Performance Configuration 2n-skx"
3991   algorithm: "file_test_results"
3992   output-file-ext: ".rst"
3993   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
3994   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"
3995   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
3996   data: "vpp-perf-results-2n-skx"
3997   filter: "not 'CFS_OPT'"
3998   parameters:
3999   - "name"
4000   - "doc"
4001   - "level"
4002   - "parent"
4003   data-start-level: 3
4004
4005 # VPP Performance Configuration 3n-tsh
4006 - type: "file"
4007   title: "VPP Performance Configuration 3n-tsh"
4008   algorithm: "file_test_results"
4009   output-file-ext: ".rst"
4010   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/vpp_performance_configuration_3n_tsh"
4011   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"
4012   dir-tables: "{DIR[DTC,PERF,VPP,3N,TSH]}"
4013   data: "vpp-perf-results-3n-tsh"
4014   filter: "not 'CFS_OPT'"
4015   parameters:
4016   - "name"
4017   - "doc"
4018   - "level"
4019   - "parent"
4020   data-start-level: 3
4021
4022 ## VPP Performance Configuration 2n-dnv
4023 #- type: "file"
4024 #  title: "VPP Performance Configuration 2n-dnv"
4025 #  algorithm: "file_test_results"
4026 #  output-file-ext: ".rst"
4027 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4028 #  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"
4029 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4030 #  data: "intel-dnv-vpp"
4031 #  filter: "'NDRPDR'"
4032 #  parameters:
4033 #  - "name"
4034 #  - "doc"
4035 #  - "level"
4036 #  - "parent"
4037 #  data-start-level: 3
4038
4039 # VPP Performance Operational Data 3n-hsw
4040 - type: "file"
4041   title: "VPP Performance Operational Data 3n-hsw"
4042   algorithm: "file_test_results"
4043   output-file-ext: ".rst"
4044   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4045   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"
4046   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4047   data: "vpp-perf-results-3n-hsw"
4048   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4049   parameters:
4050   - "name"
4051   - "doc"
4052   - "level"
4053   - "parent"
4054   data-start-level: 3
4055
4056 # VPP Performance Operational Data 3n-skx
4057 - type: "file"
4058   title: "VPP Performance Operational Data 3n-skx"
4059   algorithm: "file_test_results"
4060   output-file-ext: ".rst"
4061   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4062   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"
4063   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4064   data: "vpp-perf-results-3n-skx"
4065   filter: "not 'CFS_OPT'"
4066   parameters:
4067   - "name"
4068   - "doc"
4069   - "level"
4070   - "parent"
4071   data-start-level: 3
4072
4073 # VPP Performance Operational Data 2n-skx
4074 - type: "file"
4075   title: "VPP Performance Operational Data 2n-skx"
4076   algorithm: "file_test_results"
4077   output-file-ext: ".rst"
4078   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4079   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"
4080   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4081   data: "vpp-perf-results-2n-skx"
4082   filter: "not 'CFS_OPT'"
4083   parameters:
4084   - "name"
4085   - "doc"
4086   - "level"
4087   - "parent"
4088   data-start-level: 3
4089
4090 # VPP Performance Operational Data 3n-tsh
4091 - type: "file"
4092   title: "VPP Performance Operational Data 3n-tsh"
4093   algorithm: "file_test_results"
4094   output-file-ext: ".rst"
4095   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/vpp_performance_operational_data_3n_tsh"
4096   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"
4097   dir-tables: "{DIR[DTO,PERF,VPP,3N,TSH]}"
4098   data: "vpp-perf-results-3n-tsh"
4099   filter: "not 'CFS_OPT'"
4100   parameters:
4101   - "name"
4102   - "doc"
4103   - "level"
4104   - "parent"
4105   data-start-level: 3
4106
4107 ## VPP Performance Operational Data 2n-dnv
4108 #- type: "file"
4109 #  title: "VPP Performance Operational Data 2n-dnv"
4110 #  algorithm: "file_test_results"
4111 #  output-file-ext: ".rst"
4112 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4113 #  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"
4114 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4115 #  data: "intel-dnv-vpp"
4116 #  filter: "'NDRPDR'"
4117 #  parameters:
4118 #  - "name"
4119 #  - "doc"
4120 #  - "level"
4121 #  - "parent"
4122 #  data-start-level: 3
4123
4124 # VPP MRR Results 3n-hsw
4125 - type: "file"
4126   title: "VPP MRR Results 3n-hsw"
4127   algorithm: "file_test_results"
4128   output-file-ext: ".rst"
4129   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4130   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"
4131   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4132   data: "vpp-mrr-results-3n-hsw"
4133   filter: "'MRR'"
4134   parameters:
4135   - "name"
4136   - "doc"
4137   - "level"
4138   - "parent"
4139   data-start-level: 3
4140
4141 # VPP MRR Results 3n-skx
4142 - type: "file"
4143   title: "VPP MRR Results 3n-skx"
4144   algorithm: "file_test_results"
4145   output-file-ext: ".rst"
4146   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4147   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"
4148   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4149   data: "vpp-mrr-results-3n-skx"
4150   filter: "'MRR'"
4151   parameters:
4152   - "name"
4153   - "doc"
4154   - "level"
4155   - "parent"
4156   data-start-level: 3
4157
4158 # VPP MRR Results 2n-skx
4159 - type: "file"
4160   title: "VPP MRR Results 2n-skx"
4161   algorithm: "file_test_results"
4162   output-file-ext: ".rst"
4163   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4164   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"
4165   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4166   data: "vpp-mrr-results-2n-skx"
4167   filter: "all"
4168   parameters:
4169   - "name"
4170   - "doc"
4171   - "level"
4172   - "parent"
4173   data-start-level: 3
4174
4175 # VPP MRR Configuration 3n-hsw
4176 - type: "file"
4177   title: "VPP MRR Configuration 3n-hsw"
4178   algorithm: "file_test_results"
4179   output-file-ext: ".rst"
4180   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4181   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"
4182   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4183   data: "vpp-mrr-results-3n-hsw"
4184   filter: "'MRR'"
4185   parameters:
4186   - "name"
4187   - "doc"
4188   - "level"
4189   - "parent"
4190   data-start-level: 3
4191
4192 # VPP MRR Configuration 3n-skx
4193 - type: "file"
4194   title: "VPP MRR Configuration 3n-skx"
4195   algorithm: "file_test_results"
4196   output-file-ext: ".rst"
4197   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4198   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"
4199   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4200   data: "vpp-mrr-results-3n-skx"
4201   filter: "'MRR'"
4202   parameters:
4203   - "name"
4204   - "doc"
4205   - "level"
4206   - "parent"
4207   data-start-level: 3
4208
4209 # VPP MRR Configuration 2n-skx
4210 - type: "file"
4211   title: "VPP MRR Configuration 2n-skx"
4212   algorithm: "file_test_results"
4213   output-file-ext: ".rst"
4214   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4215   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"
4216   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4217   data: "vpp-mrr-results-2n-skx"
4218   filter: "'MRR'"
4219   parameters:
4220   - "name"
4221   - "doc"
4222   - "level"
4223   - "parent"
4224   data-start-level: 3
4225
4226 # VPP Functional Results - Ubuntu
4227 - type: "file"
4228   title: "VPP Functional Results - Ubuntu"
4229   algorithm: "file_test_results"
4230   output-file-ext: ".rst"
4231   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4232   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"
4233   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4234   data: "vpp-func-results-ubuntu"
4235   filter: "all"
4236   parameters:
4237   - "name"
4238   - "doc"
4239   - "level"
4240   - "parent"
4241   data-start-level: 3
4242
4243 # VPP Functional Results - CentOS
4244 - type: "file"
4245   title: "VPP Functional Results - CentOS"
4246   algorithm: "file_test_results"
4247   output-file-ext: ".rst"
4248   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4249   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"
4250   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4251   data:
4252     "vpp-func-results-centos"
4253   filter: "all"
4254   parameters:
4255   - "name"
4256   - "doc"
4257   - "level"
4258   - "parent"
4259   data-start-level: 3
4260
4261 # VPP Functional Configuration - Ubuntu
4262 - type: "file"
4263   title: "VPP Functional Configuration - Ubuntu"
4264   algorithm: "file_test_results"
4265   output-file-ext: ".rst"
4266   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4267   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"
4268   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4269   data: "vpp-func-results-ubuntu"
4270   filter: "all"
4271   parameters:
4272   - "name"
4273   - "doc"
4274   - "level"
4275   - "parent"
4276   data-start-level: 3
4277
4278 # VPP Functional Configuration - CentOS
4279 - type: "file"
4280   title: "VPP Functional Configuration - CentOS"
4281   algorithm: "file_test_results"
4282   output-file-ext: ".rst"
4283   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4284   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"
4285   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4286   data:
4287     "vpp-func-results-centos"
4288   filter: "all"
4289   parameters:
4290   - "name"
4291   - "doc"
4292   - "level"
4293   - "parent"
4294   data-start-level: 3
4295
4296 # VPP Device Results - Ubuntu
4297 - type: "file"
4298   title: "VPP Device Results - Ubuntu"
4299   algorithm: "file_test_results"
4300   output-file-ext: ".rst"
4301   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4302   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"
4303   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4304   data: "vpp-device-results-ubuntu"
4305   filter: "all"
4306   parameters:
4307   - "name"
4308   - "doc"
4309   - "level"
4310   - "parent"
4311   data-start-level: 2
4312
4313 # VPP Device Configuration - Ubuntu
4314 - type: "file"
4315   title: "VPP Device Configuration - Ubuntu"
4316   algorithm: "file_test_results"
4317   output-file-ext: ".rst"
4318   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4319   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"
4320   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4321   data: "vpp-device-results-ubuntu"
4322   filter: "all"
4323   parameters:
4324   - "name"
4325   - "doc"
4326   - "level"
4327   - "parent"
4328   data-start-level: 2
4329
4330 ## Container Orchestrated Performance Results 3n-hsw
4331 #- type: "file"
4332 #  title: "Container Orchestrated Performance Results 3n-hsw"
4333 #  algorithm: "file_test_results"
4334 #  output-file-ext: ".rst"
4335 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4336 #  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"
4337 #  dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4338 #  data: "ligato-perf-results-3n-hsw"
4339 #  filter: "all"
4340 #  parameters:
4341 #  - "name"
4342 #  - "doc"
4343 #  - "level"
4344 #  - "parent"
4345 #  data-start-level: 3
4346
4347 # DPDK Performance Results 3n-hsw
4348 - type: "file"
4349   title: "DPDK Performance Results 3n-hsw"
4350   algorithm: "file_test_results"
4351   output-file-ext: ".rst"
4352   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4353   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"
4354   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4355   data: "dpdk-perf-results-3n-hsw"
4356   filter: "all"
4357   parameters:
4358   - "name"
4359   - "doc"
4360   - "level"
4361   - "parent"
4362   data-start-level: 3
4363
4364 # DPDK Performance Results 3n-skx
4365 - type: "file"
4366   title: "DPDK Performance Results 3n-skx"
4367   algorithm: "file_test_results"
4368   output-file-ext: ".rst"
4369   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4370   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"
4371   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4372   data: "dpdk-perf-results-3n-skx"
4373   filter: "all"
4374   parameters:
4375   - "name"
4376   - "doc"
4377   - "level"
4378   - "parent"
4379   data-start-level: 3
4380
4381 # DPDK Performance Results 2n-skx
4382 - type: "file"
4383   title: "DPDK Performance Results 2n-skx"
4384   algorithm: "file_test_results"
4385   output-file-ext: ".rst"
4386   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4387   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"
4388   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4389   data: "dpdk-perf-results-2n-skx"
4390   filter: "all"
4391   parameters:
4392   - "name"
4393   - "doc"
4394   - "level"
4395   - "parent"
4396   data-start-level: 3
4397
4398 # Honeycomb Functional Results
4399 - type: "file"
4400   title: "Honeycomb Functional Results"
4401   algorithm: "file_test_results"
4402   output-file-ext: ".rst"
4403   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4404   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"
4405   dir-tables: "{DIR[DTR,FUNC,HC]}"
4406   data:
4407     "hc-func-results"
4408   filter: "all"
4409   parameters:
4410   - "name"
4411   - "doc"
4412   - "level"
4413   - "parent"
4414   data-start-level: 3
4415
4416 ################################################################################
4417 ###                                P L O T S                                 ###
4418 ################################################################################
4419
4420 # Plots VPP HTTP Server Performance
4421 - type: "plot"
4422   title: "VPP HTTP Server Performance"
4423   algorithm: "plot_http_server_performance_box"
4424   output-file-type: ".html"
4425   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
4426   data:
4427     "plot-vpp-http-server-performance"
4428   # Keep this formatting, the filter is enclosed with " (quotation mark) and
4429   # each tag is enclosed with ' (apostrophe).
4430   filter: "'HTTP' and 'TCP_CPS'"
4431   parameters:
4432   - "result"
4433   - "name"
4434   traces:
4435     hoverinfo: "x+y"
4436     boxpoints: "outliers"
4437     whiskerwidth: 0
4438   layout:
4439     title: "VPP HTTP Server Performance"
4440     layout:
4441       "plot-cps"
4442
4443 - type: "plot"
4444   title: "VPP HTTP Server Performance"
4445   algorithm: "plot_http_server_performance_box"
4446   output-file-type: ".html"
4447   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
4448   data:
4449     "plot-vpp-http-server-performance"
4450   filter: "'HTTP' and 'TCP_RPS'"
4451   parameters:
4452   - "result"
4453   - "name"
4454   traces:
4455     hoverinfo: "x+y"
4456     boxpoints: "outliers"
4457     whiskerwidth: 0
4458   layout:
4459     title: "VPP HTTP Server Performance"
4460     layout:
4461       "plot-rps"
4462
4463 ################################################################################
4464
4465 ## Soak Test (PLRsearch), boxes
4466 #- type: "plot"
4467 #  title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4468 #  algorithm: "plot_performance_box"
4469 #  output-file-type: ".html"
4470 #  output-file: "{DIR[STATIC,VPP]}/soak-test-1"
4471 #  data: "plot-vpp-soak-2n-skx"
4472 #  filter: "('L2BDMACLRN' or 'L2PATCH' or 'L2XCBASE') and not 'VHOST' and not 'MEMIF'"
4473 #  parameters:
4474 #    - "throughput"
4475 #    - "parent"
4476 #    - "tags"
4477 #  sort:
4478 #    - "DRV_AVF"
4479 #    - "DRV_AVF"
4480 #    - "DRV_AVF"
4481 #    - "L2BDMACLRN"
4482 #    - "L2XCBASE"
4483 #    - "L2PATCH"
4484 #  traces:
4485 #    hoverinfo: "x+y"
4486 #    boxpoints: "all"
4487 #    whiskerwidth: 0
4488 #  layout:
4489 #    title: "2 Hours Soak Test (PLRsearch)"
4490 #    layout: "plot-soak-throughput"
4491
4492 ## Soak Test (PLRsearch), boxes
4493 #- type: "plot"
4494 #  title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4495 #  algorithm: "plot_performance_box"
4496 #  output-file-type: ".html"
4497 #  output-file: "{DIR[STATIC,VPP]}/soak-test-2"
4498 #  data: "plot-vpp-soak-2n-skx"
4499 #  filter: "'L2BDMACLRN' and ('VHOST' or 'MEMIF') or 'IP4BASE' or 'IP6BASE'"
4500 #  parameters:
4501 #    - "throughput"
4502 #    - "parent"
4503 #    - "tags"
4504 #  sort:
4505 #    - "VHOST"
4506 #    - "MEMIF"
4507 #    - "IP4FWD"
4508 #    - "IP6FWD"
4509 #  traces:
4510 #    hoverinfo: "x+y"
4511 #    boxpoints: "all"
4512 #    whiskerwidth: 0
4513 #  layout:
4514 #    title: "2 Hours Soak Test (PLRsearch)"
4515 #    layout: "plot-soak-throughput"
4516
4517 ################################################################################
4518 ## Plots - NF Density - VSC - MRR 64b
4519 #- type: "plot"
4520 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4521 #  algorithm: "plot_service_density_heatmap_compare"
4522 #  output-file-type: ".html"
4523 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
4524 #  data: "plot-vpp-nfv-2n-skx-mrr-64b"
4525 #  filter: "'NIC_Intel-XXV710' and
4526 #           'NF_DENSITY' and
4527 #           'VHOST' and
4528 #           'CHAIN' and
4529 #           'NF_VPPIP4' and
4530 #           '64B' and
4531 #           '2T1C' and
4532 #           'MRR'"
4533 #  reference:
4534 #    include: "2"
4535 #    name: "VNF-1c"
4536 #  compare:
4537 #    include: "1"
4538 #    name: "VNF-0.5c"
4539 #  parameters:
4540 #  - "result"
4541 #  - "name"
4542 #  - "tags"
4543 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4544 #  x-axis: "X = VNFs per Service Chain"
4545 #  y-axis: "Y = Number of Service Chains"
4546 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4547 #  layout:
4548 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4549 #    layout: "plot-service-density"
4550 #
4551 #- type: "plot"
4552 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4553 #  algorithm: "plot_service_density_heatmap_compare"
4554 #  output-file-type: ".html"
4555 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
4556 #  data: "plot-vpp-nfv-2n-skx-mrr-64b"
4557 #  filter: "'NIC_Intel-XXV710' and
4558 #           'NF_DENSITY' and
4559 #           'VHOST' and
4560 #           'CHAIN' and
4561 #           'NF_VPPIP4' and
4562 #           '64B' and
4563 #           '4T2C' and
4564 #           'MRR'"
4565 #  reference:
4566 #    include: "2"
4567 #    name: "VNF-1c"
4568 #  compare:
4569 #    include: "1"
4570 #    name: "VNF-0.5c"
4571 #  parameters:
4572 #  - "result"
4573 #  - "name"
4574 #  - "tags"
4575 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4576 #  x-axis: "X = VNFs per Service Chain"
4577 #  y-axis: "Y = Number of Service Chains"
4578 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4579 #  layout:
4580 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4581 #    layout: "plot-service-density"
4582 #
4583 #- type: "plot"
4584 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4585 #  algorithm: "plot_service_density_heatmap_compare"
4586 #  output-file-type: ".html"
4587 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
4588 #  data: "plot-vpp-nfv-2n-skx-mrr-64b"
4589 #  filter: "'NIC_Intel-XXV710' and
4590 #           'NF_DENSITY' and
4591 #           'VHOST' and
4592 #           'CHAIN' and
4593 #           'NF_VPPIP4' and
4594 #           '64B' and
4595 #           '8T4C' and
4596 #           'MRR'"
4597 #  reference:
4598 #    include: "2"
4599 #    name: "VNF-1c"
4600 #  compare:
4601 #    include: "1"
4602 #    name: "VNF-0.5c"
4603 #  parameters:
4604 #  - "result"
4605 #  - "name"
4606 #  - "tags"
4607 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4608 #  x-axis: "X = VNFs per Service Chain"
4609 #  y-axis: "Y = Number of Service Chains"
4610 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4611 #  layout:
4612 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4613 #    layout: "plot-service-density"
4614 #
4615 ## Plots - NF Density - VSC - MRR IMIX
4616 #- type: "plot"
4617 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4618 #  algorithm: "plot_service_density_heatmap_compare"
4619 #  output-file-type: ".html"
4620 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
4621 #  data: "plot-vpp-nfv-2n-skx-mrr-imix"
4622 #  filter: "'NIC_Intel-XXV710' and
4623 #           'NF_DENSITY' and
4624 #           'VHOST' and
4625 #           'CHAIN' and
4626 #           'NF_VPPIP4' and
4627 #           'IMIX' and
4628 #           '2T1C' and
4629 #           'MRR'"
4630 #  reference:
4631 #    include: "2"
4632 #    name: "VNF-1c"
4633 #  compare:
4634 #    include: "1"
4635 #    name: "VNF-0.5c"
4636 #  parameters:
4637 #  - "result"
4638 #  - "name"
4639 #  - "tags"
4640 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4641 #  x-axis: "X = VNFs per Service Chain"
4642 #  y-axis: "Y = Number of Service Chains"
4643 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4644 #  layout:
4645 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4646 #    layout: "plot-service-density"
4647 #
4648 #- type: "plot"
4649 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4650 #  algorithm: "plot_service_density_heatmap_compare"
4651 #  output-file-type: ".html"
4652 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
4653 #  data: "plot-vpp-nfv-2n-skx-mrr-imix"
4654 #  filter: "'NIC_Intel-XXV710' and
4655 #           'NF_DENSITY' and
4656 #           'VHOST' and
4657 #           'CHAIN' and
4658 #           'NF_VPPIP4' and
4659 #           'IMIX' and
4660 #           '4T2C' and
4661 #           'MRR'"
4662 #  reference:
4663 #    include: "2"
4664 #    name: "VNF-1c"
4665 #  compare:
4666 #    include: "1"
4667 #    name: "VNF-0.5c"
4668 #  parameters:
4669 #  - "result"
4670 #  - "name"
4671 #  - "tags"
4672 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4673 #  x-axis: "X = VNFs per Service Chain"
4674 #  y-axis: "Y = Number of Service Chains"
4675 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4676 #  layout:
4677 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4678 #    layout: "plot-service-density"
4679 #
4680 #- type: "plot"
4681 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4682 #  algorithm: "plot_service_density_heatmap_compare"
4683 #  output-file-type: ".html"
4684 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
4685 #  data: "plot-vpp-nfv-2n-skx-mrr-imix"
4686 #  filter: "'NIC_Intel-XXV710' and
4687 #           'NF_DENSITY' and
4688 #           'VHOST' and
4689 #           'CHAIN' and
4690 #           'NF_VPPIP4' and
4691 #           'IMIX' and
4692 #           '8T4C' and
4693 #           'MRR'"
4694 #  reference:
4695 #    include: "2"
4696 #    name: "VNF-1c"
4697 #  compare:
4698 #    include: "1"
4699 #    name: "VNF-0.5c"
4700 #  parameters:
4701 #  - "result"
4702 #  - "name"
4703 #  - "tags"
4704 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4705 #  x-axis: "X = VNFs per Service Chain"
4706 #  y-axis: "Y = Number of Service Chains"
4707 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4708 #  layout:
4709 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4710 #    layout: "plot-service-density"
4711
4712 # Plots - NF Density - VSC - NDR 64b
4713 - type: "plot"
4714   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4715   algorithm: "plot_service_density_heatmap_compare"
4716   output-file-type: ".html"
4717   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
4718   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4719   filter: "'NIC_Intel-XXV710' and
4720            'NF_DENSITY' and
4721            'VHOST' and
4722            'CHAIN' and
4723            'NF_VPPIP4' and
4724            '64B' and
4725            '2T1C' and
4726            'NDRPDR'"
4727   reference:
4728     include: "2"
4729     name: "VNF-1c"
4730   compare:
4731     include: "1"
4732     name: "VNF-0.5c"
4733   parameters:
4734   - "throughput"
4735   - "name"
4736   - "tags"
4737   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4738   x-axis: "X = VNFs per Service Chain"
4739   y-axis: "Y = Number of Service Chains"
4740   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4741   layout:
4742     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4743     layout: "plot-service-density"
4744
4745 - type: "plot"
4746   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4747   algorithm: "plot_service_density_heatmap_compare"
4748   output-file-type: ".html"
4749   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
4750   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4751   filter: "'NIC_Intel-XXV710' and
4752            'NF_DENSITY' and
4753            'VHOST' and
4754            'CHAIN' and
4755            'NF_VPPIP4' and
4756            '64B' and
4757            '4T2C' and
4758            'NDRPDR'"
4759   reference:
4760     include: "2"
4761     name: "VNF-1c"
4762   compare:
4763     include: "1"
4764     name: "VNF-0.5c"
4765   parameters:
4766   - "throughput"
4767   - "name"
4768   - "tags"
4769   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4770   x-axis: "X = VNFs per Service Chain"
4771   y-axis: "Y = Number of Service Chains"
4772   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4773   layout:
4774     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4775     layout: "plot-service-density"
4776
4777 - type: "plot"
4778   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4779   algorithm: "plot_service_density_heatmap_compare"
4780   output-file-type: ".html"
4781   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
4782   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4783   filter: "'NIC_Intel-XXV710' and
4784            'NF_DENSITY' and
4785            'VHOST' and
4786            'CHAIN' and
4787            'NF_VPPIP4' and
4788            '64B' and
4789            '8T4C' and
4790            'NDRPDR'"
4791   reference:
4792     include: "2"
4793     name: "VNF-1c"
4794   compare:
4795     include: "1"
4796     name: "VNF-0.5c"
4797   parameters:
4798   - "throughput"
4799   - "name"
4800   - "tags"
4801   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4802   x-axis: "X = VNFs per Service Chain"
4803   y-axis: "Y = Number of Service Chains"
4804   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4805   layout:
4806     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4807     layout: "plot-service-density"
4808
4809 # Plots - NF Density - VSC - NDR IMIX
4810 - type: "plot"
4811   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4812   algorithm: "plot_service_density_heatmap_compare"
4813   output-file-type: ".html"
4814   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
4815   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4816   filter: "'NIC_Intel-XXV710' and
4817            'NF_DENSITY' and
4818            'VHOST' and
4819            'CHAIN' and
4820            'NF_VPPIP4' and
4821            'IMIX' and
4822            '2T1C' and
4823            'NDRPDR'"
4824   reference:
4825     include: "2"
4826     name: "VNF-1c"
4827   compare:
4828     include: "1"
4829     name: "VNF-0.5c"
4830   parameters:
4831   - "throughput"
4832   - "name"
4833   - "tags"
4834   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4835   x-axis: "X = VNFs per Service Chain"
4836   y-axis: "Y = Number of Service Chains"
4837   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4838   layout:
4839     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4840     layout: "plot-service-density"
4841
4842 - type: "plot"
4843   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4844   algorithm: "plot_service_density_heatmap_compare"
4845   output-file-type: ".html"
4846   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
4847   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4848   filter: "'NIC_Intel-XXV710' and
4849            'NF_DENSITY' and
4850            'VHOST' and
4851            'CHAIN' and
4852            'NF_VPPIP4' and
4853            'IMIX' and
4854            '4T2C' and
4855            'NDRPDR'"
4856   reference:
4857     include: "2"
4858     name: "VNF-1c"
4859   compare:
4860     include: "1"
4861     name: "VNF-0.5c"
4862   parameters:
4863   - "throughput"
4864   - "name"
4865   - "tags"
4866   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4867   x-axis: "X = VNFs per Service Chain"
4868   y-axis: "Y = Number of Service Chains"
4869   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4870   layout:
4871     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4872     layout: "plot-service-density"
4873
4874 - type: "plot"
4875   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4876   algorithm: "plot_service_density_heatmap_compare"
4877   output-file-type: ".html"
4878   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
4879   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4880   filter: "'NIC_Intel-XXV710' and
4881            'NF_DENSITY' and
4882            'VHOST' and
4883            'CHAIN' and
4884            'NF_VPPIP4' and
4885            'IMIX' and
4886            '8T4C' and
4887            'NDRPDR'"
4888   reference:
4889     include: "2"
4890     name: "VNF-1c"
4891   compare:
4892     include: "1"
4893     name: "VNF-0.5c"
4894   parameters:
4895   - "throughput"
4896   - "name"
4897   - "tags"
4898   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4899   x-axis: "X = VNFs per Service Chain"
4900   y-axis: "Y = Number of Service Chains"
4901   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4902   layout:
4903     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4904     layout: "plot-service-density"
4905
4906 # Plots - NF Density - VSC - PDR 64b
4907 - type: "plot"
4908   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4909   algorithm: "plot_service_density_heatmap_compare"
4910   output-file-type: ".html"
4911   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
4912   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4913   filter: "'NIC_Intel-XXV710' and
4914            'NF_DENSITY' and
4915            'VHOST' and
4916            'CHAIN' and
4917            'NF_VPPIP4' and
4918            '64B' and
4919            '2T1C' and
4920            'NDRPDR'"
4921   reference:
4922     include: "2"
4923     name: "VNF-1c"
4924   compare:
4925     include: "1"
4926     name: "VNF-0.5c"
4927   parameters:
4928   - "throughput"
4929   - "name"
4930   - "tags"
4931   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4932   x-axis: "X = VNFs per Service Chain"
4933   y-axis: "Y = Number of Service Chains"
4934   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4935   layout:
4936     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4937     layout: "plot-service-density"
4938
4939 - type: "plot"
4940   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4941   algorithm: "plot_service_density_heatmap_compare"
4942   output-file-type: ".html"
4943   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
4944   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4945   filter: "'NIC_Intel-XXV710' and
4946            'NF_DENSITY' and
4947            'VHOST' and
4948            'CHAIN' and
4949            'NF_VPPIP4' and
4950            '64B' and
4951            '4T2C' and
4952            'NDRPDR'"
4953   reference:
4954     include: "2"
4955     name: "VNF-1c"
4956   compare:
4957     include: "1"
4958     name: "VNF-0.5c"
4959   parameters:
4960   - "throughput"
4961   - "name"
4962   - "tags"
4963   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4964   x-axis: "X = VNFs per Service Chain"
4965   y-axis: "Y = Number of Service Chains"
4966   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4967   layout:
4968     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4969     layout: "plot-service-density"
4970
4971 - type: "plot"
4972   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
4973   algorithm: "plot_service_density_heatmap_compare"
4974   output-file-type: ".html"
4975   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
4976   data: "plot-vpp-nfv-2n-skx-ndrpdr"
4977   filter: "'NIC_Intel-XXV710' and
4978            'NF_DENSITY' and
4979            'VHOST' and
4980            'CHAIN' and
4981            'NF_VPPIP4' and
4982            '64B' and
4983            '8T4C' and
4984            'NDRPDR'"
4985   reference:
4986     include: "2"
4987     name: "VNF-1c"
4988   compare:
4989     include: "1"
4990     name: "VNF-0.5c"
4991   parameters:
4992   - "throughput"
4993   - "name"
4994   - "tags"
4995   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4996   x-axis: "X = VNFs per Service Chain"
4997   y-axis: "Y = Number of Service Chains"
4998   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
4999   layout:
5000     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5001     layout: "plot-service-density"
5002
5003 # Plots - NF Density - VSC - PDR IMIX
5004 - type: "plot"
5005   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5006   algorithm: "plot_service_density_heatmap_compare"
5007   output-file-type: ".html"
5008   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
5009   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5010   filter: "'NIC_Intel-XXV710' and
5011            'NF_DENSITY' and
5012            'VHOST' and
5013            'CHAIN' and
5014            'NF_VPPIP4' and
5015            'IMIX' and
5016            '2T1C' and
5017            'NDRPDR'"
5018   reference:
5019     include: "2"
5020     name: "VNF-1c"
5021   compare:
5022     include: "1"
5023     name: "VNF-0.5c"
5024   parameters:
5025   - "throughput"
5026   - "name"
5027   - "tags"
5028   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5029   x-axis: "X = VNFs per Service Chain"
5030   y-axis: "Y = Number of Service Chains"
5031   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5032   layout:
5033     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5034     layout: "plot-service-density"
5035
5036 - type: "plot"
5037   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5038   algorithm: "plot_service_density_heatmap_compare"
5039   output-file-type: ".html"
5040   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
5041   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5042   filter: "'NIC_Intel-XXV710' and
5043            'NF_DENSITY' and
5044            'VHOST' and
5045            'CHAIN' and
5046            'NF_VPPIP4' and
5047            'IMIX' and
5048            '4T2C' and
5049            'NDRPDR'"
5050   reference:
5051     include: "2"
5052     name: "VNF-1c"
5053   compare:
5054     include: "1"
5055     name: "VNF-0.5c"
5056   parameters:
5057   - "throughput"
5058   - "name"
5059   - "tags"
5060   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5061   x-axis: "X = VNFs per Service Chain"
5062   y-axis: "Y = Number of Service Chains"
5063   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5064   layout:
5065     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5066     layout: "plot-service-density"
5067
5068 - type: "plot"
5069   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5070   algorithm: "plot_service_density_heatmap_compare"
5071   output-file-type: ".html"
5072   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
5073   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5074   filter: "'NIC_Intel-XXV710' and
5075            'NF_DENSITY' and
5076            'VHOST' and
5077            'CHAIN' and
5078            'NF_VPPIP4' and
5079            'IMIX' and
5080            '8T4C' and
5081            'NDRPDR'"
5082   reference:
5083     include: "2"
5084     name: "VNF-1c"
5085   compare:
5086     include: "1"
5087     name: "VNF-0.5c"
5088   parameters:
5089   - "throughput"
5090   - "name"
5091   - "tags"
5092   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5093   x-axis: "X = VNFs per Service Chain"
5094   y-axis: "Y = Number of Service Chains"
5095   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5096   layout:
5097     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5098     layout: "plot-service-density"
5099
5100 ################################################################################
5101 ## Plots - NF Density - CSC - MRR 64b
5102 #- type: "plot"
5103 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5104 #  algorithm: "plot_service_density_heatmap_compare"
5105 #  output-file-type: ".html"
5106 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
5107 #  data: "plot-vpp-nfv-2n-skx-mrr-64b"
5108 #  filter: "'NIC_Intel-XXV710' and
5109 #           'NF_DENSITY' and
5110 #           'DOCKER' and
5111 #           'CHAIN' and
5112 #           'NF_VPPIP4' and
5113 #           '64B' and
5114 #           '2T1C' and
5115 #           'MRR'"
5116 #  reference:
5117 #    include: "2"
5118 #    name: "CNF-1c"
5119 #  compare:
5120 #    include: "1"
5121 #    name: "CNF-0.5c"
5122 #  parameters:
5123 #  - "result"
5124 #  - "name"
5125 #  - "tags"
5126 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5127 #  x-axis: "X = CNFs per Service Chain"
5128 #  y-axis: "Y = Number of Service Chains"
5129 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5130 #  layout:
5131 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5132 #    layout: "plot-service-density"
5133 #
5134 #- type: "plot"
5135 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5136 #  algorithm: "plot_service_density_heatmap_compare"
5137 #  output-file-type: ".html"
5138 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
5139 #  data: "plot-vpp-nfv-2n-skx-mrr-64b"
5140 #  filter: "'NIC_Intel-XXV710' and
5141 #           'NF_DENSITY' and
5142 #           'DOCKER' and
5143 #           'CHAIN' and
5144 #           'NF_VPPIP4' and
5145 #           '64B' and
5146 #           '4T2C' and
5147 #           'MRR'"
5148 #  reference:
5149 #    include: "2"
5150 #    name: "CNF-1c"
5151 #  compare:
5152 #    include: "1"
5153 #    name: "CNF-0.5c"
5154 #  parameters:
5155 #  - "result"
5156 #  - "name"
5157 #  - "tags"
5158 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5159 #  x-axis: "X = CNFs per Service Chain"
5160 #  y-axis: "Y = Number of Service Chains"
5161 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5162 #  layout:
5163 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5164 #    layout: "plot-service-density"
5165 #
5166 #- type: "plot"
5167 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5168 #  algorithm: "plot_service_density_heatmap_compare"
5169 #  output-file-type: ".html"
5170 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
5171 #  data: "plot-vpp-nfv-2n-skx-mrr-64b"
5172 #  filter: "'NIC_Intel-XXV710' and
5173 #           'NF_DENSITY' and
5174 #           'DOCKER' and
5175 #           'CHAIN' and
5176 #           'NF_VPPIP4' and
5177 #           '64B' and
5178 #           '8T4C' and
5179 #           'MRR'"
5180 #  reference:
5181 #    include: "2"
5182 #    name: "CNF-1c"
5183 #  compare:
5184 #    include: "1"
5185 #    name: "CNF-0.5c"
5186 #  parameters:
5187 #  - "result"
5188 #  - "name"
5189 #  - "tags"
5190 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5191 #  x-axis: "X = CNFs per Service Chain"
5192 #  y-axis: "Y = Number of Service Chains"
5193 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5194 #  layout:
5195 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5196 #    layout: "plot-service-density"
5197 #
5198 ## Plots - NF Density - CSC - MRR IMIX
5199 #- type: "plot"
5200 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5201 #  algorithm: "plot_service_density_heatmap_compare"
5202 #  output-file-type: ".html"
5203 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
5204 #  data: "plot-vpp-nfv-2n-skx-mrr-imix"
5205 #  filter: "'NIC_Intel-XXV710' and
5206 #           'NF_DENSITY' and
5207 #           'DOCKER' and
5208 #           'CHAIN' and
5209 #           'NF_VPPIP4' and
5210 #           'IMIX' and
5211 #           '2T1C' and
5212 #           'MRR'"
5213 #  reference:
5214 #    include: "2"
5215 #    name: "CNF-1c"
5216 #  compare:
5217 #    include: "1"
5218 #    name: "CNF-0.5c"
5219 #  parameters:
5220 #  - "result"
5221 #  - "name"
5222 #  - "tags"
5223 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5224 #  x-axis: "X = CNFs per Service Chain"
5225 #  y-axis: "Y = Number of Service Chains"
5226 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5227 #  layout:
5228 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5229 #    layout: "plot-service-density"
5230 #
5231 #- type: "plot"
5232 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5233 #  algorithm: "plot_service_density_heatmap_compare"
5234 #  output-file-type: ".html"
5235 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
5236 #  data: "plot-vpp-nfv-2n-skx-mrr-imix"
5237 #  filter: "'NIC_Intel-XXV710' and
5238 #           'NF_DENSITY' and
5239 #           'DOCKER' and
5240 #           'CHAIN' and
5241 #           'NF_VPPIP4' and
5242 #           'IMIX' and
5243 #           '4T2C' and
5244 #           'MRR'"
5245 #  reference:
5246 #    include: "2"
5247 #    name: "CNF-1c"
5248 #  compare:
5249 #    include: "1"
5250 #    name: "CNF-0.5c"
5251 #  parameters:
5252 #  - "result"
5253 #  - "name"
5254 #  - "tags"
5255 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5256 #  x-axis: "X = CNFs per Service Chain"
5257 #  y-axis: "Y = Number of Service Chains"
5258 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5259 #  layout:
5260 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5261 #    layout: "plot-service-density"
5262 #
5263 #- type: "plot"
5264 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5265 #  algorithm: "plot_service_density_heatmap_compare"
5266 #  output-file-type: ".html"
5267 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
5268 #  data: "plot-vpp-nfv-2n-skx-mrr-imix"
5269 #  filter: "'NIC_Intel-XXV710' and
5270 #           'NF_DENSITY' and
5271 #           'DOCKER' and
5272 #           'CHAIN' and
5273 #           'NF_VPPIP4' and
5274 #           'IMIX' and
5275 #           '8T4C' and
5276 #           'MRR'"
5277 #  reference:
5278 #    include: "2"
5279 #    name: "CNF-1c"
5280 #  compare:
5281 #    include: "1"
5282 #    name: "CNF-0.5c"
5283 #  parameters:
5284 #  - "result"
5285 #  - "name"
5286 #  - "tags"
5287 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5288 #  x-axis: "X = CNFs per Service Chain"
5289 #  y-axis: "Y = Number of Service Chains"
5290 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5291 #  layout:
5292 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5293 #    layout: "plot-service-density"
5294
5295 # Plots - NF Density - CSC - NDR 64b
5296 - type: "plot"
5297   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5298   algorithm: "plot_service_density_heatmap_compare"
5299   output-file-type: ".html"
5300   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
5301   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5302   filter: "'NIC_Intel-XXV710' and
5303            'NF_DENSITY' and
5304            'DOCKER' and
5305            'CHAIN' and
5306            'NF_VPPIP4' and
5307            '64B' and
5308            '2T1C' and
5309            'NDRPDR'"
5310   reference:
5311     include: "2"
5312     name: "CNF-1c"
5313   compare:
5314     include: "1"
5315     name: "CNF-0.5c"
5316   parameters:
5317   - "throughput"
5318   - "name"
5319   - "tags"
5320   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5321   x-axis: "X = CNFs per Service Chain"
5322   y-axis: "Y = Number of Service Chains"
5323   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5324   layout:
5325     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5326     layout: "plot-service-density"
5327
5328 - type: "plot"
5329   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5330   algorithm: "plot_service_density_heatmap_compare"
5331   output-file-type: ".html"
5332   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
5333   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5334   filter: "'NIC_Intel-XXV710' and
5335            'NF_DENSITY' and
5336            'DOCKER' and
5337            'CHAIN' and
5338            'NF_VPPIP4' and
5339            '64B' and
5340            '4T2C' and
5341            'NDRPDR'"
5342   reference:
5343     include: "2"
5344     name: "CNF-1c"
5345   compare:
5346     include: "1"
5347     name: "CNF-0.5c"
5348   parameters:
5349   - "throughput"
5350   - "name"
5351   - "tags"
5352   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5353   x-axis: "X = CNFs per Service Chain"
5354   y-axis: "Y = Number of Service Chains"
5355   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5356   layout:
5357     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5358     layout: "plot-service-density"
5359
5360 - type: "plot"
5361   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5362   algorithm: "plot_service_density_heatmap_compare"
5363   output-file-type: ".html"
5364   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
5365   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5366   filter: "'NIC_Intel-XXV710' and
5367            'NF_DENSITY' and
5368            'DOCKER' and
5369            'CHAIN' and
5370            'NF_VPPIP4' and
5371            '64B' and
5372            '8T4C' and
5373            'NDRPDR'"
5374   reference:
5375     include: "2"
5376     name: "CNF-1c"
5377   compare:
5378     include: "1"
5379     name: "CNF-0.5c"
5380   parameters:
5381   - "throughput"
5382   - "name"
5383   - "tags"
5384   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5385   x-axis: "X = CNFs per Service Chain"
5386   y-axis: "Y = Number of Service Chains"
5387   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5388   layout:
5389     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5390     layout: "plot-service-density"
5391
5392 # Plots - NF Density - CSC - NDR IMIX
5393 - type: "plot"
5394   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5395   algorithm: "plot_service_density_heatmap_compare"
5396   output-file-type: ".html"
5397   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
5398   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5399   filter: "'NIC_Intel-XXV710' and
5400            'NF_DENSITY' and
5401            'DOCKER' and
5402            'CHAIN' and
5403            'NF_VPPIP4' and
5404            'IMIX' and
5405            '2T1C' and
5406            'NDRPDR'"
5407   reference:
5408     include: "2"
5409     name: "CNF-1c"
5410   compare:
5411     include: "1"
5412     name: "CNF-0.5c"
5413   parameters:
5414   - "throughput"
5415   - "name"
5416   - "tags"
5417   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5418   x-axis: "X = CNFs per Service Chain"
5419   y-axis: "Y = Number of Service Chains"
5420   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5421   layout:
5422     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5423     layout: "plot-service-density"
5424
5425 - type: "plot"
5426   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5427   algorithm: "plot_service_density_heatmap_compare"
5428   output-file-type: ".html"
5429   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
5430   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5431   filter: "'NIC_Intel-XXV710' and
5432            'NF_DENSITY' and
5433            'DOCKER' and
5434            'CHAIN' and
5435            'NF_VPPIP4' and
5436            'IMIX' and
5437            '4T2C' and
5438            'NDRPDR'"
5439   reference:
5440     include: "2"
5441     name: "CNF-1c"
5442   compare:
5443     include: "1"
5444     name: "CNF-0.5c"
5445   parameters:
5446   - "throughput"
5447   - "name"
5448   - "tags"
5449   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5450   x-axis: "X = CNFs per Service Chain"
5451   y-axis: "Y = Number of Service Chains"
5452   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5453   layout:
5454     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5455     layout: "plot-service-density"
5456
5457 - type: "plot"
5458   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5459   algorithm: "plot_service_density_heatmap_compare"
5460   output-file-type: ".html"
5461   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
5462   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5463   filter: "'NIC_Intel-XXV710' and
5464            'NF_DENSITY' and
5465            'DOCKER' and
5466            'CHAIN' and
5467            'NF_VPPIP4' and
5468            'IMIX' and
5469            '8T4C' and
5470            'NDRPDR'"
5471   reference:
5472     include: "2"
5473     name: "CNF-1c"
5474   compare:
5475     include: "1"
5476     name: "CNF-0.5c"
5477   parameters:
5478   - "throughput"
5479   - "name"
5480   - "tags"
5481   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5482   x-axis: "X = CNFs per Service Chain"
5483   y-axis: "Y = Number of Service Chains"
5484   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5485   layout:
5486     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5487     layout: "plot-service-density"
5488
5489 # Plots - NF Density - CSC - PDR 64b
5490 - type: "plot"
5491   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5492   algorithm: "plot_service_density_heatmap_compare"
5493   output-file-type: ".html"
5494   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
5495   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5496   filter: "'NIC_Intel-XXV710' and
5497            'NF_DENSITY' and
5498            'DOCKER' and
5499            'CHAIN' and
5500            'NF_VPPIP4' and
5501            '64B' and
5502            '2T1C' and
5503            'NDRPDR'"
5504   reference:
5505     include: "2"
5506     name: "CNF-1c"
5507   compare:
5508     include: "1"
5509     name: "CNF-0.5c"
5510   parameters:
5511   - "throughput"
5512   - "name"
5513   - "tags"
5514   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5515   x-axis: "X = CNFs per Service Chain"
5516   y-axis: "Y = Number of Service Chains"
5517   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5518   layout:
5519     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5520     layout: "plot-service-density"
5521
5522 - type: "plot"
5523   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5524   algorithm: "plot_service_density_heatmap_compare"
5525   output-file-type: ".html"
5526   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
5527   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5528   filter: "'NIC_Intel-XXV710' and
5529            'NF_DENSITY' and
5530            'DOCKER' and
5531            'CHAIN' and
5532            'NF_VPPIP4' and
5533            '64B' and
5534            '4T2C' and
5535            'NDRPDR'"
5536   reference:
5537     include: "2"
5538     name: "CNF-1c"
5539   compare:
5540     include: "1"
5541     name: "CNF-0.5c"
5542   parameters:
5543   - "throughput"
5544   - "name"
5545   - "tags"
5546   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5547   x-axis: "X = CNFs per Service Chain"
5548   y-axis: "Y = Number of Service Chains"
5549   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5550   layout:
5551     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5552     layout: "plot-service-density"
5553
5554 - type: "plot"
5555   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5556   algorithm: "plot_service_density_heatmap_compare"
5557   output-file-type: ".html"
5558   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
5559   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5560   filter: "'NIC_Intel-XXV710' and
5561            'NF_DENSITY' and
5562            'DOCKER' and
5563            'CHAIN' and
5564            'NF_VPPIP4' and
5565            '64B' and
5566            '8T4C' and
5567            'NDRPDR'"
5568   reference:
5569     include: "2"
5570     name: "CNF-1c"
5571   compare:
5572     include: "1"
5573     name: "CNF-0.5c"
5574   parameters:
5575   - "throughput"
5576   - "name"
5577   - "tags"
5578   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5579   x-axis: "X = CNFs per Service Chain"
5580   y-axis: "Y = Number of Service Chains"
5581   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5582   layout:
5583     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5584     layout: "plot-service-density"
5585
5586 # Plots - NF Density - CSC - PDR IMIX
5587 - type: "plot"
5588   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5589   algorithm: "plot_service_density_heatmap_compare"
5590   output-file-type: ".html"
5591   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
5592   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5593   filter: "'NIC_Intel-XXV710' and
5594            'NF_DENSITY' and
5595            'DOCKER' and
5596            'CHAIN' and
5597            'NF_VPPIP4' and
5598            'IMIX' and
5599            '2T1C' and
5600            'NDRPDR'"
5601   reference:
5602     include: "2"
5603     name: "CNF-1c"
5604   compare:
5605     include: "1"
5606     name: "CNF-0.5c"
5607   parameters:
5608   - "throughput"
5609   - "name"
5610   - "tags"
5611   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5612   x-axis: "X = CNFs per Service Chain"
5613   y-axis: "Y = Number of Service Chains"
5614   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5615   layout:
5616     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5617     layout: "plot-service-density"
5618
5619 - type: "plot"
5620   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5621   algorithm: "plot_service_density_heatmap_compare"
5622   output-file-type: ".html"
5623   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
5624   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5625   filter: "'NIC_Intel-XXV710' and
5626            'NF_DENSITY' and
5627            'DOCKER' and
5628            'CHAIN' and
5629            'NF_VPPIP4' and
5630            'IMIX' and
5631            '4T2C' and
5632            'NDRPDR'"
5633   reference:
5634     include: "2"
5635     name: "CNF-1c"
5636   compare:
5637     include: "1"
5638     name: "CNF-0.5c"
5639   parameters:
5640   - "throughput"
5641   - "name"
5642   - "tags"
5643   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5644   x-axis: "X = CNFs per Service Chain"
5645   y-axis: "Y = Number of Service Chains"
5646   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5647   layout:
5648     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5649     layout: "plot-service-density"
5650
5651 - type: "plot"
5652   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5653   algorithm: "plot_service_density_heatmap_compare"
5654   output-file-type: ".html"
5655   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
5656   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5657   filter: "'NIC_Intel-XXV710' and
5658            'NF_DENSITY' and
5659            'DOCKER' and
5660            'CHAIN' and
5661            'NF_VPPIP4' and
5662            'IMIX' and
5663            '8T4C' and
5664            'NDRPDR'"
5665   reference:
5666     include: "2"
5667     name: "CNF-1c"
5668   compare:
5669     include: "1"
5670     name: "CNF-0.5c"
5671   parameters:
5672   - "throughput"
5673   - "name"
5674   - "tags"
5675   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5676   x-axis: "X = CNFs per Service Chain"
5677   y-axis: "Y = Number of Service Chains"
5678   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5679   layout:
5680     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5681     layout: "plot-service-density"
5682
5683 ################################################################################
5684 ## Plots - NF Density - CSP - MRR 64b
5685 #- type: "plot"
5686 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5687 #  algorithm: "plot_service_density_heatmap_compare"
5688 #  output-file-type: ".html"
5689 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
5690 #  data: "plot-vpp-nfv-2n-skx-mrr-64b"
5691 #  filter: "'NIC_Intel-XXV710' and
5692 #           'NF_DENSITY' and
5693 #           'DOCKER' and
5694 #           'PIPELINE' and
5695 #           'NF_VPPIP4' and
5696 #           '64B' and
5697 #           '2T1C' and
5698 #           'MRR'"
5699 #  reference:
5700 #    include: "2"
5701 #    name: "CNF-1c"
5702 #  compare:
5703 #    include: "1"
5704 #    name: "CNF-0.5c"
5705 #  parameters:
5706 #  - "result"
5707 #  - "name"
5708 #  - "tags"
5709 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5710 #  x-axis: "X = CNFs per Service Pipeline"
5711 #  y-axis: "Y = Number of Service Pipelines"
5712 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5713 #  layout:
5714 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5715 #    layout: "plot-service-density"
5716 #
5717 #- type: "plot"
5718 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5719 #  algorithm: "plot_service_density_heatmap_compare"
5720 #  output-file-type: ".html"
5721 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
5722 #  data: "plot-vpp-nfv-2n-skx-mrr-64b"
5723 #  filter: "'NIC_Intel-XXV710' and
5724 #           'NF_DENSITY' and
5725 #           'DOCKER' and
5726 #           'PIPELINE' and
5727 #           'NF_VPPIP4' and
5728 #           '64B' and
5729 #           '4T2C' and
5730 #           'MRR'"
5731 #  reference:
5732 #    include: "2"
5733 #    name: "CNF-1c"
5734 #  compare:
5735 #    include: "1"
5736 #    name: "CNF-0.5c"
5737 #  parameters:
5738 #  - "result"
5739 #  - "name"
5740 #  - "tags"
5741 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5742 #  x-axis: "X = CNFs per Service Pipeline"
5743 #  y-axis: "Y = Number of Service Pipelines"
5744 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5745 #  layout:
5746 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5747 #    layout: "plot-service-density"
5748 #
5749 #- type: "plot"
5750 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5751 #  algorithm: "plot_service_density_heatmap_compare"
5752 #  output-file-type: ".html"
5753 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
5754 #  data: "plot-vpp-nfv-2n-skx-mrr-64b"
5755 #  filter: "'NIC_Intel-XXV710' and
5756 #           'NF_DENSITY' and
5757 #           'DOCKER' and
5758 #           'PIPELINE' and
5759 #           'NF_VPPIP4' and
5760 #           '64B' and
5761 #           '8T4C' and
5762 #           'MRR'"
5763 #  reference:
5764 #    include: "2"
5765 #    name: "CNF-1c"
5766 #  compare:
5767 #    include: "1"
5768 #    name: "CNF-0.5c"
5769 #  parameters:
5770 #  - "result"
5771 #  - "name"
5772 #  - "tags"
5773 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5774 #  x-axis: "X = CNFs per Service Pipeline"
5775 #  y-axis: "Y = Number of Service Pipelines"
5776 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5777 #  layout:
5778 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5779 #    layout: "plot-service-density"
5780 #
5781 ## Plots - NF Density - CSP - MRR IMIX
5782 #- type: "plot"
5783 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5784 #  algorithm: "plot_service_density_heatmap_compare"
5785 #  output-file-type: ".html"
5786 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
5787 #  data: "plot-vpp-nfv-2n-skx-mrr-imix"
5788 #  filter: "'NIC_Intel-XXV710' and
5789 #           'NF_DENSITY' and
5790 #           'DOCKER' and
5791 #           'PIPELINE' and
5792 #           'NF_VPPIP4' and
5793 #           'IMIX' and
5794 #           '2T1C' and
5795 #           'MRR'"
5796 #  reference:
5797 #    include: "2"
5798 #    name: "CNF-1c"
5799 #  compare:
5800 #    include: "1"
5801 #    name: "CNF-0.5c"
5802 #  parameters:
5803 #  - "result"
5804 #  - "name"
5805 #  - "tags"
5806 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5807 #  x-axis: "X = CNFs per Service Pipeline"
5808 #  y-axis: "Y = Number of Service Pipelines"
5809 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5810 #  layout:
5811 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5812 #    layout: "plot-service-density"
5813 #
5814 #- type: "plot"
5815 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5816 #  algorithm: "plot_service_density_heatmap_compare"
5817 #  output-file-type: ".html"
5818 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
5819 #  data: "plot-vpp-nfv-2n-skx-mrr-imix"
5820 #  filter: "'NIC_Intel-XXV710' and
5821 #           'NF_DENSITY' and
5822 #           'DOCKER' and
5823 #           'PIPELINE' and
5824 #           'NF_VPPIP4' and
5825 #           'IMIX' and
5826 #           '4T2C' and
5827 #           'MRR'"
5828 #  reference:
5829 #    include: "2"
5830 #    name: "CNF-1c"
5831 #  compare:
5832 #    include: "1"
5833 #    name: "CNF-0.5c"
5834 #  parameters:
5835 #  - "result"
5836 #  - "name"
5837 #  - "tags"
5838 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5839 #  x-axis: "X = CNFs per Service Pipeline"
5840 #  y-axis: "Y = Number of Service Pipelines"
5841 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5842 #  layout:
5843 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5844 #    layout: "plot-service-density"
5845 #
5846 #- type: "plot"
5847 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5848 #  algorithm: "plot_service_density_heatmap_compare"
5849 #  output-file-type: ".html"
5850 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
5851 #  data: "plot-vpp-nfv-2n-skx-mrr-imix"
5852 #  filter: "'NIC_Intel-XXV710' and
5853 #           'NF_DENSITY' and
5854 #           'DOCKER' and
5855 #           'PIPELINE' and
5856 #           'NF_VPPIP4' and
5857 #           'IMIX' and
5858 #           '8T4C' and
5859 #           'MRR'"
5860 #  reference:
5861 #    include: "2"
5862 #    name: "CNF-1c"
5863 #  compare:
5864 #    include: "1"
5865 #    name: "CNF-0.5c"
5866 #  parameters:
5867 #  - "result"
5868 #  - "name"
5869 #  - "tags"
5870 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5871 #  x-axis: "X = CNFs per Service Pipeline"
5872 #  y-axis: "Y = Number of Service Pipelines"
5873 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5874 #  layout:
5875 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5876 #    layout: "plot-service-density"
5877
5878 # Plots - NF Density - CSP - NDR 64b
5879 - type: "plot"
5880   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5881   algorithm: "plot_service_density_heatmap_compare"
5882   output-file-type: ".html"
5883   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
5884   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5885   filter: "'NIC_Intel-XXV710' and
5886            'NF_DENSITY' and
5887            'DOCKER' and
5888            'PIPELINE' and
5889            'NF_VPPIP4' and
5890            '64B' and
5891            '2T1C' and
5892            'NDRPDR'"
5893   reference:
5894     include: "2"
5895     name: "CNF-1c"
5896   compare:
5897     include: "1"
5898     name: "CNF-0.5c"
5899   parameters:
5900   - "throughput"
5901   - "name"
5902   - "tags"
5903   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5904   x-axis: "X = CNFs per Service Pipeline"
5905   y-axis: "Y = Number of Service Pipelines"
5906   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5907   layout:
5908     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5909     layout: "plot-service-density"
5910
5911 - type: "plot"
5912   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5913   algorithm: "plot_service_density_heatmap_compare"
5914   output-file-type: ".html"
5915   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
5916   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5917   filter: "'NIC_Intel-XXV710' and
5918            'NF_DENSITY' and
5919            'DOCKER' and
5920            'PIPELINE' and
5921            'NF_VPPIP4' and
5922            '64B' and
5923            '4T2C' and
5924            'NDRPDR'"
5925   reference:
5926     include: "2"
5927     name: "CNF-1c"
5928   compare:
5929     include: "1"
5930     name: "CNF-0.5c"
5931   parameters:
5932   - "throughput"
5933   - "name"
5934   - "tags"
5935   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5936   x-axis: "X = CNFs per Service Pipeline"
5937   y-axis: "Y = Number of Service Pipelines"
5938   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5939   layout:
5940     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5941     layout: "plot-service-density"
5942
5943 - type: "plot"
5944   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5945   algorithm: "plot_service_density_heatmap_compare"
5946   output-file-type: ".html"
5947   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
5948   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5949   filter: "'NIC_Intel-XXV710' and
5950            'NF_DENSITY' and
5951            'DOCKER' and
5952            'PIPELINE' and
5953            'NF_VPPIP4' and
5954            '64B' and
5955            '8T4C' and
5956            'NDRPDR'"
5957   reference:
5958     include: "2"
5959     name: "CNF-1c"
5960   compare:
5961     include: "1"
5962     name: "CNF-0.5c"
5963   parameters:
5964   - "throughput"
5965   - "name"
5966   - "tags"
5967   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5968   x-axis: "X = CNFs per Service Pipeline"
5969   y-axis: "Y = Number of Service Pipelines"
5970   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5971   layout:
5972     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5973     layout: "plot-service-density"
5974
5975 # Plots - NF Density - CSP - NDR IMIX
5976 - type: "plot"
5977   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
5978   algorithm: "plot_service_density_heatmap_compare"
5979   output-file-type: ".html"
5980   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
5981   data: "plot-vpp-nfv-2n-skx-ndrpdr"
5982   filter: "'NIC_Intel-XXV710' and
5983            'NF_DENSITY' and
5984            'DOCKER' and
5985            'PIPELINE' and
5986            'NF_VPPIP4' and
5987            'IMIX' and
5988            '2T1C' and
5989            'NDRPDR'"
5990   reference:
5991     include: "2"
5992     name: "CNF-1c"
5993   compare:
5994     include: "1"
5995     name: "CNF-0.5c"
5996   parameters:
5997   - "throughput"
5998   - "name"
5999   - "tags"
6000   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6001   x-axis: "X = CNFs per Service Pipeline"
6002   y-axis: "Y = Number of Service Pipelines"
6003   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6004   layout:
6005     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6006     layout: "plot-service-density"
6007
6008 - type: "plot"
6009   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6010   algorithm: "plot_service_density_heatmap_compare"
6011   output-file-type: ".html"
6012   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
6013   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6014   filter: "'NIC_Intel-XXV710' and
6015            'NF_DENSITY' and
6016            'DOCKER' and
6017            'PIPELINE' and
6018            'NF_VPPIP4' and
6019            'IMIX' and
6020            '4T2C' and
6021            'NDRPDR'"
6022   reference:
6023     include: "2"
6024     name: "CNF-1c"
6025   compare:
6026     include: "1"
6027     name: "CNF-0.5c"
6028   parameters:
6029   - "throughput"
6030   - "name"
6031   - "tags"
6032   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6033   x-axis: "X = CNFs per Service Pipeline"
6034   y-axis: "Y = Number of Service Pipelines"
6035   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6036   layout:
6037     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6038     layout: "plot-service-density"
6039
6040 - type: "plot"
6041   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6042   algorithm: "plot_service_density_heatmap_compare"
6043   output-file-type: ".html"
6044   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
6045   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6046   filter: "'NIC_Intel-XXV710' and
6047            'NF_DENSITY' and
6048            'DOCKER' and
6049            'PIPELINE' and
6050            'NF_VPPIP4' and
6051            'IMIX' and
6052            '8T4C' and
6053            'NDRPDR'"
6054   reference:
6055     include: "2"
6056     name: "CNF-1c"
6057   compare:
6058     include: "1"
6059     name: "CNF-0.5c"
6060   parameters:
6061   - "throughput"
6062   - "name"
6063   - "tags"
6064   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6065   x-axis: "X = CNFs per Service Pipeline"
6066   y-axis: "Y = Number of Service Pipelines"
6067   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6068   layout:
6069     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6070     layout: "plot-service-density"
6071
6072 # Plots - NF Density - CSP - PDR 64b
6073 - type: "plot"
6074   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6075   algorithm: "plot_service_density_heatmap_compare"
6076   output-file-type: ".html"
6077   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
6078   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6079   filter: "'NIC_Intel-XXV710' and
6080            'NF_DENSITY' and
6081            'DOCKER' and
6082            'PIPELINE' and
6083            'NF_VPPIP4' and
6084            '64B' and
6085            '2T1C' and
6086            'NDRPDR'"
6087   reference:
6088     include: "2"
6089     name: "CNF-1c"
6090   compare:
6091     include: "1"
6092     name: "CNF-0.5c"
6093   parameters:
6094   - "throughput"
6095   - "name"
6096   - "tags"
6097   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6098   x-axis: "X = CNFs per Service Pipeline"
6099   y-axis: "Y = Number of Service Pipelines"
6100   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6101   layout:
6102     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6103     layout: "plot-service-density"
6104
6105 - type: "plot"
6106   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6107   algorithm: "plot_service_density_heatmap_compare"
6108   output-file-type: ".html"
6109   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
6110   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6111   filter: "'NIC_Intel-XXV710' and
6112            'NF_DENSITY' and
6113            'DOCKER' and
6114            'PIPELINE' and
6115            'NF_VPPIP4' and
6116            '64B' and
6117            '4T2C' and
6118            'NDRPDR'"
6119   reference:
6120     include: "2"
6121     name: "CNF-1c"
6122   compare:
6123     include: "1"
6124     name: "CNF-0.5c"
6125   parameters:
6126   - "throughput"
6127   - "name"
6128   - "tags"
6129   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6130   x-axis: "X = CNFs per Service Pipeline"
6131   y-axis: "Y = Number of Service Pipelines"
6132   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6133   layout:
6134     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6135     layout: "plot-service-density"
6136
6137 - type: "plot"
6138   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6139   algorithm: "plot_service_density_heatmap_compare"
6140   output-file-type: ".html"
6141   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
6142   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6143   filter: "'NIC_Intel-XXV710' and
6144            'NF_DENSITY' and
6145            'DOCKER' and
6146            'PIPELINE' and
6147            'NF_VPPIP4' and
6148            '64B' and
6149            '8T4C' and
6150            'NDRPDR'"
6151   reference:
6152     include: "2"
6153     name: "CNF-1c"
6154   compare:
6155     include: "1"
6156     name: "CNF-0.5c"
6157   parameters:
6158   - "throughput"
6159   - "name"
6160   - "tags"
6161   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6162   x-axis: "X = CNFs per Service Pipeline"
6163   y-axis: "Y = Number of Service Pipelines"
6164   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6165   layout:
6166     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6167     layout: "plot-service-density"
6168
6169 # Plots - NF Density - CSP - PDR IMIX
6170 - type: "plot"
6171   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6172   algorithm: "plot_service_density_heatmap_compare"
6173   output-file-type: ".html"
6174   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
6175   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6176   filter: "'NIC_Intel-XXV710' and
6177            'NF_DENSITY' and
6178            'DOCKER' and
6179            'PIPELINE' and
6180            'NF_VPPIP4' and
6181            'IMIX' and
6182            '2T1C' and
6183            'NDRPDR'"
6184   reference:
6185     include: "2"
6186     name: "CNF-1c"
6187   compare:
6188     include: "1"
6189     name: "CNF-0.5c"
6190   parameters:
6191   - "throughput"
6192   - "name"
6193   - "tags"
6194   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6195   x-axis: "X = CNFs per Service Pipeline"
6196   y-axis: "Y = Number of Service Pipelines"
6197   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6198   layout:
6199     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6200     layout: "plot-service-density"
6201
6202 - type: "plot"
6203   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6204   algorithm: "plot_service_density_heatmap_compare"
6205   output-file-type: ".html"
6206   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
6207   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6208   filter: "'NIC_Intel-XXV710' and
6209            'NF_DENSITY' and
6210            'DOCKER' and
6211            'PIPELINE' and
6212            'NF_VPPIP4' and
6213            'IMIX' and
6214            '4T2C' and
6215            'NDRPDR'"
6216   reference:
6217     include: "2"
6218     name: "CNF-1c"
6219   compare:
6220     include: "1"
6221     name: "CNF-0.5c"
6222   parameters:
6223   - "throughput"
6224   - "name"
6225   - "tags"
6226   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6227   x-axis: "X = CNFs per Service Pipeline"
6228   y-axis: "Y = Number of Service Pipelines"
6229   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6230   layout:
6231     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6232     layout: "plot-service-density"
6233
6234 - type: "plot"
6235   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6236   algorithm: "plot_service_density_heatmap_compare"
6237   output-file-type: ".html"
6238   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
6239   data: "plot-vpp-nfv-2n-skx-ndrpdr"
6240   filter: "'NIC_Intel-XXV710' and
6241            'NF_DENSITY' and
6242            'DOCKER' and
6243            'PIPELINE' and
6244            'NF_VPPIP4' and
6245            'IMIX' and
6246            '8T4C' and
6247            'NDRPDR'"
6248   reference:
6249     include: "2"
6250     name: "CNF-1c"
6251   compare:
6252     include: "1"
6253     name: "CNF-0.5c"
6254   parameters:
6255   - "throughput"
6256   - "name"
6257   - "tags"
6258   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6259   x-axis: "X = CNFs per Service Pipeline"
6260   y-axis: "Y = Number of Service Pipelines"
6261   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6262   layout:
6263     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6264     layout: "plot-service-density"
6265
6266 ################################################################################
6267
6268 # Packet Throughput
6269
6270 - type: "plot"
6271   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6272   algorithm: "plot_performance_name_box"
6273   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6274   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6275   include:
6276     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6277     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6278     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6279     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6280   layout:
6281     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6282     layout: "plot-throughput"
6283
6284 - type: "plot"
6285   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6286   algorithm: "plot_performance_name_box"
6287   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6288   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6289   include:
6290     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6291     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6292     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6293     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6294   layout:
6295     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6296     layout: "plot-throughput"
6297
6298 - type: "plot"
6299   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6300   algorithm: "plot_performance_name_box"
6301   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6302   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6303   include:
6304     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6305     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6306     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6307     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6308     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6309   layout:
6310     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
6311     layout: "plot-throughput"
6312
6313 - type: "plot"
6314   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6315   algorithm: "plot_performance_name_box"
6316   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6317   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6318   include:
6319     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6320     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6321     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6322     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6323     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6324   layout:
6325     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-pdr"
6326     layout: "plot-throughput"
6327
6328 - type: "plot"
6329   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr"
6330   algorithm: "plot_performance_name_box"
6331   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr"
6332   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6333   include:
6334     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6335     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6336     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6337     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6338     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6339   layout:
6340     title: "3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr"
6341     layout: "plot-throughput"
6342
6343 - type: "plot"
6344   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-i40e-pdr"
6345   algorithm: "plot_performance_name_box"
6346   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-i40e-pdr"
6347   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6348   include:
6349     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
6350     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
6351     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
6352     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
6353     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
6354   layout:
6355     title: "3n-tsh-x520-64b-1t1c-memif-base-i40e-pdr"
6356     layout: "plot-throughput"
6357
6358 - type: "plot"
6359   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6360   algorithm: "plot_performance_name_box"
6361   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6362   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6363   include:
6364     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6365     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6366     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6367     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6368     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6369   layout:
6370     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6371     layout: "plot-throughput"
6372
6373 - type: "plot"
6374   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6375   algorithm: "plot_performance_name_box"
6376   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6377   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6378   include:
6379     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6380     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6381     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6382     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6383     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6384   layout:
6385     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6386     layout: "plot-throughput"
6387
6388 - type: "plot"
6389   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6390   algorithm: "plot_performance_name_box"
6391   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6392   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6393   include:
6394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6397     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6398   layout:
6399     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6400     layout: "plot-throughput"
6401
6402 - type: "plot"
6403   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6404   algorithm: "plot_performance_name_box"
6405   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6406   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6407   include:
6408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
6409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6412   layout:
6413     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6414     layout: "plot-throughput"
6415
6416 - type: "plot"
6417   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6418   algorithm: "plot_performance_name_box"
6419   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6420   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6421   include:
6422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6423     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6424     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6425     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6426     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6427   layout:
6428     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6429     layout: "plot-throughput"
6430
6431 - type: "plot"
6432   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6433   algorithm: "plot_performance_name_box"
6434   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6435   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6436   include:
6437     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6438     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6439     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6440     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6441     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6442   layout:
6443     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6444     layout: "plot-throughput"
6445
6446 - type: "plot"
6447   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6448   algorithm: "plot_performance_name_box"
6449   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6450   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6451   include:
6452     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6458   layout:
6459     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
6460     layout: "plot-throughput"
6461
6462 - type: "plot"
6463   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6464   algorithm: "plot_performance_name_box"
6465   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6466   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6467   include:
6468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6470     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6471     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6472     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6474   layout:
6475     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-pdr"
6476     layout: "plot-throughput"
6477
6478 - type: "plot"
6479   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6480   algorithm: "plot_performance_name_box"
6481   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6482   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6483   include:
6484     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6485     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6486     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6487   layout:
6488     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6489     layout: "plot-throughput"
6490
6491 - type: "plot"
6492   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6493   algorithm: "plot_performance_name_box"
6494   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6495   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6496   include:
6497     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6498     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6499     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6500   layout:
6501     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6502     layout: "plot-throughput"
6503
6504 - type: "plot"
6505   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6506   algorithm: "plot_performance_name_box"
6507   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6508   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6509   include:
6510     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6511     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6512     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6513     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6514     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6515   layout:
6516     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
6517     layout: "plot-throughput"
6518
6519 - type: "plot"
6520   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6521   algorithm: "plot_performance_name_box"
6522   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6523   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6524   include:
6525     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6526     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6527     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6528     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6529     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6530   layout:
6531     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-pdr"
6532     layout: "plot-throughput"
6533
6534 - type: "plot"
6535   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6536   algorithm: "plot_performance_name_box"
6537   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6538   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6539   include:
6540     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6541     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6542     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6543     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6544   layout:
6545     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
6546     layout: "plot-throughput"
6547
6548 - type: "plot"
6549   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6550   algorithm: "plot_performance_name_box"
6551   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6552   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6553   include:
6554     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
6555     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
6556     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
6557     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
6558   layout:
6559     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
6560     layout: "plot-throughput"
6561
6562 - type: "plot"
6563   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6564   algorithm: "plot_performance_name_box"
6565   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6567   include:
6568     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6569     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6570     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6571     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6572     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6573   layout:
6574     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
6575     layout: "plot-throughput"
6576
6577 - type: "plot"
6578   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6579   algorithm: "plot_performance_name_box"
6580   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6581   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6582   include:
6583     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
6584     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6585     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
6586     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
6587     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
6588   layout:
6589     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-pdr"
6590     layout: "plot-throughput"
6591
6592 - type: "plot"
6593   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
6594   algorithm: "plot_performance_name_box"
6595   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
6596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6597   include:
6598     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6599     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6600     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6601     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6602     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6603     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6604   layout:
6605     title: "3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
6606     layout: "plot-throughput"
6607
6608 - type: "plot"
6609   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-pdr"
6610   algorithm: "plot_performance_name_box"
6611   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-pdr"
6612   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6613   include:
6614     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
6615     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6616     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6617     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6618     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6619     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
6620   layout:
6621     title: "3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-pdr"
6622     layout: "plot-throughput"
6623
6624 - type: "plot"
6625   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6626   algorithm: "plot_performance_name_box"
6627   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6628   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6629   include:
6630     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6631     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6632     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6633     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6634     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6635   layout:
6636     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr"
6637     layout: "plot-throughput"
6638
6639 - type: "plot"
6640   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6641   algorithm: "plot_performance_name_box"
6642   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6643   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6644   include:
6645     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
6646     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6647     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
6648     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
6649     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
6650   layout:
6651     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-pdr"
6652     layout: "plot-throughput"
6653
6654 - type: "plot"
6655   title: "Throughput: 3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr"
6656   algorithm: "plot_performance_name_box"
6657   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr"
6658   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6659   include:
6660     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6662     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6663     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6664     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6665     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6666   layout:
6667     title: "3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr"
6668     layout: "plot-throughput"
6669
6670 - type: "plot"
6671   title: "Throughput: 3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-pdr"
6672   algorithm: "plot_performance_name_box"
6673   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-pdr"
6674   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6675   include:
6676     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
6677     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
6678     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
6679     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
6680     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
6681     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
6682   layout:
6683     title: "3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-pdr"
6684     layout: "plot-throughput"
6685
6686 - type: "plot"
6687   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6688   algorithm: "plot_performance_name_box"
6689   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6690   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6691   include:
6692     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6693     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6694   layout:
6695     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
6696     layout: "plot-throughput"
6697
6698 - type: "plot"
6699   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6700   algorithm: "plot_performance_name_box"
6701   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6702   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6703   include:
6704     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6705     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6706   layout:
6707     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-pdr"
6708     layout: "plot-throughput"
6709
6710 - type: "plot"
6711   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6712   algorithm: "plot_performance_name_box"
6713   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6714   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6715   include:
6716     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
6717     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6718     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6719     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6720   layout:
6721     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
6722     layout: "plot-throughput"
6723
6724 - type: "plot"
6725   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6726   algorithm: "plot_performance_name_box"
6727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6729   include:
6730     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
6731     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6732     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6733     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6734   layout:
6735     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-pdr"
6736     layout: "plot-throughput"
6737
6738 - type: "plot"
6739   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr"
6740   algorithm: "plot_performance_name_box"
6741   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr"
6742   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6743   include:
6744     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6745     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6746     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6747     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6748   layout:
6749     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr"
6750     layout: "plot-throughput"
6751
6752 - type: "plot"
6753   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-pdr"
6754   algorithm: "plot_performance_name_box"
6755   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-pdr"
6756   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6757   include:
6758     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
6759     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
6760     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
6761     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
6762   layout:
6763     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-pdr"
6764     layout: "plot-throughput"
6765
6766 - type: "plot"
6767   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6768   algorithm: "plot_performance_name_box"
6769   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6770   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6771   include:
6772     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6773     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6774     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6775   layout:
6776     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6777     layout: "plot-throughput"
6778
6779 - type: "plot"
6780   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6781   algorithm: "plot_performance_name_box"
6782   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6783   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6784   include:
6785     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6786     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6787     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6788   layout:
6789     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6790     layout: "plot-throughput"
6791
6792 - type: "plot"
6793   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6794   algorithm: "plot_performance_name_box"
6795   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6796   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6797   include:
6798     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6799     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6800     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6801     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6802     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6803   layout:
6804     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6805     layout: "plot-throughput"
6806
6807 - type: "plot"
6808   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6809   algorithm: "plot_performance_name_box"
6810   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6811   data: "plot-vpp-throughput-lat-tsa-2n-skx"
6812   include:
6813     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6814     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6815     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6816     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6817     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6818   layout:
6819     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6820     layout: "plot-throughput"
6821
6822 - type: "plot"
6823   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6824   algorithm: "plot_performance_name_box"
6825   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6826   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6827   include:
6828     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
6829     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
6830     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
6831   layout:
6832     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6833     layout: "plot-throughput"
6834
6835 - type: "plot"
6836   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6837   algorithm: "plot_performance_name_box"
6838   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6839   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6840   include:
6841     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
6842     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
6843     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
6844   layout:
6845     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6846     layout: "plot-throughput"
6847
6848 - type: "plot"
6849   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6850   algorithm: "plot_performance_name_box"
6851   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6853   include:
6854     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6855     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6856     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6857   layout:
6858     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6859     layout: "plot-throughput"
6860
6861 - type: "plot"
6862   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6863   algorithm: "plot_performance_name_box"
6864   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6865   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6866   include:
6867     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6868     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6869     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6870   layout:
6871     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6872     layout: "plot-throughput"
6873
6874 - type: "plot"
6875   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6876   algorithm: "plot_performance_name_box"
6877   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6878   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6879   include:
6880     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6881     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6882     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6883     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6884     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6885   layout:
6886     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
6887     layout: "plot-throughput"
6888
6889 - type: "plot"
6890   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6891   algorithm: "plot_performance_name_box"
6892   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6894   include:
6895     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
6896     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
6897     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
6898     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
6899     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
6900   layout:
6901     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-pdr"
6902     layout: "plot-throughput"
6903
6904 - type: "plot"
6905   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6906   algorithm: "plot_performance_name_box"
6907   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6908   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6909   include:
6910     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
6911     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
6912     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
6913     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
6914     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
6915   layout:
6916     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr"
6917     layout: "plot-throughput"
6918
6919 - type: "plot"
6920   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6921   algorithm: "plot_performance_name_box"
6922   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6923   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
6924   include:
6925     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
6926     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
6927     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
6928     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
6929     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
6930   layout:
6931     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-pdr"
6932     layout: "plot-throughput"
6933
6934 - type: "plot"
6935   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6936   algorithm: "plot_performance_name_box"
6937   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6938   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6939   include:
6940     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6941     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6942     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6943     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6944     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6945     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6946   layout:
6947     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
6948     layout: "plot-throughput"
6949
6950 - type: "plot"
6951   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
6952   algorithm: "plot_performance_name_box"
6953   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
6954   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6955   include:
6956     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6957     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6958     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6959     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6960     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
6961     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6962   layout:
6963     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
6964     layout: "plot-throughput"
6965
6966 - type: "plot"
6967   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6968   algorithm: "plot_performance_name_box"
6969   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6970   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6971   include:
6972     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
6973     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6974     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
6975     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6976   layout:
6977     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
6978     layout: "plot-throughput"
6979
6980 - type: "plot"
6981   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
6982   algorithm: "plot_performance_name_box"
6983   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
6984   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6985   include:
6986     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
6987     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6988     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
6989     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
6990   layout:
6991     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-pdr"
6992     layout: "plot-throughput"
6993
6994 - type: "plot"
6995   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
6996   algorithm: "plot_performance_name_box"
6997   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
6998   data: "plot-vpp-throughput-lat-tsa-3n-skx"
6999   include:
7000     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7001     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7002     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7003     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7004     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7005     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7006   layout:
7007     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
7008     layout: "plot-throughput"
7009
7010 - type: "plot"
7011   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
7012   algorithm: "plot_performance_name_box"
7013   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
7014   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7015   include:
7016     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7017     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7018     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7019     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7020     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7021     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7022   layout:
7023     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-pdr"
7024     layout: "plot-throughput"
7025
7026 - type: "plot"
7027   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7028   algorithm: "plot_performance_name_box"
7029   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7030   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7031   include:
7032     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7033     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7034     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7035     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7036     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7037     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7038   layout:
7039     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
7040     layout: "plot-throughput"
7041
7042 - type: "plot"
7043   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7044   algorithm: "plot_performance_name_box"
7045   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7046   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7047   include:
7048     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
7049     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7050     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7051     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7052     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
7053     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
7054   layout:
7055     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-pdr"
7056     layout: "plot-throughput"
7057
7058 - type: "plot"
7059   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7060   algorithm: "plot_performance_name_box"
7061   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7062   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7063   include:
7064     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7065     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7066     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7067     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7068     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7069     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7070   layout:
7071     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7072     layout: "plot-throughput"
7073
7074 - type: "plot"
7075   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7076   algorithm: "plot_performance_name_box"
7077   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7078   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7079   include:
7080     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7081     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7082     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7083     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7084     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7085     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7086   layout:
7087     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7088     layout: "plot-throughput"
7089
7090 - type: "plot"
7091   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7092   algorithm: "plot_performance_name_box"
7093   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7094   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7095   include:
7096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7100   layout:
7101     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7102     layout: "plot-throughput"
7103
7104 - type: "plot"
7105   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7106   algorithm: "plot_performance_name_box"
7107   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7108   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7109   include:
7110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
7113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7114   layout:
7115     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7116     layout: "plot-throughput"
7117
7118 - type: "plot"
7119   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7120   algorithm: "plot_performance_name_box"
7121   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7122   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7123   include:
7124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7127     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7128     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7129   layout:
7130     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7131     layout: "plot-throughput"
7132
7133 - type: "plot"
7134   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7135   algorithm: "plot_performance_name_box"
7136   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7137   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7138   include:
7139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7141     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7142     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7143     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7144   layout:
7145     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7146     layout: "plot-throughput"
7147
7148 - type: "plot"
7149   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7150   algorithm: "plot_performance_name_box"
7151   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7152   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7153   include:
7154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7157     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7158   layout:
7159     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7160     layout: "plot-throughput"
7161
7162 - type: "plot"
7163   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7164   algorithm: "plot_performance_name_box"
7165   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7166   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7167   include:
7168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7172   layout:
7173     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7174     layout: "plot-throughput"
7175
7176 - type: "plot"
7177   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7178   algorithm: "plot_performance_name_box"
7179   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7180   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7181   include:
7182     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7183     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7184     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7185     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7186     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7187     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7188   layout:
7189     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
7190     layout: "plot-throughput"
7191
7192 - type: "plot"
7193   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7194   algorithm: "plot_performance_name_box"
7195   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7196   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7197   include:
7198     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7199     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7200     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7201     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7202     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7203     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7204   layout:
7205     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-pdr"
7206     layout: "plot-throughput"
7207
7208 - type: "plot"
7209   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7210   algorithm: "plot_performance_name_box"
7211   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7212   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7213   include:
7214     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7215     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7216     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7217     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7218     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7219   layout:
7220     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
7221     layout: "plot-throughput"
7222
7223 - type: "plot"
7224   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7225   algorithm: "plot_performance_name_box"
7226   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7227   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7228   include:
7229     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7230     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7231     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7232     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7233     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7234   layout:
7235     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-pdr"
7236     layout: "plot-throughput"
7237
7238 - type: "plot"
7239   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7240   algorithm: "plot_performance_name_box"
7241   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7242   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7243   include:
7244     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7245     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7246     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7247   layout:
7248     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
7249     layout: "plot-throughput"
7250
7251 - type: "plot"
7252   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7253   algorithm: "plot_performance_name_box"
7254   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7255   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7256   include:
7257     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
7258     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
7259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
7260   layout:
7261     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
7262     layout: "plot-throughput"
7263
7264 - type: "plot"
7265   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7266   algorithm: "plot_performance_name_box"
7267   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7269   include:
7270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7271     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7272     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7273     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7274   layout:
7275     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
7276     layout: "plot-throughput"
7277
7278 - type: "plot"
7279   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7280   algorithm: "plot_performance_name_box"
7281   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7282   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7283   include:
7284     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
7285     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7286     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7287     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7288   layout:
7289     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-pdr"
7290     layout: "plot-throughput"
7291
7292 - type: "plot"
7293   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7294   algorithm: "plot_performance_name_box"
7295   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7296   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7297   include:
7298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7301     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7302     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7303     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7304   layout:
7305     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
7306     layout: "plot-throughput"
7307
7308 - type: "plot"
7309   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7310   algorithm: "plot_performance_name_box"
7311   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7312   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7313   include:
7314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
7315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
7316     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7317     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7318     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7319     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7320   layout:
7321     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-pdr"
7322     layout: "plot-throughput"
7323
7324 - type: "plot"
7325   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
7326   algorithm: "plot_performance_name_box"
7327   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
7328   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7329   include:
7330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7333     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7334     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7335     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7336   layout:
7337     title: "3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
7338     layout: "plot-throughput"
7339
7340 - type: "plot"
7341   title: "Throughput: 3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-pdr"
7342   algorithm: "plot_performance_name_box"
7343   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-pdr"
7344   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7345   include:
7346     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
7347     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7348     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7349     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7350     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7351     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7352   layout:
7353     title: "3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-pdr"
7354     layout: "plot-throughput"
7355
7356 - type: "plot"
7357   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr"
7358   algorithm: "plot_performance_name_box"
7359   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr"
7360   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7361   include:
7362     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7363     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7364     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7365     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7366   layout:
7367     title: "3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr"
7368     layout: "plot-throughput"
7369
7370 - type: "plot"
7371   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-i40e-pdr"
7372   algorithm: "plot_performance_name_box"
7373   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-i40e-pdr"
7374   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7375   include:
7376     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
7377     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7378     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
7379     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7380   layout:
7381     title: "3n-tsh-x520-64b-1t1c-l2switching-base-i40e-pdr"
7382     layout: "plot-throughput"
7383
7384 - type: "plot"
7385   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr"
7386   algorithm: "plot_performance_name_box"
7387   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr"
7388   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7389   include:
7390     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7391     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7392     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7393     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7394     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7395     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7396   layout:
7397     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr"
7398     layout: "plot-throughput"
7399
7400 - type: "plot"
7401   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-pdr"
7402   algorithm: "plot_performance_name_box"
7403   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-pdr"
7404   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7405   include:
7406     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
7407     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
7408     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7409     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
7410     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
7411     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
7412   layout:
7413     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-pdr"
7414     layout: "plot-throughput"
7415
7416 - type: "plot"
7417   title: "Throughput: 3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr"
7418   algorithm: "plot_performance_name_box"
7419   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr"
7420   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7421   include:
7422     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7423     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7424     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7425     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7426     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7427     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7428   layout:
7429     title: "3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr"
7430     layout: "plot-throughput"
7431
7432 - type: "plot"
7433   title: "Throughput: 3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-pdr"
7434   algorithm: "plot_performance_name_box"
7435   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-pdr"
7436   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7437   include:
7438     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
7439     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
7440     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
7441     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
7442     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
7443     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
7444   layout:
7445     title: "3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-pdr"
7446     layout: "plot-throughput"
7447
7448 - type: "plot"
7449   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7450   algorithm: "plot_performance_name_box"
7451   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7452   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7453   include:
7454     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7455     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7456     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7457     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7458     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7459     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7460   layout:
7461     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7462     layout: "plot-throughput"
7463
7464 - type: "plot"
7465   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7466   algorithm: "plot_performance_name_box"
7467   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7468   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7469   include:
7470     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7471     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7472     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7473     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7474     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7475     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7476   layout:
7477     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7478     layout: "plot-throughput"
7479
7480 - type: "plot"
7481   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7482   algorithm: "plot_performance_name_box"
7483   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7484   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7485   include:
7486     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7487     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7488     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7489     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7490     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7491     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7492   layout:
7493     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
7494     layout: "plot-throughput"
7495
7496 - type: "plot"
7497   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
7498   algorithm: "plot_performance_name_box"
7499   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
7500   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7501   include:
7502     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7503     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7504     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7505     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7506     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7507     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7508   layout:
7509     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-pdr"
7510     layout: "plot-throughput"
7511
7512 - type: "plot"
7513   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7514   algorithm: "plot_performance_name_box"
7515   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7516   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7517   include:
7518     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7519     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7520     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7521     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7522     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7523     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7524   layout:
7525     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
7526     layout: "plot-throughput"
7527
7528 - type: "plot"
7529   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7530   algorithm: "plot_performance_name_box"
7531   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7532   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7533   include:
7534     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
7535     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
7536     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
7537     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
7538     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
7539     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
7540   layout:
7541     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-pdr"
7542     layout: "plot-throughput"
7543
7544 - type: "plot"
7545   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7546   algorithm: "plot_performance_name_box"
7547   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7548   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7549   include:
7550     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7551     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7552     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7553     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7554   layout:
7555     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7556     layout: "plot-throughput"
7557
7558 - type: "plot"
7559   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7560   algorithm: "plot_performance_name_box"
7561   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7562   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7563   include:
7564     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7565     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7566     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7567     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7568   layout:
7569     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7570     layout: "plot-throughput"
7571
7572 - type: "plot"
7573   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
7574   algorithm: "plot_performance_name_box"
7575   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
7576   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7577   include:
7578     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7579     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7580     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7581     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7582   layout:
7583     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
7584     layout: "plot-throughput"
7585
7586 - type: "plot"
7587   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
7588   algorithm: "plot_performance_name_box"
7589   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
7590   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7591   include:
7592     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7593     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7594     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7595     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7596   layout:
7597     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-pdr"
7598     layout: "plot-throughput"
7599
7600 #- type: "plot"
7601 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7602 #  algorithm: "plot_performance_name_box"
7603 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7604 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
7605 #  include:
7606 #    - ""
7607 #  layout:
7608 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7609 #    layout: "plot-throughput"
7610 #
7611 #- type: "plot"
7612 #  title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7613 #  algorithm: "plot_performance_name_box"
7614 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7615 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
7616 #  include:
7617 #    - ""
7618 #  layout:
7619 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7620 #    layout: "plot-throughput"
7621
7622 - type: "plot"
7623   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7624   algorithm: "plot_performance_name_box"
7625   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7626   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7627   include:
7628     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7629     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7630     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7631     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7632     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7633   layout:
7634     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
7635     layout: "plot-throughput"
7636
7637 - type: "plot"
7638   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7639   algorithm: "plot_performance_name_box"
7640   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7641   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7642   include:
7643     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7644     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7645     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7646     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7647     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7648   layout:
7649     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-pdr"
7650     layout: "plot-throughput"
7651
7652 - type: "plot"
7653   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7654   algorithm: "plot_performance_name_box"
7655   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7656   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7657   include:
7658     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7659     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7660     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7661     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7662     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7663     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7664   layout:
7665     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
7666     layout: "plot-throughput"
7667
7668 - type: "plot"
7669   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7670   algorithm: "plot_performance_name_box"
7671   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7672   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7673   include:
7674     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7675     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7676     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7677     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7678     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7679     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7680   layout:
7681     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-pdr"
7682     layout: "plot-throughput"
7683
7684 - type: "plot"
7685   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr"
7686   algorithm: "plot_performance_name_box"
7687   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr"
7688   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7689   include:
7690     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7691     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7692     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7693     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7694     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7695   layout:
7696     title: "3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr"
7697     layout: "plot-throughput"
7698
7699 - type: "plot"
7700   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-i40e-pdr"
7701   algorithm: "plot_performance_name_box"
7702   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-i40e-pdr"
7703   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7704   include:
7705     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7706     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7707     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7708     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7709     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
7710   layout:
7711     title: "3n-tsh-x520-64b-1t1c-vhost-base-i40e-pdr"
7712     layout: "plot-throughput"
7713
7714 - type: "plot"
7715   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
7716   algorithm: "plot_performance_name_box"
7717   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
7718   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7719   include:
7720     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7721     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7722     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7723     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7724     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7725     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7726   layout:
7727     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
7728     layout: "plot-throughput"
7729
7730 - type: "plot"
7731   title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
7732   algorithm: "plot_performance_name_box"
7733   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
7734   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7735   include:
7736     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7737     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7738     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
7739     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7740     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7741     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
7742   layout:
7743     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-pdr"
7744     layout: "plot-throughput"
7745
7746 - type: "plot"
7747   title: "Throughput: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
7748   algorithm: "plot_performance_name_box"
7749   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
7750   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7751   include:
7752     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7753     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7754     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7755   layout:
7756     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
7757     layout: "plot-throughput"
7758
7759 - type: "plot"
7760   title: "Throughput: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
7761   algorithm: "plot_performance_name_box"
7762   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
7763   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7764   include:
7765     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7766     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7767     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7768   layout:
7769     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-pdr"
7770     layout: "plot-throughput"
7771
7772 - type: "plot"
7773   title: "Throughput: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
7774   algorithm: "plot_performance_name_box"
7775   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
7776   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7777   include:
7778     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7779     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7780     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7781   layout:
7782     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
7783     layout: "plot-throughput"
7784
7785 - type: "plot"
7786   title: "Throughput: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
7787   algorithm: "plot_performance_name_box"
7788   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
7789   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7790   include:
7791     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7792     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7793     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7794   layout:
7795     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-pdr"
7796     layout: "plot-throughput"
7797
7798 - type: "plot"
7799   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr"
7800   algorithm: "plot_performance_name_box"
7801   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr"
7802   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7803   include:
7804     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7805     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7806     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7807   layout:
7808     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr"
7809     layout: "plot-throughput"
7810
7811 - type: "plot"
7812   title: "Throughput: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-pdr"
7813   algorithm: "plot_performance_name_box"
7814   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-pdr"
7815   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
7816   include:
7817     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
7818     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
7819     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
7820   layout:
7821     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-pdr"
7822     layout: "plot-throughput"
7823
7824 ################################################################################
7825
7826 # Packet Latency 1C
7827
7828 - type: "plot"
7829   title: "Latency: 2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7830   algorithm: "plot_latency_error_bars_name"
7831   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7832   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7833   include:
7834     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7835     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7836     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7837     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7838   layout:
7839     title: "2n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
7840     layout: "plot-latency"
7841
7842 - type: "plot"
7843   title: "Latency: 3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7844   algorithm: "plot_latency_error_bars_name"
7845   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr-lat"
7846   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7847   include:
7848     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
7849     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
7850     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
7851     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
7852     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
7853   layout:
7854     title: "3n-skx-xxv710-64b-2t1c-memif-base-i40e-ndr"
7855     layout: "plot-latency"
7856
7857 - type: "plot"
7858   title: "Latency: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
7859   algorithm: "plot_latency_error_bars_name"
7860   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
7861   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7862   include:
7863     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
7864     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7865     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7866     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7867     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7868   layout:
7869     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
7870     layout: "plot-latency"
7871
7872 - type: "plot"
7873   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
7874   algorithm: "plot_latency_error_bars_name"
7875   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
7876   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7877   include:
7878     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
7879     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
7880     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
7881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7882   layout:
7883     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
7884     layout: "plot-latency"
7885
7886 - type: "plot"
7887   title: "Latency: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
7888   algorithm: "plot_latency_error_bars_name"
7889   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
7890   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7891   include:
7892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7893     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7894     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
7895     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
7896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7897   layout:
7898     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
7899     layout: "plot-latency"
7900
7901 - type: "plot"
7902   title: "Latency: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
7903   algorithm: "plot_latency_error_bars_name"
7904   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr-lat"
7905   data: "plot-vpp-throughput-lat-tsa-2n-skx"
7906   include:
7907     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7908     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7912     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
7913   layout:
7914     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-i40e-ndr"
7915     layout: "plot-latency"
7916
7917 - type: "plot"
7918   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
7919   algorithm: "plot_latency_error_bars_name"
7920   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
7921   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7922   include:
7923     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
7924     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
7925     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
7926   layout:
7927     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-i40e-ndr"
7928     layout: "plot-latency"
7929
7930 - type: "plot"
7931   title: "Latency: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
7932   algorithm: "plot_latency_error_bars_name"
7933   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr-lat"
7934   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7935   include:
7936     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
7937     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7938     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7939     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7940     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7941   layout:
7942     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-i40e-ndr"
7943     layout: "plot-latency"
7944
7945 - type: "plot"
7946   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
7947   algorithm: "plot_latency_error_bars_name"
7948   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr-lat"
7949   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7950   include:
7951     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-2t1c-avf-eth-ip4base-ndrpdr"
7952     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
7953     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
7954     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
7955   layout:
7956     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
7957     layout: "plot-latency"
7958
7959 - type: "plot"
7960   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
7961   algorithm: "plot_latency_error_bars_name"
7962   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr-lat"
7963   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7964   include:
7965     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
7966     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7967     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
7968     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
7969     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
7970   layout:
7971     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-i40e-ndr"
7972     layout: "plot-latency"
7973
7974 - type: "plot"
7975   title: "Latency: 3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr-lat"
7976   algorithm: "plot_latency_error_bars_name"
7977   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr-lat"
7978   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7979   include:
7980     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
7981     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
7982     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
7983     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
7984     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
7985     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
7986   layout:
7987     title: "3n-skx-xxv710-64b-2t1c-feature-ip4routing-base-i40e-ndr"
7988     layout: "plot-latency"
7989
7990 - type: "plot"
7991   title: "Latency: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
7992   algorithm: "plot_latency_error_bars_name"
7993   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
7994   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7995   include:
7996     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
7997     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
7998   layout:
7999     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-i40e-ndr"
8000     layout: "plot-latency"
8001
8002 - type: "plot"
8003   title: "Latency: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
8004   algorithm: "plot_latency_error_bars_name"
8005   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr-lat"
8006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8007   include:
8008     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
8009     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8010     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8011     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8012   layout:
8013     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-i40e-ndr"
8014     layout: "plot-latency"
8015
8016 - type: "plot"
8017   title: "Latency: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8018   algorithm: "plot_latency_error_bars_name"
8019   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8020   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8021   include:
8022     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8023     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8024     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8025   layout:
8026     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8027     layout: "plot-latency"
8028
8029 - type: "plot"
8030   title: "Latency: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8031   algorithm: "plot_latency_error_bars_name"
8032   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8033   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8034   include:
8035     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8036     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8037     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
8038     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
8039     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8040   layout:
8041     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8042     layout: "plot-latency"
8043
8044 - type: "plot"
8045   title: "Latency: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8046   algorithm: "plot_latency_error_bars_name"
8047   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8048   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8049   include:
8050     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
8051     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
8052     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
8053   layout:
8054     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-i40e-ndr"
8055     layout: "plot-latency"
8056
8057 - type: "plot"
8058   title: "Latency: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8059   algorithm: "plot_latency_error_bars_name"
8060   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8061   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8062   include:
8063     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8064     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8065     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8066   layout:
8067     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8068     layout: "plot-latency"
8069
8070 - type: "plot"
8071   title: "Latency: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8072   algorithm: "plot_latency_error_bars_name"
8073   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr-lat"
8074   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8075   include:
8076     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
8077     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
8078     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
8079     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
8080     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
8081   layout:
8082     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-i40e-ndr"
8083     layout: "plot-latency"
8084
8085 - type: "plot"
8086   title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8087   algorithm: "plot_latency_error_bars_name"
8088   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8089   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8090   include:
8091     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8092     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8093     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8094     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8095     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8096     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8097   layout:
8098     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8099     layout: "plot-latency"
8100
8101 - type: "plot"
8102   title: "Latency: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8103   algorithm: "plot_latency_error_bars_name"
8104   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8105   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8106   include:
8107     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
8108     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8109     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
8110     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8111   layout:
8112     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
8113     layout: "plot-latency"
8114
8115 - type: "plot"
8116   title: "Latency: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8117   algorithm: "plot_latency_error_bars_name"
8118   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8119   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8120   include:
8121     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8122     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8123     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8124     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8125     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8126     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8127   layout:
8128     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-i40e-ndr"
8129     layout: "plot-latency"
8130
8131 - type: "plot"
8132   title: "Latency: 2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8133   algorithm: "plot_latency_error_bars_name"
8134   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8135   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8136   include:
8137     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8138     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8139     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8140     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8141     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8142     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8143   layout:
8144     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
8145     layout: "plot-latency"
8146
8147 - type: "plot"
8148   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8149   algorithm: "plot_latency_error_bars_name"
8150   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8151   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8152   include:
8153     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
8154     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8155     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8156     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8157   layout:
8158     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
8159     layout: "plot-latency"
8160
8161 - type: "plot"
8162   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8163   algorithm: "plot_latency_error_bars_name"
8164   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8165   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8166   include:
8167     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
8168     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
8169     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8170     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8171     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8172   layout:
8173     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
8174     layout: "plot-latency"
8175
8176 - type: "plot"
8177   title: "Latency: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8178   algorithm: "plot_latency_error_bars_name"
8179   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8180   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8181   include:
8182     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8183     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8184     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8185     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8186   layout:
8187     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
8188     layout: "plot-latency"
8189
8190 - type: "plot"
8191   title: "Latency: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8192   algorithm: "plot_latency_error_bars_name"
8193   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8194   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8195   include:
8196     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
8197     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
8198     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8199     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8200     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8201     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8202   layout:
8203     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-i40e-ndr"
8204     layout: "plot-latency"
8205
8206 - type: "plot"
8207   title: "Latency: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8208   algorithm: "plot_latency_error_bars_name"
8209   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr-lat"
8210   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8211   include:
8212     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8213     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8214     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8215     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8216     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8217   layout:
8218     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-i40e-ndr"
8219     layout: "plot-latency"
8220
8221 - type: "plot"
8222   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8223   algorithm: "plot_latency_error_bars_name"
8224   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr-lat"
8225   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8226   include:
8227     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
8228     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
8229     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
8230   layout:
8231     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
8232     layout: "plot-latency"
8233
8234 - type: "plot"
8235   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8236   algorithm: "plot_latency_error_bars_name"
8237   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr-lat"
8238   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8239   include:
8240     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
8241     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8242     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8243     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8244   layout:
8245     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-i40e-ndr"
8246     layout: "plot-latency"
8247
8248 - type: "plot"
8249   title: "Latency: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8250   algorithm: "plot_latency_error_bars_name"
8251   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr-lat"
8252   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8253   include:
8254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
8255     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
8256     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8257     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8258     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8260   layout:
8261     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-i40e-ndr"
8262     layout: "plot-latency"
8263
8264 - type: "plot"
8265   title: "Latency: 3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr-lat"
8266   algorithm: "plot_latency_error_bars_name"
8267   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr-lat"
8268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8269   include:
8270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
8271     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8272     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
8273     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
8274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
8275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
8276   layout:
8277     title: "3n-skx-xxv710-64b-2t1c-feature-l2switching-base-i40e-ndr"
8278     layout: "plot-latency"
8279
8280 - type: "plot"
8281   title: "Latency: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8282   algorithm: "plot_latency_error_bars_name"
8283   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8284   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8285   include:
8286     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8287     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8288     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8289     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8290     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8291     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8292   layout:
8293     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
8294     layout: "plot-latency"
8295
8296 - type: "plot"
8297   title: "Latency: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
8298   algorithm: "plot_latency_error_bars_name"
8299   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr-lat"
8300   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8301   include:
8302     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8303     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8304     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8305     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8306     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8307     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8308   layout:
8309     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-i40e-ndr"
8310     layout: "plot-latency"
8311
8312 - type: "plot"
8313   title: "Latency: 2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8314   algorithm: "plot_latency_error_bars_name"
8315   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8316   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8317   include:
8318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8321     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8322   layout:
8323     title: "2n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8324     layout: "plot-latency"
8325
8326 - type: "plot"
8327   title: "Latency: 3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
8328   algorithm: "plot_latency_error_bars_name"
8329   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr-lat"
8330   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8331   include:
8332     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8333     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8334     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8335     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8336   layout:
8337     title: "3n-hsw-xl710-64b-1t1c-vhost-base-i40e-ndr"
8338     layout: "plot-latency"
8339
8340 #- type: "plot"
8341 #  title: "Latency: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8342 #  algorithm: "plot_latency_error_bars_name"
8343 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8344 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
8345 #  include:
8346 #    - ""
8347 #  layout:
8348 #    title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8349 #    layout: "plot-latency"
8350
8351 - type: "plot"
8352   title: "Latency: 3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8353   algorithm: "plot_latency_error_bars_name"
8354   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr-lat"
8355   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8356   include:
8357     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8358     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8359     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8360     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8361     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8362   layout:
8363     title: "3n-skx-xxv710-64b-2t1c-vhost-base-i40e-ndr"
8364     layout: "plot-latency"
8365
8366 - type: "plot"
8367   title: "Latency: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8368   algorithm: "plot_latency_error_bars_name"
8369   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr-lat"
8370   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8371   include:
8372     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8373     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8374     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8375     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8376     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8377     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8378   layout:
8379     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-i40e-ndr"
8380     layout: "plot-latency"
8381
8382 - type: "plot"
8383   title: "Latency: 3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8384   algorithm: "plot_latency_error_bars_name"
8385   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8386   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8387   include:
8388     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8389     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8390     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8391   layout:
8392     title: "3n-hsw-xl710-114b-1t1c-vts-l2switching-base-i40e-ndr"
8393     layout: "plot-latency"
8394
8395 - type: "plot"
8396   title: "Latency: 3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr-lat"
8397   algorithm: "plot_latency_error_bars_name"
8398   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr-lat"
8399   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8400   include:
8401     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8402     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8403     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8404   layout:
8405     title: "3n-skx-xxv710-114b-2t1c-vts-l2switching-base-i40e-ndr"
8406     layout: "plot-latency"
8407
8408 - type: "plot"
8409   title: "Latency: 3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr-lat"
8410   algorithm: "plot_latency_error_bars_name"
8411   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr-lat"
8412   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8413   include:
8414     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8415     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8416     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8417     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8418     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8419   layout:
8420     title: "3n-tsh-x520-64b-1t1c-memif-base-i40e-ndr"
8421     layout: "plot-latency"
8422
8423 - type: "plot"
8424   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
8425   algorithm: "plot_latency_error_bars_name"
8426   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr-lat"
8427   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8428   include:
8429     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
8430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
8431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
8432     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
8433     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
8434   layout:
8435     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-i40e-ndr"
8436     layout: "plot-latency"
8437
8438 - type: "plot"
8439   title: "Latency: 3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr-lat"
8440   algorithm: "plot_latency_error_bars_name"
8441   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr-lat"
8442   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8443   include:
8444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
8445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8447     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8448     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8449     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
8450   layout:
8451     title: "3n-tsh-x520-64b-1t1c-feature-ip4routing-base-i40e-ndr"
8452     layout: "plot-latency"
8453
8454 - type: "plot"
8455   title: "Latency: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8456   algorithm: "plot_latency_error_bars_name"
8457   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8458   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8459   include:
8460     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
8461     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8462     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8463     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8464   layout:
8465     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-i40e-ndr-lat"
8466     layout: "plot-latency"
8467
8468 - type: "plot"
8469   title: "Latency: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8470   algorithm: "plot_latency_error_bars_name"
8471   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr-lat"
8472   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8473   include:
8474     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
8475     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
8476     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
8477     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
8478     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
8479   layout:
8480     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-i40e-ndr"
8481     layout: "plot-latency"
8482
8483 - type: "plot"
8484   title: "Latency: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8485   algorithm: "plot_latency_error_bars_name"
8486   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8487   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8488   include:
8489     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8490     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8491     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8492     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8493     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8494     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8495   layout:
8496     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8497     layout: "plot-latency"
8498
8499 - type: "plot"
8500   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr-lat"
8501   algorithm: "plot_latency_error_bars_name"
8502   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr-lat"
8503   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8504   include:
8505     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
8506     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8507     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
8508     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8509   layout:
8510     title: "3n-tsh-x520-64b-1t1c-l2switching-base-i40e-ndr"
8511     layout: "plot-latency"
8512
8513 - type: "plot"
8514   title: "Latency: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8515   algorithm: "plot_latency_error_bars_name"
8516   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr-lat"
8517   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8518   include:
8519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
8520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
8521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8522     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
8523     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
8524     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
8525   layout:
8526     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-i40e-ndr"
8527     layout: "plot-latency"
8528
8529 - type: "plot"
8530   title: "Latency: 3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr-lat"
8531   algorithm: "plot_latency_error_bars_name"
8532   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr-lat"
8533   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8534   include:
8535     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
8536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
8537     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
8538     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
8539     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
8540     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
8541   layout:
8542     title: "3n-tsh-x520-64b-1t1c-feature-l2switching-base-i40e-ndr"
8543     layout: "plot-latency"
8544
8545 - type: "plot"
8546   title: "Latency: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8547   algorithm: "plot_latency_error_bars_name"
8548   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr-lat"
8549   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8550   include:
8551     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
8552     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
8553     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
8554     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
8555     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
8556     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
8557   layout:
8558     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-i40e-ndr"
8559     layout: "plot-latency"
8560
8561 - type: "plot"
8562   title: "Latency: 3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr-lat"
8563   algorithm: "plot_latency_error_bars_name"
8564   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr-lat"
8565   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8566   include:
8567     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8568     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8569     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8570     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8571     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
8572   layout:
8573     title: "3n-tsh-x520-64b-1t1c-vhost-base-i40e-ndr"
8574     layout: "plot-latency"
8575
8576 - type: "plot"
8577   title: "Latency: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr-lat"
8578   algorithm: "plot_latency_error_bars_name"
8579   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr-lat"
8580   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8581   include:
8582     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8583     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8584     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
8585     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8586     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8587     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
8588   layout:
8589     title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-i40e-ndr"
8590     layout: "plot-latency"
8591
8592 - type: "plot"
8593   title: "Latency: 3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8594   algorithm: "plot_latency_error_bars_name"
8595   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr-lat"
8596   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
8597   include:
8598     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
8599     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
8600     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
8601   layout:
8602     title: "3n-tsh-x520-114b-1t1c-vts-l2switching-base-i40e-ndr"
8603     layout: "plot-latency"
8604
8605 ################################################################################
8606
8607 # Packet Latency 2C
8608
8609 - type: "plot"
8610   title: "Latency: 2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8611   algorithm: "plot_latency_error_bars_name"
8612   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8613   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8614   include:
8615     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8616     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8617     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8618     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8619   layout:
8620     title: "2n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
8621     layout: "plot-latency"
8622
8623 - type: "plot"
8624   title: "Latency: 3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8625   algorithm: "plot_latency_error_bars_name"
8626   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr-lat"
8627   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8628   include:
8629     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
8630     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
8631     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
8632     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
8633     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
8634   layout:
8635     title: "3n-skx-xxv710-64b-4t2c-memif-base-i40e-ndr"
8636     layout: "plot-latency"
8637
8638 - type: "plot"
8639   title: "Latency: 2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8640   algorithm: "plot_latency_error_bars_name"
8641   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8642   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8643   include:
8644     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
8645     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8646     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8647     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8648     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8649   layout:
8650     title: "2n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
8651     layout: "plot-latency"
8652
8653 - type: "plot"
8654   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8655   algorithm: "plot_latency_error_bars_name"
8656   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8657   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8658   include:
8659     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-avf-ethip4-ip4base-ndrpdr"
8660     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
8661     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
8662     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8663   layout:
8664     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
8665     layout: "plot-latency"
8666
8667 - type: "plot"
8668   title: "Latency: 2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8669   algorithm: "plot_latency_error_bars_name"
8670   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8671   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8672   include:
8673     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8674     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8675     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
8676     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
8677     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8678   layout:
8679     title: "2n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
8680     layout: "plot-latency"
8681
8682 - type: "plot"
8683   title: "Latency: 2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
8684   algorithm: "plot_latency_error_bars_name"
8685   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr-lat"
8686   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8687   include:
8688     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8689     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8690     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8691     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8692     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8693     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
8694   layout:
8695     title: "2n-skx-xxv710-64b-4t2c-features-ip4routing-base-i40e-ndr"
8696     layout: "plot-latency"
8697
8698 - type: "plot"
8699   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
8700   algorithm: "plot_latency_error_bars_name"
8701   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
8702   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8703   include:
8704     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
8705     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
8706     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
8707   layout:
8708     title: "3n-hsw-xl710-64b-2t2c-ip4routing-base-scale-i40e-ndr"
8709     layout: "plot-latency"
8710
8711 - type: "plot"
8712   title: "Latency: 3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8713   algorithm: "plot_latency_error_bars_name"
8714   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr-lat"
8715   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8716   include:
8717     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
8718     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8719     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8720     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8721     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8722   layout:
8723     title: "3n-skx-x710-64b-4t2c-ip4routing-base-scale-avf-i40e-ndr"
8724     layout: "plot-latency"
8725
8726 - type: "plot"
8727   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8728   algorithm: "plot_latency_error_bars_name"
8729   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr-lat"
8730   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8731   include:
8732     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-4t2c-avf-eth-ip4base-ndrpdr"
8733     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale20k-ndrpdr"
8734     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale200k-ndrpdr"
8735     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-avf-ethip4-ip4scale2m-ndrpdr"
8736   layout:
8737     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-avf-ndr"
8738     layout: "plot-latency"
8739
8740 - type: "plot"
8741   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8742   algorithm: "plot_latency_error_bars_name"
8743   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr-lat"
8744   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8745   include:
8746     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-4t2c-dot1q-ip4base-ndrpdr"
8747     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8748     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t2c-ethip4-ip4scale20k-ndrpdr"
8749     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t2c-ethip4-ip4scale200k-ndrpdr"
8750     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t2c-ethip4-ip4scale2m-ndrpdr"
8751   layout:
8752     title: "3n-skx-xxv710-64b-4t2c-ip4routing-base-scale-i40e-ndr"
8753     layout: "plot-latency"
8754
8755 - type: "plot"
8756   title: "Latency: 3n-skx-xxv710-64b-4t2c-feature-ip4routing-base-i40e-ndr-lat"
8757   algorithm: "plot_latency_error_bars_name"
8758   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-feature-ip4routing-base-i40e-ndr-lat"
8759   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8760   include:
8761     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-4t2c-ethip4-ip4base-ndrpdr"
8762     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
8763     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
8764     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
8765     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
8766     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t2c-ethip4udp-ip4base-nat44-ndrpdr"
8767   layout:
8768     title: "3n-skx-xxv710-64b-4t2c-feature-ip4routing-base-i40e-ndr"
8769     layout: "plot-latency"
8770
8771 - type: "plot"
8772   title: "Latency: 3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
8773   algorithm: "plot_latency_error_bars_name"
8774   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
8775   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8776   include:
8777     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
8778     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8779   layout:
8780     title: "3n-hsw-xl710-64b-2t2c-ip4tunnel-base-i40e-ndr"
8781     layout: "plot-latency"
8782
8783 - type: "plot"
8784   title: "Latency: 3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
8785   algorithm: "plot_latency_error_bars_name"
8786   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr-lat"
8787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8788   include:
8789     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t2c-ethip4vxlan-l2xcbase-ndrpdr"
8790     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
8791     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
8792     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
8793   layout:
8794     title: "3n-skx-xxv710-64b-4t2c-ip4tunnel-base-scale-i40e-ndr"
8795     layout: "plot-latency"
8796
8797 - type: "plot"
8798   title: "Latency: 2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8799   algorithm: "plot_latency_error_bars_name"
8800   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8801   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8802   include:
8803     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8804     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8805     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8806   layout:
8807     title: "2n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8808     layout: "plot-latency"
8809
8810 - type: "plot"
8811   title: "Latency: 2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8812   algorithm: "plot_latency_error_bars_name"
8813   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8814   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8815   include:
8816     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8817     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8818     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
8819     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
8820     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8821   layout:
8822     title: "2n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8823     layout: "plot-latency"
8824
8825 - type: "plot"
8826   title: "Latency: 3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
8827   algorithm: "plot_latency_error_bars_name"
8828   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
8829   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8830   include:
8831     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
8832     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
8833     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
8834   layout:
8835     title: "3n-hsw-xl710-78b-2t2c-ip6routing-base-scale-i40e-ndr"
8836     layout: "plot-latency"
8837
8838 - type: "plot"
8839   title: "Latency: 3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8840   algorithm: "plot_latency_error_bars_name"
8841   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8842   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8843   include:
8844     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8845     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8846     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8847   layout:
8848     title: "3n-skx-x710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8849     layout: "plot-latency"
8850
8851 - type: "plot"
8852   title: "Latency: 3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8853   algorithm: "plot_latency_error_bars_name"
8854   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr-lat"
8855   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8856   include:
8857     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-4t2c-dot1q-ip6base-ndrpdr"
8858     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-4t2c-ethip6-ip6base-ndrpdr"
8859     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t2c-ethip6-ip6scale20k-ndrpdr"
8860     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t2c-ethip6-ip6scale200k-ndrpdr"
8861     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t2c-ethip6-ip6scale2m-ndrpdr"
8862   layout:
8863     title: "3n-skx-xxv710-78b-4t2c-ip6routing-base-scale-i40e-ndr"
8864     layout: "plot-latency"
8865
8866 - type: "plot"
8867   title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8868   algorithm: "plot_latency_error_bars_name"
8869   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
8870   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8871   include:
8872     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8873     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8874     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8875     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8876     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8877     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8878   layout:
8879     title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
8880     layout: "plot-latency"
8881
8882 - type: "plot"
8883   title: "Latency: 3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8884   algorithm: "plot_latency_error_bars_name"
8885   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
8886   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8887   include:
8888     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
8889     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8890     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
8891     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8892   layout:
8893     title: "3n-hsw-xl710-imix-2t2c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
8894     layout: "plot-latency"
8895
8896 - type: "plot"
8897   title: "Latency: 3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8898   algorithm: "plot_latency_error_bars_name"
8899   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
8900   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8901   include:
8902     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
8903     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8904     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8905     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8906     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
8907     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
8908   layout:
8909     title: "3n-skx-xxv710-imix-4t2c-ipsec-ip4routing-base-scale-i40e-ndr"
8910     layout: "plot-latency"
8911
8912 - type: "plot"
8913   title: "Latency: 2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
8914   algorithm: "plot_latency_error_bars_name"
8915   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
8916   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8917   include:
8918     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
8919     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8920     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
8921     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8922     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8923     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8924   layout:
8925     title: "2n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
8926     layout: "plot-latency"
8927
8928 - type: "plot"
8929   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
8930   algorithm: "plot_latency_error_bars_name"
8931   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
8932   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8933   include:
8934     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
8935     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
8936     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
8937     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
8938   layout:
8939     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
8940     layout: "plot-latency"
8941
8942 - type: "plot"
8943   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
8944   algorithm: "plot_latency_error_bars_name"
8945   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
8946   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8947   include:
8948     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
8949     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
8950     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
8951     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8952     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8953   layout:
8954     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
8955     layout: "plot-latency"
8956
8957 - type: "plot"
8958   title: "Latency: 2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
8959   algorithm: "plot_latency_error_bars_name"
8960   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
8961   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8962   include:
8963     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8964     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
8965     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
8966     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8967   layout:
8968     title: "2n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
8969     layout: "plot-latency"
8970
8971 - type: "plot"
8972   title: "Latency: 3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
8973   algorithm: "plot_latency_error_bars_name"
8974   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
8975   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8976   include:
8977     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
8978     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
8979     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
8980     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8981     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
8982     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8983   layout:
8984     title: "3n-hsw-xl710-64b-2t2c-l2switching-base-scale-i40e-ndr"
8985     layout: "plot-latency"
8986
8987 - type: "plot"
8988   title: "Latency: 3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
8989   algorithm: "plot_latency_error_bars_name"
8990   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr-lat"
8991   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8992   include:
8993     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
8994     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
8995     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
8996     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
8997     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
8998   layout:
8999     title: "3n-skx-x710-64b-4t2c-l2switching-base-scale-avf-i40e-ndr"
9000     layout: "plot-latency"
9001
9002 - type: "plot"
9003   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
9004   algorithm: "plot_latency_error_bars_name"
9005   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr-lat"
9006   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9007   include:
9008     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-4t2c-avf-eth-l2patch-ndrpdr"
9009     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-4t2c-avf-eth-l2xcbase-ndrpdr"
9010     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-avf-eth-l2bdbasemaclrn-ndrpdr"
9011   layout:
9012     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-avf-ndr"
9013     layout: "plot-latency"
9014
9015 - type: "plot"
9016   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
9017   algorithm: "plot_latency_error_bars_name"
9018   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr-lat"
9019   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9020   include:
9021     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t2c-dot1q-l2xcbase-ndrpdr"
9022     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
9023     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9024     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9025   layout:
9026     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-i40e-ndr"
9027     layout: "plot-latency"
9028
9029 - type: "plot"
9030   title: "Latency: 3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
9031   algorithm: "plot_latency_error_bars_name"
9032   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr-lat"
9033   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9034   include:
9035     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-4t2c-eth-l2patch-ndrpdr"
9036     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-4t2c-eth-l2xcbase-ndrpdr"
9037     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9038     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale10kmaclrn-ndrpdr"
9039     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale100kmaclrn-ndrpdr"
9040     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9041   layout:
9042     title: "3n-skx-xxv710-64b-4t2c-l2switching-base-scale-i40e-ndr"
9043     layout: "plot-latency"
9044
9045 - type: "plot"
9046   title: "Latency: 3n-skx-xxv710-64b-4t2c-feature-l2switching-base-i40e-ndr-lat"
9047   algorithm: "plot_latency_error_bars_name"
9048   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-feature-l2switching-base-i40e-ndr-lat"
9049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9050   include:
9051     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-ndrpdr"
9052     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9053     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9054     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9055     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9056     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9057   layout:
9058     title: "3n-skx-xxv710-64b-4t2c-feature-l2switching-base-i40e-ndr"
9059     layout: "plot-latency"
9060
9061 - type: "plot"
9062   title: "Latency: 3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9063   algorithm: "plot_latency_error_bars_name"
9064   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9065   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9066   include:
9067     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9068     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9069     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9070     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9071     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9072     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9073   layout:
9074     title: "3n-hsw-xl710-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
9075     layout: "plot-latency"
9076
9077 - type: "plot"
9078   title: "Latency: 3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
9079   algorithm: "plot_latency_error_bars_name"
9080   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr-lat"
9081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9082   include:
9083     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9084     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9085     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9086     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9087     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9088     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9089   layout:
9090     title: "3n-skx-xxv710-78b-4t2c-srv6-ip6routing-base-i40e-ndr"
9091     layout: "plot-latency"
9092
9093 - type: "plot"
9094   title: "Latency: 2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9095   algorithm: "plot_latency_error_bars_name"
9096   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9097   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9098   include:
9099     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9100     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9101     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9102     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9103   layout:
9104     title: "2n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
9105     layout: "plot-latency"
9106
9107 - type: "plot"
9108   title: "Latency: 3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
9109   algorithm: "plot_latency_error_bars_name"
9110   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr-lat"
9111   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9112   include:
9113     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9114     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9115     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9116     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9117   layout:
9118     title: "3n-hsw-xl710-64b-2t2c-vhost-base-i40e-ndr"
9119     layout: "plot-latency"
9120
9121 #- type: "plot"
9122 #  title: "Latency: 3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9123 #  algorithm: "plot_latency_error_bars_name"
9124 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9125 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
9126 #  include:
9127 #    - ""
9128 #  layout:
9129 #    title: "3n-skx-x710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
9130 #    layout: "plot-latency"
9131
9132 - type: "plot"
9133   title: "Latency: 3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9134   algorithm: "plot_latency_error_bars_name"
9135   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr-lat"
9136   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9137   include:
9138     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9139     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9140     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9141     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9142     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9143   layout:
9144     title: "3n-skx-xxv710-64b-4t2c-vhost-base-i40e-ndr"
9145     layout: "plot-latency"
9146
9147 - type: "plot"
9148   title: "Latency: 3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9149   algorithm: "plot_latency_error_bars_name"
9150   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr-lat"
9151   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9152   include:
9153     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9154     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9155     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9156     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9157     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9158     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9159   layout:
9160     title: "3n-skx-xxv710-64b-4t2c-link-bonding-vhost-base-i40e-ndr"
9161     layout: "plot-latency"
9162
9163 - type: "plot"
9164   title: "Latency: 3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9165   algorithm: "plot_latency_error_bars_name"
9166   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9167   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9168   include:
9169     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9170     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9171     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9172   layout:
9173     title: "3n-hsw-xl710-114b-2t2c-vts-l2switching-base-i40e-ndr"
9174     layout: "plot-latency"
9175
9176 - type: "plot"
9177   title: "Latency: 3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr-lat"
9178   algorithm: "plot_latency_error_bars_name"
9179   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr-lat"
9180   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9181   include:
9182     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9183     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9184     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9185   layout:
9186     title: "3n-skx-xxv710-114b-4t2c-vts-l2switching-base-i40e-ndr"
9187     layout: "plot-latency"
9188
9189 - type: "plot"
9190   title: "Latency: 3n-tsh-x520-64b-2t2c-memif-base-i40e-ndr-lat"
9191   algorithm: "plot_latency_error_bars_name"
9192   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-memif-base-i40e-ndr-lat"
9193   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9194   include:
9195     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9196     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9197     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9198     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9199     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9200   layout:
9201     title: "3n-tsh-x520-64b-2t2c-memif-base-i40e-ndr"
9202     layout: "plot-latency"
9203
9204 - type: "plot"
9205   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
9206   algorithm: "plot_latency_error_bars_name"
9207   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4routing-base-scale-i40e-ndr-lat"
9208   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9209   include:
9210     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-2t2c-dot1q-ip4base-ndrpdr"
9211     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
9212     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t2c-ethip4-ip4scale20k-ndrpdr"
9213     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t2c-ethip4-ip4scale200k-ndrpdr"
9214     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t2c-ethip4-ip4scale2m-ndrpdr"
9215   layout:
9216     title: "3n-tsh-x520-64b-2t2c-ip4routing-base-scale-i40e-ndr"
9217     layout: "plot-latency"
9218
9219 - type: "plot"
9220   title: "Latency: 3n-tsh-x520-64b-2t2c-feature-ip4routing-base-i40e-ndr-lat"
9221   algorithm: "plot_latency_error_bars_name"
9222   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-feature-ip4routing-base-i40e-ndr-lat"
9223   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9224   include:
9225     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-2t2c-ethip4-ip4base-ndrpdr"
9226     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9227     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9228     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9229     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9230     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t2c-ethip4udp-ip4base-nat44-ndrpdr"
9231   layout:
9232     title: "3n-tsh-x520-64b-2t2c-feature-ip4routing-base-i40e-ndr"
9233     layout: "plot-latency"
9234
9235 - type: "plot"
9236   title: "Latency: 3n-tsh-x520-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
9237   algorithm: "plot_latency_error_bars_name"
9238   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
9239   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9240   include:
9241     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t2c-ethip4vxlan-l2xcbase-ndrpdr"
9242     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9243     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9244     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t2c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9245   layout:
9246     title: "3n-tsh-x520-64b-2t2c-ip4tunnel-base-i40e-ndr-lat"
9247     layout: "plot-latency"
9248
9249 - type: "plot"
9250   title: "Latency: 3n-tsh-x520-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
9251   algorithm: "plot_latency_error_bars_name"
9252   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-ip6routing-base-scale-i40e-ndr-lat"
9253   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9254   include:
9255     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-2t2c-dot1q-ip6base-ndrpdr"
9256     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-2t2c-ethip6-ip6base-ndrpdr"
9257     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t2c-ethip6-ip6scale20k-ndrpdr"
9258     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t2c-ethip6-ip6scale200k-ndrpdr"
9259     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t2c-ethip6-ip6scale2m-ndrpdr"
9260   layout:
9261     title: "3n-tsh-x520-78b-2t2c-ip6routing-base-scale-i40e-ndr"
9262     layout: "plot-latency"
9263
9264 - type: "plot"
9265   title: "Latency: 3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9266   algorithm: "plot_latency_error_bars_name"
9267   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9268   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9269   include:
9270     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9271     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9272     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9273     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9274     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9275     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t2c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9276   layout:
9277     title: "3n-tsh-x520-imix-2t2c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
9278     layout: "plot-latency"
9279
9280 - type: "plot"
9281   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-i40e-ndr-lat"
9282   algorithm: "plot_latency_error_bars_name"
9283   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-i40e-ndr-lat"
9284   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9285   include:
9286     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-2t2c-dot1q-l2xcbase-ndrpdr"
9287     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
9288     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-ndrpdr"
9289     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9290   layout:
9291     title: "3n-tsh-x520-64b-2t2c-l2switching-base-i40e-ndr"
9292     layout: "plot-latency"
9293
9294 - type: "plot"
9295   title: "Latency: 3n-tsh-x520-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
9296   algorithm: "plot_latency_error_bars_name"
9297   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-l2switching-base-scale-i40e-ndr-lat"
9298   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9299   include:
9300     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-2t2c-eth-l2patch-ndrpdr"
9301     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-2t2c-eth-l2xcbase-ndrpdr"
9302     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9303     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale10kmaclrn-ndrpdr"
9304     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale100kmaclrn-ndrpdr"
9305     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t2c-eth-l2bdscale1mmaclrn-ndrpdr"
9306   layout:
9307     title: "3n-tsh-x520-64b-2t2c-l2switching-base-scale-i40e-ndr"
9308     layout: "plot-latency"
9309
9310 - type: "plot"
9311   title: "Latency: 3n-tsh-x520-64b-2t2c-feature-l2switching-base-i40e-ndr-lat"
9312   algorithm: "plot_latency_error_bars_name"
9313   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-feature-l2switching-base-i40e-ndr-lat"
9314   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9315   include:
9316     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-ndrpdr"
9317     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9318     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9319     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9320     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9321     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9322   layout:
9323     title: "3n-tsh-x520-64b-2t2c-feature-l2switching-base-i40e-ndr"
9324     layout: "plot-latency"
9325
9326 - type: "plot"
9327   title: "Latency: 3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9328   algorithm: "plot_latency_error_bars_name"
9329   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-i40e-ndr-lat"
9330   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9331   include:
9332     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t2c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9333     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9334     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9335     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9336     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9337     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t2c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9338   layout:
9339     title: "3n-tsh-x520-78b-2t2c-srv6-ip6routing-base-i40e-ndr"
9340     layout: "plot-latency"
9341
9342 - type: "plot"
9343   title: "Latency: 3n-tsh-x520-64b-2t2c-vhost-base-i40e-ndr-lat"
9344   algorithm: "plot_latency_error_bars_name"
9345   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-vhost-base-i40e-ndr-lat"
9346   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9347   include:
9348     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9349     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9350     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9351     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9352     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9353   layout:
9354     title: "3n-tsh-x520-64b-2t2c-vhost-base-i40e-ndr"
9355     layout: "plot-latency"
9356
9357 - type: "plot"
9358   title: "Latency: 3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-i40e-ndr-lat"
9359   algorithm: "plot_latency_error_bars_name"
9360   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-i40e-ndr-lat"
9361   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9362   include:
9363     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9364     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9365     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9366     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9367     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9368     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t2c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9369   layout:
9370     title: "3n-tsh-x520-64b-2t2c-link-bonding-vhost-base-i40e-ndr"
9371     layout: "plot-latency"
9372
9373 - type: "plot"
9374   title: "Latency: 3n-tsh-x520-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9375   algorithm: "plot_latency_error_bars_name"
9376   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-2t2c-vts-l2switching-base-i40e-ndr-lat"
9377   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9378   include:
9379     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9380     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9381     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t2c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9382   layout:
9383     title: "3n-tsh-x520-114b-2t2c-vts-l2switching-base-i40e-ndr"
9384     layout: "plot-latency"
9385
9386 ################################################################################
9387
9388 # Packet Latency 4C
9389
9390 - type: "plot"
9391   title: "Latency: 2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9392   algorithm: "plot_latency_error_bars_name"
9393   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9394   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9395   include:
9396     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9397     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9398     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9399     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9400   layout:
9401     title: "2n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
9402     layout: "plot-latency"
9403
9404 - type: "plot"
9405   title: "Latency: 3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9406   algorithm: "plot_latency_error_bars_name"
9407   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr-lat"
9408   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9409   include:
9410     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9411     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9412     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9413     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9414     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9415   layout:
9416     title: "3n-skx-xxv710-64b-8t4c-memif-base-i40e-ndr"
9417     layout: "plot-latency"
9418
9419 - type: "plot"
9420   title: "Latency: 2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9421   algorithm: "plot_latency_error_bars_name"
9422   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9423   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9424   include:
9425     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
9426     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9427     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9428     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9429     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9430   layout:
9431     title: "2n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
9432     layout: "plot-latency"
9433
9434 - type: "plot"
9435   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9436   algorithm: "plot_latency_error_bars_name"
9437   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9438   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9439   include:
9440     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-avf-ethip4-ip4base-ndrpdr"
9441     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
9442     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
9443     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9444   layout:
9445     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
9446     layout: "plot-latency"
9447
9448 - type: "plot"
9449   title: "Latency: 2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9450   algorithm: "plot_latency_error_bars_name"
9451   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9452   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9453   include:
9454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
9457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
9458     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9459   layout:
9460     title: "2n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
9461     layout: "plot-latency"
9462
9463 - type: "plot"
9464   title: "Latency: 2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
9465   algorithm: "plot_latency_error_bars_name"
9466   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr-lat"
9467   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9468   include:
9469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9470     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9471     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9472     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9473     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9474     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
9475   layout:
9476     title: "2n-skx-xxv710-64b-8t4c-features-ip4routing-base-i40e-ndr"
9477     layout: "plot-latency"
9478
9479 - type: "plot"
9480   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
9481   algorithm: "plot_latency_error_bars_name"
9482   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
9483   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9484   include:
9485     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
9486     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
9487     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
9488   layout:
9489     title: "3n-hsw-xl710-64b-4t4c-ip4routing-base-scale-i40e-ndr"
9490     layout: "plot-latency"
9491
9492 - type: "plot"
9493   title: "Latency: 3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9494   algorithm: "plot_latency_error_bars_name"
9495   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr-lat"
9496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9497   include:
9498     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
9499     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9500     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9501     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9502     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9503   layout:
9504     title: "3n-skx-x710-64b-8t4c-ip4routing-base-scale-avf-i40e-ndr"
9505     layout: "plot-latency"
9506
9507 - type: "plot"
9508   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9509   algorithm: "plot_latency_error_bars_name"
9510   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr-lat"
9511   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9512   include:
9513     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-8t4c-avf-eth-ip4base-ndrpdr"
9514     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale20k-ndrpdr"
9515     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale200k-ndrpdr"
9516     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-avf-ethip4-ip4scale2m-ndrpdr"
9517   layout:
9518     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-avf-ndr"
9519     layout: "plot-latency"
9520
9521 - type: "plot"
9522   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9523   algorithm: "plot_latency_error_bars_name"
9524   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr-lat"
9525   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9526   include:
9527     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-8t4c-dot1q-ip4base-ndrpdr"
9528     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9529     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-8t4c-ethip4-ip4scale20k-ndrpdr"
9530     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-8t4c-ethip4-ip4scale200k-ndrpdr"
9531     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-8t4c-ethip4-ip4scale2m-ndrpdr"
9532   layout:
9533     title: "3n-skx-xxv710-64b-8t4c-ip4routing-base-scale-i40e-ndr"
9534     layout: "plot-latency"
9535
9536 - type: "plot"
9537   title: "Latency: 3n-skx-xxv710-64b-8t4c-feature-ip4routing-base-i40e-ndr-lat"
9538   algorithm: "plot_latency_error_bars_name"
9539   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-feature-ip4routing-base-i40e-ndr-lat"
9540   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9541   include:
9542     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-8t4c-ethip4-ip4base-ndrpdr"
9543     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
9544     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
9545     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
9546     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
9547     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-8t4c-ethip4udp-ip4base-nat44-ndrpdr"
9548   layout:
9549     title: "3n-skx-xxv710-64b-8t4c-feature-ip4routing-base-i40e-ndr"
9550     layout: "plot-latency"
9551
9552 - type: "plot"
9553   title: "Latency: 3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
9554   algorithm: "plot_latency_error_bars_name"
9555   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
9556   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9557   include:
9558     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
9559     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9560   layout:
9561     title: "3n-hsw-xl710-64b-4t4c-ip4tunnel-base-i40e-ndr"
9562     layout: "plot-latency"
9563
9564 - type: "plot"
9565   title: "Latency: 3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
9566   algorithm: "plot_latency_error_bars_name"
9567   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr-lat"
9568   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9569   include:
9570     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-8t4c-ethip4vxlan-l2xcbase-ndrpdr"
9571     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
9572     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
9573     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-8t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
9574   layout:
9575     title: "3n-skx-xxv710-64b-8t4c-ip4tunnel-base-scale-i40e-ndr"
9576     layout: "plot-latency"
9577
9578 - type: "plot"
9579   title: "Latency: 2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9580   algorithm: "plot_latency_error_bars_name"
9581   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9582   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9583   include:
9584     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9585     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9586     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9587   layout:
9588     title: "2n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
9589     layout: "plot-latency"
9590
9591 - type: "plot"
9592   title: "Latency: 2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9593   algorithm: "plot_latency_error_bars_name"
9594   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9595   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9596   include:
9597     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9598     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9599     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
9600     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
9601     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9602   layout:
9603     title: "2n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
9604     layout: "plot-latency"
9605
9606 - type: "plot"
9607   title: "Latency: 3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
9608   algorithm: "plot_latency_error_bars_name"
9609   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
9610   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9611   include:
9612     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
9613     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
9614     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
9615   layout:
9616     title: "3n-hsw-xl710-78b-4t4c-ip6routing-base-scale-i40e-ndr"
9617     layout: "plot-latency"
9618
9619 - type: "plot"
9620   title: "Latency: 3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9621   algorithm: "plot_latency_error_bars_name"
9622   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9623   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9624   include:
9625     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9626     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9627     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9628   layout:
9629     title: "3n-skx-x710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
9630     layout: "plot-latency"
9631
9632 - type: "plot"
9633   title: "Latency: 3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9634   algorithm: "plot_latency_error_bars_name"
9635   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr-lat"
9636   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9637   include:
9638     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-8t4c-dot1q-ip6base-ndrpdr"
9639     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-8t4c-ethip6-ip6base-ndrpdr"
9640     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-8t4c-ethip6-ip6scale20k-ndrpdr"
9641     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-8t4c-ethip6-ip6scale200k-ndrpdr"
9642     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-8t4c-ethip6-ip6scale2m-ndrpdr"
9643   layout:
9644     title: "3n-skx-xxv710-78b-8t4c-ip6routing-base-scale-i40e-ndr"
9645     layout: "plot-latency"
9646
9647 - type: "plot"
9648   title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9649   algorithm: "plot_latency_error_bars_name"
9650   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
9651   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9652   include:
9653     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9654     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9655     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9656     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9657     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9658     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9659   layout:
9660     title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
9661     layout: "plot-latency"
9662
9663 - type: "plot"
9664   title: "Latency: 3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
9665   algorithm: "plot_latency_error_bars_name"
9666   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr-lat"
9667   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9668   include:
9669     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
9670     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9671     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
9672     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9673   layout:
9674     title: "3n-hsw-xl710-imix-4t4c-ipsec-ip4routing-base-scale-hw-i40e-ndr"
9675     layout: "plot-latency"
9676
9677 - type: "plot"
9678   title: "Latency: 3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
9679   algorithm: "plot_latency_error_bars_name"
9680   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr-lat"
9681   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9682   include:
9683     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
9684     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9685     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9686     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9687     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
9688     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-8t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
9689   layout:
9690     title: "3n-skx-xxv710-imix-8t4c-ipsec-ip4routing-base-scale-i40e-ndr"
9691     layout: "plot-latency"
9692
9693 - type: "plot"
9694   title: "Latency: 2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
9695   algorithm: "plot_latency_error_bars_name"
9696   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
9697   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9698   include:
9699     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
9700     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9701     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
9702     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9703     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9704     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9705   layout:
9706     title: "2n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
9707     layout: "plot-latency"
9708
9709 - type: "plot"
9710   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
9711   algorithm: "plot_latency_error_bars_name"
9712   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
9713   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9714   include:
9715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
9716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
9717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
9718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
9719   layout:
9720     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
9721     layout: "plot-latency"
9722
9723 - type: "plot"
9724   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
9725   algorithm: "plot_latency_error_bars_name"
9726   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
9727   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9728   include:
9729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
9730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
9731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
9732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9734   layout:
9735     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
9736     layout: "plot-latency"
9737
9738 - type: "plot"
9739   title: "Latency: 2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
9740   algorithm: "plot_latency_error_bars_name"
9741   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
9742   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9743   include:
9744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
9746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
9747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9748   layout:
9749     title: "2n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
9750     layout: "plot-latency"
9751
9752 - type: "plot"
9753   title: "Latency: 3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
9754   algorithm: "plot_latency_error_bars_name"
9755   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
9756   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9757   include:
9758     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
9759     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
9760     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
9761     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9762     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
9763     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9764   layout:
9765     title: "3n-hsw-xl710-64b-4t4c-l2switching-base-scale-i40e-ndr"
9766     layout: "plot-latency"
9767
9768 - type: "plot"
9769   title: "Latency: 3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
9770   algorithm: "plot_latency_error_bars_name"
9771   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr-lat"
9772   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9773   include:
9774     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
9775     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
9776     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9777     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9778     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9779   layout:
9780     title: "3n-skx-x710-64b-8t4c-l2switching-base-scale-avf-i40e-ndr"
9781     layout: "plot-latency"
9782
9783 - type: "plot"
9784   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
9785   algorithm: "plot_latency_error_bars_name"
9786   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr-lat"
9787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9788   include:
9789     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-8t4c-avf-eth-l2patch-ndrpdr"
9790     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-8t4c-avf-eth-l2xcbase-ndrpdr"
9791     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-avf-eth-l2bdbasemaclrn-ndrpdr"
9792   layout:
9793     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-avf-ndr"
9794     layout: "plot-latency"
9795
9796 - type: "plot"
9797   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
9798   algorithm: "plot_latency_error_bars_name"
9799   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr-lat"
9800   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9801   include:
9802     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-8t4c-dot1q-l2xcbase-ndrpdr"
9803     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
9804     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-ndrpdr"
9805     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9806   layout:
9807     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-i40e-ndr"
9808     layout: "plot-latency"
9809
9810 - type: "plot"
9811   title: "Latency: 3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
9812   algorithm: "plot_latency_error_bars_name"
9813   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr-lat"
9814   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9815   include:
9816     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-8t4c-eth-l2patch-ndrpdr"
9817     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-8t4c-eth-l2xcbase-ndrpdr"
9818     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9819     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale10kmaclrn-ndrpdr"
9820     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale100kmaclrn-ndrpdr"
9821     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-8t4c-eth-l2bdscale1mmaclrn-ndrpdr"
9822   layout:
9823     title: "3n-skx-xxv710-64b-8t4c-l2switching-base-scale-i40e-ndr"
9824     layout: "plot-latency"
9825
9826 - type: "plot"
9827   title: "Latency: 3n-skx-xxv710-64b-8t4c-feature-l2switching-base-i40e-ndr-lat"
9828   algorithm: "plot_latency_error_bars_name"
9829   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-feature-l2switching-base-i40e-ndr-lat"
9830   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9831   include:
9832     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-ndrpdr"
9833     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
9834     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
9835     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
9836     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
9837     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
9838   layout:
9839     title: "3n-skx-xxv710-64b-8t4c-feature-l2switching-base-i40e-ndr"
9840     layout: "plot-latency"
9841
9842 - type: "plot"
9843   title: "Latency: 3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
9844   algorithm: "plot_latency_error_bars_name"
9845   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
9846   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9847   include:
9848     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9849     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9850     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9851     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9852     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9853     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9854   layout:
9855     title: "3n-hsw-xl710-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
9856     layout: "plot-latency"
9857
9858 - type: "plot"
9859   title: "Latency: 3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
9860   algorithm: "plot_latency_error_bars_name"
9861   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr-lat"
9862   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9863   include:
9864     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-8t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
9865     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
9866     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
9867     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
9868     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
9869     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-8t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
9870   layout:
9871     title: "3n-skx-xxv710-78b-8t4c-srv6-ip6routing-base-i40e-ndr"
9872     layout: "plot-latency"
9873
9874 - type: "plot"
9875   title: "Latency: 2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
9876   algorithm: "plot_latency_error_bars_name"
9877   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
9878   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9879   include:
9880     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9881     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9882     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9883     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9884   layout:
9885     title: "2n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
9886     layout: "plot-latency"
9887
9888 - type: "plot"
9889   title: "Latency: 3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
9890   algorithm: "plot_latency_error_bars_name"
9891   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr-lat"
9892   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9893   include:
9894     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9895     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9896     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9897     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9898   layout:
9899     title: "3n-hsw-xl710-64b-4t4c-vhost-base-i40e-ndr"
9900     layout: "plot-latency"
9901
9902 #- type: "plot"
9903 #  title: "Latency: 3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
9904 #  algorithm: "plot_latency_error_bars_name"
9905 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
9906 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
9907 #  include:
9908 #    - ""
9909 #  layout:
9910 #    title: "3n-skx-x710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
9911 #    layout: "plot-latency"
9912
9913 - type: "plot"
9914   title: "Latency: 3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
9915   algorithm: "plot_latency_error_bars_name"
9916   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr-lat"
9917   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9918   include:
9919     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9920     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9921     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9922     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9923     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
9924   layout:
9925     title: "3n-skx-xxv710-64b-8t4c-vhost-base-i40e-ndr"
9926     layout: "plot-latency"
9927
9928 - type: "plot"
9929   title: "Latency: 3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
9930   algorithm: "plot_latency_error_bars_name"
9931   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr-lat"
9932   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9933   include:
9934     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9935     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9936     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
9937     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9938     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9939     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-8t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
9940   layout:
9941     title: "3n-skx-xxv710-64b-8t4c-link-bonding-vhost-base-i40e-ndr"
9942     layout: "plot-latency"
9943
9944 - type: "plot"
9945   title: "Latency: 3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
9946   algorithm: "plot_latency_error_bars_name"
9947   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
9948   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9949   include:
9950     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9951     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9952     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9953   layout:
9954     title: "3n-hsw-xl710-114b-4t4c-vts-l2switching-base-i40e-ndr"
9955     layout: "plot-latency"
9956
9957 - type: "plot"
9958   title: "Latency: 3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr-lat"
9959   algorithm: "plot_latency_error_bars_name"
9960   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr-lat"
9961   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9962   include:
9963     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
9964     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
9965     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-8t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
9966   layout:
9967     title: "3n-skx-xxv710-114b-8t4c-vts-l2switching-base-i40e-ndr"
9968     layout: "plot-latency"
9969
9970 - type: "plot"
9971   title: "Latency: 3n-tsh-x520-64b-4t4c-memif-base-i40e-ndr-lat"
9972   algorithm: "plot_latency_error_bars_name"
9973   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-memif-base-i40e-ndr-lat"
9974   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9975   include:
9976     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
9977     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
9978     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
9979     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
9980     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
9981   layout:
9982     title: "3n-tsh-x520-64b-4t4c-memif-base-i40e-ndr"
9983     layout: "plot-latency"
9984
9985 - type: "plot"
9986   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
9987   algorithm: "plot_latency_error_bars_name"
9988   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4routing-base-scale-i40e-ndr-lat"
9989   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
9990   include:
9991     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-4t4c-dot1q-ip4base-ndrpdr"
9992     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
9993     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-4t4c-ethip4-ip4scale20k-ndrpdr"
9994     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-4t4c-ethip4-ip4scale200k-ndrpdr"
9995     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-4t4c-ethip4-ip4scale2m-ndrpdr"
9996   layout:
9997     title: "3n-tsh-x520-64b-4t4c-ip4routing-base-scale-i40e-ndr"
9998     layout: "plot-latency"
9999
10000 - type: "plot"
10001   title: "Latency: 3n-tsh-x520-64b-4t4c-feature-ip4routing-base-i40e-ndr-lat"
10002   algorithm: "plot_latency_error_bars_name"
10003   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-feature-ip4routing-base-i40e-ndr-lat"
10004   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10005   include:
10006     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-4t4c-ethip4-ip4base-ndrpdr"
10007     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10008     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10009     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10010     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10011     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-4t4c-ethip4udp-ip4base-nat44-ndrpdr"
10012   layout:
10013     title: "3n-tsh-x520-64b-4t4c-feature-ip4routing-base-i40e-ndr"
10014     layout: "plot-latency"
10015
10016 - type: "plot"
10017   title: "Latency: 3n-tsh-x520-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
10018   algorithm: "plot_latency_error_bars_name"
10019   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
10020   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10021   include:
10022     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-4t4c-ethip4vxlan-l2xcbase-ndrpdr"
10023     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10024     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10025     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-4t4c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10026   layout:
10027     title: "3n-tsh-x520-64b-4t4c-ip4tunnel-base-i40e-ndr-lat"
10028     layout: "plot-latency"
10029
10030 - type: "plot"
10031   title: "Latency: 3n-tsh-x520-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
10032   algorithm: "plot_latency_error_bars_name"
10033   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-ip6routing-base-scale-i40e-ndr-lat"
10034   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10035   include:
10036     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-4t4c-dot1q-ip6base-ndrpdr"
10037     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-4t4c-ethip6-ip6base-ndrpdr"
10038     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-4t4c-ethip6-ip6scale20k-ndrpdr"
10039     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-4t4c-ethip6-ip6scale200k-ndrpdr"
10040     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-4t4c-ethip6-ip6scale2m-ndrpdr"
10041   layout:
10042     title: "3n-tsh-x520-78b-4t4c-ip6routing-base-scale-i40e-ndr"
10043     layout: "plot-latency"
10044
10045 - type: "plot"
10046   title: "Latency: 3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
10047   algorithm: "plot_latency_error_bars_name"
10048   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr-lat"
10049   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10050   include:
10051     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10052     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10053     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10054     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10055     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10056     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-4t4c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10057   layout:
10058     title: "3n-tsh-x520-imix-4t4c-ipsec-ip4routing-base-scale-sw-i40e-ndr"
10059     layout: "plot-latency"
10060
10061 - type: "plot"
10062   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-i40e-ndr-lat"
10063   algorithm: "plot_latency_error_bars_name"
10064   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-i40e-ndr-lat"
10065   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10066   include:
10067     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-4t4c-dot1q-l2xcbase-ndrpdr"
10068     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
10069     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-ndrpdr"
10070     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10071   layout:
10072     title: "3n-tsh-x520-64b-4t4c-l2switching-base-i40e-ndr"
10073     layout: "plot-latency"
10074
10075 - type: "plot"
10076   title: "Latency: 3n-tsh-x520-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
10077   algorithm: "plot_latency_error_bars_name"
10078   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-l2switching-base-scale-i40e-ndr-lat"
10079   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10080   include:
10081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-4t4c-eth-l2patch-ndrpdr"
10082     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-4t4c-eth-l2xcbase-ndrpdr"
10083     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10084     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale10kmaclrn-ndrpdr"
10085     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale100kmaclrn-ndrpdr"
10086     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-4t4c-eth-l2bdscale1mmaclrn-ndrpdr"
10087   layout:
10088     title: "3n-tsh-x520-64b-4t4c-l2switching-base-scale-i40e-ndr"
10089     layout: "plot-latency"
10090
10091 - type: "plot"
10092   title: "Latency: 3n-tsh-x520-64b-4t4c-feature-l2switching-base-i40e-ndr-lat"
10093   algorithm: "plot_latency_error_bars_name"
10094   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-feature-l2switching-base-i40e-ndr-lat"
10095   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10096   include:
10097     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-ndrpdr"
10098     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
10099     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
10100     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
10101     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
10102     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
10103   layout:
10104     title: "3n-tsh-x520-64b-4t4c-feature-l2switching-base-i40e-ndr"
10105     layout: "plot-latency"
10106
10107 - type: "plot"
10108   title: "Latency: 3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
10109   algorithm: "plot_latency_error_bars_name"
10110   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-i40e-ndr-lat"
10111   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10112   include:
10113     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-4t4c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
10114     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
10115     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
10116     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
10117     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
10118     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-4t4c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
10119   layout:
10120     title: "3n-tsh-x520-78b-4t4c-srv6-ip6routing-base-i40e-ndr"
10121     layout: "plot-latency"
10122
10123 - type: "plot"
10124   title: "Latency: 3n-tsh-x520-64b-4t4c-vhost-base-i40e-ndr-lat"
10125   algorithm: "plot_latency_error_bars_name"
10126   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-vhost-base-i40e-ndr-lat"
10127   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10128   include:
10129     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10130     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10131     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10132     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10133     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
10134   layout:
10135     title: "3n-tsh-x520-64b-4t4c-vhost-base-i40e-ndr"
10136     layout: "plot-latency"
10137
10138 - type: "plot"
10139   title: "Latency: 3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-i40e-ndr-lat"
10140   algorithm: "plot_latency_error_bars_name"
10141   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-i40e-ndr-lat"
10142   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10143   include:
10144     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10145     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10146     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
10147     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10148     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10149     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-4t4c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
10150   layout:
10151     title: "3n-tsh-x520-64b-4t4c-link-bonding-vhost-base-i40e-ndr"
10152     layout: "plot-latency"
10153
10154 - type: "plot"
10155   title: "Latency: 3n-tsh-x520-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
10156   algorithm: "plot_latency_error_bars_name"
10157   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-4t4c-vts-l2switching-base-i40e-ndr-lat"
10158   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10159   include:
10160     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
10161     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
10162     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-4t4c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
10163   layout:
10164     title: "3n-tsh-x520-114b-4t4c-vts-l2switching-base-i40e-ndr"
10165     layout: "plot-latency"
10166
10167 ################################################################################
10168
10169 # Packet Speedup
10170
10171 - type: "plot"
10172   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10173   algorithm: "plot_throughput_speedup_analysis_name"
10174   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10175   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10176   include:
10177     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10178     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10179     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10180     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10181   layout:
10182     title: "2n-skx-xxv710-64b-memif-base-i40e-ndr"
10183     layout: "plot-throughput-speedup-analysis"
10184
10185 - type: "plot"
10186   title: "Speedup: 2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10187   algorithm: "plot_throughput_speedup_analysis_name"
10188   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10189   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10190   include:
10191     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10192     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10193     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10194     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10195   layout:
10196     title: "2n-skx-xxv710-64b-memif-base-i40e-pdr"
10197     layout: "plot-throughput-speedup-analysis"
10198
10199 - type: "plot"
10200   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10201   algorithm: "plot_throughput_speedup_analysis_name"
10202   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-ndr-tsa"
10203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10204   include:
10205     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10206     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10207     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10208     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10209     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10210   layout:
10211     title: "3n-skx-xxv710-64b-memif-base-i40e-ndr"
10212     layout: "plot-throughput-speedup-analysis"
10213
10214 - type: "plot"
10215   title: "Speedup: 3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10216   algorithm: "plot_throughput_speedup_analysis_name"
10217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-i40e-pdr-tsa"
10218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10219   include:
10220     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10221     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10222     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10223     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10224     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10225   layout:
10226     title: "3n-skx-xxv710-64b-memif-base-i40e-pdr"
10227     layout: "plot-throughput-speedup-analysis"
10228
10229 - type: "plot"
10230   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10231   algorithm: "plot_throughput_speedup_analysis_name"
10232   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10233   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10234   include:
10235     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10236     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10237     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10238     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10239     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10240   layout:
10241     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
10242     layout: "plot-throughput-speedup-analysis"
10243
10244 - type: "plot"
10245   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10246   algorithm: "plot_throughput_speedup_analysis_name"
10247   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10248   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10249   include:
10250     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10251     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10252     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10253     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10254     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10255   layout:
10256     title: "2n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
10257     layout: "plot-throughput-speedup-analysis"
10258
10259 - type: "plot"
10260   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10261   algorithm: "plot_throughput_speedup_analysis_name"
10262   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10263   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10264   include:
10265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10269   layout:
10270     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
10271     layout: "plot-throughput-speedup-analysis"
10272
10273 - type: "plot"
10274   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10275   algorithm: "plot_throughput_speedup_analysis_name"
10276   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10277   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10278   include:
10279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
10280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10283   layout:
10284     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
10285     layout: "plot-throughput-speedup-analysis"
10286
10287 - type: "plot"
10288   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10289   algorithm: "plot_throughput_speedup_analysis_name"
10290   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10291   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10292   include:
10293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10298   layout:
10299     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
10300     layout: "plot-throughput-speedup-analysis"
10301
10302 - type: "plot"
10303   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10304   algorithm: "plot_throughput_speedup_analysis_name"
10305   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10306   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10307   include:
10308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10313   layout:
10314     title: "2n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
10315     layout: "plot-throughput-speedup-analysis"
10316
10317 - type: "plot"
10318   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
10319   algorithm: "plot_throughput_speedup_analysis_name"
10320   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr-tsa"
10321   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10322   include:
10323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10329   layout:
10330     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-ndr"
10331     layout: "plot-throughput-speedup-analysis"
10332
10333 - type: "plot"
10334   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
10335   algorithm: "plot_throughput_speedup_analysis_name"
10336   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr-tsa"
10337   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10338   include:
10339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10345   layout:
10346     title: "2n-skx-xxv710-64b-features-ip4routing-base-i40e-pdr"
10347     layout: "plot-throughput-speedup-analysis"
10348
10349 - type: "plot"
10350   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10351   algorithm: "plot_throughput_speedup_analysis_name"
10352   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10353   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10354   include:
10355     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10356     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10357     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10358   layout:
10359     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-ndr"
10360     layout: "plot-throughput-speedup-analysis"
10361
10362 - type: "plot"
10363   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10364   algorithm: "plot_throughput_speedup_analysis_name"
10365   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10366   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10367   include:
10368     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10369     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10370     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10371   layout:
10372     title: "3n-hsw-xl710-64b-ip4routing-base-scale-i40e-pdr"
10373     layout: "plot-throughput-speedup-analysis"
10374
10375 - type: "plot"
10376   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10377   algorithm: "plot_throughput_speedup_analysis_name"
10378   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr-tsa"
10379   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10380   include:
10381     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10383     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10384     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10385     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10386   layout:
10387     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-ndr"
10388     layout: "plot-throughput-speedup-analysis"
10389
10390 - type: "plot"
10391   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10392   algorithm: "plot_throughput_speedup_analysis_name"
10393   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr-tsa"
10394   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10395   include:
10396     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10398     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10400     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10401   layout:
10402     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-i40e-pdr"
10403     layout: "plot-throughput-speedup-analysis"
10404
10405 - type: "plot"
10406   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10407   algorithm: "plot_throughput_speedup_analysis_name"
10408   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
10409   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10410   include:
10411     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10412     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10413     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10414     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10415   layout:
10416     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
10417     layout: "plot-throughput-speedup-analysis"
10418
10419 - type: "plot"
10420   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10421   algorithm: "plot_throughput_speedup_analysis_name"
10422   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
10423   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10424   include:
10425     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Eth-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
10426     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
10427     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
10428     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
10429   layout:
10430     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
10431     layout: "plot-throughput-speedup-analysis"
10432
10433 - type: "plot"
10434   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10435   algorithm: "plot_throughput_speedup_analysis_name"
10436   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr-tsa"
10437   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10438   include:
10439     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10440     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10441     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10442     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10443     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10444   layout:
10445     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-ndr"
10446     layout: "plot-throughput-speedup-analysis"
10447
10448 - type: "plot"
10449   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10450   algorithm: "plot_throughput_speedup_analysis_name"
10451   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr-tsa"
10452   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10453   include:
10454     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
10455     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10456     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
10457     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
10458     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
10459   layout:
10460     title: "3n-skx-xxv710-64b-ip4routing-base-scale-i40e-pdr"
10461     layout: "plot-throughput-speedup-analysis"
10462
10463 - type: "plot"
10464   title: "Speedup: 3n-skx-xxv710-64b-feature-ip4routing-base-i40e-ndr-tsa"
10465   algorithm: "plot_throughput_speedup_analysis_name"
10466   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-ip4routing-base-i40e-ndr-tsa"
10467   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10468   include:
10469     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10470     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10471     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10472     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10473     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10474     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10475   layout:
10476     title: "3n-skx-xxv710-64b-feature-ip4routing-base-i40e-ndr"
10477     layout: "plot-throughput-speedup-analysis"
10478
10479 - type: "plot"
10480   title: "Speedup: 3n-skx-xxv710-64b-feature-ip4routing-base-i40e-pdr-tsa"
10481   algorithm: "plot_throughput_speedup_analysis_name"
10482   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-ip4routing-base-i40e-pdr-tsa"
10483   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10484   include:
10485     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
10486     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
10487     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
10488     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
10489     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
10490     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
10491   layout:
10492     title: "3n-skx-xxv710-64b-feature-ip4routing-base-i40e-pdr"
10493     layout: "plot-throughput-speedup-analysis"
10494
10495 - type: "plot"
10496   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
10497   algorithm: "plot_throughput_speedup_analysis_name"
10498   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr-tsa"
10499   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10500   include:
10501     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10502     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10503   layout:
10504     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-ndr"
10505     layout: "plot-throughput-speedup-analysis"
10506
10507 - type: "plot"
10508   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
10509   algorithm: "plot_throughput_speedup_analysis_name"
10510   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr-tsa"
10511   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10512   include:
10513     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10514     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10515   layout:
10516     title: "3n-hsw-xl710-64b-ip4tunnel-base-i40e-pdr"
10517     layout: "plot-throughput-speedup-analysis"
10518
10519 - type: "plot"
10520   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
10521   algorithm: "plot_throughput_speedup_analysis_name"
10522   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr-tsa"
10523   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10524   include:
10525     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10526     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10527     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10528     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10529   layout:
10530     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-ndr"
10531     layout: "plot-throughput-speedup-analysis"
10532
10533 - type: "plot"
10534   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
10535   algorithm: "plot_throughput_speedup_analysis_name"
10536   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr-tsa"
10537   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10538   include:
10539     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
10540     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
10541     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
10542     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
10543   layout:
10544     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-i40e-pdr"
10545     layout: "plot-throughput-speedup-analysis"
10546
10547 - type: "plot"
10548   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10549   algorithm: "plot_throughput_speedup_analysis_name"
10550   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10551   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10552   include:
10553     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10554     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10555     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10556   layout:
10557     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
10558     layout: "plot-throughput-speedup-analysis"
10559
10560 - type: "plot"
10561   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10562   algorithm: "plot_throughput_speedup_analysis_name"
10563   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10564   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10565   include:
10566     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10567     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10568     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10569   layout:
10570     title: "2n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
10571     layout: "plot-throughput-speedup-analysis"
10572
10573 - type: "plot"
10574   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10575   algorithm: "plot_throughput_speedup_analysis_name"
10576   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10577   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10578   include:
10579     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10580     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10581     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10582     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10583     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10584   layout:
10585     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
10586     layout: "plot-throughput-speedup-analysis"
10587
10588 - type: "plot"
10589   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10590   algorithm: "plot_throughput_speedup_analysis_name"
10591   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10592   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10593   include:
10594     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10595     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10596     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10597     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10598     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10599   layout:
10600     title: "2n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
10601     layout: "plot-throughput-speedup-analysis"
10602
10603 - type: "plot"
10604   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10605   algorithm: "plot_throughput_speedup_analysis_name"
10606   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10607   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10608   include:
10609     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10610     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10611     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10612   layout:
10613     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-ndr"
10614     layout: "plot-throughput-speedup-analysis"
10615
10616 - type: "plot"
10617   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10618   algorithm: "plot_throughput_speedup_analysis_name"
10619   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10620   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10621   include:
10622     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10623     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10624     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10625   layout:
10626     title: "3n-hsw-xl710-78b-ip6routing-base-scale-i40e-pdr"
10627     layout: "plot-throughput-speedup-analysis"
10628
10629 - type: "plot"
10630   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10631   algorithm: "plot_throughput_speedup_analysis_name"
10632   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10633   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10634   include:
10635     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10636     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10637     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10638   layout:
10639     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-ndr"
10640     layout: "plot-throughput-speedup-analysis"
10641
10642 - type: "plot"
10643   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10644   algorithm: "plot_throughput_speedup_analysis_name"
10645   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10646   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10647   include:
10648     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10649     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10650     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10651   layout:
10652     title: "3n-skx-x710-78b-ip6routing-base-scale-i40e-pdr"
10653     layout: "plot-throughput-speedup-analysis"
10654
10655 - type: "plot"
10656   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10657   algorithm: "plot_throughput_speedup_analysis_name"
10658   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr-tsa"
10659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10660   include:
10661     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10662     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10663     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10664     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10665     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10666   layout:
10667     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-ndr"
10668     layout: "plot-throughput-speedup-analysis"
10669
10670 - type: "plot"
10671   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10672   algorithm: "plot_throughput_speedup_analysis_name"
10673   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr-tsa"
10674   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10675   include:
10676     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
10677     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
10678     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
10679     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
10680     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
10681   layout:
10682     title: "3n-skx-xxv710-78b-ip6routing-base-scale-i40e-pdr"
10683     layout: "plot-throughput-speedup-analysis"
10684
10685 - type: "plot"
10686   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
10687   algorithm: "plot_throughput_speedup_analysis_name"
10688   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
10689   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10690   include:
10691     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10692     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10693     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10694     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10695     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10696     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10697   layout:
10698     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
10699     layout: "plot-throughput-speedup-analysis"
10700
10701 - type: "plot"
10702   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
10703   algorithm: "plot_throughput_speedup_analysis_name"
10704   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
10705   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10706   include:
10707     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10708     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10709     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10710     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10711     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
10712     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10713   layout:
10714     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
10715     layout: "plot-throughput-speedup-analysis"
10716
10717 - type: "plot"
10718   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
10719   algorithm: "plot_throughput_speedup_analysis_name"
10720   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr-tsa"
10721   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10722   include:
10723     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
10724     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10725     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
10726     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10727   layout:
10728     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-ndr"
10729     layout: "plot-throughput-speedup-analysis"
10730
10731 - type: "plot"
10732   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
10733   algorithm: "plot_throughput_speedup_analysis_name"
10734   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr-tsa"
10735   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10736   include:
10737     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
10738     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10739     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10740     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10741   layout:
10742     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-i40e-pdr"
10743     layout: "plot-throughput-speedup-analysis"
10744
10745 - type: "plot"
10746   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
10747   algorithm: "plot_throughput_speedup_analysis_name"
10748   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr-tsa"
10749   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10750   include:
10751     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10752     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10753     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10754     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10755     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10756     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10757   layout:
10758     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-ndr"
10759     layout: "plot-throughput-speedup-analysis"
10760
10761 - type: "plot"
10762   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
10763   algorithm: "plot_throughput_speedup_analysis_name"
10764   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr-tsa"
10765   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10766   include:
10767     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
10768     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10769     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10770     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10771     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
10772     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
10773   layout:
10774     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-i40e-pdr"
10775     layout: "plot-throughput-speedup-analysis"
10776
10777 - type: "plot"
10778   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
10779   algorithm: "plot_throughput_speedup_analysis_name"
10780   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
10781   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10782   include:
10783     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10784     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10785     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10786     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10787     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10788     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10789   layout:
10790     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
10791     layout: "plot-throughput-speedup-analysis"
10792
10793 - type: "plot"
10794   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
10795   algorithm: "plot_throughput_speedup_analysis_name"
10796   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
10797   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10798   include:
10799     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10800     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10801     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10802     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10803     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10804     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10805   layout:
10806     title: "2n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
10807     layout: "plot-throughput-speedup-analysis"
10808
10809 - type: "plot"
10810   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
10811   algorithm: "plot_throughput_speedup_analysis_name"
10812   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
10813   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10814   include:
10815     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
10816     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10817     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10818     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10819   layout:
10820     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
10821     layout: "plot-throughput-speedup-analysis"
10822
10823 - type: "plot"
10824   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
10825   algorithm: "plot_throughput_speedup_analysis_name"
10826   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
10827   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10828   include:
10829     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
10830     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10831     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
10832     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10833   layout:
10834     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
10835     layout: "plot-throughput-speedup-analysis"
10836
10837 - type: "plot"
10838   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
10839   algorithm: "plot_throughput_speedup_analysis_name"
10840   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
10841   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10842   include:
10843     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10844     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10845     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10846     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10847     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10848   layout:
10849     title: "2n-skx-xxv710-64b-l2switching-base-i40e-ndr"
10850     layout: "plot-throughput-speedup-analysis"
10851
10852 - type: "plot"
10853   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
10854   algorithm: "plot_throughput_speedup_analysis_name"
10855   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
10856   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10857   include:
10858     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10859     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10860     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10861     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10862     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10863   layout:
10864     title: "2n-skx-xxv710-64b-l2switching-base-i40e-pdr"
10865     layout: "plot-throughput-speedup-analysis"
10866
10867 - type: "plot"
10868   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
10869   algorithm: "plot_throughput_speedup_analysis_name"
10870   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
10871   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10872   include:
10873     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10874     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
10875     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
10876     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10877   layout:
10878     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
10879     layout: "plot-throughput-speedup-analysis"
10880
10881 - type: "plot"
10882   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
10883   algorithm: "plot_throughput_speedup_analysis_name"
10884   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
10885   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10886   include:
10887     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10888     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
10889     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
10890     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10891   layout:
10892     title: "2n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
10893     layout: "plot-throughput-speedup-analysis"
10894
10895 - type: "plot"
10896   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
10897   algorithm: "plot_throughput_speedup_analysis_name"
10898   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr-tsa"
10899   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10900   include:
10901     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10902     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10903     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10904     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10905     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10906     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10907   layout:
10908     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-ndr"
10909     layout: "plot-throughput-speedup-analysis"
10910
10911 - type: "plot"
10912   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
10913   algorithm: "plot_throughput_speedup_analysis_name"
10914   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr-tsa"
10915   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10916   include:
10917     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
10918     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10919     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10920     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10921     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10922     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10923   layout:
10924     title: "3n-hsw-xl710-64b-l2switching-base-scale-i40e-pdr"
10925     layout: "plot-throughput-speedup-analysis"
10926
10927 - type: "plot"
10928   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
10929   algorithm: "plot_throughput_speedup_analysis_name"
10930   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr-tsa"
10931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10932   include:
10933     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10934     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10935     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10936     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10937     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10938   layout:
10939     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-ndr"
10940     layout: "plot-throughput-speedup-analysis"
10941
10942 - type: "plot"
10943   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
10944   algorithm: "plot_throughput_speedup_analysis_name"
10945   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr-tsa"
10946   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10947   include:
10948     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10949     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10950     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10951     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10952     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
10953   layout:
10954     title: "3n-skx-x710-64b-l2switching-base-scale-avf-i40e-pdr"
10955     layout: "plot-throughput-speedup-analysis"
10956
10957 - type: "plot"
10958   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
10959   algorithm: "plot_throughput_speedup_analysis_name"
10960   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
10961   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10962   include:
10963     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
10964     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10965     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10966   layout:
10967     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
10968     layout: "plot-throughput-speedup-analysis"
10969
10970 - type: "plot"
10971   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
10972   algorithm: "plot_throughput_speedup_analysis_name"
10973   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
10974   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10975   include:
10976     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
10977     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
10978     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
10979   layout:
10980     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
10981     layout: "plot-throughput-speedup-analysis"
10982
10983 - type: "plot"
10984   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
10985   algorithm: "plot_throughput_speedup_analysis_name"
10986   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-ndr-tsa"
10987   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10988   include:
10989     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
10990     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
10991     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
10992     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
10993   layout:
10994     title: "3n-skx-xxv710-64b-l2switching-base-i40e-ndr"
10995     layout: "plot-throughput-speedup-analysis"
10996
10997 - type: "plot"
10998   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
10999   algorithm: "plot_throughput_speedup_analysis_name"
11000   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-i40e-pdr-tsa"
11001   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11002   include:
11003     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11004     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11005     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11006     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11007   layout:
11008     title: "3n-skx-xxv710-64b-l2switching-base-i40e-pdr"
11009     layout: "plot-throughput-speedup-analysis"
11010
11011 - type: "plot"
11012   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
11013   algorithm: "plot_throughput_speedup_analysis_name"
11014   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr-tsa"
11015   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11016   include:
11017     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11018     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11019     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11020     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11021     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11022     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11023   layout:
11024     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-ndr"
11025     layout: "plot-throughput-speedup-analysis"
11026
11027 - type: "plot"
11028   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
11029   algorithm: "plot_throughput_speedup_analysis_name"
11030   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr-tsa"
11031   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11032   include:
11033     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11034     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11035     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11036     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11037     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11038     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11039   layout:
11040     title: "3n-skx-xxv710-64b-l2switching-base-scale-i40e-pdr"
11041     layout: "plot-throughput-speedup-analysis"
11042
11043 - type: "plot"
11044   title: "Speedup: 3n-skx-xxv710-64b-feature-l2switching-base-i40e-ndr-tsa"
11045   algorithm: "plot_throughput_speedup_analysis_name"
11046   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-l2switching-base-i40e-ndr-tsa"
11047   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11048   include:
11049     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11050     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11051     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11052     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11053     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11054     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11055   layout:
11056     title: "3n-skx-xxv710-64b-feature-l2switching-base-i40e-ndr"
11057     layout: "plot-throughput-speedup-analysis"
11058
11059 - type: "plot"
11060   title: "Speedup: 3n-skx-xxv710-64b-feature-l2switching-base-i40e-pdr-tsa"
11061   algorithm: "plot_throughput_speedup_analysis_name"
11062   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-feature-l2switching-base-i40e-pdr-tsa"
11063   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11064   include:
11065     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11066     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11067     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11068     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11069     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11070     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11071   layout:
11072     title: "3n-skx-xxv710-64b-feature-l2switching-base-i40e-pdr"
11073     layout: "plot-throughput-speedup-analysis"
11074
11075 - type: "plot"
11076   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11077   algorithm: "plot_throughput_speedup_analysis_name"
11078   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11079   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11080   include:
11081     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11082     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11083     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11084     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11085     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11086     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11087   layout:
11088     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-ndr"
11089     layout: "plot-throughput-speedup-analysis"
11090
11091 - type: "plot"
11092   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11093   algorithm: "plot_throughput_speedup_analysis_name"
11094   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11095   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11096   include:
11097     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11098     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11099     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11100     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11101     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11102     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11103   layout:
11104     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-i40e-pdr"
11105     layout: "plot-throughput-speedup-analysis"
11106
11107 - type: "plot"
11108   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11109   algorithm: "plot_throughput_speedup_analysis_name"
11110   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11111   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11112   include:
11113     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11114     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11115     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11116     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11117     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11118     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11119   layout:
11120     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-ndr"
11121     layout: "plot-throughput-speedup-analysis"
11122
11123 - type: "plot"
11124   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11125   algorithm: "plot_throughput_speedup_analysis_name"
11126   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11127   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11128   include:
11129     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11130     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11131     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11132     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11133     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11134     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11135   layout:
11136     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-i40e-pdr"
11137     layout: "plot-throughput-speedup-analysis"
11138
11139 - type: "plot"
11140   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11141   algorithm: "plot_throughput_speedup_analysis_name"
11142   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11143   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11144   include:
11145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11146     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11147     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11148     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11149   layout:
11150     title: "2n-skx-xxv710-64b-vhost-base-i40e-ndr"
11151     layout: "plot-throughput-speedup-analysis"
11152
11153 - type: "plot"
11154   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11155   algorithm: "plot_throughput_speedup_analysis_name"
11156   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11157   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11158   include:
11159     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11160     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11161     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11162     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11163   layout:
11164     title: "2n-skx-xxv710-64b-vhost-base-i40e-pdr"
11165     layout: "plot-throughput-speedup-analysis"
11166
11167 - type: "plot"
11168   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
11169   algorithm: "plot_throughput_speedup_analysis_name"
11170   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-ndr-tsa"
11171   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11172   include:
11173     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11174     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11175     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11176     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11177   layout:
11178     title: "3n-hsw-xl710-64b-vhost-base-i40e-ndr"
11179     layout: "plot-throughput-speedup-analysis"
11180
11181 - type: "plot"
11182   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
11183   algorithm: "plot_throughput_speedup_analysis_name"
11184   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-i40e-pdr-tsa"
11185   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11186   include:
11187     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11188     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11189     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11190     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11191   layout:
11192     title: "3n-hsw-xl710-64b-vhost-base-i40e-pdr"
11193     layout: "plot-throughput-speedup-analysis"
11194
11195 #- type: "plot"
11196 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11197 #  algorithm: "plot_throughput_speedup_analysis_name"
11198 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11199 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11200 #  include:
11201 #    - ""
11202 #  layout:
11203 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-ndr"
11204 #    layout: "plot-throughput-speedup-analysis"
11205 #
11206 #- type: "plot"
11207 #  title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11208 #  algorithm: "plot_throughput_speedup_analysis_name"
11209 #  output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11210 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
11211 #  include:
11212 #    - ""
11213 #  layout:
11214 #    title: "3n-skx-x710-64b-link-bonding-vhost-base-i40e-pdr"
11215 #    layout: "plot-throughput-speedup-analysis"
11216
11217 - type: "plot"
11218   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11219   algorithm: "plot_throughput_speedup_analysis_name"
11220   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-ndr-tsa"
11221   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11222   include:
11223     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11224     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11225     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11226     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11227     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11228   layout:
11229     title: "3n-skx-xxv710-64b-vhost-base-i40e-ndr"
11230     layout: "plot-throughput-speedup-analysis"
11231
11232 - type: "plot"
11233   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11234   algorithm: "plot_throughput_speedup_analysis_name"
11235   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-i40e-pdr-tsa"
11236   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11237   include:
11238     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11239     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11240     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11241     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11242     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11243   layout:
11244     title: "3n-skx-xxv710-64b-vhost-base-i40e-pdr"
11245     layout: "plot-throughput-speedup-analysis"
11246
11247 - type: "plot"
11248   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11249   algorithm: "plot_throughput_speedup_analysis_name"
11250   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11252   include:
11253     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11254     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11255     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11256     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11257     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11258     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11259   layout:
11260     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-ndr"
11261     layout: "plot-throughput-speedup-analysis"
11262
11263 - type: "plot"
11264   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11265   algorithm: "plot_throughput_speedup_analysis_name"
11266   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11267   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11268   include:
11269     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11270     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11271     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11272     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11273     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11274     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11275   layout:
11276     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-i40e-pdr"
11277     layout: "plot-throughput-speedup-analysis"
11278
11279 - type: "plot"
11280   title: "Speedup: 3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr-tsa"
11281   algorithm: "plot_throughput_speedup_analysis_name"
11282   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr-tsa"
11283   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11284   include:
11285     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11286     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11287     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11288   layout:
11289     title: "3n-hsw-xl710-114b-vts-l2switching-base-i40e-ndr"
11290     layout: "plot-throughput-speedup-analysis"
11291
11292 - type: "plot"
11293   title: "Speedup: 3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr-tsa"
11294   algorithm: "plot_throughput_speedup_analysis_name"
11295   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr-tsa"
11296   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11297   include:
11298     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11299     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11300     - "Tests.Vpp.Perf.Vts.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11301   layout:
11302     title: "3n-hsw-xl710-114b-vts-l2switching-base-i40e-pdr"
11303     layout: "plot-throughput-speedup-analysis"
11304
11305 - type: "plot"
11306   title: "Speedup: 3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
11307   algorithm: "plot_throughput_speedup_analysis_name"
11308   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr-tsa"
11309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11310   include:
11311     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11312     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11313     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11314   layout:
11315     title: "3n-skx-xxv710-114b-vts-l2switching-base-i40e-ndr"
11316     layout: "plot-throughput-speedup-analysis"
11317
11318 - type: "plot"
11319   title: "Speedup: 3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
11320   algorithm: "plot_throughput_speedup_analysis_name"
11321   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr-tsa"
11322   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11323   include:
11324     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11325     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11326     - "Tests.Vpp.Perf.Vts.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11327   layout:
11328     title: "3n-skx-xxv710-114b-vts-l2switching-base-i40e-pdr"
11329     layout: "plot-throughput-speedup-analysis"
11330
11331 - type: "plot"
11332   title: "Speedup: 3n-tsh-x520-64b-memif-base-i40e-ndr-tsa"
11333   algorithm: "plot_throughput_speedup_analysis_name"
11334   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-i40e-ndr-tsa"
11335   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11336   include:
11337     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11338     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11339     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11340     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11341     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11342   layout:
11343     title: "3n-tsh-x520-64b-memif-base-i40e-ndr"
11344     layout: "plot-throughput-speedup-analysis"
11345
11346 - type: "plot"
11347   title: "Speedup: 3n-tsh-x520-64b-memif-base-i40e-pdr-tsa"
11348   algorithm: "plot_throughput_speedup_analysis_name"
11349   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-i40e-pdr-tsa"
11350   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11351   include:
11352     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11353     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11354     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11355     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11356     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11357   layout:
11358     title: "3n-tsh-x520-64b-memif-base-i40e-pdr"
11359     layout: "plot-throughput-speedup-analysis"
11360
11361 - type: "plot"
11362   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-i40e-ndr-tsa"
11363   algorithm: "plot_throughput_speedup_analysis_name"
11364   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-i40e-ndr-tsa"
11365   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11366   include:
11367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11368     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11369     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
11370     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
11371     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11372   layout:
11373     title: "3n-tsh-x520-64b-ip4routing-base-scale-i40e-ndr"
11374     layout: "plot-throughput-speedup-analysis"
11375
11376 - type: "plot"
11377   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-i40e-pdr-tsa"
11378   algorithm: "plot_throughput_speedup_analysis_name"
11379   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-i40e-pdr-tsa"
11380   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11381   include:
11382     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
11383     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11384     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
11385     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
11386     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
11387   layout:
11388     title: "3n-tsh-x520-64b-ip4routing-base-scale-i40e-pdr"
11389     layout: "plot-throughput-speedup-analysis"
11390
11391 - type: "plot"
11392   title: "Speedup: 3n-tsh-x520-64b-feature-ip4routing-base-i40e-ndr-tsa"
11393   algorithm: "plot_throughput_speedup_analysis_name"
11394   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-feature-ip4routing-base-i40e-ndr-tsa"
11395   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11396   include:
11397     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11398     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11400     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11401     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11402     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
11403   layout:
11404     title: "3n-tsh-x520-64b-feature-ip4routing-base-i40e-ndr"
11405     layout: "plot-throughput-speedup-analysis"
11406
11407 - type: "plot"
11408   title: "Speedup: 3n-tsh-x520-64b-feature-ip4routing-base-i40e-pdr-tsa"
11409   algorithm: "plot_throughput_speedup_analysis_name"
11410   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-feature-ip4routing-base-i40e-pdr-tsa"
11411   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11412   include:
11413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
11414     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11416     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11417     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
11419   layout:
11420     title: "3n-tsh-x520-64b-feature-ip4routing-base-i40e-pdr"
11421     layout: "plot-throughput-speedup-analysis"
11422
11423 - type: "plot"
11424   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-i40e-ndr-tsa"
11425   algorithm: "plot_throughput_speedup_analysis_name"
11426   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-i40e-ndr-tsa"
11427   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11428   include:
11429     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11430     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11431     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11432     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11433   layout:
11434     title: "3n-tsh-x520-64b-ip4tunnel-base-i40e-ndr"
11435     layout: "plot-throughput-speedup-analysis"
11436
11437 - type: "plot"
11438   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-i40e-pdr-tsa"
11439   algorithm: "plot_throughput_speedup_analysis_name"
11440   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-i40e-pdr-tsa"
11441   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11442   include:
11443     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
11444     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11445     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11446     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11447   layout:
11448     title: "3n-tsh-x520-64b-ip4tunnel-base-i40e-pdr"
11449     layout: "plot-throughput-speedup-analysis"
11450
11451 - type: "plot"
11452   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-i40e-ndr-tsa"
11453   algorithm: "plot_throughput_speedup_analysis_name"
11454   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-i40e-ndr-tsa"
11455   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11456   include:
11457     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11458     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11459     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11460     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11461     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11462   layout:
11463     title: "3n-tsh-x520-78b-ip6routing-base-scale-i40e-ndr"
11464     layout: "plot-throughput-speedup-analysis"
11465
11466 - type: "plot"
11467   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-i40e-pdr-tsa"
11468   algorithm: "plot_throughput_speedup_analysis_name"
11469   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-i40e-pdr-tsa"
11470   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11471   include:
11472     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
11473     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
11475     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
11476     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
11477   layout:
11478     title: "3n-tsh-x520-78b-ip6routing-base-scale-i40e-pdr"
11479     layout: "plot-throughput-speedup-analysis"
11480
11481 - type: "plot"
11482   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
11483   algorithm: "plot_throughput_speedup_analysis_name"
11484   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr-tsa"
11485   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11486   include:
11487     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11488     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11489     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11490     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11491     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11492     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11493   layout:
11494     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-ndr"
11495     layout: "plot-throughput-speedup-analysis"
11496
11497 - type: "plot"
11498   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
11499   algorithm: "plot_throughput_speedup_analysis_name"
11500   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr-tsa"
11501   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11502   include:
11503     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
11504     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11505     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11506     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11507     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
11508     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
11509   layout:
11510     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-i40e-pdr"
11511     layout: "plot-throughput-speedup-analysis"
11512
11513 - type: "plot"
11514   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-i40e-ndr-tsa"
11515   algorithm: "plot_throughput_speedup_analysis_name"
11516   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-i40e-ndr-tsa"
11517   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11518   include:
11519     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11520     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11521     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11522     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11523   layout:
11524     title: "3n-tsh-x520-64b-l2switching-base-i40e-ndr"
11525     layout: "plot-throughput-speedup-analysis"
11526
11527 - type: "plot"
11528   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-i40e-pdr-tsa"
11529   algorithm: "plot_throughput_speedup_analysis_name"
11530   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-i40e-pdr-tsa"
11531   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11532   include:
11533     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
11534     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11535     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
11536     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11537   layout:
11538     title: "3n-tsh-x520-64b-l2switching-base-i40e-pdr"
11539     layout: "plot-throughput-speedup-analysis"
11540
11541 - type: "plot"
11542   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-i40e-ndr-tsa"
11543   algorithm: "plot_throughput_speedup_analysis_name"
11544   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-i40e-ndr-tsa"
11545   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11546   include:
11547     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11548     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11549     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11550     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11551     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11552     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11553   layout:
11554     title: "3n-tsh-x520-64b-l2switching-base-scale-i40e-ndr"
11555     layout: "plot-throughput-speedup-analysis"
11556
11557 - type: "plot"
11558   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-i40e-pdr-tsa"
11559   algorithm: "plot_throughput_speedup_analysis_name"
11560   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-i40e-pdr-tsa"
11561   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11562   include:
11563     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
11564     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
11565     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11566     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
11567     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
11568     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
11569   layout:
11570     title: "3n-tsh-x520-64b-l2switching-base-scale-i40e-pdr"
11571     layout: "plot-throughput-speedup-analysis"
11572
11573 - type: "plot"
11574   title: "Speedup: 3n-tsh-x520-64b-feature-l2switching-base-i40e-ndr-tsa"
11575   algorithm: "plot_throughput_speedup_analysis_name"
11576   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-feature-l2switching-base-i40e-ndr-tsa"
11577   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11578   include:
11579     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11580     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11581     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11582     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11583     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11584     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11585   layout:
11586     title: "3n-tsh-x520-64b-feature-l2switching-base-i40e-ndr"
11587     layout: "plot-throughput-speedup-analysis"
11588
11589 - type: "plot"
11590   title: "Speedup: 3n-tsh-x520-64b-feature-l2switching-base-i40e-pdr-tsa"
11591   algorithm: "plot_throughput_speedup_analysis_name"
11592   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-feature-l2switching-base-i40e-pdr-tsa"
11593   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11594   include:
11595     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
11596     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
11597     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
11598     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
11599     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
11600     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
11601   layout:
11602     title: "3n-tsh-x520-64b-feature-l2switching-base-i40e-pdr"
11603     layout: "plot-throughput-speedup-analysis"
11604
11605 - type: "plot"
11606   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11607   algorithm: "plot_throughput_speedup_analysis_name"
11608   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-i40e-ndr-tsa"
11609   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11610   include:
11611     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11612     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11613     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11614     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11615     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11616     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11617   layout:
11618     title: "3n-tsh-x520-78b-srv6-ip6routing-base-i40e-ndr"
11619     layout: "plot-throughput-speedup-analysis"
11620
11621 - type: "plot"
11622   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11623   algorithm: "plot_throughput_speedup_analysis_name"
11624   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-i40e-pdr-tsa"
11625   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11626   include:
11627     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
11628     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
11629     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
11630     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
11631     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
11632     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
11633   layout:
11634     title: "3n-tsh-x520-78b-srv6-ip6routing-base-i40e-pdr"
11635     layout: "plot-throughput-speedup-analysis"
11636
11637 - type: "plot"
11638   title: "Speedup: 3n-tsh-x520-64b-vhost-base-i40e-ndr-tsa"
11639   algorithm: "plot_throughput_speedup_analysis_name"
11640   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-i40e-ndr-tsa"
11641   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11642   include:
11643     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11644     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11645     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11646     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11647     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11648   layout:
11649     title: "3n-tsh-x520-64b-vhost-base-i40e-ndr"
11650     layout: "plot-throughput-speedup-analysis"
11651
11652 - type: "plot"
11653   title: "Speedup: 3n-tsh-x520-64b-vhost-base-i40e-pdr-tsa"
11654   algorithm: "plot_throughput_speedup_analysis_name"
11655   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-i40e-pdr-tsa"
11656   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11657   include:
11658     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11659     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11660     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11661     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11662     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
11663   layout:
11664     title: "3n-tsh-x520-64b-vhost-base-i40e-pdr"
11665     layout: "plot-throughput-speedup-analysis"
11666
11667 - type: "plot"
11668   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11669   algorithm: "plot_throughput_speedup_analysis_name"
11670   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-i40e-ndr-tsa"
11671   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11672   include:
11673     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11674     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11675     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11676     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11677     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11678     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11679   layout:
11680     title: "3n-tsh-x520-64b-link-bonding-vhost-base-i40e-ndr"
11681     layout: "plot-throughput-speedup-analysis"
11682
11683 - type: "plot"
11684   title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11685   algorithm: "plot_throughput_speedup_analysis_name"
11686   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-i40e-pdr-tsa"
11687   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11688   include:
11689     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11690     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11691     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
11692     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11693     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11694     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
11695   layout:
11696     title: "3n-tsh-x520-64b-link-bonding-vhost-base-i40e-pdr"
11697     layout: "plot-throughput-speedup-analysis"
11698
11699 - type: "plot"
11700   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-i40e-ndr-tsa"
11701   algorithm: "plot_throughput_speedup_analysis_name"
11702   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-i40e-ndr-tsa"
11703   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11704   include:
11705     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11706     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11707     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11708   layout:
11709     title: "3n-tsh-x520-114b-vts-l2switching-base-i40e-ndr"
11710     layout: "plot-throughput-speedup-analysis"
11711
11712 - type: "plot"
11713   title: "Speedup: 3n-tsh-x520-114b-vts-l2switching-base-i40e-pdr-tsa"
11714   algorithm: "plot_throughput_speedup_analysis_name"
11715   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-114b-vts-l2switching-base-i40e-pdr-tsa"
11716   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11717   include:
11718     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
11719     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
11720     - "Tests.Vpp.Perf.Vts.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
11721   layout:
11722     title: "3n-tsh-x520-114b-vts-l2switching-base-i40e-pdr"
11723     layout: "plot-throughput-speedup-analysis"
11724
11725 ################################################################################
11726
11727 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
11728 - type: "plot"
11729   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
11730   algorithm: "plot_performance_box"
11731   output-file-type: ".html"
11732   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
11733   data: "plot-dpdk-throughput-latency-3n-hsw"
11734   filter: "'NIC_Intel-X520-DA2' and
11735            '64B' and
11736            'BASE' and
11737            'NDRPDR' and
11738            '1T1C' and
11739            'IP4FWD'"
11740   parameters:
11741   - "throughput"
11742   - "parent"
11743   - "tags"
11744   traces:
11745     hoverinfo: "x+y"
11746     boxpoints: "outliers"
11747     whiskerwidth: 0
11748   layout:
11749     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
11750     layout: "plot-throughput"
11751
11752 - type: "plot"
11753   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
11754   algorithm: "plot_performance_box"
11755   output-file-type: ".html"
11756   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
11757   data: "plot-dpdk-throughput-latency-3n-hsw"
11758   filter: "'NIC_Intel-X520-DA2' and
11759            '64B' and
11760            'BASE' and
11761            'NDRPDR' and
11762            '2T2C' and
11763            'IP4FWD'"
11764   parameters:
11765   - "throughput"
11766   - "parent"
11767   - "tags"
11768   traces:
11769     hoverinfo: "x+y"
11770     boxpoints: "outliers"
11771     whiskerwidth: 0
11772   layout:
11773     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
11774     layout: "plot-throughput"
11775
11776 - type: "plot"
11777   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
11778   algorithm: "plot_performance_box"
11779   output-file-type: ".html"
11780   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
11781   data: "plot-dpdk-throughput-latency-3n-hsw"
11782   filter: "'NIC_Intel-X520-DA2' and
11783            '64B' and
11784            'BASE' and
11785            'NDRPDR' and
11786            '1T1C' and
11787            'IP4FWD'"
11788   parameters:
11789   - "throughput"
11790   - "parent"
11791   - "tags"
11792   traces:
11793     hoverinfo: "x+y"
11794     boxpoints: "outliers"
11795     whiskerwidth: 0
11796   layout:
11797     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
11798     layout: "plot-throughput"
11799
11800 - type: "plot"
11801   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
11802   algorithm: "plot_performance_box"
11803   output-file-type: ".html"
11804   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
11805   data: "plot-dpdk-throughput-latency-3n-hsw"
11806   filter: "'NIC_Intel-X520-DA2' and
11807            '64B' and
11808            'BASE' and
11809            'NDRPDR' and
11810            '2T2C' and
11811            'IP4FWD'"
11812   parameters:
11813   - "throughput"
11814   - "parent"
11815   - "tags"
11816   traces:
11817     hoverinfo: "x+y"
11818     boxpoints: "outliers"
11819     whiskerwidth: 0
11820   layout:
11821     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
11822     layout: "plot-throughput"
11823
11824 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
11825 - type: "plot"
11826   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
11827   algorithm: "plot_performance_box"
11828   output-file-type: ".html"
11829   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
11830   data: "plot-dpdk-throughput-latency-3n-hsw"
11831   filter: "'NIC_Intel-X710' and
11832            '64B' and
11833            'BASE' and
11834            'NDRPDR' and
11835            '1T1C' and
11836            'IP4FWD'"
11837   parameters:
11838   - "throughput"
11839   - "parent"
11840   - "tags"
11841   traces:
11842     hoverinfo: "x+y"
11843     boxpoints: "outliers"
11844     whiskerwidth: 0
11845   layout:
11846     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
11847     layout: "plot-throughput"
11848
11849 - type: "plot"
11850   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
11851   algorithm: "plot_performance_box"
11852   output-file-type: ".html"
11853   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
11854   data: "plot-dpdk-throughput-latency-3n-hsw"
11855   filter: "'NIC_Intel-X710' and
11856            '64B' and
11857            'BASE' and
11858            'NDRPDR' and
11859            '2T2C' and
11860            'IP4FWD'"
11861   parameters:
11862   - "throughput"
11863   - "parent"
11864   - "tags"
11865   traces:
11866     hoverinfo: "x+y"
11867     boxpoints: "outliers"
11868     whiskerwidth: 0
11869   layout:
11870     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
11871     layout: "plot-throughput"
11872
11873 - type: "plot"
11874   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
11875   algorithm: "plot_performance_box"
11876   output-file-type: ".html"
11877   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
11878   data: "plot-dpdk-throughput-latency-3n-hsw"
11879   filter: "'NIC_Intel-X710' and
11880            '64B' and
11881            'BASE' and
11882            'NDRPDR' and
11883            '1T1C' and
11884            'IP4FWD'"
11885   parameters:
11886   - "throughput"
11887   - "parent"
11888   - "tags"
11889   traces:
11890     hoverinfo: "x+y"
11891     boxpoints: "outliers"
11892     whiskerwidth: 0
11893   layout:
11894     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
11895     layout: "plot-throughput"
11896
11897 - type: "plot"
11898   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
11899   algorithm: "plot_performance_box"
11900   output-file-type: ".html"
11901   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
11902   data: "plot-dpdk-throughput-latency-3n-hsw"
11903   filter: "'NIC_Intel-X710' and
11904            '64B' and
11905            'BASE' and
11906            'NDRPDR' and
11907            '2T2C' and
11908            'IP4FWD'"
11909   parameters:
11910   - "throughput"
11911   - "parent"
11912   - "tags"
11913   traces:
11914     hoverinfo: "x+y"
11915     boxpoints: "outliers"
11916     whiskerwidth: 0
11917   layout:
11918     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
11919     layout: "plot-throughput"
11920
11921 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
11922 - type: "plot"
11923   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
11924   algorithm: "plot_performance_box"
11925   output-file-type: ".html"
11926   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
11927   data: "plot-dpdk-throughput-latency-3n-hsw"
11928   filter: "'NIC_Intel-XL710' and
11929            '64B' and
11930            'BASE' and
11931            'NDRPDR' and
11932            '1T1C' and
11933            'IP4FWD'"
11934   parameters:
11935   - "throughput"
11936   - "parent"
11937   - "tags"
11938   traces:
11939     hoverinfo: "x+y"
11940     boxpoints: "outliers"
11941     whiskerwidth: 0
11942   layout:
11943     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
11944     layout: "plot-throughput"
11945
11946 - type: "plot"
11947   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
11948   algorithm: "plot_performance_box"
11949   output-file-type: ".html"
11950   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
11951   data: "plot-dpdk-throughput-latency-3n-hsw"
11952   filter: "'NIC_Intel-XL710' and
11953            '64B' and
11954            'BASE' and
11955            'NDRPDR' and
11956            '2T2C' and
11957            'IP4FWD'"
11958   parameters:
11959   - "throughput"
11960   - "parent"
11961   - "tags"
11962   traces:
11963     hoverinfo: "x+y"
11964     boxpoints: "outliers"
11965     whiskerwidth: 0
11966   layout:
11967     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
11968     layout: "plot-throughput"
11969
11970 - type: "plot"
11971   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
11972   algorithm: "plot_performance_box"
11973   output-file-type: ".html"
11974   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
11975   data: "plot-dpdk-throughput-latency-3n-hsw"
11976   filter: "'NIC_Intel-XL710' and
11977            '64B' and
11978            'BASE' and
11979            'NDRPDR' and
11980            '1T1C' and
11981            'IP4FWD'"
11982   parameters:
11983   - "throughput"
11984   - "parent"
11985   - "tags"
11986   traces:
11987     hoverinfo: "x+y"
11988     boxpoints: "outliers"
11989     whiskerwidth: 0
11990   layout:
11991     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
11992     layout: "plot-throughput"
11993
11994 - type: "plot"
11995   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
11996   algorithm: "plot_performance_box"
11997   output-file-type: ".html"
11998   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
11999   data: "plot-dpdk-throughput-latency-3n-hsw"
12000   filter: "'NIC_Intel-XL710' and
12001            '64B' and
12002            'BASE' and
12003            'NDRPDR' and
12004            '2T2C' and
12005            'IP4FWD'"
12006   parameters:
12007   - "throughput"
12008   - "parent"
12009   - "tags"
12010   traces:
12011     hoverinfo: "x+y"
12012     boxpoints: "outliers"
12013     whiskerwidth: 0
12014   layout:
12015     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
12016     layout: "plot-throughput"
12017
12018 # Packet Throughput - DPDK l3fwd 3n-skx-x710
12019 - type: "plot"
12020   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
12021   algorithm: "plot_performance_box"
12022   output-file-type: ".html"
12023   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
12024   data: "plot-dpdk-throughput-latency-3n-skx"
12025   filter: "'NIC_Intel-X710' and
12026            '64B' and
12027            'BASE' and
12028            'NDRPDR' and
12029            '2T1C' and
12030            'IP4FWD'"
12031   parameters:
12032   - "throughput"
12033   - "parent"
12034   - "tags"
12035   traces:
12036     hoverinfo: "x+y"
12037     boxpoints: "outliers"
12038     whiskerwidth: 0
12039   layout:
12040     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
12041     layout: "plot-throughput"
12042
12043 - type: "plot"
12044   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
12045   algorithm: "plot_performance_box"
12046   output-file-type: ".html"
12047   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
12048   data: "plot-dpdk-throughput-latency-3n-skx"
12049   filter: "'NIC_Intel-X710' and
12050            '64B' and
12051            'BASE' and
12052            'NDRPDR' and
12053            '4T2C' and
12054            'IP4FWD'"
12055   parameters:
12056   - "throughput"
12057   - "parent"
12058   - "tags"
12059   traces:
12060     hoverinfo: "x+y"
12061     boxpoints: "outliers"
12062     whiskerwidth: 0
12063   layout:
12064     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
12065     layout: "plot-throughput"
12066
12067 - type: "plot"
12068   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
12069   algorithm: "plot_performance_box"
12070   output-file-type: ".html"
12071   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
12072   data: "plot-dpdk-throughput-latency-3n-skx"
12073   filter: "'NIC_Intel-X710' and
12074            '64B' and
12075            'BASE' and
12076            'NDRPDR' and
12077            '2T1C' and
12078            'IP4FWD'"
12079   parameters:
12080   - "throughput"
12081   - "parent"
12082   - "tags"
12083   traces:
12084     hoverinfo: "x+y"
12085     boxpoints: "outliers"
12086     whiskerwidth: 0
12087   layout:
12088     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
12089     layout: "plot-throughput"
12090
12091 - type: "plot"
12092   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
12093   algorithm: "plot_performance_box"
12094   output-file-type: ".html"
12095   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
12096   data: "plot-dpdk-throughput-latency-3n-skx"
12097   filter: "'NIC_Intel-X710' and
12098            '64B' and
12099            'BASE' and
12100            'NDRPDR' and
12101            '4T2C' and
12102            'IP4FWD'"
12103   parameters:
12104   - "throughput"
12105   - "parent"
12106   - "tags"
12107   traces:
12108     hoverinfo: "x+y"
12109     boxpoints: "outliers"
12110     whiskerwidth: 0
12111   layout:
12112     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
12113     layout: "plot-throughput"
12114
12115 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
12116 - type: "plot"
12117   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
12118   algorithm: "plot_performance_box"
12119   output-file-type: ".html"
12120   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
12121   data: "plot-dpdk-throughput-latency-3n-skx"
12122   filter: "'NIC_Intel-XXV710' and
12123            '64B' and
12124            'BASE' and
12125            'NDRPDR' and
12126            '2T1C' and
12127            'IP4FWD'"
12128   parameters:
12129   - "throughput"
12130   - "parent"
12131   - "tags"
12132   traces:
12133     hoverinfo: "x+y"
12134     boxpoints: "outliers"
12135     whiskerwidth: 0
12136   layout:
12137     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
12138     layout: "plot-throughput"
12139
12140 - type: "plot"
12141   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
12142   algorithm: "plot_performance_box"
12143   output-file-type: ".html"
12144   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
12145   data: "plot-dpdk-throughput-latency-3n-skx"
12146   filter: "'NIC_Intel-XXV710' and
12147            '64B' and
12148            'BASE' and
12149            'NDRPDR' and
12150            '4T2C' and
12151            'IP4FWD'"
12152   parameters:
12153   - "throughput"
12154   - "parent"
12155   - "tags"
12156   traces:
12157     hoverinfo: "x+y"
12158     boxpoints: "outliers"
12159     whiskerwidth: 0
12160   layout:
12161     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
12162     layout: "plot-throughput"
12163
12164 - type: "plot"
12165   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
12166   algorithm: "plot_performance_box"
12167   output-file-type: ".html"
12168   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
12169   data: "plot-dpdk-throughput-latency-3n-skx"
12170   filter: "'NIC_Intel-XXV710' and
12171            '64B' and
12172            'BASE' and
12173            'NDRPDR' and
12174            '2T1C' and
12175            'IP4FWD'"
12176   parameters:
12177   - "throughput"
12178   - "parent"
12179   - "tags"
12180   traces:
12181     hoverinfo: "x+y"
12182     boxpoints: "outliers"
12183     whiskerwidth: 0
12184   layout:
12185     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
12186     layout: "plot-throughput"
12187
12188 - type: "plot"
12189   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
12190   algorithm: "plot_performance_box"
12191   output-file-type: ".html"
12192   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
12193   data: "plot-dpdk-throughput-latency-3n-skx"
12194   filter: "'NIC_Intel-XXV710' and
12195            '64B' and
12196            'BASE' and
12197            'NDRPDR' and
12198            '4T2C' and
12199            'IP4FWD'"
12200   parameters:
12201   - "throughput"
12202   - "parent"
12203   - "tags"
12204   traces:
12205     hoverinfo: "x+y"
12206     boxpoints: "outliers"
12207     whiskerwidth: 0
12208   layout:
12209     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
12210     layout: "plot-throughput"
12211
12212 # Packet Throughput - DPDK l3fwd 2n-skx-x710
12213 - type: "plot"
12214   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
12215   algorithm: "plot_performance_box"
12216   output-file-type: ".html"
12217   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
12218   data: "plot-dpdk-throughput-latency-2n-skx"
12219   filter: "'NIC_Intel-X710' and
12220            '64B' and
12221            'BASE' and
12222            'NDRPDR' and
12223            '2T1C' and
12224            'IP4FWD'"
12225   parameters:
12226   - "throughput"
12227   - "parent"
12228   - "tags"
12229   traces:
12230     hoverinfo: "x+y"
12231     boxpoints: "outliers"
12232     whiskerwidth: 0
12233   layout:
12234     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
12235     layout: "plot-throughput"
12236
12237 - type: "plot"
12238   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
12239   algorithm: "plot_performance_box"
12240   output-file-type: ".html"
12241   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
12242   data: "plot-dpdk-throughput-latency-2n-skx"
12243   filter: "'NIC_Intel-X710' and
12244            '64B' and
12245            'BASE' and
12246            'NDRPDR' and
12247            '4T2C' and
12248            'IP4FWD'"
12249   parameters:
12250   - "throughput"
12251   - "parent"
12252   - "tags"
12253   traces:
12254     hoverinfo: "x+y"
12255     boxpoints: "outliers"
12256     whiskerwidth: 0
12257   layout:
12258     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
12259     layout: "plot-throughput"
12260
12261 - type: "plot"
12262   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
12263   algorithm: "plot_performance_box"
12264   output-file-type: ".html"
12265   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
12266   data: "plot-dpdk-throughput-latency-2n-skx"
12267   filter: "'NIC_Intel-X710' and
12268            '64B' and
12269            'BASE' and
12270            'NDRPDR' and
12271            '2T1C' and
12272            'IP4FWD'"
12273   parameters:
12274   - "throughput"
12275   - "parent"
12276   - "tags"
12277   traces:
12278     hoverinfo: "x+y"
12279     boxpoints: "outliers"
12280     whiskerwidth: 0
12281   layout:
12282     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
12283     layout: "plot-throughput"
12284
12285 - type: "plot"
12286   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
12287   algorithm: "plot_performance_box"
12288   output-file-type: ".html"
12289   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
12290   data: "plot-dpdk-throughput-latency-2n-skx"
12291   filter: "'NIC_Intel-X710' and
12292            '64B' and
12293            'BASE' and
12294            'NDRPDR' and
12295            '4T2C' and
12296            'IP4FWD'"
12297   parameters:
12298   - "throughput"
12299   - "parent"
12300   - "tags"
12301   traces:
12302     hoverinfo: "x+y"
12303     boxpoints: "outliers"
12304     whiskerwidth: 0
12305   layout:
12306     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
12307     layout: "plot-throughput"
12308
12309 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
12310 - type: "plot"
12311   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
12312   algorithm: "plot_performance_box"
12313   output-file-type: ".html"
12314   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
12315   data: "plot-dpdk-throughput-latency-2n-skx"
12316   filter: "'NIC_Intel-XXV710' and
12317            '64B' and
12318            'BASE' and
12319            'NDRPDR' and
12320            '2T1C' and
12321            'IP4FWD'"
12322   parameters:
12323   - "throughput"
12324   - "parent"
12325   - "tags"
12326   traces:
12327     hoverinfo: "x+y"
12328     boxpoints: "outliers"
12329     whiskerwidth: 0
12330   layout:
12331     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
12332     layout: "plot-throughput"
12333
12334 - type: "plot"
12335   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
12336   algorithm: "plot_performance_box"
12337   output-file-type: ".html"
12338   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
12339   data: "plot-dpdk-throughput-latency-2n-skx"
12340   filter: "'NIC_Intel-XXV710' and
12341            '64B' and
12342            'BASE' and
12343            'NDRPDR' and
12344            '4T2C' and
12345            'IP4FWD'"
12346   parameters:
12347   - "throughput"
12348   - "parent"
12349   - "tags"
12350   traces:
12351     hoverinfo: "x+y"
12352     boxpoints: "outliers"
12353     whiskerwidth: 0
12354   layout:
12355     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
12356     layout: "plot-throughput"
12357
12358 - type: "plot"
12359   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
12360   algorithm: "plot_performance_box"
12361   output-file-type: ".html"
12362   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
12363   data: "plot-dpdk-throughput-latency-2n-skx"
12364   filter: "'NIC_Intel-XXV710' and
12365            '64B' and
12366            'BASE' and
12367            'NDRPDR' and
12368            '2T1C' and
12369            'IP4FWD'"
12370   parameters:
12371   - "throughput"
12372   - "parent"
12373   - "tags"
12374   traces:
12375     hoverinfo: "x+y"
12376     boxpoints: "outliers"
12377     whiskerwidth: 0
12378   layout:
12379     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
12380     layout: "plot-throughput"
12381
12382 - type: "plot"
12383   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
12384   algorithm: "plot_performance_box"
12385   output-file-type: ".html"
12386   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
12387   data: "plot-dpdk-throughput-latency-2n-skx"
12388   filter: "'NIC_Intel-XXV710' and
12389            '64B' and
12390            'BASE' and
12391            'NDRPDR' and
12392            '4T2C' and
12393            'IP4FWD'"
12394   parameters:
12395   - "throughput"
12396   - "parent"
12397   - "tags"
12398   traces:
12399     hoverinfo: "x+y"
12400     boxpoints: "outliers"
12401     whiskerwidth: 0
12402   layout:
12403     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
12404     layout: "plot-throughput"
12405
12406 ################################################################################
12407
12408 # Packet Throughput - DPDK testpmd 3n-hsw-x520
12409 - type: "plot"
12410   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
12411   algorithm: "plot_performance_box"
12412   output-file-type: ".html"
12413   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
12414   data: "plot-dpdk-throughput-latency-3n-hsw"
12415   filter: "'NIC_Intel-X520-DA2' and
12416            '64B' and
12417            'BASE' and
12418            'NDRPDR' and
12419            '1T1C' and
12420            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12421   parameters:
12422   - "throughput"
12423   - "parent"
12424   - "tags"
12425   traces:
12426     hoverinfo: "x+y"
12427     boxpoints: "outliers"
12428     whiskerwidth: 0
12429   layout:
12430     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
12431     layout: "plot-throughput"
12432
12433 - type: "plot"
12434   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
12435   algorithm: "plot_performance_box"
12436   output-file-type: ".html"
12437   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
12438   data: "plot-dpdk-throughput-latency-3n-hsw"
12439   filter: "'NIC_Intel-X520-DA2' and
12440            '64B' and
12441            'BASE' and
12442            'NDRPDR' and
12443            '2T2C' and
12444            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12445   parameters:
12446   - "throughput"
12447   - "parent"
12448   - "tags"
12449   traces:
12450     hoverinfo: "x+y"
12451     boxpoints: "outliers"
12452     whiskerwidth: 0
12453   layout:
12454     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
12455     layout: "plot-throughput"
12456
12457 - type: "plot"
12458   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
12459   algorithm: "plot_performance_box"
12460   output-file-type: ".html"
12461   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
12462   data: "plot-dpdk-throughput-latency-3n-hsw"
12463   filter: "'NIC_Intel-X520-DA2' and
12464            '64B' and
12465            'BASE' and
12466            'NDRPDR' and
12467            '1T1C' and
12468            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12469   parameters:
12470   - "throughput"
12471   - "parent"
12472   - "tags"
12473   traces:
12474     hoverinfo: "x+y"
12475     boxpoints: "outliers"
12476     whiskerwidth: 0
12477   layout:
12478     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
12479     layout: "plot-throughput"
12480
12481 - type: "plot"
12482   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
12483   algorithm: "plot_performance_box"
12484   output-file-type: ".html"
12485   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
12486   data: "plot-dpdk-throughput-latency-3n-hsw"
12487   filter: "'NIC_Intel-X520-DA2' and
12488            '64B' and
12489            'BASE' and
12490            'NDRPDR' and
12491            '2T2C' and
12492            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12493   parameters:
12494   - "throughput"
12495   - "parent"
12496   - "tags"
12497   traces:
12498     hoverinfo: "x+y"
12499     boxpoints: "outliers"
12500     whiskerwidth: 0
12501   layout:
12502     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
12503     layout: "plot-throughput"
12504
12505 # Packet Throughput - DPDK testpmd 3n-hsw-x710
12506 - type: "plot"
12507   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
12508   algorithm: "plot_performance_box"
12509   output-file-type: ".html"
12510   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
12511   data: "plot-dpdk-throughput-latency-3n-hsw"
12512   filter: "'NIC_Intel-X710' and
12513            '64B' and
12514            'BASE' and
12515            'NDRPDR' and
12516            '1T1C' and
12517            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12518   parameters:
12519   - "throughput"
12520   - "parent"
12521   - "tags"
12522   traces:
12523     hoverinfo: "x+y"
12524     boxpoints: "outliers"
12525     whiskerwidth: 0
12526   layout:
12527     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
12528     layout: "plot-throughput"
12529
12530 - type: "plot"
12531   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
12532   algorithm: "plot_performance_box"
12533   output-file-type: ".html"
12534   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
12535   data: "plot-dpdk-throughput-latency-3n-hsw"
12536   filter: "'NIC_Intel-X710' and
12537            '64B' and
12538            'BASE' and
12539            'NDRPDR' and
12540            '2T2C' and
12541            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12542   parameters:
12543   - "throughput"
12544   - "parent"
12545   - "tags"
12546   traces:
12547     hoverinfo: "x+y"
12548     boxpoints: "outliers"
12549     whiskerwidth: 0
12550   layout:
12551     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
12552     layout: "plot-throughput"
12553
12554 - type: "plot"
12555   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
12556   algorithm: "plot_performance_box"
12557   output-file-type: ".html"
12558   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
12559   data: "plot-dpdk-throughput-latency-3n-hsw"
12560   filter: "'NIC_Intel-X710' and
12561            '64B' and
12562            'BASE' and
12563            'NDRPDR' and
12564            '1T1C' and
12565            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12566   parameters:
12567   - "throughput"
12568   - "parent"
12569   - "tags"
12570   traces:
12571     hoverinfo: "x+y"
12572     boxpoints: "outliers"
12573     whiskerwidth: 0
12574   layout:
12575     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
12576     layout: "plot-throughput"
12577
12578 - type: "plot"
12579   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
12580   algorithm: "plot_performance_box"
12581   output-file-type: ".html"
12582   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
12583   data: "plot-dpdk-throughput-latency-3n-hsw"
12584   filter: "'NIC_Intel-X710' and
12585            '64B' and
12586            'BASE' and
12587            'NDRPDR' and
12588            '2T2C' and
12589            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12590   parameters:
12591   - "throughput"
12592   - "parent"
12593   - "tags"
12594   traces:
12595     hoverinfo: "x+y"
12596     boxpoints: "outliers"
12597     whiskerwidth: 0
12598   layout:
12599     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
12600     layout: "plot-throughput"
12601
12602 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
12603 - type: "plot"
12604   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
12605   algorithm: "plot_performance_box"
12606   output-file-type: ".html"
12607   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
12608   data: "plot-dpdk-throughput-latency-3n-hsw"
12609   filter: "'NIC_Intel-XL710' and
12610            '64B' and
12611            'BASE' and
12612            'NDRPDR' and
12613            '1T1C' and
12614            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12615   parameters:
12616   - "throughput"
12617   - "parent"
12618   - "tags"
12619   traces:
12620     hoverinfo: "x+y"
12621     boxpoints: "outliers"
12622     whiskerwidth: 0
12623   layout:
12624     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
12625     layout: "plot-throughput"
12626
12627 - type: "plot"
12628   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
12629   algorithm: "plot_performance_box"
12630   output-file-type: ".html"
12631   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
12632   data: "plot-dpdk-throughput-latency-3n-hsw"
12633   filter: "'NIC_Intel-XL710' and
12634            '64B' and
12635            'BASE' and
12636            'NDRPDR' and
12637            '2T2C' and
12638            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12639   parameters:
12640   - "throughput"
12641   - "parent"
12642   - "tags"
12643   traces:
12644     hoverinfo: "x+y"
12645     boxpoints: "outliers"
12646     whiskerwidth: 0
12647   layout:
12648     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
12649     layout: "plot-throughput"
12650
12651 - type: "plot"
12652   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
12653   algorithm: "plot_performance_box"
12654   output-file-type: ".html"
12655   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
12656   data: "plot-dpdk-throughput-latency-3n-hsw"
12657   filter: "'NIC_Intel-XL710' and
12658            '64B' and
12659            'BASE' and
12660            'NDRPDR' and
12661            '1T1C' and
12662            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12663   parameters:
12664   - "throughput"
12665   - "parent"
12666   - "tags"
12667   traces:
12668     hoverinfo: "x+y"
12669     boxpoints: "outliers"
12670     whiskerwidth: 0
12671   layout:
12672     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
12673     layout: "plot-throughput"
12674
12675 - type: "plot"
12676   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
12677   algorithm: "plot_performance_box"
12678   output-file-type: ".html"
12679   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
12680   data: "plot-dpdk-throughput-latency-3n-hsw"
12681   filter: "'NIC_Intel-XL710' and
12682            '64B' and
12683            'BASE' and
12684            'NDRPDR' and
12685            '2T2C' and
12686            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12687   parameters:
12688   - "throughput"
12689   - "parent"
12690   - "tags"
12691   traces:
12692     hoverinfo: "x+y"
12693     boxpoints: "outliers"
12694     whiskerwidth: 0
12695   layout:
12696     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
12697     layout: "plot-throughput"
12698
12699 # Packet Throughput - DPDK testpmd 3n-skx-x710
12700 - type: "plot"
12701   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
12702   algorithm: "plot_performance_box"
12703   output-file-type: ".html"
12704   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
12705   data: "plot-dpdk-throughput-latency-3n-skx"
12706   filter: "'NIC_Intel-X710' and
12707            '64B' and
12708            'BASE' and
12709            'NDRPDR' and
12710            '2T1C' and
12711            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12712   parameters:
12713   - "throughput"
12714   - "parent"
12715   - "tags"
12716   traces:
12717     hoverinfo: "x+y"
12718     boxpoints: "outliers"
12719     whiskerwidth: 0
12720   layout:
12721     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
12722     layout: "plot-throughput"
12723
12724 - type: "plot"
12725   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
12726   algorithm: "plot_performance_box"
12727   output-file-type: ".html"
12728   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
12729   data: "plot-dpdk-throughput-latency-3n-skx"
12730   filter: "'NIC_Intel-X710' and
12731            '64B' and
12732            'BASE' and
12733            'NDRPDR' and
12734            '4T2C' and
12735            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12736   parameters:
12737   - "throughput"
12738   - "parent"
12739   - "tags"
12740   traces:
12741     hoverinfo: "x+y"
12742     boxpoints: "outliers"
12743     whiskerwidth: 0
12744   layout:
12745     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
12746     layout: "plot-throughput"
12747
12748 - type: "plot"
12749   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
12750   algorithm: "plot_performance_box"
12751   output-file-type: ".html"
12752   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
12753   data: "plot-dpdk-throughput-latency-3n-skx"
12754   filter: "'NIC_Intel-X710' and
12755            '64B' and
12756            'BASE' and
12757            'NDRPDR' and
12758            '2T1C' and
12759            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12760   parameters:
12761   - "throughput"
12762   - "parent"
12763   - "tags"
12764   traces:
12765     hoverinfo: "x+y"
12766     boxpoints: "outliers"
12767     whiskerwidth: 0
12768   layout:
12769     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
12770     layout: "plot-throughput"
12771
12772 - type: "plot"
12773   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
12774   algorithm: "plot_performance_box"
12775   output-file-type: ".html"
12776   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
12777   data: "plot-dpdk-throughput-latency-3n-skx"
12778   filter: "'NIC_Intel-X710' and
12779            '64B' and
12780            'BASE' and
12781            'NDRPDR' and
12782            '4T2C' and
12783            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12784   parameters:
12785   - "throughput"
12786   - "parent"
12787   - "tags"
12788   traces:
12789     hoverinfo: "x+y"
12790     boxpoints: "outliers"
12791     whiskerwidth: 0
12792   layout:
12793     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
12794     layout: "plot-throughput"
12795
12796 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
12797 - type: "plot"
12798   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
12799   algorithm: "plot_performance_box"
12800   output-file-type: ".html"
12801   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
12802   data: "plot-dpdk-throughput-latency-3n-skx"
12803   filter: "'NIC_Intel-XXV710' and
12804            '64B' and
12805            'BASE' and
12806            'NDRPDR' and
12807            '2T1C' and
12808            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12809   parameters:
12810   - "throughput"
12811   - "parent"
12812   - "tags"
12813   traces:
12814     hoverinfo: "x+y"
12815     boxpoints: "outliers"
12816     whiskerwidth: 0
12817   layout:
12818     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
12819     layout: "plot-throughput"
12820
12821 - type: "plot"
12822   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
12823   algorithm: "plot_performance_box"
12824   output-file-type: ".html"
12825   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
12826   data: "plot-dpdk-throughput-latency-3n-skx"
12827   filter: "'NIC_Intel-XXV710' and
12828            '64B' and
12829            'BASE' and
12830            'NDRPDR' and
12831            '4T2C' and
12832            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12833   parameters:
12834   - "throughput"
12835   - "parent"
12836   - "tags"
12837   traces:
12838     hoverinfo: "x+y"
12839     boxpoints: "outliers"
12840     whiskerwidth: 0
12841   layout:
12842     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
12843     layout: "plot-throughput"
12844
12845 - type: "plot"
12846   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
12847   algorithm: "plot_performance_box"
12848   output-file-type: ".html"
12849   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
12850   data: "plot-dpdk-throughput-latency-3n-skx"
12851   filter: "'NIC_Intel-XXV710' and
12852            '64B' and
12853            'BASE' and
12854            'NDRPDR' and
12855            '2T1C' and
12856            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12857   parameters:
12858   - "throughput"
12859   - "parent"
12860   - "tags"
12861   traces:
12862     hoverinfo: "x+y"
12863     boxpoints: "outliers"
12864     whiskerwidth: 0
12865   layout:
12866     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
12867     layout: "plot-throughput"
12868
12869 - type: "plot"
12870   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
12871   algorithm: "plot_performance_box"
12872   output-file-type: ".html"
12873   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
12874   data: "plot-dpdk-throughput-latency-3n-skx"
12875   filter: "'NIC_Intel-XXV710' and
12876            '64B' and
12877            'BASE' and
12878            'NDRPDR' and
12879            '4T2C' and
12880            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12881   parameters:
12882   - "throughput"
12883   - "parent"
12884   - "tags"
12885   traces:
12886     hoverinfo: "x+y"
12887     boxpoints: "outliers"
12888     whiskerwidth: 0
12889   layout:
12890     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
12891     layout: "plot-throughput"
12892
12893 # Packet Throughput - DPDK testpmd 2n-skx-x710
12894 - type: "plot"
12895   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
12896   algorithm: "plot_performance_box"
12897   output-file-type: ".html"
12898   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
12899   data: "plot-dpdk-throughput-latency-2n-skx"
12900   filter: "'NIC_Intel-X710' and
12901            '64B' and
12902            'BASE' and
12903            'NDRPDR' and
12904            '2T1C' and
12905            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12906   parameters:
12907   - "throughput"
12908   - "parent"
12909   - "tags"
12910   traces:
12911     hoverinfo: "x+y"
12912     boxpoints: "outliers"
12913     whiskerwidth: 0
12914   layout:
12915     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
12916     layout: "plot-throughput"
12917
12918 - type: "plot"
12919   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
12920   algorithm: "plot_performance_box"
12921   output-file-type: ".html"
12922   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
12923   data: "plot-dpdk-throughput-latency-2n-skx"
12924   filter: "'NIC_Intel-X710' and
12925            '64B' and
12926            'BASE' and
12927            'NDRPDR' and
12928            '4T2C' and
12929            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12930   parameters:
12931   - "throughput"
12932   - "parent"
12933   - "tags"
12934   traces:
12935     hoverinfo: "x+y"
12936     boxpoints: "outliers"
12937     whiskerwidth: 0
12938   layout:
12939     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
12940     layout: "plot-throughput"
12941
12942 - type: "plot"
12943   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
12944   algorithm: "plot_performance_box"
12945   output-file-type: ".html"
12946   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
12947   data: "plot-dpdk-throughput-latency-2n-skx"
12948   filter: "'NIC_Intel-X710' and
12949            '64B' and
12950            'BASE' and
12951            'NDRPDR' and
12952            '2T1C' and
12953            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12954   parameters:
12955   - "throughput"
12956   - "parent"
12957   - "tags"
12958   traces:
12959     hoverinfo: "x+y"
12960     boxpoints: "outliers"
12961     whiskerwidth: 0
12962   layout:
12963     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
12964     layout: "plot-throughput"
12965
12966 - type: "plot"
12967   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
12968   algorithm: "plot_performance_box"
12969   output-file-type: ".html"
12970   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
12971   data: "plot-dpdk-throughput-latency-2n-skx"
12972   filter: "'NIC_Intel-X710' and
12973            '64B' and
12974            'BASE' and
12975            'NDRPDR' and
12976            '4T2C' and
12977            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
12978   parameters:
12979   - "throughput"
12980   - "parent"
12981   - "tags"
12982   traces:
12983     hoverinfo: "x+y"
12984     boxpoints: "outliers"
12985     whiskerwidth: 0
12986   layout:
12987     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
12988     layout: "plot-throughput"
12989
12990 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
12991 - type: "plot"
12992   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
12993   algorithm: "plot_performance_box"
12994   output-file-type: ".html"
12995   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
12996   data: "plot-dpdk-throughput-latency-2n-skx"
12997   filter: "'NIC_Intel-XXV710' and
12998            '64B' and
12999            'BASE' and
13000            'NDRPDR' and
13001            '2T1C' and
13002            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13003   parameters:
13004   - "throughput"
13005   - "parent"
13006   - "tags"
13007   traces:
13008     hoverinfo: "x+y"
13009     boxpoints: "outliers"
13010     whiskerwidth: 0
13011   layout:
13012     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
13013     layout: "plot-throughput"
13014
13015 - type: "plot"
13016   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
13017   algorithm: "plot_performance_box"
13018   output-file-type: ".html"
13019   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
13020   data: "plot-dpdk-throughput-latency-2n-skx"
13021   filter: "'NIC_Intel-XXV710' and
13022            '64B' and
13023            'BASE' and
13024            'NDRPDR' and
13025            '4T2C' and
13026            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13027   parameters:
13028   - "throughput"
13029   - "parent"
13030   - "tags"
13031   traces:
13032     hoverinfo: "x+y"
13033     boxpoints: "outliers"
13034     whiskerwidth: 0
13035   layout:
13036     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
13037     layout: "plot-throughput"
13038
13039 - type: "plot"
13040   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
13041   algorithm: "plot_performance_box"
13042   output-file-type: ".html"
13043   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
13044   data: "plot-dpdk-throughput-latency-2n-skx"
13045   filter: "'NIC_Intel-XXV710' and
13046            '64B' and
13047            'BASE' and
13048            'NDRPDR' and
13049            '2T1C' and
13050            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13051   parameters:
13052   - "throughput"
13053   - "parent"
13054   - "tags"
13055   traces:
13056     hoverinfo: "x+y"
13057     boxpoints: "outliers"
13058     whiskerwidth: 0
13059   layout:
13060     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
13061     layout: "plot-throughput"
13062
13063 - type: "plot"
13064   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
13065   algorithm: "plot_performance_box"
13066   output-file-type: ".html"
13067   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
13068   data: "plot-dpdk-throughput-latency-2n-skx"
13069   filter: "'NIC_Intel-XXV710' and
13070            '64B' and
13071            'BASE' and
13072            'NDRPDR' and
13073            '4T2C' and
13074            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13075   parameters:
13076   - "throughput"
13077   - "parent"
13078   - "tags"
13079   traces:
13080     hoverinfo: "x+y"
13081     boxpoints: "outliers"
13082     whiskerwidth: 0
13083   layout:
13084     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
13085     layout: "plot-throughput"
13086
13087 ################################################################################
13088
13089 # Packet Latency - DPDK l3fwd 3n-hsw-x520
13090 - type: "plot"
13091   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
13092   algorithm: "plot_latency_error_bars"
13093   output-file-type: ".html"
13094   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
13095   data: "plot-dpdk-throughput-latency-3n-hsw"
13096   filter: "'NIC_Intel-X520-DA2' and
13097            '64B' and
13098            'BASE' and
13099            'NDRPDR' and
13100            '1T1C' and
13101            'IP4FWD'"
13102   parameters:
13103   - "latency"
13104   - "parent"
13105   - "tags"
13106   layout:
13107     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
13108     layout: "plot-latency"
13109
13110 - type: "plot"
13111   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
13112   algorithm: "plot_latency_error_bars"
13113   output-file-type: ".html"
13114   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
13115   data: "plot-dpdk-throughput-latency-3n-hsw"
13116   filter: "'NIC_Intel-X520-DA2' and
13117            '64B' and
13118            'BASE' and
13119            'NDRPDR' and
13120            '2T2C' and
13121            'IP4FWD'"
13122   parameters:
13123   - "latency"
13124   - "parent"
13125   - "tags"
13126   layout:
13127     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
13128     layout: "plot-latency"
13129
13130 # Packet Latency - DPDK l3fwd 3n-hsw-x710
13131 - type: "plot"
13132   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
13133   algorithm: "plot_latency_error_bars"
13134   output-file-type: ".html"
13135   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
13136   data: "plot-dpdk-throughput-latency-3n-hsw"
13137   filter: "'NIC_Intel-X710' and
13138            '64B' and
13139            'BASE' and
13140            'NDRPDR' and
13141            '1T1C' and
13142            'IP4FWD'"
13143   parameters:
13144   - "latency"
13145   - "parent"
13146   - "tags"
13147   layout:
13148     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
13149     layout: "plot-latency"
13150
13151 - type: "plot"
13152   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
13153   algorithm: "plot_latency_error_bars"
13154   output-file-type: ".html"
13155   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
13156   data: "plot-dpdk-throughput-latency-3n-hsw"
13157   filter: "'NIC_Intel-X710' and
13158            '64B' and
13159            'BASE' and
13160            'NDRPDR' and
13161            '2T2C' and
13162            'IP4FWD'"
13163   parameters:
13164   - "latency"
13165   - "parent"
13166   - "tags"
13167   layout:
13168     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
13169     layout: "plot-latency"
13170
13171 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
13172 - type: "plot"
13173   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
13174   algorithm: "plot_latency_error_bars"
13175   output-file-type: ".html"
13176   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
13177   data: "plot-dpdk-throughput-latency-3n-hsw"
13178   filter: "'NIC_Intel-XL710' and
13179            '64B' and
13180            'BASE' and
13181            'NDRPDR' and
13182            '1T1C' and
13183            'IP4FWD'"
13184   parameters:
13185   - "latency"
13186   - "parent"
13187   - "tags"
13188   layout:
13189     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
13190     layout: "plot-latency"
13191
13192 - type: "plot"
13193   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
13194   algorithm: "plot_latency_error_bars"
13195   output-file-type: ".html"
13196   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
13197   data: "plot-dpdk-throughput-latency-3n-hsw"
13198   filter: "'NIC_Intel-XL710' and
13199            '64B' and
13200            'BASE' and
13201            'NDRPDR' and
13202            '2T2C' and
13203            'IP4FWD'"
13204   parameters:
13205   - "latency"
13206   - "parent"
13207   - "tags"
13208   layout:
13209     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
13210     layout: "plot-latency"
13211
13212 # Packet Latency - DPDK l3fwd 3n-skx-x710
13213 - type: "plot"
13214   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
13215   algorithm: "plot_latency_error_bars"
13216   output-file-type: ".html"
13217   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
13218   data: "plot-dpdk-throughput-latency-3n-skx"
13219   filter: "'NIC_Intel-X710' and
13220            '64B' and
13221            'BASE' and
13222            'NDRPDR' and
13223            '2T1C' and
13224            'IP4FWD'"
13225   parameters:
13226   - "latency"
13227   - "parent"
13228   - "tags"
13229   layout:
13230     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
13231     layout: "plot-latency"
13232
13233 - type: "plot"
13234   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
13235   algorithm: "plot_latency_error_bars"
13236   output-file-type: ".html"
13237   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
13238   data: "plot-dpdk-throughput-latency-3n-skx"
13239   filter: "'NIC_Intel-X710' and
13240            '64B' and
13241            'BASE' and
13242            'NDRPDR' and
13243            '4T2C' and
13244            'IP4FWD'"
13245   parameters:
13246   - "latency"
13247   - "parent"
13248   - "tags"
13249   layout:
13250     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
13251     layout: "plot-latency"
13252
13253 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
13254 - type: "plot"
13255   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
13256   algorithm: "plot_latency_error_bars"
13257   output-file-type: ".html"
13258   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
13259   data: "plot-dpdk-throughput-latency-3n-skx"
13260   filter: "'NIC_Intel-XXV710' and
13261            '64B' and
13262            'BASE' and
13263            'NDRPDR' and
13264            '2T1C' and
13265            'IP4FWD'"
13266   parameters:
13267   - "latency"
13268   - "parent"
13269   - "tags"
13270   layout:
13271     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
13272     layout: "plot-latency"
13273
13274 - type: "plot"
13275   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
13276   algorithm: "plot_latency_error_bars"
13277   output-file-type: ".html"
13278   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
13279   data: "plot-dpdk-throughput-latency-3n-skx"
13280   filter: "'NIC_Intel-XXV710' and
13281            '64B' and
13282            'BASE' and
13283            'NDRPDR' and
13284            '4T2C' and
13285            'IP4FWD'"
13286   parameters:
13287   - "latency"
13288   - "parent"
13289   - "tags"
13290   layout:
13291     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
13292     layout: "plot-latency"
13293
13294 # Packet Latency - DPDK l3fwd 2n-skx-x710
13295 - type: "plot"
13296   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
13297   algorithm: "plot_latency_error_bars"
13298   output-file-type: ".html"
13299   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
13300   data: "plot-dpdk-throughput-latency-2n-skx"
13301   filter: "'NIC_Intel-X710' and
13302            '64B' and
13303            'BASE' and
13304            'NDRPDR' and
13305            '2T1C' and
13306            'IP4FWD'"
13307   parameters:
13308   - "latency"
13309   - "parent"
13310   - "tags"
13311   layout:
13312     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
13313     layout: "plot-latency"
13314
13315 - type: "plot"
13316   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
13317   algorithm: "plot_latency_error_bars"
13318   output-file-type: ".html"
13319   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
13320   data: "plot-dpdk-throughput-latency-2n-skx"
13321   filter: "'NIC_Intel-X710' and
13322            '64B' and
13323            'BASE' and
13324            'NDRPDR' and
13325            '4T2C' and
13326            'IP4FWD'"
13327   parameters:
13328   - "latency"
13329   - "parent"
13330   - "tags"
13331   layout:
13332     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
13333     layout: "plot-latency"
13334
13335 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
13336 - type: "plot"
13337   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
13338   algorithm: "plot_latency_error_bars"
13339   output-file-type: ".html"
13340   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
13341   data: "plot-dpdk-throughput-latency-2n-skx"
13342   filter: "'NIC_Intel-XXV710' and
13343            '64B' and
13344            'BASE' and
13345            'NDRPDR' and
13346            '2T1C' and
13347            'IP4FWD'"
13348   parameters:
13349   - "latency"
13350   - "parent"
13351   - "tags"
13352   layout:
13353     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
13354     layout: "plot-latency"
13355
13356 - type: "plot"
13357   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
13358   algorithm: "plot_latency_error_bars"
13359   output-file-type: ".html"
13360   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
13361   data: "plot-dpdk-throughput-latency-2n-skx"
13362   filter: "'NIC_Intel-XXV710' and
13363            '64B' and
13364            'BASE' and
13365            'NDRPDR' and
13366            '4T2C' and
13367            'IP4FWD'"
13368   parameters:
13369   - "latency"
13370   - "parent"
13371   - "tags"
13372   layout:
13373     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
13374     layout: "plot-latency"
13375
13376 ################################################################################
13377
13378 # Packet Latency - DPDK testpmd 3n-hsw-x520
13379 - type: "plot"
13380   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
13381   algorithm: "plot_latency_error_bars"
13382   output-file-type: ".html"
13383   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
13384   data: "plot-dpdk-throughput-latency-3n-hsw"
13385   filter: "'NIC_Intel-X520-DA2' and
13386            '64B' and
13387            'BASE' and
13388            'NDRPDR' and
13389            '1T1C' and
13390            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13391   parameters:
13392   - "latency"
13393   - "parent"
13394   - "tags"
13395   layout:
13396     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
13397     layout: "plot-latency"
13398
13399 - type: "plot"
13400   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
13401   algorithm: "plot_latency_error_bars"
13402   output-file-type: ".html"
13403   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
13404   data: "plot-dpdk-throughput-latency-3n-hsw"
13405   filter: "'NIC_Intel-X520-DA2' and
13406            '64B' and
13407            'BASE' and
13408            'NDRPDR' and
13409            '2T2C' and
13410            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13411   parameters:
13412   - "latency"
13413   - "parent"
13414   - "tags"
13415   layout:
13416     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
13417     layout: "plot-latency"
13418
13419 # Packet Latency - DPDK testpmd 3n-hsw-x710
13420 - type: "plot"
13421   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
13422   algorithm: "plot_latency_error_bars"
13423   output-file-type: ".html"
13424   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
13425   data: "plot-dpdk-throughput-latency-3n-hsw"
13426   filter: "'NIC_Intel-X710' and
13427            '64B' and
13428            'BASE' and
13429            'NDRPDR' and
13430            '1T1C' and
13431            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13432   parameters:
13433   - "latency"
13434   - "parent"
13435   - "tags"
13436   layout:
13437     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
13438     layout: "plot-latency"
13439
13440 - type: "plot"
13441   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
13442   algorithm: "plot_latency_error_bars"
13443   output-file-type: ".html"
13444   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
13445   data: "plot-dpdk-throughput-latency-3n-hsw"
13446   filter: "'NIC_Intel-X710' and
13447            '64B' and
13448            'BASE' and
13449            'NDRPDR' and
13450            '2T2C' and
13451            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13452   parameters:
13453   - "latency"
13454   - "parent"
13455   - "tags"
13456   layout:
13457     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
13458     layout: "plot-latency"
13459
13460 # Packet Latency - DPDK testpmd 3n-hsw-xl710
13461 - type: "plot"
13462   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
13463   algorithm: "plot_latency_error_bars"
13464   output-file-type: ".html"
13465   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
13466   data: "plot-dpdk-throughput-latency-3n-hsw"
13467   filter: "'NIC_Intel-XL710' and
13468            '64B' and
13469            'BASE' and
13470            'NDRPDR' and
13471            '1T1C' and
13472            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13473   parameters:
13474   - "latency"
13475   - "parent"
13476   - "tags"
13477   layout:
13478     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
13479     layout: "plot-latency"
13480
13481 - type: "plot"
13482   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
13483   algorithm: "plot_latency_error_bars"
13484   output-file-type: ".html"
13485   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
13486   data: "plot-dpdk-throughput-latency-3n-hsw"
13487   filter: "'NIC_Intel-XL710' and
13488            '64B' and
13489            'BASE' and
13490            'NDRPDR' and
13491            '2T2C' and
13492            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13493   parameters:
13494   - "latency"
13495   - "parent"
13496   - "tags"
13497   layout:
13498     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
13499     layout: "plot-latency"
13500
13501 # Packet Latency - DPDK testpmd 3n-skx-x710
13502 - type: "plot"
13503   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
13504   algorithm: "plot_latency_error_bars"
13505   output-file-type: ".html"
13506   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
13507   data: "plot-dpdk-throughput-latency-3n-skx"
13508   filter: "'NIC_Intel-X710' and
13509            '64B' and
13510            'BASE' and
13511            'NDRPDR' and
13512            '2T1C' and
13513            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13514   parameters:
13515   - "latency"
13516   - "parent"
13517   - "tags"
13518   layout:
13519     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
13520     layout: "plot-latency"
13521
13522 - type: "plot"
13523   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
13524   algorithm: "plot_latency_error_bars"
13525   output-file-type: ".html"
13526   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
13527   data: "plot-dpdk-throughput-latency-3n-skx"
13528   filter: "'NIC_Intel-X710' and
13529            '64B' and
13530            'BASE' and
13531            'NDRPDR' and
13532            '4T2C' and
13533            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13534   parameters:
13535   - "latency"
13536   - "parent"
13537   - "tags"
13538   layout:
13539     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
13540     layout: "plot-latency"
13541
13542 # Packet Latency - DPDK testpmd 3n-skx-xxv710
13543 - type: "plot"
13544   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
13545   algorithm: "plot_latency_error_bars"
13546   output-file-type: ".html"
13547   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
13548   data: "plot-dpdk-throughput-latency-3n-skx"
13549   filter: "'NIC_Intel-XXV710' and
13550            '64B' and
13551            'BASE' and
13552            'NDRPDR' and
13553            '2T1C' and
13554            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13555   parameters:
13556   - "latency"
13557   - "parent"
13558   - "tags"
13559   layout:
13560     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
13561     layout: "plot-latency"
13562
13563 - type: "plot"
13564   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
13565   algorithm: "plot_latency_error_bars"
13566   output-file-type: ".html"
13567   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
13568   data: "plot-dpdk-throughput-latency-3n-skx"
13569   filter: "'NIC_Intel-XXV710' and
13570            '64B' and
13571            'BASE' and
13572            'NDRPDR' and
13573            '4T2C' and
13574            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13575   parameters:
13576   - "latency"
13577   - "parent"
13578   - "tags"
13579   layout:
13580     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
13581     layout: "plot-latency"
13582
13583 # Packet Latency - DPDK testpmd 2n-skx-x710
13584 - type: "plot"
13585   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
13586   algorithm: "plot_latency_error_bars"
13587   output-file-type: ".html"
13588   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
13589   data: "plot-dpdk-throughput-latency-2n-skx"
13590   filter: "'NIC_Intel-X710' and
13591            '64B' and
13592            'BASE' and
13593            'NDRPDR' and
13594            '2T1C' and
13595            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13596   parameters:
13597   - "latency"
13598   - "parent"
13599   - "tags"
13600   layout:
13601     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
13602     layout: "plot-latency"
13603
13604 - type: "plot"
13605   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
13606   algorithm: "plot_latency_error_bars"
13607   output-file-type: ".html"
13608   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
13609   data: "plot-dpdk-throughput-latency-2n-skx"
13610   filter: "'NIC_Intel-X710' and
13611            '64B' and
13612            'BASE' and
13613            'NDRPDR' and
13614            '4T2C' and
13615            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13616   parameters:
13617   - "latency"
13618   - "parent"
13619   - "tags"
13620   layout:
13621     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
13622     layout: "plot-latency"
13623
13624 # Packet Latency - DPDK testpmd 2n-skx-xxv710
13625 - type: "plot"
13626   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
13627   algorithm: "plot_latency_error_bars"
13628   output-file-type: ".html"
13629   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
13630   data: "plot-dpdk-throughput-latency-2n-skx"
13631   filter: "'NIC_Intel-XXV710' and
13632            '64B' and
13633            'BASE' and
13634            'NDRPDR' and
13635            '2T1C' and
13636            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13637   parameters:
13638   - "latency"
13639   - "parent"
13640   - "tags"
13641   layout:
13642     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
13643     layout: "plot-latency"
13644
13645 - type: "plot"
13646   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
13647   algorithm: "plot_latency_error_bars"
13648   output-file-type: ".html"
13649   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
13650   data: "plot-dpdk-throughput-latency-2n-skx"
13651   filter: "'NIC_Intel-XXV710' and
13652            '64B' and
13653            'BASE' and
13654            'NDRPDR' and
13655            '4T2C' and
13656            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
13657   parameters:
13658   - "latency"
13659   - "parent"
13660   - "tags"
13661   layout:
13662     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
13663     layout: "plot-latency"