33323854447c65ec06b749520bf5ce75fa539e01
[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,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
36     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
37     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
38     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
39     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
40     DIR[DTR,PERF,COT,3N,HSW]: "{DIR[DTR]}/cot_performance_results_3n_hsw"
41     DIR[DTR,FUNC,VPP,UBUNTU]: "{DIR[DTR]}/vpp_functional_results_ubuntu"
42     DIR[DTR,FUNC,VPP,CENTOS]: "{DIR[DTR]}/vpp_functional_results_centos"
43     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
44     DIR[DTR,FUNC,HC]: "{DIR[DTR]}/honeycomb_functional_results"
45     DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results"
46     DIR[DTR,FUNC,DMM]: "{DIR[DTR]}/dmm_functional_results"
47     DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements"
48
49     # Detailed test configurations
50     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
51     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
52     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
53     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
54     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
55     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
56     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
57     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
58     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
59     DIR[DTC,FUNC,VPP,UBUNTU]: "{DIR[DTC]}/vpp_functional_configuration_ubuntu"
60     DIR[DTC,FUNC,VPP,CENTOS]: "{DIR[DTC]}/vpp_functional_configuration_centos"
61     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
62
63     # Detailed tests operational data
64     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
65     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
66     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
67     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
68     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
69
70     # .css patch file to fix tables generated by Sphinx
71     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
72     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
73
74   urls:
75     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
76     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
77     URL[VIRL,DNV]: "http://10.30.51.28/download/denverton/{release}/robot-plugin.zip"
78     # URL[VIRL,DNV]: "http://download.it/from/nexus"
79     URL[NEXUS]: "https://docs.fd.io/csit"
80     DIR[NEXUS]: "report/_static/archive"
81
82   make-dirs:
83   # List the directories which are created while preparing the environment.
84   # All directories MUST be defined in "paths" section.
85   - "DIR[WORKING,DATA]"
86   - "DIR[STATIC,VPP]"
87   - "DIR[STATIC,DPDK]"
88   - "DIR[STATIC,ARCH]"
89   - "DIR[BUILD,LATEX]"
90   - "DIR[WORKING,SRC]"
91   - "DIR[WORKING,SRC,STATIC]"
92
93   remove-dirs:
94   # List the directories which are deleted while cleaning the environment.
95   # All directories MUST be defined in "paths" section.
96   #- "DIR[BUILD,HTML]"
97   - "DIR[WORKING,DATA]"
98
99   build-dirs:
100   # List the directories where the results (build) is stored.
101   # All directories MUST be defined in "paths" section.
102   - "DIR[BUILD,HTML]"
103   - "DIR[BUILD,LATEX]"
104
105 - type: "configuration"
106
107   limits:
108     nic:
109       x520: 24460000
110       x553: 29761905
111       x710: 35800000
112       xxv710: 35800000
113       xl710: 35800000
114
115     link:
116       10ge: 14880952.38
117       25ge: 37202380.95
118       40ge: 59523809.52
119       100ge: 148809523.81
120
121     pci:
122       pci-g3-x8: 74404761.90
123       pci-g3-x16: 148809523.81
124
125   data-sets:
126
127     ###########################################################################
128     # Plots:
129
130     # 3n-hsw
131
132     plot-vpp-throughput-lat-tsa-3n-hsw:
133       csit-vpp-perf-verify-1904-3n-hsw:
134         - 11  # NDRPDR sel
135         - 12  # NDRPDR sel
136         - 20  # NDRPDR sel
137         - 21  # NDRPDR sel
138         - 23  # NDRPDR sel
139         - 24  # NDRPDR sel
140         - 25  # NDRPDR sel
141         - 26  # NDRPDR sel
142         - 29  # NDRPDR sel
143         - 30  # NDRPDR sel
144
145 #    plot-vpp-http-server-performance:
146 #      # csit-vpp-perf-verify-1904-3n-hsw:
147 #      csit-vpp-perf-verify-1810-3n-hsw:
148 #        - 28  # WRK
149 #        - 29  # WRK
150 #        - 30  # WRK
151 #        - 31  # WRK
152 #        - 32  # WRK
153 #        - 33  # WRK
154 #        - 34  # WRK
155 #        - 35  # WRK
156 #        - 36  # WRK
157 #        - 37  # WRK
158
159 #    plot-ligato-throughput-lat-tsa-3n-hsw:
160 #      # csit-ligato-perf-verify-1904-3n-hsw:
161 #      csit-ligato-perf-verify-1901-3n-hsw:
162 #        - 8   # NDRPDR sel
163 #        - 9   # NDRPDR sel
164 #        - 11  # NDRPDR sel
165 #        - 12  # NDRPDR sel
166 #        - 13  # NDRPDR sel
167 #        - 14  # NDRPDR sel
168 #        - 15  # NDRPDR sel
169 #        - 16  # NDRPDR sel
170 #        - 17  # NDRPDR sel
171 #        - 18  # NDRPDR sel
172
173     plot-dpdk-throughput-latency-3n-hsw:
174       csit-dpdk-perf-verify-1904-3n-hsw:
175         - 2   # NDRPDR sel
176         - 3   # NDRPDR sel
177         - 5   # NDRPDR sel
178         - 6   # NDRPDR sel
179         - 13  # NDRPDR sel
180         - 14  # NDRPDR sel
181         - 15  # NDRPDR sel
182         - 18  # NDRPDR sel
183         - 19  # NDRPDR sel
184         - 20  # NDRPDR sel
185
186     # 3n-skx
187
188     plot-vpp-throughput-lat-tsa-3n-skx:
189       csit-vpp-perf-verify-1904-3n-skx:
190         - 8   # NDRPDR sel
191         - 9   # NDRPDR sel
192         - 10  # NDRPDR sel
193         - 11  # NDRPDR sel
194         - 12  # NDRPDR sel
195         - 14  # NDRPDR sel
196         - 16  # NDRPDR sel
197         - 21  # NDRPDR sel
198         - 23  # NDRPDR sel
199         - 25  # NDRPDR sel
200
201     plot-dpdk-throughput-latency-3n-skx:
202       csit-dpdk-perf-verify-1904-3n-skx:
203         - 2   # NDRPDR sel
204         - 3   # NDRPDR sel
205         - 4   # NDRPDR sel
206         - 5   # NDRPDR sel
207         - 6   # NDRPDR sel
208         - 7   # NDRPDR sel
209         - 11  # NDRPDR sel
210         - 12  # NDRPDR sel
211         - 13  # NDRPDR sel
212         - 14  # NDRPDR sel
213
214     # 2n-skx
215
216     plot-vpp-throughput-lat-tsa-2n-skx:
217       csit-vpp-perf-verify-1904-2n-skx:
218         - 12  # NDRPDR sel
219         - 14  # NDRPDR sel
220         - 16  # NDRPDR sel
221         - 17  # NDRPDR sel
222         - 18  # NDRPDR sel
223         - 21  # NDRPDR sel
224         - 27  # NDRPDR sel
225         - 30  # NDRPDR sel
226         - 31  # NDRPDR sel
227         - 32  # NDRPDR sel
228
229     plot-vpp-soak-2n-skx:
230       csit-vpp-perf-verify-1904-2n-skx:
231         - 70  # soak
232         - 71  # soak
233
234     plot-vpp-nfv-2n-skx-ndrpdr-64b:
235       csit-vpp-perf-verify-1904-2n-skx:
236         - 56  # NFV NDRPDR 64b
237         - 59  # NFV NDRPDR 64b
238         - 60  # NFV NDRPDR 64b
239         - 65  # NFV NDRPDR 64b
240         - 68  # NFV NDRPDR 64b
241         - 80  # NFV MRR NDRPDR 64b IMIX
242         - 81  # NFV MRR NDRPDR 64b IMIX
243         - 84  # NFV MRR NDRPDR 64b IMIX
244         - 85  # NFV MRR NDRPDR 64b IMIX
245         - 86  # NFV MRR NDRPDR 64b IMIX
246
247     plot-vpp-nfv-2n-skx-ndrpdr-imix:
248       csit-vpp-perf-verify-1904-2n-skx:
249         - 66  # NFV NDRPDR IMIX
250         - 67  # NFV NDRPDR IMIX
251         - 69  # NFV NDRPDR IMIX
252         - 82  # NFV NDRPDR IMIX
253         - 83  # NFV NDRPDR IMIX
254         - 80  # NFV MRR NDRPDR 64b IMIX
255         - 81  # NFV MRR NDRPDR 64b IMIX
256         - 84  # NFV MRR NDRPDR 64b IMIX
257         - 85  # NFV MRR NDRPDR 64b IMIX
258         - 86  # NFV MRR NDRPDR 64b IMIX
259
260     plot-vpp-nfv-2n-skx-mrr-64b:
261       csit-vpp-perf-verify-1904-2n-skx:
262         - 40  # NFV MRR 64b
263         - 41  # NFV MRR 64b
264         - 42  # NFV MRR 64b
265         - 47  # NFV MRR 64b
266         - 48  # NFV MRR 64b
267         - 80  # NFV MRR NDRPDR 64b IMIX
268         - 81  # NFV MRR NDRPDR 64b IMIX
269         - 84  # NFV MRR NDRPDR 64b IMIX
270         - 85  # NFV MRR NDRPDR 64b IMIX
271         - 86  # NFV MRR NDRPDR 64b IMIX
272
273     plot-vpp-nfv-2n-skx-mrr-imix:
274       csit-vpp-perf-verify-1904-2n-skx:
275         - 49  # NFV MRR IMIX
276         - 50  # NFV MRR IMIX
277         - 51  # NFV MRR IMIX
278         - 54  # NFV MRR IMIX
279         - 55  # NFV MRR IMIX
280         - 80  # NFV MRR NDRPDR 64b IMIX
281         - 81  # NFV MRR NDRPDR 64b IMIX
282         - 84  # NFV MRR NDRPDR 64b IMIX
283         - 85  # NFV MRR NDRPDR 64b IMIX
284         - 86  # NFV MRR NDRPDR 64b IMIX
285
286     plot-dpdk-throughput-latency-2n-skx:
287       csit-dpdk-perf-verify-1904-2n-skx:
288         - 2   # NDRPDR sel
289         - 3   # NDRPDR sel
290         - 4   # NDRPDR sel
291         - 5   # NDRPDR sel
292         - 7   # NDRPDR sel
293         - 8   # NDRPDR sel
294         - 9   # NDRPDR sel
295         - 10  # NDRPDR sel
296         - 11  # NDRPDR sel
297         - 12  # NDRPDR sel
298
299     # 3rd party
300
301 #    # Denverton:
302 #    intel-dnv-vpp:
303 #      # intel-dnv-vpp-release-1904:
304 #      intel-dnv-vpp-release-1901:
305 #        - 1
306
307     ###########################################################################
308     # Simple tables (only one data set):
309
310     # NIC Comparisons
311
312     vpp-nic-comparison-3n-hsw:
313       csit-vpp-perf-verify-1904-3n-hsw:
314         - 11  # NDRPDR sel
315         - 12  # NDRPDR sel
316         - 20  # NDRPDR sel
317         - 21  # NDRPDR sel
318         - 23  # NDRPDR sel
319         - 24  # NDRPDR sel
320         - 25  # NDRPDR sel
321         - 26  # NDRPDR sel
322         - 29  # NDRPDR sel
323         - 30  # NDRPDR sel
324
325     vpp-nic-comparison-3n-skx:
326       csit-vpp-perf-verify-1904-3n-skx:
327         - 8   # NDRPDR sel
328         - 9   # NDRPDR sel
329         - 10  # NDRPDR sel
330         - 11  # NDRPDR sel
331         - 12  # NDRPDR sel
332         - 14  # NDRPDR sel
333         - 16  # NDRPDR sel
334         - 21  # NDRPDR sel
335         - 23  # NDRPDR sel
336         - 25  # NDRPDR sel
337
338     vpp-nic-comparison-2n-skx:
339       csit-vpp-perf-verify-1904-2n-skx:
340         - 12  # NDRPDR sel
341         - 14  # NDRPDR sel
342         - 16  # NDRPDR sel
343         - 17  # NDRPDR sel
344         - 18  # NDRPDR sel
345         - 21  # NDRPDR sel
346         - 27  # NDRPDR sel
347         - 30  # NDRPDR sel
348         - 31  # NDRPDR sel
349         - 32  # NDRPDR sel
350
351     vpp-nic-comparison-3n-hsw-mrr:
352       csit-vpp-perf-verify-1904-3n-hsw:
353         - 9   # MRR sel
354
355     vpp-nic-comparison-3n-skx-mrr:
356       csit-vpp-perf-verify-1904-3n-skx:
357         - 7   # MRR sel
358
359     vpp-nic-comparison-2n-skx-mrr:
360       csit-vpp-perf-verify-1904-2n-skx:
361         - 11  # MRR sel
362
363     # Results
364
365     vpp-perf-results-3n-hsw:
366       # TODO: Add FULL 1904 data
367       csit-vpp-perf-verify-1904-3n-hsw:
368         - 32  # NDRPDR full
369         - 33  # NDRPDR full
370         - 35  # NDRPDR full
371         - 36  # NDRPDR full
372         - 37  # NDRPDR full
373         - 38  # NDRPDR full
374         - 40  # NDRPDR full
375         - 45  # NDRPDR full
376         - 46  # NDRPDR full
377         - 48  # NDRPDR full
378         - 49  # NDRPDR full
379         - 50  # NDRPDR full
380         - 51  # NDRPDR full
381
382     vpp-perf-results-3n-skx:
383       csit-vpp-perf-verify-1904-3n-skx:
384         - 26  # NDRPDR full
385         - 27  # NDRPDR full
386         - 30  # NDRPDR full
387         - 31  # NDRPDR full
388
389     vpp-perf-results-2n-skx:
390       csit-vpp-perf-verify-1904-2n-skx:
391         - 33  # NDRPDR full
392         - 39  # NDRPDR full
393         - 58  # NDRPDR full
394         - 62  # NDRPDR full
395
396     vpp-mrr-results-3n-hsw:
397       csit-vpp-perf-verify-1904-3n-hsw:
398         - 9   # MRR sel
399
400     vpp-mrr-results-3n-skx:
401       csit-vpp-perf-verify-1904-3n-skx:
402         - 7   # MRR sel
403
404     vpp-mrr-results-2n-skx:
405       csit-vpp-perf-verify-1904-2n-skx:
406         - 11  # MRR sel
407
408     vpp-func-results-ubuntu:
409       csit-vpp-functional-1904-ubuntu1604-virl:
410         - 33
411
412     vpp-func-results-centos:
413       csit-vpp-functional-1904-centos7-virl:
414         - 32
415
416     vpp-device-results-ubuntu:
417       csit-vpp-device-1904-ubuntu1804-1n-skx:
418         - 32
419
420 #    # VPP Ligato
421 #    ligato-perf-results-3n-hsw:
422 #      # csit-ligato-perf-verify-1904-3n-hsw:
423 #      csit-ligato-perf-verify-1901-3n-hsw:
424 #        - 10  # NDRPDR full
425
426     dpdk-perf-results-3n-hsw:
427       csit-dpdk-perf-verify-1904-3n-hsw:
428         - 5   # NDRPDR sel
429
430     dpdk-perf-results-3n-skx:
431       csit-dpdk-perf-verify-1904-3n-skx:
432         - 7   # NDRPDR sel
433
434     dpdk-perf-results-2n-skx:
435       csit-dpdk-perf-verify-1904-2n-skx:
436         - 9   # NDRPDR sel
437
438     # HoneyComb Functional
439     hc-func-results:
440       csit-hc2vpp-verify-func-1904-ubuntu1604:
441         - 4
442
443 #    # NSH SFC Functional
444 #    nsh-func-results:
445 #      # Not used
446 #      csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
447 #        - 1
448
449     # DMM Functional
450     dmm-func-results:
451       csit-dmm-functional-1904-ubuntu1604-virl:
452         - 1
453
454     ###########################################################################
455     # Tables (more than one data set)
456
457     # Performance changes
458
459 #    intel-dnv-vpp-changes-2n-dnv-h1:
460 #      intel-dnv-vpp-release-1810:
461 #        - 1
462 #    intel-dnv-vpp-changes-2n-dnv-ref:
463 #      intel-dnv-vpp-release-1901:
464 #        - 1
465 #    intel-dnv-vpp-changes-2n-dnv-cmp:
466 #      # intel-dnv-vpp-release-1904:
467 #      intel-dnv-vpp-release-1901:
468 #        - 1
469 #    intel-dnv-vpp-changes-2n-dnv:
470 #      - "intel-dnv-vpp-changes-2n-dnv-h1"
471 #      - "intel-dnv-vpp-changes-2n-dnv-ref"
472 #      - "intel-dnv-vpp-changes-2n-dnv-cmp"
473
474     vpp-performance-changes-3n-hsw-h1:
475       csit-vpp-perf-verify-1810-3n-hsw:
476         - 8   # NDRPDR sel
477         - 12  # NDRPDR sel
478         - 14  # NDRPDR sel
479         - 18  # NDRPDR sel
480         - 23  # NDRPDR sel
481         - 25  # NDRPDR sel
482         - 38  # NDRPDR sel
483         - 39  # NDRPDR sel
484         - 41  # NDRPDR sel
485         - 42  # NDRPDR sel
486     vpp-performance-changes-3n-hsw-ref:
487       csit-vpp-perf-verify-1901-3n-hsw:
488         - 10  # NDRPDR sel
489         - 19  # NDRPDR sel
490         - 31  # NDRPDR sel
491         - 36  # NDRPDR sel
492         - 40  # NDRPDR sel
493         - 42  # NDRPDR sel
494         - 44  # NDRPDR sel
495         - 46  # NDRPDR sel
496         - 47  # NDRPDR sel
497         - 48  # NDRPDR sel
498         - 61  # NDRPDR LB
499         - 62  # NDRPDR LB
500         - 63  # NDRPDR LB
501         - 64  # NDRPDR LB
502         - 65  # NDRPDR LB
503         - 66  # NDRPDR LB
504         - 67  # NDRPDR LB
505         - 69  # NDRPDR LB
506         - 70  # NDRPDR LB
507         - 71  # NDRPDR LB
508     vpp-performance-changes-3n-hsw-cmp:
509       csit-vpp-perf-verify-1904-3n-hsw:
510         - 11  # NDRPDR sel
511         - 12  # NDRPDR sel
512         - 20  # NDRPDR sel
513         - 21  # NDRPDR sel
514         - 23  # NDRPDR sel
515         - 24  # NDRPDR sel
516         - 25  # NDRPDR sel
517         - 26  # NDRPDR sel
518         - 29  # NDRPDR sel
519         - 30  # NDRPDR sel
520     vpp-performance-changes-3n-hsw:
521       - "vpp-performance-changes-3n-hsw-h1"
522       - "vpp-performance-changes-3n-hsw-ref"
523       - "vpp-performance-changes-3n-hsw-cmp"
524
525     vpp-performance-changes-3n-skx-h1:
526       csit-vpp-perf-verify-1810-3n-skx:
527         - 10  # NDRPDR sel
528         - 14  # NDRPDR sel
529         - 15  # NDRPDR sel
530         - 16  # NDRPDR sel
531         - 17  # NDRPDR sel
532         - 19  # NDRPDR sel
533         - 20  # NDRPDR sel
534         - 21  # NDRPDR sel
535         - 22  # NDRPDR sel
536         - 25  # NDRPDR sel
537     vpp-performance-changes-3n-skx-ref:
538       csit-vpp-perf-verify-1901-3n-skx:
539         - 18  # NDRPDR sel
540         - 19  # NDRPDR sel
541         - 20  # NDRPDR sel
542         - 28  # NDRPDR sel
543         - 31  # NDRPDR sel
544         - 33  # NDRPDR sel
545         - 36  # NDRPDR sel
546         - 38  # NDRPDR sel
547         - 47  # NDRPDR sel
548         - 48  # NDRPDR sel
549         - 54  # NDRPDR LB
550         - 57  # NDRPDR LB
551         - 58  # NDRPDR LB
552         - 59  # NDRPDR LB
553         - 60  # NDRPDR LB
554         - 63  # NDRPDR LB
555         - 64  # NDRPDR LB
556         - 65  # NDRPDR LB
557         - 66  # NDRPDR LB
558         - 67  # NDRPDR LB
559     vpp-performance-changes-3n-skx-cmp:
560       csit-vpp-perf-verify-1904-3n-skx:
561         - 8   # NDRPDR sel
562         - 9   # NDRPDR sel
563         - 10  # NDRPDR sel
564         - 11  # NDRPDR sel
565         - 12  # NDRPDR sel
566         - 14  # NDRPDR sel
567         - 16  # NDRPDR sel
568         - 21  # NDRPDR sel
569         - 23  # NDRPDR sel
570         - 25  # NDRPDR sel
571     vpp-performance-changes-3n-skx:
572       - "vpp-performance-changes-3n-skx-h1"
573       - "vpp-performance-changes-3n-skx-ref"
574       - "vpp-performance-changes-3n-skx-cmp"
575
576     vpp-performance-changes-2n-skx-h1:
577       csit-vpp-perf-verify-1810-2n-skx:
578         - 9   # NDRPDR sel
579         - 13  # NDRPDR sel
580         - 14  # NDRPDR sel
581         - 19  # NDRPDR sel
582         - 20  # NDRPDR sel
583         - 21  # NDRPDR sel
584         - 22  # NDRPDR sel
585         - 23  # NDRPDR sel
586         - 24  # NDRPDR sel
587         - 27  # NDRPDR sel
588     vpp-performance-changes-2n-skx-ref:
589       csit-vpp-perf-verify-1901-2n-skx:
590         - 5   # NDRPDR sel
591         - 12  # NDRPDR sel
592         - 13  # NDRPDR sel
593         - 21  # NDRPDR sel
594         - 23  # NDRPDR sel
595         - 31  # NDRPDR sel
596         - 34  # NDRPDR sel
597         - 40  # NDRPDR sel
598         - 42  # NDRPDR sel
599         - 43  # NDRPDR sel
600     vpp-performance-changes-2n-skx-cmp:
601       csit-vpp-perf-verify-1904-2n-skx:
602         - 12  # NDRPDR sel
603         - 14  # NDRPDR sel
604         - 16  # NDRPDR sel
605         - 17  # NDRPDR sel
606         - 18  # NDRPDR sel
607         - 21  # NDRPDR sel
608         - 27  # NDRPDR sel
609         - 30  # NDRPDR sel
610         - 31  # NDRPDR sel
611         - 32  # NDRPDR sel
612     vpp-performance-changes-2n-skx:
613       - "vpp-performance-changes-2n-skx-h1"
614       - "vpp-performance-changes-2n-skx-ref"
615       - "vpp-performance-changes-2n-skx-cmp"
616
617     vpp-soak-vs-ndr-2n-skx-ref:
618       csit-vpp-perf-verify-1904-2n-skx:
619         - 12  # NDRPDR sel
620         - 14  # NDRPDR sel
621         - 16  # NDRPDR sel
622         - 17  # NDRPDR sel
623         - 18  # NDRPDR sel
624         - 21  # NDRPDR sel
625         - 27  # NDRPDR sel
626         - 30  # NDRPDR sel
627         - 31  # NDRPDR sel
628         - 32  # NDRPDR sel
629     vpp-soak-vs-ndr-2n-skx-cmp:
630       csit-vpp-perf-verify-1904-2n-skx:
631         - 70  # soak
632         - 71  # soak
633     vpp-soak-vs-ndr-2n-skx:
634       csit-vpp-perf-verify-1904-2n-skx:
635         - 12  # NDRPDR sel
636         - 14  # NDRPDR sel
637         - 16  # NDRPDR sel
638         - 17  # NDRPDR sel
639         - 18  # NDRPDR sel
640         - 21  # NDRPDR sel
641         - 27  # NDRPDR sel
642         - 30  # NDRPDR sel
643         - 31  # NDRPDR sel
644         - 32  # NDRPDR sel
645         - 70  # soak
646         - 71  # soak
647
648     vpp-performance-changes-3n-hsw-mrr-h1:
649       csit-vpp-perf-verify-1810-3n-hsw:
650         - 9   # MRR sel
651     vpp-performance-changes-3n-hsw-mrr-ref:
652       csit-vpp-perf-verify-1901-3n-hsw:
653         - 35  # MRR sel
654     vpp-performance-changes-3n-hsw-mrr-cmp:
655       csit-vpp-perf-verify-1904-3n-hsw:
656         - 9   # MRR sel
657     vpp-performance-changes-3n-hsw-mrr:
658       - "vpp-performance-changes-3n-hsw-mrr-h1"
659       - "vpp-performance-changes-3n-hsw-mrr-ref"
660       - "vpp-performance-changes-3n-hsw-mrr-cmp"
661
662     vpp-performance-changes-3n-skx-mrr-h1:
663       csit-vpp-perf-verify-1810-3n-skx:
664         - 9   # MRR sel
665         - 11  # MRR sel
666         - 12  # MRR sel
667         - 13  # MRR sel
668     vpp-performance-changes-3n-skx-mrr-ref:
669       csit-vpp-perf-verify-1901-3n-skx:
670         - 32  # MRR sel
671     vpp-performance-changes-3n-skx-mrr-cmp:
672       csit-vpp-perf-verify-1904-3n-skx:
673         - 7   # MRR sel
674     vpp-performance-changes-3n-skx-mrr:
675       - "vpp-performance-changes-3n-skx-mrr-h1"
676       - "vpp-performance-changes-3n-skx-mrr-ref"
677       - "vpp-performance-changes-3n-skx-mrr-cmp"
678
679     vpp-performance-changes-2n-skx-mrr-h1:
680       csit-vpp-perf-verify-1810-2n-skx:
681         - 8   # MRR sel
682         - 10  # MRR sel
683         - 11  # MRR sel
684         - 12  # MRR sel
685     vpp-performance-changes-2n-skx-mrr-ref:
686       csit-vpp-perf-verify-1901-2n-skx:
687         - 22  # MRR sel
688     vpp-performance-changes-2n-skx-mrr-cmp:
689       csit-vpp-perf-verify-1904-2n-skx:
690         - 11  # MRR sel
691     vpp-performance-changes-2n-skx-mrr:
692       - "vpp-performance-changes-2n-skx-mrr-h1"
693       - "vpp-performance-changes-2n-skx-mrr-ref"
694       - "vpp-performance-changes-2n-skx-mrr-cmp"
695
696     dpdk-performance-changes-3n-hsw-h1:
697       csit-dpdk-perf-verify-1810-3n-hsw:
698         - 1   # NDRPDR sel
699         - 2   # NDRPDR sel
700         - 3   # NDRPDR sel
701         - 4   # NDRPDR sel
702         - 5   # NDRPDR sel
703         - 6   # NDRPDR sel
704         - 7   # NDRPDR sel
705         - 8   # NDRPDR sel
706         - 9   # NDRPDR sel
707         - 10  # NDRPDR sel
708     dpdk-performance-changes-3n-hsw-ref:
709       csit-dpdk-perf-verify-1901-3n-hsw:
710         - 13  # NDRPDR sel
711         - 14  # NDRPDR sel
712         - 16  # NDRPDR sel
713         - 17  # NDRPDR sel
714         - 18  # NDRPDR sel
715         - 19  # NDRPDR sel
716         - 20  # NDRPDR sel
717         - 21  # NDRPDR sel
718         - 22  # NDRPDR sel
719         - 23  # NDRPDR sel
720     dpdk-performance-changes-3n-hsw-cmp:
721       csit-dpdk-perf-verify-1904-3n-hsw:
722         - 2   # NDRPDR sel
723         - 3   # NDRPDR sel
724         - 5   # NDRPDR sel
725         - 6   # NDRPDR sel
726         - 13  # NDRPDR sel
727         - 14  # NDRPDR sel
728         - 15  # NDRPDR sel
729         - 18  # NDRPDR sel
730         - 19  # NDRPDR sel
731         - 20  # NDRPDR sel
732     dpdk-performance-changes-3n-hsw:
733       - "dpdk-performance-changes-3n-hsw-h1"
734       - "dpdk-performance-changes-3n-hsw-ref"
735       - "dpdk-performance-changes-3n-hsw-cmp"
736
737     dpdk-performance-changes-3n-skx-h1:
738       csit-dpdk-perf-verify-1810-3n-skx:
739         - 3   # NDRPDR sel
740         - 4   # NDRPDR sel
741         - 6   # NDRPDR sel
742         - 7   # NDRPDR sel
743         - 8   # NDRPDR sel
744         - 9   # NDRPDR sel
745         - 10  # NDRPDR sel
746         - 11  # NDRPDR sel
747         - 12  # NDRPDR sel
748         - 13  # NDRPDR sel
749     dpdk-performance-changes-3n-skx-ref:
750       csit-dpdk-perf-verify-1901-3n-skx:
751         - 3   # NDRPDR sel
752         - 5   # NDRPDR sel
753         - 6   # NDRPDR sel
754         - 7   # NDRPDR sel
755         - 8   # NDRPDR sel
756         - 9   # NDRPDR sel
757         - 10  # NDRPDR sel
758         - 11  # NDRPDR sel
759         - 12  # NDRPDR sel
760         - 13  # NDRPDR sel
761     dpdk-performance-changes-3n-skx-cmp:
762       csit-dpdk-perf-verify-1904-3n-skx:
763         - 2   # NDRPDR sel
764         - 3   # NDRPDR sel
765         - 4   # NDRPDR sel
766         - 5   # NDRPDR sel
767         - 6   # NDRPDR sel
768         - 7   # NDRPDR sel
769         - 11  # NDRPDR sel
770         - 12  # NDRPDR sel
771         - 13  # NDRPDR sel
772         - 14  # NDRPDR sel
773     dpdk-performance-changes-3n-skx:
774       - "dpdk-performance-changes-3n-skx-h1"
775       - "dpdk-performance-changes-3n-skx-ref"
776       - "dpdk-performance-changes-3n-skx-cmp"
777
778     dpdk-performance-changes-2n-skx-h1:
779       csit-dpdk-perf-verify-1810-2n-skx:
780         - 3   # NDRPDR sel
781         - 4   # NDRPDR sel
782         - 5   # NDRPDR sel
783         - 7   # NDRPDR sel
784         - 8   # NDRPDR sel
785         - 9   # NDRPDR sel
786         - 10  # NDRPDR sel
787         - 11  # NDRPDR sel
788         - 12  # NDRPDR sel
789         - 13  # NDRPDR sel
790     dpdk-performance-changes-2n-skx-ref:
791       csit-dpdk-perf-verify-1901-2n-skx:
792         - 12  # NDRPDR sel
793         - 13  # NDRPDR sel
794         - 14  # NDRPDR sel
795         - 15  # NDRPDR sel
796         - 16  # NDRPDR sel
797         - 17  # NDRPDR sel
798         - 18  # NDRPDR sel
799         - 19  # NDRPDR sel
800         - 20  # NDRPDR sel
801         - 21  # NDRPDR sel
802     dpdk-performance-changes-2n-skx-cmp:
803       csit-dpdk-perf-verify-1904-2n-skx:
804         - 2   # NDRPDR sel
805         - 3   # NDRPDR sel
806         - 4   # NDRPDR sel
807         - 5   # NDRPDR sel
808         - 7   # NDRPDR sel
809         - 8   # NDRPDR sel
810         - 9   # NDRPDR sel
811         - 10  # NDRPDR sel
812         - 11  # NDRPDR sel
813         - 12  # NDRPDR sel
814     dpdk-performance-changes-2n-skx:
815       - "dpdk-performance-changes-2n-skx-h1"
816       - "dpdk-performance-changes-2n-skx-ref"
817       - "dpdk-performance-changes-2n-skx-cmp"
818
819     # Compare testbeds
820
821     vpp-compare-testbeds-ref:
822       csit-vpp-perf-verify-1904-3n-hsw:
823         - 11  # NDRPDR sel
824         - 12  # NDRPDR sel
825         - 20  # NDRPDR sel
826         - 21  # NDRPDR sel
827         - 23  # NDRPDR sel
828         - 24  # NDRPDR sel
829         - 25  # NDRPDR sel
830         - 26  # NDRPDR sel
831         - 29  # NDRPDR sel
832         - 30  # NDRPDR sel
833     vpp-compare-testbeds-cmp:
834       csit-vpp-perf-verify-1904-3n-skx:
835         - 8   # NDRPDR sel
836         - 9   # NDRPDR sel
837         - 10  # NDRPDR sel
838         - 11  # NDRPDR sel
839         - 12  # NDRPDR sel
840         - 14  # NDRPDR sel
841         - 16  # NDRPDR sel
842         - 21  # NDRPDR sel
843         - 23  # NDRPDR sel
844         - 25  # NDRPDR sel
845     vpp-compare-testbeds:
846       - "vpp-compare-testbeds-ref"
847       - "vpp-compare-testbeds-cmp"
848
849     vpp-compare-testbeds-mrr-ref:
850       csit-vpp-perf-verify-1904-3n-hsw:
851         - 9   # MRR sel
852     vpp-compare-testbeds-mrr-cmp:
853       csit-vpp-perf-verify-1904-3n-skx:
854         - 7   # MRR sel
855     vpp-compare-testbeds-mrr:
856       - "vpp-compare-testbeds-mrr-ref"
857       - "vpp-compare-testbeds-mrr-cmp"
858
859     dpdk-compare-testbeds-ref:
860       csit-dpdk-perf-verify-1904-3n-hsw:
861         - 2   # NDRPDR sel
862         - 3   # NDRPDR sel
863         - 5   # NDRPDR sel
864         - 6   # NDRPDR sel
865         - 13  # NDRPDR sel
866         - 14  # NDRPDR sel
867         - 15  # NDRPDR sel
868         - 18  # NDRPDR sel
869         - 19  # NDRPDR sel
870         - 20  # NDRPDR sel
871     dpdk-compare-testbeds-cmp:
872       csit-dpdk-perf-verify-1904-3n-skx:
873         - 2   # NDRPDR sel
874         - 3   # NDRPDR sel
875         - 4   # NDRPDR sel
876         - 5   # NDRPDR sel
877         - 6   # NDRPDR sel
878         - 7   # NDRPDR sel
879         - 11  # NDRPDR sel
880         - 12  # NDRPDR sel
881         - 13  # NDRPDR sel
882         - 14  # NDRPDR sel
883     dpdk-compare-testbeds:
884       - "dpdk-compare-testbeds-ref"
885       - "dpdk-compare-testbeds-cmp"
886
887     # Compare topologies
888
889     vpp-compare-topologies-ref:
890       csit-vpp-perf-verify-1904-3n-skx:
891         - 8   # NDRPDR sel
892         - 9   # NDRPDR sel
893         - 10  # NDRPDR sel
894         - 11  # NDRPDR sel
895         - 12  # NDRPDR sel
896         - 14  # NDRPDR sel
897         - 16  # NDRPDR sel
898         - 21  # NDRPDR sel
899         - 23  # NDRPDR sel
900         - 25  # NDRPDR sel
901     vpp-compare-topologies-cmp:
902       csit-vpp-perf-verify-1904-2n-skx:
903         - 12  # NDRPDR sel
904         - 14  # NDRPDR sel
905         - 16  # NDRPDR sel
906         - 17  # NDRPDR sel
907         - 18  # NDRPDR sel
908         - 21  # NDRPDR sel
909         - 27  # NDRPDR sel
910         - 30  # NDRPDR sel
911         - 31  # NDRPDR sel
912         - 32  # NDRPDR sel
913     vpp-compare-topologies:
914       - "vpp-compare-topologies-ref"
915       - "vpp-compare-topologies-cmp"
916
917     vpp-compare-topologies-mrr-ref:
918       csit-vpp-perf-verify-1904-3n-skx:
919         - 7   # MRR sel
920     vpp-compare-topologies-mrr-cmp:
921       csit-vpp-perf-verify-1904-2n-skx:
922         - 11  # MRR sel
923     vpp-compare-topologies-mrr:
924       - "vpp-compare-topologies-mrr-ref"
925       - "vpp-compare-topologies-mrr-cmp"
926
927     dpdk-compare-topologies-ref:
928       csit-dpdk-perf-verify-1904-3n-skx:
929         - 2   # NDRPDR sel
930         - 3   # NDRPDR sel
931         - 4   # NDRPDR sel
932         - 5   # NDRPDR sel
933         - 6   # NDRPDR sel
934         - 7   # NDRPDR sel
935         - 11  # NDRPDR sel
936         - 12  # NDRPDR sel
937         - 13  # NDRPDR sel
938         - 14  # NDRPDR sel
939     dpdk-compare-topologies-cmp:
940       csit-dpdk-perf-verify-1904-2n-skx:
941         - 2   # NDRPDR sel
942         - 3   # NDRPDR sel
943         - 4   # NDRPDR sel
944         - 5   # NDRPDR sel
945         - 7   # NDRPDR sel
946         - 8   # NDRPDR sel
947         - 9   # NDRPDR sel
948         - 10  # NDRPDR sel
949         - 11  # NDRPDR sel
950         - 12  # NDRPDR sel
951     dpdk-compare-topologies:
952       - "dpdk-compare-topologies-ref"
953       - "dpdk-compare-topologies-cmp"
954
955   plot-layouts:
956
957     plot-soak-throughput:
958       titlefont:
959         size: 18
960       xaxis:
961         title: "<b>Test Cases [Index]</b>"
962         titlefont:
963           size: 16
964         autorange: True
965         fixedrange: False
966         gridcolor: "rgb(230, 230, 230)"
967         linecolor: "rgb(220, 220, 220)"
968         linewidth: 1
969         showgrid: True
970         showline: True
971         showticklabels: True
972         tickcolor: "rgb(220, 220, 220)"
973         tickmode: "linear"
974         tickfont:
975           size: 16
976         zeroline: False
977       yaxis:
978         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
979         titlefont:
980           size: 16
981         gridcolor: "rgb(230, 230, 230)"
982         hoverformat: ".4r"
983         tickformat: ".3r"
984         linecolor: "rgb(220, 220, 220)"
985         linewidth: 1
986         showgrid: True
987         showline: True
988         showticklabels: True
989         tickcolor: "rgb(220, 220, 220)"
990         tickfont:
991           size: 16
992         zeroline: False
993         range: [0,50]
994       autosize: False
995       margin:
996         t: 50
997         b: 0
998         l: 80
999         r: 20
1000       showlegend: True
1001       legend:
1002         orientation: "h"
1003         font:
1004           size: 16
1005       width: 700
1006       height: 900
1007
1008     plot-service-density:
1009       titlefont:
1010         size: 18
1011       xaxis:
1012         side: "top"
1013         autorange: True
1014         fixedrange: False
1015         showgrid: False
1016         showline: False
1017         showticklabels: False
1018         ticks: ""
1019         ticklen: 0
1020         tickwidth: 0
1021         zeroline: False
1022       yaxis:
1023         autorange: "reversed"
1024         showgrid: False
1025         showline: False
1026         showticklabels: False
1027         ticks: ""
1028         ticklen: 0
1029         tickwidth: 0
1030         zeroline: False
1031       autosize: True
1032       showlegend: False
1033       width: 700
1034       height: 700
1035
1036     plot-cps:
1037       titlefont:
1038         size: 18
1039       xaxis:
1040         title: "<b>Test Cases [Index]</b>"
1041         titlefont:
1042           size: 16
1043         autorange: True
1044         fixedrange: False
1045         gridcolor: "rgb(230, 230, 230)"
1046         linecolor: "rgb(220, 220, 220)"
1047         linewidth: 1
1048         showgrid: True
1049         showline: True
1050         showticklabels: True
1051         tickcolor: "rgb(220, 220, 220)"
1052         tickmode: "linear"
1053         tickfont:
1054           size: 16
1055         zeroline: False
1056       yaxis:
1057         title: "<b>Connections Per Second [cps]</b>"
1058         titlefont:
1059           size: 16
1060         gridcolor: "rgb(230, 230, 230)"
1061         hoverformat: ".4s"
1062         linecolor: "rgb(220, 220, 220)"
1063         linewidth: 1
1064         rangemode: "tozero"
1065         showgrid: True
1066         showline: True
1067         showticklabels: True
1068         tickcolor: "rgb(220, 220, 220)"
1069         tickformat: ".3s"
1070         tickfont:
1071           size: 16
1072         zeroline: False
1073       boxmode: "group"
1074       boxgroupgap: 0.5
1075       autosize: False
1076       margin:
1077         t: 50
1078         b: 20
1079         l: 80
1080         r: 20
1081       showlegend: True
1082       legend:
1083         orientation: "h"
1084         font:
1085           size: 16
1086       width: 700
1087       height: 800
1088
1089     plot-rps:
1090       titlefont:
1091         size: 18
1092       xaxis:
1093         title: "<b>Test Cases [Index]</b>"
1094         titlefont:
1095           size: 16
1096         autorange: True
1097         fixedrange: False
1098         gridcolor: "rgb(230, 230, 230)"
1099         linecolor: "rgb(220, 220, 220)"
1100         linewidth: 1
1101         showgrid: True
1102         showline: True
1103         showticklabels: True
1104         tickcolor: "rgb(220, 220, 220)"
1105         tickmode: "linear"
1106         tickfont:
1107           size: 16
1108         zeroline: False
1109       yaxis:
1110         title: "<b>Requests Per Second [rps]</b>"
1111         titlefont:
1112           size: 16
1113         gridcolor: "rgb(230, 230, 230)"
1114         hoverformat: ".4s"
1115         linecolor: "rgb(220, 220, 220)"
1116         linewidth: 1
1117         rangemode: "tozero"
1118         showgrid: True
1119         showline: True
1120         showticklabels: True
1121         tickcolor: "rgb(230, 230, 230)"
1122         tickformat: ".3s"
1123         tickfont:
1124           size: 16
1125         zeroline: False
1126       boxmode: "group"
1127       boxgroupgap: 0.5
1128       autosize: False
1129       margin:
1130         t: 50
1131         b: 20
1132         l: 80
1133         r: 20
1134       showlegend: True
1135       legend:
1136         orientation: "h"
1137         font:
1138           size: 16
1139       width: 700
1140       height: 800
1141
1142     plot-throughput:
1143       titlefont:
1144         size: 18
1145       xaxis:
1146         title: "<b>Test Cases [Index]</b>"
1147         titlefont:
1148           size: 16
1149         autorange: True
1150         fixedrange: False
1151         gridcolor: "rgb(230, 230, 230)"
1152         linecolor: "rgb(220, 220, 220)"
1153         linewidth: 1
1154         showgrid: True
1155         showline: True
1156         showticklabels: True
1157         tickcolor: "rgb(220, 220, 220)"
1158         tickmode: "linear"
1159         tickfont:
1160           size: 16
1161         zeroline: False
1162       yaxis:
1163         title: "<b>Packet Throughput [Mpps]</b>"
1164         titlefont:
1165           size: 16
1166         gridcolor: "rgb(230, 230, 230)"
1167         hoverformat: ".4r"
1168         tickformat: ".3r"
1169         linecolor: "rgb(220, 220, 220)"
1170         linewidth: 1
1171         showgrid: True
1172         showline: True
1173         showticklabels: True
1174         tickcolor: "rgb(220, 220, 220)"
1175         tickfont:
1176           size: 16
1177         zeroline: False
1178         range: [0,50]
1179       boxmode: "group"
1180       boxgroupgap: 0.5
1181       autosize: False
1182       margin:
1183         t: 50
1184         b: 0
1185         l: 80
1186         r: 20
1187       showlegend: True
1188       legend:
1189         orientation: "h"
1190         font:
1191           size: 16
1192       width: 700
1193       height: 900
1194
1195     plot-throughput-speedup-analysis:
1196       titlefont:
1197         size: 18
1198       xaxis:
1199         title: "<b>Number of Cores [Qty]</b>"
1200         titlefont:
1201           size: 16
1202         autorange: True
1203         fixedrange: False
1204         gridcolor: "rgb(230, 230, 230)"
1205         linecolor: "rgb(220, 220, 220)"
1206         linewidth: 1
1207         showgrid: True
1208         showline: True
1209         showticklabels: True
1210         tickcolor: "rgb(238, 238, 238)"
1211         tickmode: "linear"
1212         tickfont:
1213           size: 16
1214         zeroline: False
1215       yaxis:
1216         title: "<b>Packet Throughput [Mpps]</b>"
1217         titlefont:
1218           size: 16
1219         type: "linear"
1220         gridcolor: "rgb(230, 230, 230)"
1221         hoverformat: ".4s"
1222         linecolor: "rgb(220, 220, 220)"
1223         linewidth: 1
1224         showgrid: True
1225         showline: True
1226         showticklabels: True
1227         tickcolor: "rgb(220, 220, 220)"
1228         tickformat: ".4s"
1229         tickfont:
1230           size: 16
1231         zeroline: True
1232         rangemode: "tozero"
1233         range: [0,100]
1234       legend:
1235         orientation: "h"
1236         font:
1237           size: 16
1238         xanchor: "left"
1239         yanchor: "top"
1240         x: 0
1241         y: -0.2
1242         bgcolor: "rgba(255, 255, 255, 0)"
1243         bordercolor: "rgba(255, 255, 255, 0)"
1244         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1245       autosize: False
1246       margin:
1247           't': 50
1248           'b': 150
1249           'l': 85
1250           'r': 10
1251       showlegend: True
1252       width: 700
1253       height: 700
1254       hoverlabel:
1255         namelength: -1
1256       annotations: [
1257         {
1258           text: "_ _          __          ...",
1259           align: "left",
1260           showarrow: False,
1261           xref: "paper",
1262           yref: "paper",
1263           xanchor: "left",
1264           yanchor: "top",
1265           x: 0,
1266           y: -0.13,
1267           font: {
1268             family: "Consolas, Courier New",
1269             size: 15
1270           },
1271         },
1272         {
1273           text: "    Perfect     Measured     Limit",
1274           align: "left",
1275           showarrow: False,
1276           xref: "paper",
1277           yref: "paper",
1278           xanchor: "left",
1279           yanchor: "top",
1280           x: 0,
1281           y: -0.15,
1282           font: {
1283             family: "Consolas, Courier New",
1284             size: 15
1285           },
1286         },
1287       ]
1288
1289     plot-latency:
1290       titlefont:
1291         size: 18
1292       xaxis:
1293         title: "<b>Direction</b>"
1294         titlefont:
1295           size: 16
1296         autorange: True
1297         fixedrange: False
1298         gridcolor: "rgb(230, 230, 230)"
1299         linecolor: "rgb(220, 220, 220)"
1300         linewidth: 1
1301         showgrid: True
1302         showline: True
1303         showticklabels: False
1304         tickcolor: "rgb(220, 220, 220)"
1305         tickmode: "linear"
1306         tickfont:
1307           size: 16
1308         zeroline: False
1309       yaxis:
1310         title: "<b>Packet Latency [uSec]</b>"
1311         titlefont:
1312           size: 16
1313         type: "linear"
1314         gridcolor: "rgb(230, 230, 230)"
1315         hoverformat: ".4s"
1316         linecolor: "rgb(220, 220, 220)"
1317         linewidth: 1
1318         showgrid: True
1319         showline: True
1320         showticklabels: True
1321         tickcolor: "rgb(220, 220, 220)"
1322         tickformat: ".4s"
1323         tickfont:
1324           size: 16
1325         zeroline: True
1326         rangemode: "tozero"
1327       legend:
1328         orientation: "h"
1329         font:
1330           size: 16
1331         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1332       autosize: False
1333       margin:
1334           't': 50
1335           'b': 150
1336           'l': 80
1337           'r': 10
1338       showlegend: True
1339       width: 700
1340       height: 700
1341       hoverlabel:
1342         namelength: -1
1343
1344 - type: "static"
1345   src-path: "{DIR[RST]}"
1346   dst-path: "{DIR[WORKING,SRC]}"
1347
1348 - type: "input"
1349   general:
1350     file-name: "robot-plugin.zip"
1351     file-format: ".zip"
1352     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1353     extract: "robot-plugin/output.xml"
1354
1355   builds:
1356 ##    intel-dnv-vpp-release-1904:
1357 ##      - 1
1358 #
1359 #    intel-dnv-vpp-release-1901:
1360 #      - 1
1361 #
1362 #    intel-dnv-vpp-release-1810:
1363 #      - 1
1364
1365     csit-vpp-perf-verify-1810-3n-hsw:
1366       - 9   # MRR sel
1367       - 8   # NDRPDR sel
1368       - 12  # NDRPDR sel
1369       - 14  # NDRPDR sel
1370       - 18  # NDRPDR sel
1371       - 23  # NDRPDR sel
1372       - 25  # NDRPDR sel
1373       - 38  # NDRPDR sel
1374       - 39  # NDRPDR sel
1375       - 41  # NDRPDR sel
1376       - 42  # NDRPDR sel
1377 #      - 28  # WRK
1378 #      - 29  # WRK
1379 #      - 30  # WRK
1380 #      - 31  # WRK
1381 #      - 32  # WRK
1382 #      - 33  # WRK
1383 #      - 34  # WRK
1384 #      - 35  # WRK
1385 #      - 36  # WRK
1386 #      - 37  # WRK
1387     csit-vpp-perf-verify-1901-3n-hsw:
1388       - 35  # MRR sel
1389       - 10  # NDRPDR sel
1390       - 19  # NDRPDR sel
1391       - 31  # NDRPDR sel
1392       - 36  # NDRPDR sel
1393       - 40  # NDRPDR sel
1394       - 42  # NDRPDR sel
1395       - 44  # NDRPDR sel
1396       - 46  # NDRPDR sel
1397       - 47  # NDRPDR sel
1398       - 48  # NDRPDR sel
1399       - 61  # NDRPDR LB
1400       - 62  # NDRPDR LB
1401       - 63  # NDRPDR LB
1402       - 64  # NDRPDR LB
1403       - 65  # NDRPDR LB
1404       - 66  # NDRPDR LB
1405       - 67  # NDRPDR LB
1406       - 69  # NDRPDR LB
1407       - 70  # NDRPDR LB
1408       - 71  # NDRPDR LB
1409     # TODO: Add 1904 Data
1410     csit-vpp-perf-verify-1904-3n-hsw:
1411       - 9   # MRR sel
1412       - 32  # NDRPDR full
1413       - 33  # NDRPDR full
1414       - 35  # NDRPDR full
1415       - 36  # NDRPDR full
1416       - 37  # NDRPDR full
1417       - 38  # NDRPDR full
1418       - 40  # NDRPDR full
1419       - 45  # NDRPDR full
1420       - 46  # NDRPDR full
1421       - 48  # NDRPDR full
1422       - 49  # NDRPDR full
1423       - 50  # NDRPDR full
1424       - 51  # NDRPDR full
1425       - 11  # NDRPDR sel
1426       - 12  # NDRPDR sel
1427       - 20  # NDRPDR sel
1428       - 21  # NDRPDR sel
1429       - 23  # NDRPDR sel
1430       - 24  # NDRPDR sel
1431       - 25  # NDRPDR sel
1432       - 26  # NDRPDR sel
1433       - 29  # NDRPDR sel
1434       - 30  # NDRPDR sel
1435
1436     csit-vpp-perf-verify-1810-3n-skx:
1437       - 9   # MRR sel
1438       - 11  # MRR sel
1439       - 12  # MRR sel
1440       - 13  # MRR sel
1441       - 10  # NDRPDR sel
1442       - 14  # NDRPDR sel
1443       - 15  # NDRPDR sel
1444       - 16  # NDRPDR sel
1445       - 17  # NDRPDR sel
1446       - 19  # NDRPDR sel
1447       - 20  # NDRPDR sel
1448       - 21  # NDRPDR sel
1449       - 22  # NDRPDR sel
1450       - 25  # NDRPDR sel
1451     csit-vpp-perf-verify-1901-3n-skx:
1452       - 32  # MRR sel
1453       - 18  # NDRPDR sel
1454       - 19  # NDRPDR sel
1455       - 20  # NDRPDR sel
1456       - 28  # NDRPDR sel
1457       - 31  # NDRPDR sel
1458       - 33  # NDRPDR sel
1459       - 36  # NDRPDR sel
1460       - 38  # NDRPDR sel
1461       - 47  # NDRPDR sel
1462       - 48  # NDRPDR sel
1463       - 54  # NDRPDR LB
1464       - 57  # NDRPDR LB
1465       - 58  # NDRPDR LB
1466       - 59  # NDRPDR LB
1467       - 60  # NDRPDR LB
1468       - 63  # NDRPDR LB
1469       - 64  # NDRPDR LB
1470       - 65  # NDRPDR LB
1471       - 66  # NDRPDR LB
1472       - 67  # NDRPDR LB
1473     csit-vpp-perf-verify-1904-3n-skx:
1474       - 7   # MRR sel
1475       - 26  # NDRPDR full
1476       - 27  # NDRPDR full
1477       - 30  # NDRPDR full
1478       - 31  # NDRPDR full
1479       - 8   # NDRPDR sel
1480       - 9   # NDRPDR sel
1481       - 10  # NDRPDR sel
1482       - 11  # NDRPDR sel
1483       - 12  # NDRPDR sel
1484       - 14  # NDRPDR sel
1485       - 16  # NDRPDR sel
1486       - 21  # NDRPDR sel
1487       - 23  # NDRPDR sel
1488       - 25  # NDRPDR sel
1489
1490     csit-vpp-perf-verify-1810-2n-skx:
1491       - 8   # MRR sel
1492       - 10  # MRR sel
1493       - 11  # MRR sel
1494       - 12  # MRR sel
1495       - 9   # NDRPDR sel
1496       - 13  # NDRPDR sel
1497       - 14  # NDRPDR sel
1498       - 19  # NDRPDR sel
1499       - 20  # NDRPDR sel
1500       - 21  # NDRPDR sel
1501       - 22  # NDRPDR sel
1502       - 23  # NDRPDR sel
1503       - 24  # NDRPDR sel
1504       - 27  # NDRPDR sel
1505     csit-vpp-perf-verify-1901-2n-skx:
1506       - 22  # MRR sel
1507       - 5   # NDRPDR sel
1508       - 12  # NDRPDR sel
1509       - 13  # NDRPDR sel
1510       - 21  # NDRPDR sel
1511       - 23  # NDRPDR sel
1512       - 31  # NDRPDR sel
1513       - 34  # NDRPDR sel
1514       - 40  # NDRPDR sel
1515       - 42  # NDRPDR sel
1516       - 43  # NDRPDR sel
1517     csit-vpp-perf-verify-1904-2n-skx:
1518       - 11  # MRR sel
1519       - 33  # NDRPDR full
1520       - 39  # NDRPDR full
1521       - 58  # NDRPDR full
1522       - 62  # NDRPDR full
1523       - 12  # NDRPDR sel
1524       - 14  # NDRPDR sel
1525       - 16  # NDRPDR sel
1526       - 17  # NDRPDR sel
1527       - 18  # NDRPDR sel
1528       - 21  # NDRPDR sel
1529       - 27  # NDRPDR sel
1530       - 30  # NDRPDR sel
1531       - 31  # NDRPDR sel
1532       - 32  # NDRPDR sel
1533       - 40  # NFV MRR 64b
1534       - 41  # NFV MRR 64b
1535       - 42  # NFV MRR 64b
1536       - 47  # NFV MRR 64b
1537       - 48  # NFV MRR 64b
1538       - 49  # NFV MRR IMIX
1539       - 50  # NFV MRR IMIX
1540       - 51  # NFV MRR IMIX
1541       - 54  # NFV MRR IMIX
1542       - 55  # NFV MRR IMIX
1543       - 56  # NFV NDRPDR 64b
1544       - 59  # NFV NDRPDR 64b
1545       - 60  # NFV NDRPDR 64b
1546       - 65  # NFV NDRPDR 64b
1547       - 68  # NFV NDRPDR 64b
1548       - 66  # NFV NDRPDR IMIX
1549       - 67  # NFV NDRPDR IMIX
1550       - 69  # NFV NDRPDR IMIX
1551       - 82  # NFV NDRPDR IMIX
1552       - 83  # NFV NDRPDR IMIX
1553       - 80  # NFV MRR NDRPDR 64b IMIX
1554       - 81  # NFV MRR NDRPDR 64b IMIX
1555       - 84  # NFV MRR NDRPDR 64b IMIX
1556       - 85  # NFV MRR NDRPDR 64b IMIX
1557       - 86  # NFV MRR NDRPDR 64b IMIX
1558       - 70  # soak
1559       - 71  # soak
1560
1561 #    csit-ligato-perf-verify-1901-3n-hsw:
1562 #      - 10  # NDRPDR full
1563 #      - 8   # NDRPDR sel
1564 #      - 9   # NDRPDR sel
1565 #      - 11  # NDRPDR sel
1566 #      - 12  # NDRPDR sel
1567 #      - 13  # NDRPDR sel
1568 #      - 14  # NDRPDR sel
1569 #      - 15  # NDRPDR sel
1570 #      - 16  # NDRPDR sel
1571 #      - 17  # NDRPDR sel
1572 #      - 18  # NDRPDR sel
1573 ##    csit-ligato-perf-verify-1904-3n-hsw:
1574 ##      -
1575
1576     csit-dpdk-perf-verify-1810-3n-hsw:
1577       - 1   # NDRPDR sel
1578       - 2   # NDRPDR sel
1579       - 3   # NDRPDR sel
1580       - 4   # NDRPDR sel
1581       - 5   # NDRPDR sel
1582       - 6   # NDRPDR sel
1583       - 7   # NDRPDR sel
1584       - 8   # NDRPDR sel
1585       - 9   # NDRPDR sel
1586       - 10  # NDRPDR sel
1587     csit-dpdk-perf-verify-1901-3n-hsw:
1588       - 13  # NDRPDR sel
1589       - 14  # NDRPDR sel
1590       - 16  # NDRPDR sel
1591       - 17  # NDRPDR sel
1592       - 18  # NDRPDR sel
1593       - 19  # NDRPDR sel
1594       - 20  # NDRPDR sel
1595       - 21  # NDRPDR sel
1596       - 22  # NDRPDR sel
1597       - 23  # NDRPDR sel
1598     csit-dpdk-perf-verify-1904-3n-hsw:
1599       - 2   # NDRPDR sel
1600       - 3   # NDRPDR sel
1601       - 5   # NDRPDR sel
1602       - 6   # NDRPDR sel
1603       - 13  # NDRPDR sel
1604       - 14  # NDRPDR sel
1605       - 15  # NDRPDR sel
1606       - 18  # NDRPDR sel
1607       - 19  # NDRPDR sel
1608       - 20  # NDRPDR sel
1609
1610     csit-dpdk-perf-verify-1810-3n-skx:
1611       - 3   # NDRPDR sel
1612       - 4   # NDRPDR sel
1613       - 6   # 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       - 13  # NDRPDR sel
1621     csit-dpdk-perf-verify-1901-3n-skx:
1622       - 3   # NDRPDR sel
1623       - 5   # NDRPDR sel
1624       - 6   # 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       - 13  # NDRPDR sel
1632     csit-dpdk-perf-verify-1904-3n-skx:
1633       - 2   # NDRPDR sel
1634       - 3   # NDRPDR sel
1635       - 4   # NDRPDR sel
1636       - 5   # NDRPDR sel
1637       - 6   # NDRPDR sel
1638       - 7   # NDRPDR sel
1639       - 11  # NDRPDR sel
1640       - 12  # NDRPDR sel
1641       - 13  # NDRPDR sel
1642       - 14  # NDRPDR sel
1643
1644     csit-dpdk-perf-verify-1810-2n-skx:
1645       - 3   # NDRPDR sel
1646       - 4   # NDRPDR sel
1647       - 5   # NDRPDR sel
1648       - 7   # NDRPDR sel
1649       - 8   # NDRPDR sel
1650       - 9   # NDRPDR sel
1651       - 10  # NDRPDR sel
1652       - 11  # NDRPDR sel
1653       - 12  # NDRPDR sel
1654       - 13  # NDRPDR sel
1655     csit-dpdk-perf-verify-1901-2n-skx:
1656       - 12  # NDRPDR sel
1657       - 13  # NDRPDR sel
1658       - 14  # NDRPDR sel
1659       - 15  # NDRPDR sel
1660       - 16  # NDRPDR sel
1661       - 17  # NDRPDR sel
1662       - 18  # NDRPDR sel
1663       - 19  # NDRPDR sel
1664       - 20  # NDRPDR sel
1665       - 21  # NDRPDR sel
1666     csit-dpdk-perf-verify-1904-2n-skx:
1667       - 2   # NDRPDR sel
1668       - 3   # NDRPDR sel
1669       - 4   # NDRPDR sel
1670       - 5   # NDRPDR sel
1671       - 7   # NDRPDR sel
1672       - 8   # NDRPDR sel
1673       - 9   # NDRPDR sel
1674       - 10  # NDRPDR sel
1675       - 11  # NDRPDR sel
1676       - 12  # NDRPDR sel
1677
1678     csit-vpp-functional-1904-ubuntu1604-virl:
1679       - 33
1680     csit-vpp-functional-1904-centos7-virl:
1681       - 32
1682     csit-vpp-device-1904-ubuntu1804-1n-skx:
1683       - 32
1684 #    # Not used
1685 #    csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1686 #      - 1
1687     csit-dmm-functional-1904-ubuntu1604-virl:
1688       - 1
1689     csit-hc2vpp-verify-func-1904-ubuntu1604:
1690       - 4
1691
1692 - type: "output"
1693   output: "report"
1694   format:
1695     html:
1696     - full
1697     pdf:
1698     - minimal
1699
1700 ################################################################################
1701 ###                               T A B L E S                                ###
1702 ################################################################################
1703
1704 # VPP Soak vs NDR
1705 - type: "table"
1706   title: "VPP Soak vs NDR 2n-skx"
1707   algorithm: "table_soak_vs_ndr"
1708   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1709   reference:
1710     title: "NDR"
1711     data: "vpp-soak-vs-ndr-2n-skx-ref"
1712   compare:
1713     title: "Soak"
1714     data: "vpp-soak-vs-ndr-2n-skx-cmp"
1715   data: "vpp-soak-vs-ndr-2n-skx"
1716   include-tests: "NDR"
1717   filter: "('NDRPDR' or 'SOAK')"
1718   parameters:
1719     - "throughput"
1720     - "name"
1721     - "parent"
1722
1723 ################################################################################
1724
1725 # VPP Compare NICs 3n-hsw 1t1c ndr
1726 - type: "table"
1727   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1728   algorithm: "table_nics_comparison"
1729   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1730   reference:
1731     title: "Intel-x520"
1732     nic: "NIC_Intel-X520-DA2"
1733   compare:
1734     title: "Intel-x710"
1735     nic: "NIC_Intel-X710"
1736   data: "vpp-nic-comparison-3n-hsw"
1737   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1738   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1739   parameters:
1740   - "name"
1741   - "parent"
1742   - "throughput"
1743   - "tags"
1744
1745 # VPP Compare NICs 3n-hsw 2t2c ndr
1746 - type: "table"
1747   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1748   algorithm: "table_nics_comparison"
1749   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1750   reference:
1751     title: "Intel-x520"
1752     nic: "NIC_Intel-X520-DA2"
1753   compare:
1754     title: "Intel-x710"
1755     nic: "NIC_Intel-X710"
1756   data: "vpp-nic-comparison-3n-hsw"
1757   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1758   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1759   parameters:
1760   - "name"
1761   - "parent"
1762   - "throughput"
1763   - "tags"
1764
1765 # VPP Compare NICs 3n-hsw 1t1c pdr
1766 - type: "table"
1767   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1768   algorithm: "table_nics_comparison"
1769   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1770   reference:
1771     title: "Intel-x520"
1772     nic: "NIC_Intel-X520-DA2"
1773   compare:
1774     title: "Intel-x710"
1775     nic: "NIC_Intel-X710"
1776   data: "vpp-nic-comparison-3n-hsw"
1777   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1778   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1779   parameters:
1780   - "name"
1781   - "parent"
1782   - "throughput"
1783   - "tags"
1784
1785 # VPP Compare NICs 3n-hsw 2t2c pdr
1786 - type: "table"
1787   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1788   algorithm: "table_nics_comparison"
1789   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1790   reference:
1791     title: "Intel-x520"
1792     nic: "NIC_Intel-X520-DA2"
1793   compare:
1794     title: "Intel-x710"
1795     nic: "NIC_Intel-X710"
1796   data: "vpp-nic-comparison-3n-hsw"
1797   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1798   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1799   parameters:
1800   - "name"
1801   - "parent"
1802   - "throughput"
1803   - "tags"
1804
1805 # VPP Compare NICs 3n-hsw 1t1c mrr
1806 - type: "table"
1807   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1808   algorithm: "table_nics_comparison"
1809   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1810   reference:
1811     title: "Intel-x520"
1812     nic: "NIC_Intel-X520-DA2"
1813   compare:
1814     title: "Intel-x710"
1815     nic: "NIC_Intel-X710"
1816   data: "vpp-nic-comparison-3n-hsw-mrr"
1817   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1818   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1819   parameters:
1820   - "name"
1821   - "parent"
1822   - "result"
1823   - "tags"
1824
1825 # VPP Compare NICs 3n-hsw 2t2c mrr
1826 - type: "table"
1827   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1828   algorithm: "table_nics_comparison"
1829   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1830   reference:
1831     title: "Intel-x520"
1832     nic: "NIC_Intel-X520-DA2"
1833   compare:
1834     title: "Intel-x710"
1835     nic: "NIC_Intel-X710"
1836   data: "vpp-nic-comparison-3n-hsw-mrr"
1837   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1838   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1839   parameters:
1840   - "name"
1841   - "parent"
1842   - "result"
1843   - "tags"
1844
1845 # VPP Compare NICs 3n-hsw 4t4c mrr
1846 - type: "table"
1847   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1848   algorithm: "table_nics_comparison"
1849   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1850   reference:
1851     title: "Intel-x520"
1852     nic: "NIC_Intel-X520-DA2"
1853   compare:
1854     title: "Intel-x710"
1855     nic: "NIC_Intel-X710"
1856   data: "vpp-nic-comparison-3n-hsw-mrr"
1857   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1858   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1859   parameters:
1860   - "name"
1861   - "parent"
1862   - "result"
1863   - "tags"
1864
1865 # VPP Compare NICs 3n-skx 2t1c ndr
1866 - type: "table"
1867   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1868   algorithm: "table_nics_comparison"
1869   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1870   reference:
1871     title: "Intel-x710"
1872     nic: "NIC_Intel-X710"
1873   compare:
1874     title: "Intel-xxv710"
1875     nic: "NIC_Intel-XXV710"
1876   data: "vpp-nic-comparison-3n-skx"
1877   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1878   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1879   parameters:
1880   - "name"
1881   - "parent"
1882   - "throughput"
1883   - "tags"
1884
1885 # VPP Compare NICs 3n-skx 4t2c ndr
1886 - type: "table"
1887   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1888   algorithm: "table_nics_comparison"
1889   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1890   reference:
1891     title: "Intel-x710"
1892     nic: "NIC_Intel-X710"
1893   compare:
1894     title: "Intel-xxv710"
1895     nic: "NIC_Intel-XXV710"
1896   data: "vpp-nic-comparison-3n-skx"
1897   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1898   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1899   parameters:
1900   - "name"
1901   - "parent"
1902   - "throughput"
1903   - "tags"
1904
1905 # VPP Compare NICs 3n-skx 2t1c pdr
1906 - type: "table"
1907   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1908   algorithm: "table_nics_comparison"
1909   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1910   reference:
1911     title: "Intel-x710"
1912     nic: "NIC_Intel-X710"
1913   compare:
1914     title: "Intel-xxv710"
1915     nic: "NIC_Intel-XXV710"
1916   data: "vpp-nic-comparison-3n-skx"
1917   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1918   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1919   parameters:
1920   - "name"
1921   - "parent"
1922   - "throughput"
1923   - "tags"
1924
1925  # VPP Compare NICs 3n-skx 4t2c pdr
1926 - type: "table"
1927   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1928   algorithm: "table_nics_comparison"
1929   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1930   reference:
1931     title: "Intel-x710"
1932     nic: "NIC_Intel-X710"
1933   compare:
1934     title: "Intel-xxv710"
1935     nic: "NIC_Intel-XXV710"
1936   data: "vpp-nic-comparison-3n-skx"
1937   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1938   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1939   parameters:
1940   - "name"
1941   - "parent"
1942   - "throughput"
1943   - "tags"
1944
1945 # VPP Compare NICs 3n-skx 2t1c mrr
1946 - type: "table"
1947   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1948   algorithm: "table_nics_comparison"
1949   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1950   reference:
1951     title: "Intel-x710"
1952     nic: "NIC_Intel-X710"
1953   compare:
1954     title: "Intel-xxv710"
1955     nic: "NIC_Intel-XXV710"
1956   data: "vpp-nic-comparison-3n-skx-mrr"
1957   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1958   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1959   parameters:
1960   - "name"
1961   - "parent"
1962   - "result"
1963   - "tags"
1964
1965 # VPP Compare NICs 3n-skx 4t2c mrr
1966 - type: "table"
1967   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1968   algorithm: "table_nics_comparison"
1969   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1970   reference:
1971     title: "Intel-x710"
1972     nic: "NIC_Intel-X710"
1973   compare:
1974     title: "Intel-xxv710"
1975     nic: "NIC_Intel-XXV710"
1976   data: "vpp-nic-comparison-3n-skx-mrr"
1977   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1978   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1979   parameters:
1980   - "name"
1981   - "parent"
1982   - "result"
1983   - "tags"
1984
1985  # VPP Compare NICs 3n-skx 8t4c mrr
1986 - type: "table"
1987   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1988   algorithm: "table_nics_comparison"
1989   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1990   reference:
1991     title: "Intel-x710"
1992     nic: "NIC_Intel-X710"
1993   compare:
1994     title: "Intel-xxv710"
1995     nic: "NIC_Intel-XXV710"
1996   data: "vpp-nic-comparison-3n-skx-mrr"
1997   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1998   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1999   parameters:
2000   - "name"
2001   - "parent"
2002   - "result"
2003   - "tags"
2004
2005 # VPP Compare NICs 2n-skx 2t1c ndr
2006 - type: "table"
2007   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2008   algorithm: "table_nics_comparison"
2009   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2010   reference:
2011     title: "Intel-x710"
2012     nic: "NIC_Intel-X710"
2013   compare:
2014     title: "Intel-xxv710"
2015     nic: "NIC_Intel-XXV710"
2016   data: "vpp-nic-comparison-2n-skx"
2017   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2018   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2019   parameters:
2020   - "name"
2021   - "parent"
2022   - "throughput"
2023   - "tags"
2024
2025 # VPP Compare NICs 2n-skx 4t2c ndr
2026 - type: "table"
2027   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2028   algorithm: "table_nics_comparison"
2029   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2030   reference:
2031     title: "Intel-x710"
2032     nic: "NIC_Intel-X710"
2033   compare:
2034     title: "Intel-xxv710"
2035     nic: "NIC_Intel-XXV710"
2036   data: "vpp-nic-comparison-2n-skx"
2037   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2038   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2039   parameters:
2040   - "name"
2041   - "parent"
2042   - "throughput"
2043   - "tags"
2044
2045  # VPP Compare NICs 2n-skx 2t1c pdr
2046 - type: "table"
2047   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2048   algorithm: "table_nics_comparison"
2049   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2050   reference:
2051     title: "Intel-x710"
2052     nic: "NIC_Intel-X710"
2053   compare:
2054     title: "Intel-xxv710"
2055     nic: "NIC_Intel-XXV710"
2056   data: "vpp-nic-comparison-2n-skx"
2057   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2058   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2059   parameters:
2060   - "name"
2061   - "parent"
2062   - "throughput"
2063   - "tags"
2064
2065 # VPP Compare NICs 2n-skx 4t2c pdr
2066 - type: "table"
2067   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2068   algorithm: "table_nics_comparison"
2069   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2070   reference:
2071     title: "Intel-x710"
2072     nic: "NIC_Intel-X710"
2073   compare:
2074     title: "Intel-xxv710"
2075     nic: "NIC_Intel-XXV710"
2076   data: "vpp-nic-comparison-2n-skx"
2077   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2078   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2079   parameters:
2080   - "name"
2081   - "parent"
2082   - "throughput"
2083   - "tags"
2084
2085 # VPP Compare NICs 2n-skx 2t1c mrr
2086 - type: "table"
2087   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2088   algorithm: "table_nics_comparison"
2089   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2090   reference:
2091     title: "Intel-x710"
2092     nic: "NIC_Intel-X710"
2093   compare:
2094     title: "Intel-xxv710"
2095     nic: "NIC_Intel-XXV710"
2096   data: "vpp-nic-comparison-2n-skx-mrr"
2097   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2098   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2099   parameters:
2100   - "name"
2101   - "parent"
2102   - "result"
2103   - "tags"
2104
2105 # VPP Compare NICs 2n-skx 4t2c mrr
2106 - type: "table"
2107   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2108   algorithm: "table_nics_comparison"
2109   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2110   reference:
2111     title: "Intel-x710"
2112     nic: "NIC_Intel-X710"
2113   compare:
2114     title: "Intel-xxv710"
2115     nic: "NIC_Intel-XXV710"
2116   data: "vpp-nic-comparison-2n-skx-mrr"
2117   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2118   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2119   parameters:
2120   - "name"
2121   - "parent"
2122   - "result"
2123   - "tags"
2124
2125 # VPP Compare NICs 2n-skx 8t4c mrr
2126 - type: "table"
2127   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2128   algorithm: "table_nics_comparison"
2129   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2130   reference:
2131     title: "Intel-x710"
2132     nic: "NIC_Intel-X710"
2133   compare:
2134     title: "Intel-xxv710"
2135     nic: "NIC_Intel-XXV710"
2136   data: "vpp-nic-comparison-2n-skx-mrr"
2137   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2138   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2139   parameters:
2140   - "name"
2141   - "parent"
2142   - "result"
2143   - "tags"
2144
2145 ################################################################################
2146 # VPP
2147
2148 ## VPP Performance Changes 2n-dnv 1t1c pdr
2149 #- type: "table"
2150 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2151 #  algorithm: "table_performance_comparison"
2152 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2153 #  history:
2154 #    - title: "rls1810"
2155 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2156 #  reference:
2157 #    title: "rls1901"
2158 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2159 #  compare:
2160 #    title: "rls1904"
2161 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2162 #  data: "intel-dnv-vpp-changes-2n-dnv"
2163 #  include-tests: "PDR"
2164 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2165 #  parameters:
2166 #  - "name"
2167 #  - "parent"
2168 #  - "throughput"
2169 #
2170 ## VPP Performance Changes 2n-dnv 2t2c pdr
2171 #- type: "table"
2172 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2173 #  algorithm: "table_performance_comparison"
2174 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2175 #  history:
2176 #    - title: "rls1810"
2177 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2178 #  reference:
2179 #    title: "rls1901"
2180 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2181 #  compare:
2182 #    title: "rls1904"
2183 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2184 #  data: "intel-dnv-vpp-changes-2n-dnv"
2185 #  include-tests: "PDR"
2186 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2187 #  parameters:
2188 #  - "name"
2189 #  - "parent"
2190 #  - "throughput"
2191 #
2192 ## VPP Performance Changes 2n-dnv 1t1c ndr
2193 #- type: "table"
2194 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2195 #  algorithm: "table_performance_comparison"
2196 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2197 #  history:
2198 #    - title: "rls1810"
2199 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2200 #  reference:
2201 #    title: "rls1901"
2202 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2203 #  compare:
2204 #    title: "rls1904"
2205 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2206 #  data: "intel-dnv-vpp-changes-2n-dnv"
2207 #  include-tests: "NDR"
2208 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2209 #  parameters:
2210 #  - "name"
2211 #  - "parent"
2212 #  - "throughput"
2213 #
2214 ## VPP Performance Changes 2n-dnv 2t2c ndr
2215 #- type: "table"
2216 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2217 #  algorithm: "table_performance_comparison"
2218 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2219 #  history:
2220 #    - title: "rls1810"
2221 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2222 #  reference:
2223 #    title: "rls1901"
2224 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2225 #  compare:
2226 #    title: "rls1904"
2227 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2228 #  data: "intel-dnv-vpp-changes-2n-dnv"
2229 #  include-tests: "NDR"
2230 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2231 #  parameters:
2232 #  - "name"
2233 #  - "parent"
2234 #  - "throughput"
2235 #
2236 ## VPP Performance Changes 2n-dnv 1t1c MRR
2237 #- type: "table"
2238 #  title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2239 #  algorithm: "table_performance_comparison"
2240 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2241 #  history:
2242 #    - title: "rls1810"
2243 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2244 #  reference:
2245 #    title: "rls1901"
2246 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2247 #  compare:
2248 #    title: "rls1904"
2249 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2250 #  data: "intel-dnv-vpp-changes-2n-dnv"
2251 #  include-tests: "MRR"
2252 #  filter: "'1T1C' and 'MRR'"
2253 #  parameters:
2254 #  - "name"
2255 #  - "parent"
2256 #  - "result"
2257 #
2258 ## VPP Performance Changes 2n-dnv 2t2c MRR
2259 #- type: "table"
2260 #  title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2261 #  algorithm: "table_performance_comparison"
2262 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2263 #  history:
2264 #    - title: "rls1810"
2265 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2266 #  reference:
2267 #    title: "rls1901"
2268 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2269 #  compare:
2270 #    title: "rls1904"
2271 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2272 #  data: "intel-dnv-vpp-changes-2n-dnv"
2273 #  include-tests: "MRR"
2274 #  filter: "'2T2C' and 'MRR'"
2275 #  parameters:
2276 #  - "name"
2277 #  - "parent"
2278 #  - "result"
2279 #
2280 ## VPP Performance Changes 2n-dnv 4t4c MRR
2281 #- type: "table"
2282 #  title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2283 #  algorithm: "table_performance_comparison"
2284 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2285 #  history:
2286 #    - title: "rls1810"
2287 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2288 #  reference:
2289 #    title: "rls1901"
2290 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2291 #  compare:
2292 #    title: "rls1904"
2293 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2294 #  data: "intel-dnv-vpp-changes-2n-dnv"
2295 #  include-tests: "MRR"
2296 #  filter: "'4T4C' and 'MRR'"
2297 #  parameters:
2298 #  - "name"
2299 #  - "parent"
2300 #  - "result"
2301
2302 # VPP Performance Changes 3n-hsw 1t1c pdr
2303 - type: "table"
2304   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2305   algorithm: "table_performance_comparison"
2306   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2307   history:
2308     - title: "rls1810"
2309       data: "vpp-performance-changes-3n-hsw-h1"
2310   reference:
2311     title: "rls1901"
2312     data: "vpp-performance-changes-3n-hsw-ref"
2313   compare:
2314     title: "rls1904"
2315     data: "vpp-performance-changes-3n-hsw-cmp"
2316   data: "vpp-performance-changes-3n-hsw"
2317   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2318   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2319   parameters:
2320   - "name"
2321   - "parent"
2322   - "throughput"
2323
2324 # VPP Performance Changes 3n-hsw 2t2c pdr
2325 - type: "table"
2326   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2327   algorithm: "table_performance_comparison"
2328   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2329   history:
2330     - title: "rls1810"
2331       data: "vpp-performance-changes-3n-hsw-h1"
2332   reference:
2333     title: "rls1901"
2334     data: "vpp-performance-changes-3n-hsw-ref"
2335   compare:
2336     title: "rls1904"
2337     data: "vpp-performance-changes-3n-hsw-cmp"
2338   data: "vpp-performance-changes-3n-hsw"
2339   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2340   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2341   parameters:
2342   - "name"
2343   - "parent"
2344   - "throughput"
2345
2346 # VPP Performance Changes 3n-hsw 1t1c ndr
2347 - type: "table"
2348   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2349   algorithm: "table_performance_comparison"
2350   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2351   history:
2352     - title: "rls1810"
2353       data: "vpp-performance-changes-3n-hsw-h1"
2354   reference:
2355     title: "rls1901"
2356     data: "vpp-performance-changes-3n-hsw-ref"
2357   compare:
2358     title: "rls1904"
2359     data: "vpp-performance-changes-3n-hsw-cmp"
2360   data: "vpp-performance-changes-3n-hsw"
2361   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2362   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2363   parameters:
2364   - "name"
2365   - "parent"
2366   - "throughput"
2367
2368 # VPP Performance Changes 3n-hsw 2t2c ndr
2369 - type: "table"
2370   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2371   algorithm: "table_performance_comparison"
2372   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2373   history:
2374     - title: "rls1810"
2375       data: "vpp-performance-changes-3n-hsw-h1"
2376   reference:
2377     title: "rls1901"
2378     data: "vpp-performance-changes-3n-hsw-ref"
2379   compare:
2380     title: "rls1904"
2381     data: "vpp-performance-changes-3n-hsw-cmp"
2382   data: "vpp-performance-changes-3n-hsw"
2383   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2384   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2385   parameters:
2386   - "name"
2387   - "parent"
2388   - "throughput"
2389
2390 # VPP Performance Changes 3n-skx 2t1c pdr
2391 - type: "table"
2392   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2393   algorithm: "table_performance_comparison"
2394   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2395   history:
2396     - title: "rls1810"
2397       data: "vpp-performance-changes-3n-skx-h1"
2398   reference:
2399     title: "rls1901"
2400     data: "vpp-performance-changes-3n-skx-ref"
2401   compare:
2402     title: "rls1904"
2403     data: "vpp-performance-changes-3n-skx-cmp"
2404   data: "vpp-performance-changes-3n-skx"
2405   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2406   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2407   parameters:
2408   - "name"
2409   - "parent"
2410   - "throughput"
2411
2412 # VPP Performance Changes 3n-skx 4t2c pdr
2413 - type: "table"
2414   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2415   algorithm: "table_performance_comparison"
2416   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2417   history:
2418     - title: "rls1810"
2419       data: "vpp-performance-changes-3n-skx-h1"
2420   reference:
2421     title: "rls1901"
2422     data: "vpp-performance-changes-3n-skx-ref"
2423   compare:
2424     title: "rls1904"
2425     data: "vpp-performance-changes-3n-skx-cmp"
2426   data: "vpp-performance-changes-3n-skx"
2427   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2428   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2429   parameters:
2430   - "name"
2431   - "parent"
2432   - "throughput"
2433
2434 # VPP Performance Changes 3n-skx 2t1c ndr
2435 - type: "table"
2436   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2437   algorithm: "table_performance_comparison"
2438   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2439   history:
2440     - title: "rls1810"
2441       data: "vpp-performance-changes-3n-skx-h1"
2442   reference:
2443     title: "rls1901"
2444     data: "vpp-performance-changes-3n-skx-ref"
2445   compare:
2446     title: "rls1904"
2447     data: "vpp-performance-changes-3n-skx-cmp"
2448   data: "vpp-performance-changes-3n-skx"
2449   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2450   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2451   parameters:
2452   - "name"
2453   - "parent"
2454   - "throughput"
2455
2456 # VPP Performance Changes 3n-skx 4t2c ndr
2457 - type: "table"
2458   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2459   algorithm: "table_performance_comparison"
2460   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2461   history:
2462     - title: "rls1810"
2463       data: "vpp-performance-changes-3n-skx-h1"
2464   reference:
2465     title: "rls1901"
2466     data: "vpp-performance-changes-3n-skx-ref"
2467   compare:
2468     title: "rls1904"
2469     data: "vpp-performance-changes-3n-skx-cmp"
2470   data: "vpp-performance-changes-3n-skx"
2471   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2472   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2473   parameters:
2474   - "name"
2475   - "parent"
2476   - "throughput"
2477
2478 # VPP Performance Changes 2n-skx 2t1c pdr
2479 - type: "table"
2480   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2481   algorithm: "table_performance_comparison"
2482   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2483   history:
2484     - title: "rls1810"
2485       data: "vpp-performance-changes-2n-skx-h1"
2486   reference:
2487     title: "rls1901"
2488     data: "vpp-performance-changes-2n-skx-ref"
2489   compare:
2490     title: "rls1904"
2491     data: "vpp-performance-changes-2n-skx-cmp"
2492   data: "vpp-performance-changes-2n-skx"
2493   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2494   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2495   parameters:
2496   - "name"
2497   - "parent"
2498   - "throughput"
2499
2500 # VPP Performance Changes 2n-skx 4t2c pdr
2501 - type: "table"
2502   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2503   algorithm: "table_performance_comparison"
2504   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2505   history:
2506     - title: "rls1810"
2507       data: "vpp-performance-changes-2n-skx-h1"
2508   reference:
2509     title: "rls1901"
2510     data: "vpp-performance-changes-2n-skx-ref"
2511   compare:
2512     title: "rls1904"
2513     data: "vpp-performance-changes-2n-skx-cmp"
2514   data: "vpp-performance-changes-2n-skx"
2515   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2516   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2517   parameters:
2518   - "name"
2519   - "parent"
2520   - "throughput"
2521
2522 # VPP Performance Changes 2n-skx 2t1c ndr
2523 - type: "table"
2524   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2525   algorithm: "table_performance_comparison"
2526   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2527   history:
2528     - title: "rls1810"
2529       data: "vpp-performance-changes-2n-skx-h1"
2530   reference:
2531     title: "rls1901"
2532     data: "vpp-performance-changes-2n-skx-ref"
2533   compare:
2534     title: "rls1904"
2535     data: "vpp-performance-changes-2n-skx-cmp"
2536   data: "vpp-performance-changes-2n-skx"
2537   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2538   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2539   parameters:
2540   - "name"
2541   - "parent"
2542   - "throughput"
2543
2544 # VPP Performance Changes 2n-skx 4t2c ndr
2545 - type: "table"
2546   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2547   algorithm: "table_performance_comparison"
2548   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2549   history:
2550     - title: "rls1810"
2551       data: "vpp-performance-changes-2n-skx-h1"
2552   reference:
2553     title: "rls1901"
2554     data: "vpp-performance-changes-2n-skx-ref"
2555   compare:
2556     title: "rls1904"
2557     data: "vpp-performance-changes-2n-skx-cmp"
2558   data: "vpp-performance-changes-2n-skx"
2559   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2560   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2561   parameters:
2562   - "name"
2563   - "parent"
2564   - "throughput"
2565
2566 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2567 - type: "table"
2568   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2569   algorithm: "table_performance_comparison"
2570   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2571   reference:
2572     title: "3-Node Hsw"
2573     data: "vpp-compare-testbeds-ref"
2574   compare:
2575     title: "3-Node Skx"
2576     data: "vpp-compare-testbeds-cmp"
2577   data: "vpp-compare-testbeds"
2578   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2579   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2580   parameters:
2581   - "name"
2582   - "parent"
2583   - "throughput"
2584
2585 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2586 - type: "table"
2587   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2588   algorithm: "table_performance_comparison"
2589   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2590   reference:
2591     title: "3-Node Hsw"
2592     data: "vpp-compare-testbeds-ref"
2593   compare:
2594     title: "3-Node Skx"
2595     data: "vpp-compare-testbeds-cmp"
2596   data: "vpp-compare-testbeds"
2597   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2598   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2599   parameters:
2600   - "name"
2601   - "parent"
2602   - "throughput"
2603
2604 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2605 - type: "table"
2606   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2607   algorithm: "table_performance_comparison"
2608   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2609   reference:
2610     title: "3-Node Hsw"
2611     data: "vpp-compare-testbeds-ref"
2612   compare:
2613     title: "3-Node Skx"
2614     data: "vpp-compare-testbeds-cmp"
2615   data: "vpp-compare-testbeds"
2616   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2617   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2618   parameters:
2619   - "name"
2620   - "parent"
2621   - "throughput"
2622
2623 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2624 - type: "table"
2625   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2626   algorithm: "table_performance_comparison"
2627   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2628   reference:
2629     title: "3-Node Hsw"
2630     data: "vpp-compare-testbeds-ref"
2631   compare:
2632     title: "3-Node Skx"
2633     data: "vpp-compare-testbeds-cmp"
2634   data: "vpp-compare-testbeds"
2635   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2636   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2637   parameters:
2638   - "name"
2639   - "parent"
2640   - "throughput"
2641
2642 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2643 - type: "table"
2644   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2645   algorithm: "table_performance_comparison"
2646   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2647   reference:
2648     title: "3-Node Skx"
2649     data: "vpp-compare-topologies-ref"
2650   compare:
2651     title: "2-Node Skx"
2652     data: "vpp-compare-topologies-cmp"
2653   data: "vpp-compare-topologies"
2654   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2655   filter: "'NDRPDR' and '1C'"
2656   parameters:
2657   - "name"
2658   - "parent"
2659   - "throughput"
2660
2661 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2662 - type: "table"
2663   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2664   algorithm: "table_performance_comparison"
2665   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2666   reference:
2667     title: "3-Node Skx"
2668     data: "vpp-compare-topologies-ref"
2669   compare:
2670     title: "2-Node Skx"
2671     data: "vpp-compare-topologies-cmp"
2672   data: "vpp-compare-topologies"
2673   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2674   filter: "'NDRPDR' and '2C'"
2675   parameters:
2676   - "name"
2677   - "parent"
2678   - "throughput"
2679
2680 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2681 - type: "table"
2682   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2683   algorithm: "table_performance_comparison"
2684   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2685   reference:
2686     title: "3-Node Skx"
2687     data: "vpp-compare-topologies-ref"
2688   compare:
2689     title: "2-Node Skx"
2690     data: "vpp-compare-topologies-cmp"
2691   data: "vpp-compare-topologies"
2692   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2693   filter: "'NDRPDR' and '1C'"
2694   parameters:
2695   - "name"
2696   - "parent"
2697   - "throughput"
2698
2699 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2700 - type: "table"
2701   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2702   algorithm: "table_performance_comparison"
2703   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2704   reference:
2705     title: "3-Node Skx"
2706     data: "vpp-compare-topologies-ref"
2707   compare:
2708     title: "2-Node Skx"
2709     data: "vpp-compare-topologies-cmp"
2710   data: "vpp-compare-topologies"
2711   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2712   filter: "'NDRPDR' and '2C'"
2713   parameters:
2714   - "name"
2715   - "parent"
2716   - "throughput"
2717
2718 # VPP Performance Changes 3n-hsw 1t1c MRR
2719 - type: "table"
2720   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2721   algorithm: "table_performance_comparison"
2722   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2723   history:
2724     - title: "rls1810"
2725       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2726   reference:
2727     title: "rls1901"
2728     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2729   compare:
2730     title: "rls1904"
2731     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2732   data: "vpp-performance-changes-3n-hsw-mrr"
2733   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2734   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2735   parameters:
2736   - "name"
2737   - "parent"
2738   - "result"
2739
2740 # VPP Performance Changes 3n-hsw 2t2c MRR
2741 - type: "table"
2742   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2743   algorithm: "table_performance_comparison"
2744   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2745   history:
2746     - title: "rls1810"
2747       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2748   reference:
2749     title: "rls1901"
2750     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2751   compare:
2752     title: "rls1904"
2753     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2754   data: "vpp-performance-changes-3n-hsw-mrr"
2755   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2756   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2757   parameters:
2758   - "name"
2759   - "parent"
2760   - "result"
2761
2762 # VPP Performance Changes 3n-hsw 4t4c MRR
2763 - type: "table"
2764   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2765   algorithm: "table_performance_comparison"
2766   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2767   history:
2768     - title: "rls1810"
2769       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2770   reference:
2771     title: "rls1901"
2772     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2773   compare:
2774     title: "rls1904"
2775     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2776   data: "vpp-performance-changes-3n-hsw-mrr"
2777   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2778   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2779   parameters:
2780   - "name"
2781   - "parent"
2782   - "result"
2783
2784 # VPP Performance Changes 3n-skx 2t1c MRR
2785 - type: "table"
2786   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2787   algorithm: "table_performance_comparison"
2788   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2789   history:
2790     - title: "rls1810"
2791       data: "vpp-performance-changes-3n-skx-mrr-h1"
2792   reference:
2793     title: "rls1901"
2794     data: "vpp-performance-changes-3n-skx-mrr-ref"
2795   compare:
2796     title: "rls1904"
2797     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2798   data: "vpp-performance-changes-3n-skx-mrr"
2799   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2800   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2801   parameters:
2802   - "name"
2803   - "parent"
2804   - "result"
2805
2806 # VPP Performance Changes 3n-skx 4t2c MRR
2807 - type: "table"
2808   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2809   algorithm: "table_performance_comparison"
2810   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2811   history:
2812     - title: "rls1810"
2813       data: "vpp-performance-changes-3n-skx-mrr-h1"
2814   reference:
2815     title: "rls1901"
2816     data: "vpp-performance-changes-3n-skx-mrr-ref"
2817   compare:
2818     title: "rls1904"
2819     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2820   data: "vpp-performance-changes-3n-skx-mrr"
2821   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2822   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2823   parameters:
2824   - "name"
2825   - "parent"
2826   - "result"
2827
2828 # VPP Performance Changes 3n-skx 8t4c MRR
2829 - type: "table"
2830   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2831   algorithm: "table_performance_comparison"
2832   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2833   history:
2834     - title: "rls1810"
2835       data: "vpp-performance-changes-3n-skx-mrr-h1"
2836   reference:
2837     title: "rls1901"
2838     data: "vpp-performance-changes-3n-skx-mrr-ref"
2839   compare:
2840     title: "rls1904"
2841     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2842   data: "vpp-performance-changes-3n-skx-mrr"
2843   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2844   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2845   parameters:
2846   - "name"
2847   - "parent"
2848   - "result"
2849
2850 # VPP Performance Changes 2n-skx 2t1c MRR
2851 - type: "table"
2852   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2853   algorithm: "table_performance_comparison"
2854   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2855   history:
2856     - title: "rls1810"
2857       data: "vpp-performance-changes-2n-skx-mrr-h1"
2858   reference:
2859     title: "rls1901"
2860     data: "vpp-performance-changes-2n-skx-mrr-ref"
2861   compare:
2862     title: "rls1904"
2863     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2864   data: "vpp-performance-changes-2n-skx-mrr"
2865   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2866   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2867   parameters:
2868   - "name"
2869   - "parent"
2870   - "result"
2871
2872 # VPP Performance Changes 2n-skx 4t2c MRR
2873 - type: "table"
2874   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2875   algorithm: "table_performance_comparison"
2876   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2877   history:
2878     - title: "rls1810"
2879       data: "vpp-performance-changes-2n-skx-mrr-h1"
2880   reference:
2881     title: "rls1901"
2882     data: "vpp-performance-changes-2n-skx-mrr-ref"
2883   compare:
2884     title: "rls1904"
2885     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2886   data: "vpp-performance-changes-2n-skx-mrr"
2887   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2888   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2889   parameters:
2890   - "name"
2891   - "parent"
2892   - "result"
2893
2894 # VPP Performance Changes 2n-skx 8t4c MRR
2895 - type: "table"
2896   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2897   algorithm: "table_performance_comparison"
2898   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2899   history:
2900     - title: "rls1810"
2901       data: "vpp-performance-changes-2n-skx-mrr-h1"
2902   reference:
2903     title: "rls1901"
2904     data: "vpp-performance-changes-2n-skx-mrr-ref"
2905   compare:
2906     title: "rls1904"
2907     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2908   data: "vpp-performance-changes-2n-skx-mrr"
2909   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2910   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2911   parameters:
2912   - "name"
2913   - "parent"
2914   - "result"
2915
2916 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2917 - type: "table"
2918   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2919   algorithm: "table_performance_comparison"
2920   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2921   reference:
2922     title: "3-Node Hsw"
2923     data: "vpp-compare-testbeds-mrr-ref"
2924   compare:
2925     title: "3-Node Skx"
2926     data: "vpp-compare-testbeds-mrr-cmp"
2927   data: "vpp-compare-testbeds-mrr"
2928   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2929   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2930   parameters:
2931   - "name"
2932   - "parent"
2933   - "result"
2934
2935 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2936 - type: "table"
2937   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2938   algorithm: "table_performance_comparison"
2939   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2940   reference:
2941     title: "3-Node Hsw"
2942     data: "vpp-compare-testbeds-mrr-ref"
2943   compare:
2944     title: "3-Node Skx"
2945     data: "vpp-compare-testbeds-mrr-cmp"
2946   data: "vpp-compare-testbeds-mrr"
2947   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2948   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2949   parameters:
2950   - "name"
2951   - "parent"
2952   - "result"
2953
2954 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2955 - type: "table"
2956   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2957   algorithm: "table_performance_comparison"
2958   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2959   reference:
2960     title: "3-Node Hsw"
2961     data: "vpp-compare-testbeds-mrr-ref"
2962   compare:
2963     title: "3-Node Skx"
2964     data: "vpp-compare-testbeds-mrr-cmp"
2965   data: "vpp-compare-testbeds-mrr"
2966   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2967   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2968   parameters:
2969   - "name"
2970   - "parent"
2971   - "result"
2972
2973 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2974 - type: "table"
2975   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2976   algorithm: "table_performance_comparison"
2977   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2978   reference:
2979     title: "3-Node Skx"
2980     data: "vpp-compare-topologies-mrr-ref"
2981   compare:
2982     title: "2-Node Skx"
2983     data: "vpp-compare-topologies-mrr-cmp"
2984   data: "vpp-compare-topologies-mrr"
2985   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2986   filter: "'MRR' and '1C'"
2987   parameters:
2988   - "name"
2989   - "parent"
2990   - "result"
2991
2992 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2993 - type: "table"
2994   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
2995   algorithm: "table_performance_comparison"
2996   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
2997   reference:
2998     title: "3-Node Skx"
2999     data: "vpp-compare-topologies-mrr-ref"
3000   compare:
3001     title: "2-Node Skx"
3002     data: "vpp-compare-topologies-mrr-cmp"
3003   data: "vpp-compare-topologies-mrr"
3004   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3005   filter: "'MRR' and '2C'"
3006   parameters:
3007   - "name"
3008   - "parent"
3009   - "result"
3010
3011 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3012 - type: "table"
3013   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3014   algorithm: "table_performance_comparison"
3015   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3016   reference:
3017     title: "3-Node Skx"
3018     data: "vpp-compare-topologies-mrr-ref"
3019   compare:
3020     title: "2-Node Skx"
3021     data: "vpp-compare-topologies-mrr-cmp"
3022   data: "vpp-compare-topologies-mrr"
3023   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3024   filter: "'MRR' and '4C'"
3025   parameters:
3026   - "name"
3027   - "parent"
3028   - "result"
3029
3030 # Detailed Test Results - VPP Performance Results 3n-hsw
3031 - type: "table"
3032   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3033   algorithm: "table_merged_details"
3034   output-file-ext: ".csv"
3035   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3036   columns:
3037   - title: "Name"
3038     data: "data name"
3039   - title: "Status"
3040     data: "data msg"
3041   rows: "generated"
3042   data: "vpp-perf-results-3n-hsw"
3043   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3044   parameters:
3045   - "name"
3046   - "parent"
3047   - "msg"
3048
3049 # Detailed Test Results - VPP Performance Results 3n-skx
3050 - type: "table"
3051   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3052   algorithm: "table_merged_details"
3053   output-file-ext: ".csv"
3054   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3055   columns:
3056   - title: "Name"
3057     data: "data name"
3058   - title: "Status"
3059     data: "data msg"
3060   rows: "generated"
3061   data: "vpp-perf-results-3n-skx"
3062   filter: "not 'CFS_OPT'"
3063   parameters:
3064   - "name"
3065   - "parent"
3066   - "msg"
3067
3068 # Detailed Test Results - VPP Performance Results 2n-skx
3069 - type: "table"
3070   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3071   algorithm: "table_merged_details"
3072   output-file-ext: ".csv"
3073   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3074   columns:
3075   - title: "Name"
3076     data: "data name"
3077   - title: "Status"
3078     data: "data msg"
3079   rows: "generated"
3080   data: "vpp-perf-results-2n-skx"
3081   filter: "not 'CFS_OPT'"
3082   parameters:
3083   - "name"
3084   - "parent"
3085   - "msg"
3086
3087 ## Detailed Test Results - VPP Performance Results 2n-dnv
3088 #- type: "table"
3089 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3090 #  algorithm: "table_details"
3091 #  output-file-ext: ".csv"
3092 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3093 #  columns:
3094 #  - title: "Name"
3095 #    data: "data name"
3096 #  - title: "Status"
3097 #    data: "data msg"
3098 #  rows: "generated"
3099 #  data: "intel-dnv-vpp"
3100 #  filter: "'NDRPDR'"
3101 #  parameters:
3102 #  - "name"
3103 #  - "parent"
3104 #  - "msg"
3105
3106 # Test configuration - VPP Performance Test Configs 3n-hsw
3107 - type: "table"
3108   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3109   algorithm: "table_merged_details"
3110   output-file-ext: ".csv"
3111   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3112   columns:
3113   - title: "Name"
3114     data: "data name"
3115   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3116     data: "data conf-history"
3117   rows: "generated"
3118   data: "vpp-perf-results-3n-hsw"
3119   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3120   parameters:
3121   - "parent"
3122   - "name"
3123   - "conf-history"
3124
3125 # Test configuration - VPP Performance Test Configs 3n-skx
3126 - type: "table"
3127   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3128   algorithm: "table_merged_details"
3129   output-file-ext: ".csv"
3130   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3131   columns:
3132   - title: "Name"
3133     data: "data name"
3134   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3135     data: "data conf-history"
3136   rows: "generated"
3137   data: "vpp-perf-results-3n-skx"
3138   filter: "not 'CFS_OPT'"
3139   parameters:
3140   - "parent"
3141   - "name"
3142   - "conf-history"
3143
3144 # Test configuration - VPP Performance Test Configs 2n-skx
3145 - type: "table"
3146   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3147   algorithm: "table_merged_details"
3148   output-file-ext: ".csv"
3149   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3150   columns:
3151   - title: "Name"
3152     data: "data name"
3153   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3154     data: "data conf-history"
3155   rows: "generated"
3156   data: "vpp-perf-results-2n-skx"
3157   filter: "not 'CFS_OPT'"
3158   parameters:
3159   - "parent"
3160   - "name"
3161   - "conf-history"
3162
3163 ## Test configuration - VPP Performance Test Configs 2n-dnv
3164 #- type: "table"
3165 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3166 #  algorithm: "table_details"
3167 #  output-file-ext: ".csv"
3168 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3169 #  columns:
3170 #  - title: "Name"
3171 #    data: "data name"
3172 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3173 #    data: "data conf-history"
3174 #  rows: "generated"
3175 #  data: "intel-dnv-vpp"
3176 #  filter: "'NDRPDR'"
3177 #  parameters:
3178 #  - "parent"
3179 #  - "name"
3180 #  - "conf-history"
3181
3182 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3183 - type: "table"
3184   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3185   algorithm: "table_merged_details"
3186   output-file-ext: ".csv"
3187   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3188   columns:
3189   - title: "Name"
3190     data: "data name"
3191   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3192     data: "data show-run"
3193   rows: "generated"
3194   data: "vpp-perf-results-3n-hsw"
3195   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3196   parameters:
3197   - "parent"
3198   - "name"
3199   - "show-run"
3200
3201 # Test Operational Data - VPP Performance Operational Data 3n-skx
3202 - type: "table"
3203   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3204   algorithm: "table_merged_details"
3205   output-file-ext: ".csv"
3206   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3207   columns:
3208   - title: "Name"
3209     data: "data name"
3210   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3211     data: "data show-run"
3212   rows: "generated"
3213   data: "vpp-perf-results-3n-skx"
3214   filter: "not 'CFS_OPT'"
3215   parameters:
3216   - "parent"
3217   - "name"
3218   - "show-run"
3219
3220 # Test Operational Data - VPP Performance Operational Data 2n-skx
3221 - type: "table"
3222   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3223   algorithm: "table_merged_details"
3224   output-file-ext: ".csv"
3225   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3226   columns:
3227   - title: "Name"
3228     data: "data name"
3229   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3230     data: "data show-run"
3231   rows: "generated"
3232   data: "vpp-perf-results-2n-skx"
3233   filter: "not 'CFS_OPT'"
3234   parameters:
3235   - "parent"
3236   - "name"
3237   - "show-run"
3238
3239 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3240 #- type: "table"
3241 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3242 #  algorithm: "table_details"
3243 #  output-file-ext: ".csv"
3244 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3245 #  columns:
3246 #  - title: "Name"
3247 #    data: "data name"
3248 #  - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3249 #    data: "data show-run"
3250 #  rows: "generated"
3251 #  data: "intel-dnv-vpp"
3252 #  filter: "'NDRPDR'"
3253 #  parameters:
3254 #  - "parent"
3255 #  - "name"
3256 #  - "show-run"
3257
3258 # Detailed Test Results - VPP MRR Results 3n-hsw
3259 - type: "table"
3260   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3261   algorithm: "table_details"
3262   output-file-ext: ".csv"
3263   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3264   columns:
3265   - title: "Name"
3266     data: "data name"
3267   - title: "Status"
3268     data: "data msg"
3269   rows: "generated"
3270   data: "vpp-mrr-results-3n-hsw"
3271   filter: "'MRR'"
3272   parameters:
3273   - "name"
3274   - "parent"
3275   - "msg"
3276
3277 # Detailed Test Results - VPP MRR Results 3n-skx
3278 - type: "table"
3279   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3280   algorithm: "table_details"
3281   output-file-ext: ".csv"
3282   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3283   columns:
3284   - title: "Name"
3285     data: "data name"
3286   - title: "Status"
3287     data: "data msg"
3288   rows: "generated"
3289   data: "vpp-mrr-results-3n-skx"
3290   filter: "'MRR'"
3291   parameters:
3292   - "name"
3293   - "parent"
3294   - "msg"
3295
3296 # Detailed Test Results - VPP MRR Results 2n-skx
3297 - type: "table"
3298   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3299   algorithm: "table_details"
3300   output-file-ext: ".csv"
3301   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3302   columns:
3303   - title: "Name"
3304     data: "data name"
3305   - title: "Status"
3306     data: "data msg"
3307   rows: "generated"
3308   data: "vpp-mrr-results-2n-skx"
3309   filter: "'MRR'"
3310   parameters:
3311   - "name"
3312   - "parent"
3313   - "msg"
3314
3315 ## Detailed Test Results - VPP MRR Results 2n-dnv
3316 #- type: "table"
3317 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3318 #  algorithm: "table_details"
3319 #  output-file-ext: ".csv"
3320 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3321 #  columns:
3322 #  - title: "Name"
3323 #    data: "data name"
3324 #  - title: "Status"
3325 #    data: "data msg"
3326 #  rows: "generated"
3327 #  data: "intel-dnv-vpp"
3328 #  filter: "'MRR'"
3329 #  parameters:
3330 #  - "name"
3331 #  - "parent"
3332 #  - "msg"
3333
3334 # Test configuration - VPP MRR Test Configs 3n-hsw
3335 - type: "table"
3336   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3337   algorithm: "table_details"
3338   output-file-ext: ".csv"
3339   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3340   columns:
3341   - title: "Name"
3342     data: "data name"
3343   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3344     data: "data conf-history"
3345   rows: "generated"
3346   data: "vpp-mrr-results-3n-hsw"
3347   filter: "'MRR'"
3348   parameters:
3349   - "parent"
3350   - "name"
3351   - "conf-history"
3352
3353 # Test configuration - VPP MRR Test Configs 3n-skx
3354 - type: "table"
3355   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3356   algorithm: "table_details"
3357   output-file-ext: ".csv"
3358   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3359   columns:
3360   - title: "Name"
3361     data: "data name"
3362   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3363     data: "data conf-history"
3364   rows: "generated"
3365   data: "vpp-mrr-results-3n-skx"
3366   filter: "'MRR'"
3367   parameters:
3368   - "parent"
3369   - "name"
3370   - "conf-history"
3371
3372 # Test configuration - VPP MRR Test Configs 2n-skx
3373 - type: "table"
3374   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3375   algorithm: "table_details"
3376   output-file-ext: ".csv"
3377   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3378   columns:
3379   - title: "Name"
3380     data: "data name"
3381   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3382     data: "data conf-history"
3383   rows: "generated"
3384   data: "vpp-mrr-results-2n-skx"
3385   filter: "'MRR'"
3386   parameters:
3387   - "parent"
3388   - "name"
3389   - "conf-history"
3390
3391 ## Test configuration - VPP MRR Test Configs 2n-dnv
3392 #- type: "table"
3393 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3394 #  algorithm: "table_details"
3395 #  output-file-ext: ".csv"
3396 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3397 #  columns:
3398 #  - title: "Name"
3399 #    data: "data name"
3400 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3401 #    data: "data conf-history"
3402 #  rows: "generated"
3403 #  data: "intel-dnv-vpp"
3404 #  filter: "'MRR'"
3405 #  parameters:
3406 #  - "parent"
3407 #  - "name"
3408 #  - "conf-history"
3409
3410 # Detailed Test Results - VPP Functional Results - Ubuntu
3411 - type: "table"
3412   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3413   algorithm: "table_details"
3414   output-file-ext: ".csv"
3415   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3416   columns:
3417   - title: "Name"
3418     data: "data name"
3419   - title: "Documentation"
3420     data: "data doc"
3421   - title: "Status"
3422     data: "data status"
3423   rows: "generated"
3424   data: "vpp-func-results-ubuntu"
3425   filter: "all"
3426   parameters:
3427   - "name"
3428   - "parent"
3429   - "doc"
3430   - "status"
3431
3432 # Detailed Test Results - VPP Functional Results - CentOS
3433 - type: "table"
3434   title: "Detailed Test Results - VPP Functional Results - CentOS"
3435   algorithm: "table_details"
3436   output-file-ext: ".csv"
3437   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3438   columns:
3439   - title: "Name"
3440     data: "data name"
3441   - title: "Documentation"
3442     data: "data doc"
3443   -
3444     title: "Status"
3445     data: "data status"
3446   rows: "generated"
3447   data:
3448     "vpp-func-results-centos"
3449   filter: "all"
3450   parameters:
3451   - "name"
3452   - "parent"
3453   - "doc"
3454   - "status"
3455
3456 # Test configuration - VPP Functional Test Configs - Ubuntu
3457 - type: "table"
3458   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3459   algorithm: "table_details"
3460   output-file-ext: ".csv"
3461   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3462   columns:
3463   - title: "Name"
3464     data: "data name"
3465   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3466     data: "data conf-history"
3467   rows: "generated"
3468   data: "vpp-func-results-ubuntu"
3469   filter: "all"
3470   parameters:
3471   - "parent"
3472   - "name"
3473   - "conf-history"
3474
3475 # Test configuration - VPP Functional Test Configs - CentOS
3476 - type: "table"
3477   title: "Test configuration - VPP Functional Test Configs - CentOS"
3478   algorithm: "table_details"
3479   output-file-ext: ".csv"
3480   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3481   columns:
3482   - title: "Name"
3483     data: "data name"
3484   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3485     data: "data conf-history"
3486   rows: "generated"
3487   data: "vpp-func-results-centos"
3488   filter: "all"
3489   parameters:
3490   - "parent"
3491   - "name"
3492   - "conf-history"
3493
3494 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3495 #- type: "table"
3496 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3497 #  algorithm: "table_details"
3498 #  output-file-ext: ".csv"
3499 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3500 #  columns:
3501 #  - title: "Name"
3502 #    data: "data name"
3503 #  - title: "Status"
3504 #    data: "data msg"
3505 #  rows: "generated"
3506 #  data: "ligato-perf-results-3n-hsw"
3507 #  filter: "all"
3508 #  parameters:
3509 #  - "name"
3510 #  - "parent"
3511 #  - "msg"
3512
3513 # Detailed Test Results - VPP Device Results - Ubuntu
3514 - type: "table"
3515   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3516   algorithm: "table_details"
3517   output-file-ext: ".csv"
3518   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3519   columns:
3520   - title: "Name"
3521     data: "data name"
3522   - title: "Documentation"
3523     data: "data doc"
3524   - title: "Status"
3525     data: "data status"
3526   rows: "generated"
3527   data: "vpp-device-results-ubuntu"
3528   filter: "all"
3529   parameters:
3530   - "name"
3531   - "parent"
3532   - "doc"
3533   - "status"
3534
3535 # Test configuration - VPP Device Test Configs - Ubuntu
3536 - type: "table"
3537   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3538   algorithm: "table_details"
3539   output-file-ext: ".csv"
3540   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3541   columns:
3542   - title: "Name"
3543     data: "data name"
3544   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3545     data: "data conf-history"
3546   rows: "generated"
3547   data: "vpp-device-results-ubuntu"
3548   filter: "all"
3549   parameters:
3550   - "parent"
3551   - "name"
3552   - "conf-history"
3553
3554 ################################################################################
3555
3556 # DPDK Performance Changes 3n-hsw 1t1c pdr
3557 - type: "table"
3558   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3559   algorithm: "table_performance_comparison"
3560   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3561   history:
3562     - title: "rls1810"
3563       data: "dpdk-performance-changes-3n-hsw-h1"
3564   reference:
3565     title: "rls1901"
3566     data: "dpdk-performance-changes-3n-hsw-ref"
3567   compare:
3568     title: "rls1904"
3569     data: "dpdk-performance-changes-3n-hsw-cmp"
3570   data: "dpdk-performance-changes-3n-hsw"
3571   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3572   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3573   parameters:
3574   - "name"
3575   - "parent"
3576   - "throughput"
3577
3578 # DPDK Performance Changes 3n-hsw 2t2c pdr
3579 - type: "table"
3580   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3581   algorithm: "table_performance_comparison"
3582   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3583   history:
3584     - title: "rls1810"
3585       data: "dpdk-performance-changes-3n-hsw-h1"
3586   reference:
3587     title: "rls1901"
3588     data: "dpdk-performance-changes-3n-hsw-ref"
3589   compare:
3590     title: "rls1904"
3591     data: "dpdk-performance-changes-3n-hsw-cmp"
3592   data: "dpdk-performance-changes-3n-hsw"
3593   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3594   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3595   parameters:
3596   - "name"
3597   - "parent"
3598   - "throughput"
3599
3600 # DPDK Performance Changes 3n-hsw 1t1c ndr
3601 - type: "table"
3602   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3603   algorithm: "table_performance_comparison"
3604   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3605   history:
3606     - title: "rls1810"
3607       data: "dpdk-performance-changes-3n-hsw-h1"
3608   reference:
3609     title: "rls1901"
3610     data: "dpdk-performance-changes-3n-hsw-ref"
3611   compare:
3612     title: "rls1904"
3613     data: "dpdk-performance-changes-3n-hsw-cmp"
3614   data: "dpdk-performance-changes-3n-hsw"
3615   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3616   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3617   parameters:
3618   - "name"
3619   - "parent"
3620   - "throughput"
3621
3622 # DPDK Performance Changes 3n-hsw 2t2c ndr
3623 - type: "table"
3624   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3625   algorithm: "table_performance_comparison"
3626   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3627   history:
3628     - title: "rls1810"
3629       data: "dpdk-performance-changes-3n-hsw-h1"
3630   reference:
3631     title: "rls1901"
3632     data: "dpdk-performance-changes-3n-hsw-ref"
3633   compare:
3634     title: "rls1904"
3635     data: "dpdk-performance-changes-3n-hsw-cmp"
3636   data: "dpdk-performance-changes-3n-hsw"
3637   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3638   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3639   parameters:
3640   - "name"
3641   - "parent"
3642   - "throughput"
3643
3644 # DPDK Performance Changes 3n-skx 2t1c pdr
3645 - type: "table"
3646   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3647   algorithm: "table_performance_comparison"
3648   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3649   history:
3650     - title: "rls1810"
3651       data: "dpdk-performance-changes-3n-skx-h1"
3652   reference:
3653     title: "rls1901"
3654     data: "dpdk-performance-changes-3n-skx-ref"
3655   compare:
3656     title: "rls1904"
3657     data: "dpdk-performance-changes-3n-skx-cmp"
3658   data: "dpdk-performance-changes-3n-skx"
3659   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3660   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3661   parameters:
3662   - "name"
3663   - "parent"
3664   - "throughput"
3665
3666 # DPDK Performance Changes 3n-skx 4t2c pdr
3667 - type: "table"
3668   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3669   algorithm: "table_performance_comparison"
3670   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3671   history:
3672     - title: "rls1810"
3673       data: "dpdk-performance-changes-3n-skx-h1"
3674   reference:
3675     title: "rls1901"
3676     data: "dpdk-performance-changes-3n-skx-ref"
3677   compare:
3678     title: "rls1904"
3679     data: "dpdk-performance-changes-3n-skx-cmp"
3680   data: "dpdk-performance-changes-3n-skx"
3681   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3682   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3683   parameters:
3684   - "name"
3685   - "parent"
3686   - "throughput"
3687
3688 # DPDK Performance Changes 3n-skx 2t1c ndr
3689 - type: "table"
3690   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3691   algorithm: "table_performance_comparison"
3692   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3693   history:
3694     - title: "rls1810"
3695       data: "dpdk-performance-changes-3n-skx-h1"
3696   reference:
3697     title: "rls1901"
3698     data: "dpdk-performance-changes-3n-skx-ref"
3699   compare:
3700     title: "rls1904"
3701     data: "dpdk-performance-changes-3n-skx-cmp"
3702   data: "dpdk-performance-changes-3n-skx"
3703   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3704   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3705   parameters:
3706   - "name"
3707   - "parent"
3708   - "throughput"
3709
3710 # DPDK Performance Changes 3n-skx 4t2c ndr
3711 - type: "table"
3712   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3713   algorithm: "table_performance_comparison"
3714   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3715   history:
3716     - title: "rls1810"
3717       data: "dpdk-performance-changes-3n-skx-h1"
3718   reference:
3719     title: "rls1901"
3720     data: "dpdk-performance-changes-3n-skx-ref"
3721   compare:
3722     title: "rls1904"
3723     data: "dpdk-performance-changes-3n-skx-cmp"
3724   data: "dpdk-performance-changes-3n-skx"
3725   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3726   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3727   parameters:
3728   - "name"
3729   - "parent"
3730   - "throughput"
3731
3732 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3733 - type: "table"
3734   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3735   algorithm: "table_performance_comparison"
3736   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3737   reference:
3738     title: "3-Node Hsw"
3739     data: "dpdk-compare-testbeds-ref"
3740   compare:
3741     title: "3-Node Skx"
3742     data: "dpdk-compare-testbeds-cmp"
3743   data: "dpdk-compare-testbeds"
3744   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3745   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3746   parameters:
3747   - "name"
3748   - "parent"
3749   - "throughput"
3750
3751 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3752 - type: "table"
3753   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3754   algorithm: "table_performance_comparison"
3755   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3756   reference:
3757     title: "3-Node Hsw"
3758     data: "dpdk-compare-testbeds-ref"
3759   compare:
3760     title: "3-Node Skx"
3761     data: "dpdk-compare-testbeds-cmp"
3762   data: "dpdk-compare-testbeds"
3763   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3764   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3765   parameters:
3766   - "name"
3767   - "parent"
3768   - "throughput"
3769
3770 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3771 - type: "table"
3772   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3773   algorithm: "table_performance_comparison"
3774   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3775   reference:
3776     title: "3-Node Skx"
3777     data: "dpdk-compare-topologies-ref"
3778   compare:
3779     title: "2-Node Skx"
3780     data: "dpdk-compare-topologies-cmp"
3781   data: "dpdk-compare-topologies"
3782   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3783   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3784   parameters:
3785   - "name"
3786   - "parent"
3787   - "throughput"
3788
3789 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3790 - type: "table"
3791   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3792   algorithm: "table_performance_comparison"
3793   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3794   reference:
3795     title: "3-Node Skx"
3796     data: "dpdk-compare-topologies-ref"
3797   compare:
3798     title: "2-Node Skx"
3799     data: "dpdk-compare-topologies-cmp"
3800   data: "dpdk-compare-topologies"
3801   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3802   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3803   parameters:
3804   - "name"
3805   - "parent"
3806   - "throughput"
3807
3808 # DPDK Performance Changes 2n-skx 2t1c pdr
3809 - type: "table"
3810   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3811   algorithm: "table_performance_comparison"
3812   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3813   history:
3814     - title: "rls1810"
3815       data: "dpdk-performance-changes-2n-skx-h1"
3816   reference:
3817     title: "rls1901"
3818     data: "dpdk-performance-changes-2n-skx-ref"
3819   compare:
3820     title: "rls1904"
3821     data: "dpdk-performance-changes-2n-skx-cmp"
3822   data: "dpdk-performance-changes-2n-skx"
3823   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3824   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3825   parameters:
3826   - "name"
3827   - "parent"
3828   - "throughput"
3829
3830 # DPDK Performance Changes 2n-skx 4t2c pdr
3831 - type: "table"
3832   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3833   algorithm: "table_performance_comparison"
3834   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3835   history:
3836     - title: "rls1810"
3837       data: "dpdk-performance-changes-2n-skx-h1"
3838   reference:
3839     title: "rls1901"
3840     data: "dpdk-performance-changes-2n-skx-ref"
3841   compare:
3842     title: "rls1904"
3843     data: "dpdk-performance-changes-2n-skx-cmp"
3844   data: "dpdk-performance-changes-2n-skx"
3845   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3846   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3847   parameters:
3848   - "name"
3849   - "parent"
3850   - "throughput"
3851
3852 # DPDK Performance Changes 2n-skx 2t1c ndr
3853 - type: "table"
3854   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3855   algorithm: "table_performance_comparison"
3856   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3857   history:
3858     - title: "rls1810"
3859       data: "dpdk-performance-changes-2n-skx-h1"
3860   reference:
3861     title: "rls1901"
3862     data: "dpdk-performance-changes-2n-skx-ref"
3863   compare:
3864     title: "rls1904"
3865     data: "dpdk-performance-changes-2n-skx-cmp"
3866   data: "dpdk-performance-changes-2n-skx"
3867   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3868   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3869   parameters:
3870   - "name"
3871   - "parent"
3872   - "throughput"
3873
3874 # DPDK Performance Changes 2n-skx 4t2c ndr
3875 - type: "table"
3876   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3877   algorithm: "table_performance_comparison"
3878   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3879   history:
3880     - title: "rls1810"
3881       data: "dpdk-performance-changes-2n-skx-h1"
3882   reference:
3883     title: "rls1901"
3884     data: "dpdk-performance-changes-2n-skx-ref"
3885   compare:
3886     title: "rls1904"
3887     data: "dpdk-performance-changes-2n-skx-cmp"
3888   data: "dpdk-performance-changes-2n-skx"
3889   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3890   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3891   parameters:
3892   - "name"
3893   - "parent"
3894   - "throughput"
3895
3896 # Detailed Test Results - DPDK Performance Results 3n-hsw
3897 - type: "table"
3898   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3899   algorithm: "table_details"
3900   output-file-ext: ".csv"
3901   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3902   columns:
3903   - title: "Name"
3904     data: "data name"
3905   - title: "Status"
3906     data: "data msg"
3907   rows: "generated"
3908   data: "dpdk-perf-results-3n-hsw"
3909   filter: "all"
3910   parameters:
3911   - "name"
3912   - "parent"
3913   - "msg"
3914
3915 # Detailed Test Results - DPDK Performance Results 3n-skx
3916 - type: "table"
3917   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3918   algorithm: "table_details"
3919   output-file-ext: ".csv"
3920   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3921   columns:
3922   - title: "Name"
3923     data: "data name"
3924   - title: "Status"
3925     data: "data msg"
3926   rows: "generated"
3927   data: "dpdk-perf-results-3n-skx"
3928   filter: "all"
3929   parameters:
3930   - "name"
3931   - "parent"
3932   - "msg"
3933
3934 # Detailed Test Results - DPDK Performance Results 2n-skx
3935 - type: "table"
3936   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3937   algorithm: "table_details"
3938   output-file-ext: ".csv"
3939   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3940   columns:
3941   - title: "Name"
3942     data: "data name"
3943   - title: "Status"
3944     data: "data msg"
3945   rows: "generated"
3946   data: "dpdk-perf-results-2n-skx"
3947   filter: "all"
3948   parameters:
3949   - "name"
3950   - "parent"
3951   - "msg"
3952
3953 ################################################################################
3954 # HoneyComb
3955 - type: "table"
3956   title: "Detailed Test Results - Honeycomb Functional Results"
3957   algorithm: "table_details"
3958   output-file-ext: ".csv"
3959   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3960   columns:
3961   - title: "Name"
3962     data: "data name"
3963   - title: "Documentation"
3964     data: "data doc"
3965   - title: "Status"
3966     data: "data status"
3967   rows: "generated"
3968   data:
3969     "hc-func-results"
3970   filter: "all"
3971   parameters:
3972   - "name"
3973   - "parent"
3974   - "doc"
3975   - "status"
3976
3977 ################################################################################
3978 # NSH SFC
3979 #-
3980 #  type: "table"
3981 #  title: "Detailed Test Results - NSH SFC Functional Results"
3982 #  algorithm: "table_details"
3983 #  output-file-ext: ".csv"
3984 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3985 #  columns:
3986 #  -
3987 #    title: "Name"
3988 #    data: "data name"
3989 #  -
3990 #    title: "Documentation"
3991 #    data: "data doc"
3992 #  -
3993 #    title: "Status"
3994 #    data: "data status"
3995 #  rows: "generated"
3996 #  data:
3997 #    "nsh-func-results"
3998 #  filter: "all"
3999 #  parameters:
4000 #  - "name"
4001 #  - "parent"
4002 #  - "doc"
4003 #  - "status"
4004
4005 ################################################################################
4006 # DMM
4007 - type: "table"
4008   title: "Detailed Test Results - DMM Functional Results"
4009   algorithm: "table_details"
4010   output-file-ext: ".csv"
4011   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4012   columns:
4013   - title: "Name"
4014     data: "data name"
4015   - title: "Documentation"
4016     data: "data doc"
4017   - title: "Status"
4018     data: "data status"
4019   rows: "generated"
4020   data:
4021     "dmm-func-results"
4022   filter: "all"
4023   parameters:
4024   - "name"
4025   - "parent"
4026   - "doc"
4027   - "status"
4028
4029 ################################################################################
4030 ###                                F I L E S                                 ###
4031 ################################################################################
4032
4033 # VPP Performance Results 3n-hsw
4034 - type: "file"
4035   title: "VPP Performance Results 3n-hsw"
4036   algorithm: "file_test_results"
4037   output-file-ext: ".rst"
4038   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4039   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"
4040   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4041   data: "vpp-perf-results-3n-hsw"
4042   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4043   parameters:
4044   - "name"
4045   - "doc"
4046   - "level"
4047   - "parent"
4048   data-start-level: 3
4049
4050 # VPP Performance Results 3n-skx
4051 - type: "file"
4052   title: "VPP Performance Results 3n-skx"
4053   algorithm: "file_test_results"
4054   output-file-ext: ".rst"
4055   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4056   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"
4057   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4058   data: "vpp-perf-results-3n-skx"
4059   filter: "not 'CFS_OPT'"
4060   parameters:
4061   - "name"
4062   - "doc"
4063   - "level"
4064   - "parent"
4065   data-start-level: 3
4066
4067 # VPP Performance Results 2n-skx
4068 - type: "file"
4069   title: "VPP Performance Results 2n-skx"
4070   algorithm: "file_test_results"
4071   output-file-ext: ".rst"
4072   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4073   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"
4074   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4075   data: "vpp-perf-results-2n-skx"
4076   filter: "not 'CFS_OPT'"
4077   parameters:
4078   - "name"
4079   - "doc"
4080   - "level"
4081   - "parent"
4082   data-start-level: 3
4083
4084 ## VPP Performance Results 2n-dnv
4085 #- type: "file"
4086 #  title: "VPP Performance Results 2n-dnv"
4087 #  algorithm: "file_test_results"
4088 #  output-file-ext: ".rst"
4089 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4090 #  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"
4091 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4092 #  data: "intel-dnv-vpp"
4093 #  filter: "'NDRPDR'"
4094 #  parameters:
4095 #  - "name"
4096 #  - "doc"
4097 #  - "level"
4098 #  - "parent"
4099 #  data-start-level: 3
4100
4101 # VPP Performance Configuration 3n-hsw
4102 - type: "file"
4103   title: "VPP Performance Configuration 3n-hsw"
4104   algorithm: "file_test_results"
4105   output-file-ext: ".rst"
4106   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4107   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"
4108   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4109   data: "vpp-perf-results-3n-hsw"
4110   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4111   parameters:
4112   - "name"
4113   - "doc"
4114   - "level"
4115   - "parent"
4116   data-start-level: 3
4117
4118 # VPP Performance Configuration 3n-skx
4119 - type: "file"
4120   title: "VPP Performance Configuration 3n-skx"
4121   algorithm: "file_test_results"
4122   output-file-ext: ".rst"
4123   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4124   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"
4125   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4126   data: "vpp-perf-results-3n-skx"
4127   filter: "not 'CFS_OPT'"
4128   parameters:
4129   - "name"
4130   - "doc"
4131   - "level"
4132   - "parent"
4133   data-start-level: 3
4134
4135 # VPP Performance Configuration 2n-skx
4136 - type: "file"
4137   title: "VPP Performance Configuration 2n-skx"
4138   algorithm: "file_test_results"
4139   output-file-ext: ".rst"
4140   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4141   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"
4142   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4143   data: "vpp-perf-results-2n-skx"
4144   filter: "not 'CFS_OPT'"
4145   parameters:
4146   - "name"
4147   - "doc"
4148   - "level"
4149   - "parent"
4150   data-start-level: 3
4151
4152 ## VPP Performance Configuration 2n-dnv
4153 #- type: "file"
4154 #  title: "VPP Performance Configuration 2n-dnv"
4155 #  algorithm: "file_test_results"
4156 #  output-file-ext: ".rst"
4157 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4158 #  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"
4159 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4160 #  data: "intel-dnv-vpp"
4161 #  filter: "'NDRPDR'"
4162 #  parameters:
4163 #  - "name"
4164 #  - "doc"
4165 #  - "level"
4166 #  - "parent"
4167 #  data-start-level: 3
4168
4169 # VPP Performance Operational Data 3n-hsw
4170 - type: "file"
4171   title: "VPP Performance Operational Data 3n-hsw"
4172   algorithm: "file_test_results"
4173   output-file-ext: ".rst"
4174   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4175   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"
4176   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4177   data: "vpp-perf-results-3n-hsw"
4178   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4179   parameters:
4180   - "name"
4181   - "doc"
4182   - "level"
4183   - "parent"
4184   data-start-level: 3
4185
4186 # VPP Performance Operational Data 3n-skx
4187 - type: "file"
4188   title: "VPP Performance Operational Data 3n-skx"
4189   algorithm: "file_test_results"
4190   output-file-ext: ".rst"
4191   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4192   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"
4193   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4194   data: "vpp-perf-results-3n-skx"
4195   filter: "not 'CFS_OPT'"
4196   parameters:
4197   - "name"
4198   - "doc"
4199   - "level"
4200   - "parent"
4201   data-start-level: 3
4202
4203 # VPP Performance Operational Data 2n-skx
4204 - type: "file"
4205   title: "VPP Performance Operational Data 2n-skx"
4206   algorithm: "file_test_results"
4207   output-file-ext: ".rst"
4208   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4209   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"
4210   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4211   data: "vpp-perf-results-2n-skx"
4212   filter: "not 'CFS_OPT'"
4213   parameters:
4214   - "name"
4215   - "doc"
4216   - "level"
4217   - "parent"
4218   data-start-level: 3
4219
4220 ## VPP Performance Operational Data 2n-dnv
4221 #- type: "file"
4222 #  title: "VPP Performance Operational Data 2n-dnv"
4223 #  algorithm: "file_test_results"
4224 #  output-file-ext: ".rst"
4225 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4226 #  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"
4227 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4228 #  data: "intel-dnv-vpp"
4229 #  filter: "'NDRPDR'"
4230 #  parameters:
4231 #  - "name"
4232 #  - "doc"
4233 #  - "level"
4234 #  - "parent"
4235 #  data-start-level: 3
4236
4237 # VPP MRR Results 3n-hsw
4238 - type: "file"
4239   title: "VPP MRR Results 3n-hsw"
4240   algorithm: "file_test_results"
4241   output-file-ext: ".rst"
4242   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4243   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"
4244   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4245   data: "vpp-mrr-results-3n-hsw"
4246   filter: "'MRR'"
4247   parameters:
4248   - "name"
4249   - "doc"
4250   - "level"
4251   - "parent"
4252   data-start-level: 3
4253
4254 # VPP MRR Results 3n-skx
4255 - type: "file"
4256   title: "VPP MRR Results 3n-skx"
4257   algorithm: "file_test_results"
4258   output-file-ext: ".rst"
4259   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4260   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"
4261   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4262   data: "vpp-mrr-results-3n-skx"
4263   filter: "'MRR'"
4264   parameters:
4265   - "name"
4266   - "doc"
4267   - "level"
4268   - "parent"
4269   data-start-level: 3
4270
4271 # VPP MRR Results 2n-skx
4272 - type: "file"
4273   title: "VPP MRR Results 2n-skx"
4274   algorithm: "file_test_results"
4275   output-file-ext: ".rst"
4276   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4277   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"
4278   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4279   data: "vpp-mrr-results-2n-skx"
4280   filter: "all"
4281   parameters:
4282   - "name"
4283   - "doc"
4284   - "level"
4285   - "parent"
4286   data-start-level: 3
4287
4288 ## VPP MRR Results 2n-dnv
4289 #- type: "file"
4290 #  title: "VPP MRR Results 2n-dnv"
4291 #  algorithm: "file_test_results"
4292 #  output-file-ext: ".rst"
4293 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4294 #  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"
4295 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4296 #  data: "intel-dnv-vpp"
4297 #  filter: "'MRR'"
4298 #  parameters:
4299 #  - "name"
4300 #  - "doc"
4301 #  - "level"
4302 #  - "parent"
4303 #  data-start-level: 3
4304
4305 # VPP MRR Configuration 3n-hsw
4306 - type: "file"
4307   title: "VPP MRR Configuration 3n-hsw"
4308   algorithm: "file_test_results"
4309   output-file-ext: ".rst"
4310   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4311   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"
4312   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4313   data: "vpp-mrr-results-3n-hsw"
4314   filter: "'MRR'"
4315   parameters:
4316   - "name"
4317   - "doc"
4318   - "level"
4319   - "parent"
4320   data-start-level: 3
4321
4322 # VPP MRR Configuration 3n-skx
4323 - type: "file"
4324   title: "VPP MRR Configuration 3n-skx"
4325   algorithm: "file_test_results"
4326   output-file-ext: ".rst"
4327   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4328   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"
4329   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4330   data: "vpp-mrr-results-3n-skx"
4331   filter: "'MRR'"
4332   parameters:
4333   - "name"
4334   - "doc"
4335   - "level"
4336   - "parent"
4337   data-start-level: 3
4338
4339 # VPP MRR Configuration 2n-skx
4340 - type: "file"
4341   title: "VPP MRR Configuration 2n-skx"
4342   algorithm: "file_test_results"
4343   output-file-ext: ".rst"
4344   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4345   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"
4346   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4347   data: "vpp-mrr-results-2n-skx"
4348   filter: "'MRR'"
4349   parameters:
4350   - "name"
4351   - "doc"
4352   - "level"
4353   - "parent"
4354   data-start-level: 3
4355
4356 ## VPP MRR Configuration 2n-dnv
4357 #- type: "file"
4358 #  title: "VPP MRR Configuration 2n-dnv"
4359 #  algorithm: "file_test_results"
4360 #  output-file-ext: ".rst"
4361 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4362 #  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"
4363 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4364 #  data: "intel-dnv-vpp"
4365 #  filter: "'MRR'"
4366 #  parameters:
4367 #  - "name"
4368 #  - "doc"
4369 #  - "level"
4370 #  - "parent"
4371 #  data-start-level: 3
4372
4373 # VPP Functional Results - Ubuntu
4374 - type: "file"
4375   title: "VPP Functional Results - Ubuntu"
4376   algorithm: "file_test_results"
4377   output-file-ext: ".rst"
4378   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4379   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"
4380   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4381   data: "vpp-func-results-ubuntu"
4382   filter: "all"
4383   parameters:
4384   - "name"
4385   - "doc"
4386   - "level"
4387   - "parent"
4388   data-start-level: 3
4389
4390 # VPP Functional Results - CentOS
4391 - type: "file"
4392   title: "VPP Functional Results - CentOS"
4393   algorithm: "file_test_results"
4394   output-file-ext: ".rst"
4395   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4396   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"
4397   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4398   data:
4399     "vpp-func-results-centos"
4400   filter: "all"
4401   parameters:
4402   - "name"
4403   - "doc"
4404   - "level"
4405   - "parent"
4406   data-start-level: 3
4407
4408 # VPP Functional Configuration - Ubuntu
4409 - type: "file"
4410   title: "VPP Functional Configuration - Ubuntu"
4411   algorithm: "file_test_results"
4412   output-file-ext: ".rst"
4413   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4414   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"
4415   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4416   data: "vpp-func-results-ubuntu"
4417   filter: "all"
4418   parameters:
4419   - "name"
4420   - "doc"
4421   - "level"
4422   - "parent"
4423   data-start-level: 3
4424
4425 # VPP Functional Configuration - CentOS
4426 - type: "file"
4427   title: "VPP Functional Configuration - CentOS"
4428   algorithm: "file_test_results"
4429   output-file-ext: ".rst"
4430   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4431   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"
4432   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4433   data:
4434     "vpp-func-results-centos"
4435   filter: "all"
4436   parameters:
4437   - "name"
4438   - "doc"
4439   - "level"
4440   - "parent"
4441   data-start-level: 3
4442
4443 # VPP Device Results - Ubuntu
4444 - type: "file"
4445   title: "VPP Device Results - Ubuntu"
4446   algorithm: "file_test_results"
4447   output-file-ext: ".rst"
4448   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4449   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"
4450   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4451   data: "vpp-device-results-ubuntu"
4452   filter: "all"
4453   parameters:
4454   - "name"
4455   - "doc"
4456   - "level"
4457   - "parent"
4458   data-start-level: 2
4459
4460 # VPP Device Configuration - Ubuntu
4461 - type: "file"
4462   title: "VPP Device Configuration - Ubuntu"
4463   algorithm: "file_test_results"
4464   output-file-ext: ".rst"
4465   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4466   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"
4467   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4468   data: "vpp-device-results-ubuntu"
4469   filter: "all"
4470   parameters:
4471   - "name"
4472   - "doc"
4473   - "level"
4474   - "parent"
4475   data-start-level: 2
4476
4477 ## Container Orchestrated Performance Results 3n-hsw
4478 #- type: "file"
4479 #  title: "Container Orchestrated Performance Results 3n-hsw"
4480 #  algorithm: "file_test_results"
4481 #  output-file-ext: ".rst"
4482 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4483 #  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"
4484 #  dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4485 #  data: "ligato-perf-results-3n-hsw"
4486 #  filter: "all"
4487 #  parameters:
4488 #  - "name"
4489 #  - "doc"
4490 #  - "level"
4491 #  - "parent"
4492 #  data-start-level: 3
4493
4494 # DPDK Performance Results 3n-hsw
4495 - type: "file"
4496   title: "DPDK Performance Results 3n-hsw"
4497   algorithm: "file_test_results"
4498   output-file-ext: ".rst"
4499   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4500   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"
4501   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4502   data: "dpdk-perf-results-3n-hsw"
4503   filter: "all"
4504   parameters:
4505   - "name"
4506   - "doc"
4507   - "level"
4508   - "parent"
4509   data-start-level: 3
4510
4511 # DPDK Performance Results 3n-skx
4512 - type: "file"
4513   title: "DPDK Performance Results 3n-skx"
4514   algorithm: "file_test_results"
4515   output-file-ext: ".rst"
4516   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4517   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"
4518   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4519   data: "dpdk-perf-results-3n-skx"
4520   filter: "all"
4521   parameters:
4522   - "name"
4523   - "doc"
4524   - "level"
4525   - "parent"
4526   data-start-level: 3
4527
4528 # DPDK Performance Results 2n-skx
4529 - type: "file"
4530   title: "DPDK Performance Results 2n-skx"
4531   algorithm: "file_test_results"
4532   output-file-ext: ".rst"
4533   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4534   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"
4535   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4536   data: "dpdk-perf-results-2n-skx"
4537   filter: "all"
4538   parameters:
4539   - "name"
4540   - "doc"
4541   - "level"
4542   - "parent"
4543   data-start-level: 3
4544
4545 # Honeycomb Functional Results
4546 - type: "file"
4547   title: "Honeycomb Functional Results"
4548   algorithm: "file_test_results"
4549   output-file-ext: ".rst"
4550   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4551   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"
4552   dir-tables: "{DIR[DTR,FUNC,HC]}"
4553   data:
4554     "hc-func-results"
4555   filter: "all"
4556   parameters:
4557   - "name"
4558   - "doc"
4559   - "level"
4560   - "parent"
4561   data-start-level: 3
4562
4563 # NSH SFC Functional Results
4564 #-
4565 #  type: "file"
4566 #  title: "NSH SFC Functional Results"
4567 #  algorithm: "file_test_results"
4568 #  output-file-ext: ".rst"
4569 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4570 #  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"
4571 #  dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4572 #  data:
4573 #    "nsh-func-results"
4574 #  filter: "all"
4575 #  parameters:
4576 #  - "name"
4577 #  - "doc"
4578 #  - "level"
4579 #  - "parent"
4580 #  data-start-level: 3
4581
4582 # DMM Functional Results
4583 - type: "file"
4584   title: "DMM Functional Results"
4585   algorithm: "file_test_results"
4586   output-file-ext: ".rst"
4587   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4588   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"
4589   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4590   data:
4591     "dmm-func-results"
4592   filter: "all"
4593   parameters:
4594   - "name"
4595   - "doc"
4596   - "level"
4597   - "parent"
4598   data-start-level: 3
4599
4600 ################################################################################
4601 ###                                P L O T S                                 ###
4602 ################################################################################
4603
4604 # Soak Test (PLRsearch), boxes
4605 - type: "plot"
4606   title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4607   algorithm: "plot_performance_box"
4608   output-file-type: ".html"
4609   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
4610   data: "plot-vpp-soak-2n-skx"
4611   filter: "('L2BDMACLRN' or 'L2PATCH' or 'L2XCBASE') and not 'VHOST' and not 'MEMIF'"
4612   parameters:
4613     - "throughput"
4614     - "parent"
4615     - "tags"
4616   sort:
4617     - "DRV_AVF"
4618     - "DRV_AVF"
4619     - "DRV_AVF"
4620     - "L2BDMACLRN"
4621     - "L2XCBASE"
4622     - "L2PATCH"
4623   traces:
4624     hoverinfo: "x+y"
4625     boxpoints: "all"
4626     whiskerwidth: 0
4627   layout:
4628     title: "2 Hours Soak Test (PLRsearch)"
4629     layout: "plot-soak-throughput"
4630
4631 # Soak Test (PLRsearch), boxes
4632 - type: "plot"
4633   title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4634   algorithm: "plot_performance_box"
4635   output-file-type: ".html"
4636   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
4637   data: "plot-vpp-soak-2n-skx"
4638   filter: "'L2BDMACLRN' and ('VHOST' or 'MEMIF') or 'IP4BASE' or 'IP6BASE'"
4639   parameters:
4640     - "throughput"
4641     - "parent"
4642     - "tags"
4643   sort:
4644     - "VHOST"
4645     - "MEMIF"
4646     - "IP4FWD"
4647     - "IP6FWD"
4648   traces:
4649     hoverinfo: "x+y"
4650     boxpoints: "all"
4651     whiskerwidth: 0
4652   layout:
4653     title: "2 Hours Soak Test (PLRsearch)"
4654     layout: "plot-soak-throughput"
4655
4656 ################################################################################
4657 # Plots - NF Density - VSC - MRR 64b
4658 - type: "plot"
4659   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4660   algorithm: "plot_service_density_heatmap_compare"
4661   output-file-type: ".html"
4662   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4663   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4664   filter: "'NIC_Intel-X710' and
4665            'NF_DENSITY' and
4666            'VHOST' and
4667            'CHAIN' and
4668            'NF_VPPIP4' and
4669            '64B' and
4670            '2T1C' and
4671            'MRR'"
4672   reference:
4673     include: "2"
4674     name: "VNF-1c"
4675   compare:
4676     include: "1"
4677     name: "VNF-0.5c"
4678   parameters:
4679   - "result"
4680   - "name"
4681   - "tags"
4682   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4683   x-axis: "X = VNFs per Service Chain"
4684   y-axis: "Y = Number of Service Chains"
4685   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4686   layout:
4687     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4688     layout: "plot-service-density"
4689
4690 - type: "plot"
4691   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4692   algorithm: "plot_service_density_heatmap_compare"
4693   output-file-type: ".html"
4694   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4695   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4696   filter: "'NIC_Intel-X710' and
4697            'NF_DENSITY' and
4698            'VHOST' and
4699            'CHAIN' and
4700            'NF_VPPIP4' and
4701            '64B' and
4702            '4T2C' and
4703            'MRR'"
4704   reference:
4705     include: "2"
4706     name: "VNF-1c"
4707   compare:
4708     include: "1"
4709     name: "VNF-0.5c"
4710   parameters:
4711   - "result"
4712   - "name"
4713   - "tags"
4714   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4715   x-axis: "X = VNFs per Service Chain"
4716   y-axis: "Y = Number of Service Chains"
4717   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4718   layout:
4719     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4720     layout: "plot-service-density"
4721
4722 - type: "plot"
4723   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4724   algorithm: "plot_service_density_heatmap_compare"
4725   output-file-type: ".html"
4726   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-mrr"
4727   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4728   filter: "'NIC_Intel-X710' and
4729            'NF_DENSITY' and
4730            'VHOST' and
4731            'CHAIN' and
4732            'NF_VPPIP4' and
4733            '64B' and
4734            '8T4C' and
4735            'MRR'"
4736   reference:
4737     include: "2"
4738     name: "VNF-1c"
4739   compare:
4740     include: "1"
4741     name: "VNF-0.5c"
4742   parameters:
4743   - "result"
4744   - "name"
4745   - "tags"
4746   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4747   x-axis: "X = VNFs per Service Chain"
4748   y-axis: "Y = Number of Service Chains"
4749   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4750   layout:
4751     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4752     layout: "plot-service-density"
4753
4754 # Plots - NF Density - VSC - MRR IMIX
4755 - type: "plot"
4756   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4757   algorithm: "plot_service_density_heatmap_compare"
4758   output-file-type: ".html"
4759   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4760   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4761   filter: "'NIC_Intel-X710' and
4762            'NF_DENSITY' and
4763            'VHOST' and
4764            'CHAIN' and
4765            'NF_VPPIP4' and
4766            'IMIX' and
4767            '2T1C' and
4768            'MRR'"
4769   reference:
4770     include: "2"
4771     name: "VNF-1c"
4772   compare:
4773     include: "1"
4774     name: "VNF-0.5c"
4775   parameters:
4776   - "result"
4777   - "name"
4778   - "tags"
4779   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4780   x-axis: "X = VNFs per Service Chain"
4781   y-axis: "Y = Number of Service Chains"
4782   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4783   layout:
4784     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4785     layout: "plot-service-density"
4786
4787 - type: "plot"
4788   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4789   algorithm: "plot_service_density_heatmap_compare"
4790   output-file-type: ".html"
4791   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4792   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4793   filter: "'NIC_Intel-X710' and
4794            'NF_DENSITY' and
4795            'VHOST' and
4796            'CHAIN' and
4797            'NF_VPPIP4' and
4798            'IMIX' and
4799            '4T2C' and
4800            'MRR'"
4801   reference:
4802     include: "2"
4803     name: "VNF-1c"
4804   compare:
4805     include: "1"
4806     name: "VNF-0.5c"
4807   parameters:
4808   - "result"
4809   - "name"
4810   - "tags"
4811   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4812   x-axis: "X = VNFs per Service Chain"
4813   y-axis: "Y = Number of Service Chains"
4814   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4815   layout:
4816     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4817     layout: "plot-service-density"
4818
4819 - type: "plot"
4820   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4821   algorithm: "plot_service_density_heatmap_compare"
4822   output-file-type: ".html"
4823   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-mrr"
4824   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4825   filter: "'NIC_Intel-X710' and
4826            'NF_DENSITY' and
4827            'VHOST' and
4828            'CHAIN' and
4829            'NF_VPPIP4' and
4830            'IMIX' and
4831            '8T4C' and
4832            'MRR'"
4833   reference:
4834     include: "2"
4835     name: "VNF-1c"
4836   compare:
4837     include: "1"
4838     name: "VNF-0.5c"
4839   parameters:
4840   - "result"
4841   - "name"
4842   - "tags"
4843   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4844   x-axis: "X = VNFs per Service Chain"
4845   y-axis: "Y = Number of Service Chains"
4846   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4847   layout:
4848     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4849     layout: "plot-service-density"
4850
4851 # Plots - NF Density - VSC - NDR 64b
4852 - type: "plot"
4853   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4854   algorithm: "plot_service_density_heatmap_compare"
4855   output-file-type: ".html"
4856   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4857   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4858   filter: "'NIC_Intel-X710' and
4859            'NF_DENSITY' and
4860            'VHOST' and
4861            'CHAIN' and
4862            'NF_VPPIP4' and
4863            '64B' and
4864            '2T1C' and
4865            'NDRPDR'"
4866   reference:
4867     include: "2"
4868     name: "VNF-1c"
4869   compare:
4870     include: "1"
4871     name: "VNF-0.5c"
4872   parameters:
4873   - "throughput"
4874   - "name"
4875   - "tags"
4876   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4877   x-axis: "X = VNFs per Service Chain"
4878   y-axis: "Y = Number of Service Chains"
4879   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4880   layout:
4881     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4882     layout: "plot-service-density"
4883
4884 - type: "plot"
4885   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4886   algorithm: "plot_service_density_heatmap_compare"
4887   output-file-type: ".html"
4888   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4889   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4890   filter: "'NIC_Intel-X710' and
4891            'NF_DENSITY' and
4892            'VHOST' and
4893            'CHAIN' and
4894            'NF_VPPIP4' and
4895            '64B' and
4896            '4T2C' and
4897            'NDRPDR'"
4898   reference:
4899     include: "2"
4900     name: "VNF-1c"
4901   compare:
4902     include: "1"
4903     name: "VNF-0.5c"
4904   parameters:
4905   - "throughput"
4906   - "name"
4907   - "tags"
4908   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4909   x-axis: "X = VNFs per Service Chain"
4910   y-axis: "Y = Number of Service Chains"
4911   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4912   layout:
4913     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4914     layout: "plot-service-density"
4915
4916 - type: "plot"
4917   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4918   algorithm: "plot_service_density_heatmap_compare"
4919   output-file-type: ".html"
4920   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-ndr"
4921   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4922   filter: "'NIC_Intel-X710' and
4923            'NF_DENSITY' and
4924            'VHOST' and
4925            'CHAIN' and
4926            'NF_VPPIP4' and
4927            '64B' and
4928            '8T4C' and
4929            'NDRPDR'"
4930   reference:
4931     include: "2"
4932     name: "VNF-1c"
4933   compare:
4934     include: "1"
4935     name: "VNF-0.5c"
4936   parameters:
4937   - "throughput"
4938   - "name"
4939   - "tags"
4940   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4941   x-axis: "X = VNFs per Service Chain"
4942   y-axis: "Y = Number of Service Chains"
4943   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4944   layout:
4945     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4946     layout: "plot-service-density"
4947
4948 # Plots - NF Density - VSC - NDR IMIX
4949 - type: "plot"
4950   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4951   algorithm: "plot_service_density_heatmap_compare"
4952   output-file-type: ".html"
4953   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4954   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4955   filter: "'NIC_Intel-X710' and
4956            'NF_DENSITY' and
4957            'VHOST' and
4958            'CHAIN' and
4959            'NF_VPPIP4' and
4960            'IMIX' and
4961            '2T1C' and
4962            'NDRPDR'"
4963   reference:
4964     include: "2"
4965     name: "VNF-1c"
4966   compare:
4967     include: "1"
4968     name: "VNF-0.5c"
4969   parameters:
4970   - "throughput"
4971   - "name"
4972   - "tags"
4973   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4974   x-axis: "X = VNFs per Service Chain"
4975   y-axis: "Y = Number of Service Chains"
4976   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4977   layout:
4978     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4979     layout: "plot-service-density"
4980
4981 - type: "plot"
4982   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4983   algorithm: "plot_service_density_heatmap_compare"
4984   output-file-type: ".html"
4985   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4986   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4987   filter: "'NIC_Intel-X710' and
4988            'NF_DENSITY' and
4989            'VHOST' and
4990            'CHAIN' and
4991            'NF_VPPIP4' and
4992            'IMIX' and
4993            '4T2C' and
4994            'NDRPDR'"
4995   reference:
4996     include: "2"
4997     name: "VNF-1c"
4998   compare:
4999     include: "1"
5000     name: "VNF-0.5c"
5001   parameters:
5002   - "throughput"
5003   - "name"
5004   - "tags"
5005   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5006   x-axis: "X = VNFs per Service Chain"
5007   y-axis: "Y = Number of Service Chains"
5008   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5009   layout:
5010     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5011     layout: "plot-service-density"
5012
5013 - type: "plot"
5014   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5015   algorithm: "plot_service_density_heatmap_compare"
5016   output-file-type: ".html"
5017   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-ndr"
5018   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5019   filter: "'NIC_Intel-X710' and
5020            'NF_DENSITY' and
5021            'VHOST' and
5022            'CHAIN' and
5023            'NF_VPPIP4' and
5024            'IMIX' and
5025            '8T4C' and
5026            'NDRPDR'"
5027   reference:
5028     include: "2"
5029     name: "VNF-1c"
5030   compare:
5031     include: "1"
5032     name: "VNF-0.5c"
5033   parameters:
5034   - "throughput"
5035   - "name"
5036   - "tags"
5037   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5038   x-axis: "X = VNFs per Service Chain"
5039   y-axis: "Y = Number of Service Chains"
5040   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5041   layout:
5042     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5043     layout: "plot-service-density"
5044
5045 # Plots - NF Density - VSC - PDR 64b
5046 - type: "plot"
5047   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5048   algorithm: "plot_service_density_heatmap_compare"
5049   output-file-type: ".html"
5050   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
5051   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5052   filter: "'NIC_Intel-X710' and
5053            'NF_DENSITY' and
5054            'VHOST' and
5055            'CHAIN' and
5056            'NF_VPPIP4' and
5057            '64B' and
5058            '2T1C' and
5059            'NDRPDR'"
5060   reference:
5061     include: "2"
5062     name: "VNF-1c"
5063   compare:
5064     include: "1"
5065     name: "VNF-0.5c"
5066   parameters:
5067   - "throughput"
5068   - "name"
5069   - "tags"
5070   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5071   x-axis: "X = VNFs per Service Chain"
5072   y-axis: "Y = Number of Service Chains"
5073   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5074   layout:
5075     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5076     layout: "plot-service-density"
5077
5078 - type: "plot"
5079   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5080   algorithm: "plot_service_density_heatmap_compare"
5081   output-file-type: ".html"
5082   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
5083   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5084   filter: "'NIC_Intel-X710' and
5085            'NF_DENSITY' and
5086            'VHOST' and
5087            'CHAIN' and
5088            'NF_VPPIP4' and
5089            '64B' and
5090            '4T2C' and
5091            'NDRPDR'"
5092   reference:
5093     include: "2"
5094     name: "VNF-1c"
5095   compare:
5096     include: "1"
5097     name: "VNF-0.5c"
5098   parameters:
5099   - "throughput"
5100   - "name"
5101   - "tags"
5102   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5103   x-axis: "X = VNFs per Service Chain"
5104   y-axis: "Y = Number of Service Chains"
5105   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5106   layout:
5107     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5108     layout: "plot-service-density"
5109
5110 - type: "plot"
5111   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5112   algorithm: "plot_service_density_heatmap_compare"
5113   output-file-type: ".html"
5114   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-pdr"
5115   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5116   filter: "'NIC_Intel-X710' and
5117            'NF_DENSITY' and
5118            'VHOST' and
5119            'CHAIN' and
5120            'NF_VPPIP4' and
5121            '64B' and
5122            '8T4C' and
5123            'NDRPDR'"
5124   reference:
5125     include: "2"
5126     name: "VNF-1c"
5127   compare:
5128     include: "1"
5129     name: "VNF-0.5c"
5130   parameters:
5131   - "throughput"
5132   - "name"
5133   - "tags"
5134   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5135   x-axis: "X = VNFs per Service Chain"
5136   y-axis: "Y = Number of Service Chains"
5137   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5138   layout:
5139     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5140     layout: "plot-service-density"
5141
5142 # Plots - NF Density - VSC - PDR IMIX
5143 - type: "plot"
5144   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5145   algorithm: "plot_service_density_heatmap_compare"
5146   output-file-type: ".html"
5147   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5148   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5149   filter: "'NIC_Intel-X710' and
5150            'NF_DENSITY' and
5151            'VHOST' and
5152            'CHAIN' and
5153            'NF_VPPIP4' and
5154            'IMIX' and
5155            '2T1C' and
5156            'NDRPDR'"
5157   reference:
5158     include: "2"
5159     name: "VNF-1c"
5160   compare:
5161     include: "1"
5162     name: "VNF-0.5c"
5163   parameters:
5164   - "throughput"
5165   - "name"
5166   - "tags"
5167   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5168   x-axis: "X = VNFs per Service Chain"
5169   y-axis: "Y = Number of Service Chains"
5170   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5171   layout:
5172     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5173     layout: "plot-service-density"
5174
5175 - type: "plot"
5176   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5177   algorithm: "plot_service_density_heatmap_compare"
5178   output-file-type: ".html"
5179   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5180   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5181   filter: "'NIC_Intel-X710' and
5182            'NF_DENSITY' and
5183            'VHOST' and
5184            'CHAIN' and
5185            'NF_VPPIP4' and
5186            'IMIX' and
5187            '4T2C' and
5188            'NDRPDR'"
5189   reference:
5190     include: "2"
5191     name: "VNF-1c"
5192   compare:
5193     include: "1"
5194     name: "VNF-0.5c"
5195   parameters:
5196   - "throughput"
5197   - "name"
5198   - "tags"
5199   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5200   x-axis: "X = VNFs per Service Chain"
5201   y-axis: "Y = Number of Service Chains"
5202   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5203   layout:
5204     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5205     layout: "plot-service-density"
5206
5207 - type: "plot"
5208   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5209   algorithm: "plot_service_density_heatmap_compare"
5210   output-file-type: ".html"
5211   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-pdr"
5212   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5213   filter: "'NIC_Intel-X710' and
5214            'NF_DENSITY' and
5215            'VHOST' and
5216            'CHAIN' and
5217            'NF_VPPIP4' and
5218            'IMIX' and
5219            '8T4C' and
5220            'NDRPDR'"
5221   reference:
5222     include: "2"
5223     name: "VNF-1c"
5224   compare:
5225     include: "1"
5226     name: "VNF-0.5c"
5227   parameters:
5228   - "throughput"
5229   - "name"
5230   - "tags"
5231   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5232   x-axis: "X = VNFs per Service Chain"
5233   y-axis: "Y = Number of Service Chains"
5234   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5235   layout:
5236     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5237     layout: "plot-service-density"
5238
5239 ################################################################################
5240 # Plots - NF Density - CSC - MRR 64b
5241 - type: "plot"
5242   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5243   algorithm: "plot_service_density_heatmap_compare"
5244   output-file-type: ".html"
5245   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5246   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5247   filter: "'NIC_Intel-X710' and
5248            'NF_DENSITY' and
5249            'DOCKER' and
5250            'CHAIN' and
5251            'NF_VPPIP4' and
5252            '64B' and
5253            '2T1C' and
5254            'MRR'"
5255   reference:
5256     include: "2"
5257     name: "CNF-1c"
5258   compare:
5259     include: "1"
5260     name: "CNF-0.5c"
5261   parameters:
5262   - "result"
5263   - "name"
5264   - "tags"
5265   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5266   x-axis: "X = CNFs per Service Chain"
5267   y-axis: "Y = Number of Service Chains"
5268   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5269   layout:
5270     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5271     layout: "plot-service-density"
5272
5273 - type: "plot"
5274   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5275   algorithm: "plot_service_density_heatmap_compare"
5276   output-file-type: ".html"
5277   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5278   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5279   filter: "'NIC_Intel-X710' and
5280            'NF_DENSITY' and
5281            'DOCKER' and
5282            'CHAIN' and
5283            'NF_VPPIP4' and
5284            '64B' and
5285            '4T2C' and
5286            'MRR'"
5287   reference:
5288     include: "2"
5289     name: "CNF-1c"
5290   compare:
5291     include: "1"
5292     name: "CNF-0.5c"
5293   parameters:
5294   - "result"
5295   - "name"
5296   - "tags"
5297   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5298   x-axis: "X = CNFs per Service Chain"
5299   y-axis: "Y = Number of Service Chains"
5300   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5301   layout:
5302     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5303     layout: "plot-service-density"
5304
5305 - type: "plot"
5306   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5307   algorithm: "plot_service_density_heatmap_compare"
5308   output-file-type: ".html"
5309   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-mrr"
5310   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5311   filter: "'NIC_Intel-X710' and
5312            'NF_DENSITY' and
5313            'DOCKER' and
5314            'CHAIN' and
5315            'NF_VPPIP4' and
5316            '64B' and
5317            '8T4C' and
5318            'MRR'"
5319   reference:
5320     include: "2"
5321     name: "CNF-1c"
5322   compare:
5323     include: "1"
5324     name: "CNF-0.5c"
5325   parameters:
5326   - "result"
5327   - "name"
5328   - "tags"
5329   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5330   x-axis: "X = CNFs per Service Chain"
5331   y-axis: "Y = Number of Service Chains"
5332   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5333   layout:
5334     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5335     layout: "plot-service-density"
5336
5337 # Plots - NF Density - CSC - MRR IMIX
5338 - type: "plot"
5339   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5340   algorithm: "plot_service_density_heatmap_compare"
5341   output-file-type: ".html"
5342   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5343   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5344   filter: "'NIC_Intel-X710' and
5345            'NF_DENSITY' and
5346            'DOCKER' and
5347            'CHAIN' and
5348            'NF_VPPIP4' and
5349            'IMIX' and
5350            '2T1C' and
5351            'MRR'"
5352   reference:
5353     include: "2"
5354     name: "CNF-1c"
5355   compare:
5356     include: "1"
5357     name: "CNF-0.5c"
5358   parameters:
5359   - "result"
5360   - "name"
5361   - "tags"
5362   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5363   x-axis: "X = CNFs per Service Chain"
5364   y-axis: "Y = Number of Service Chains"
5365   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5366   layout:
5367     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5368     layout: "plot-service-density"
5369
5370 - type: "plot"
5371   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5372   algorithm: "plot_service_density_heatmap_compare"
5373   output-file-type: ".html"
5374   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5375   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5376   filter: "'NIC_Intel-X710' and
5377            'NF_DENSITY' and
5378            'DOCKER' and
5379            'CHAIN' and
5380            'NF_VPPIP4' and
5381            'IMIX' and
5382            '4T2C' and
5383            'MRR'"
5384   reference:
5385     include: "2"
5386     name: "CNF-1c"
5387   compare:
5388     include: "1"
5389     name: "CNF-0.5c"
5390   parameters:
5391   - "result"
5392   - "name"
5393   - "tags"
5394   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5395   x-axis: "X = CNFs per Service Chain"
5396   y-axis: "Y = Number of Service Chains"
5397   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5398   layout:
5399     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5400     layout: "plot-service-density"
5401
5402 - type: "plot"
5403   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5404   algorithm: "plot_service_density_heatmap_compare"
5405   output-file-type: ".html"
5406   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-mrr"
5407   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5408   filter: "'NIC_Intel-X710' and
5409            'NF_DENSITY' and
5410            'DOCKER' and
5411            'CHAIN' and
5412            'NF_VPPIP4' and
5413            'IMIX' and
5414            '8T4C' and
5415            'MRR'"
5416   reference:
5417     include: "2"
5418     name: "CNF-1c"
5419   compare:
5420     include: "1"
5421     name: "CNF-0.5c"
5422   parameters:
5423   - "result"
5424   - "name"
5425   - "tags"
5426   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5427   x-axis: "X = CNFs per Service Chain"
5428   y-axis: "Y = Number of Service Chains"
5429   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5430   layout:
5431     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5432     layout: "plot-service-density"
5433
5434 # Plots - NF Density - CSC - NDR 64b
5435 - type: "plot"
5436   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5437   algorithm: "plot_service_density_heatmap_compare"
5438   output-file-type: ".html"
5439   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5440   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5441   filter: "'NIC_Intel-X710' and
5442            'NF_DENSITY' and
5443            'DOCKER' and
5444            'CHAIN' and
5445            'NF_VPPIP4' and
5446            '64B' and
5447            '2T1C' and
5448            'NDRPDR'"
5449   reference:
5450     include: "2"
5451     name: "CNF-1c"
5452   compare:
5453     include: "1"
5454     name: "CNF-0.5c"
5455   parameters:
5456   - "throughput"
5457   - "name"
5458   - "tags"
5459   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5460   x-axis: "X = CNFs per Service Chain"
5461   y-axis: "Y = Number of Service Chains"
5462   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5463   layout:
5464     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5465     layout: "plot-service-density"
5466
5467 - type: "plot"
5468   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5469   algorithm: "plot_service_density_heatmap_compare"
5470   output-file-type: ".html"
5471   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5472   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5473   filter: "'NIC_Intel-X710' and
5474            'NF_DENSITY' and
5475            'DOCKER' and
5476            'CHAIN' and
5477            'NF_VPPIP4' and
5478            '64B' and
5479            '4T2C' and
5480            'NDRPDR'"
5481   reference:
5482     include: "2"
5483     name: "CNF-1c"
5484   compare:
5485     include: "1"
5486     name: "CNF-0.5c"
5487   parameters:
5488   - "throughput"
5489   - "name"
5490   - "tags"
5491   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5492   x-axis: "X = CNFs per Service Chain"
5493   y-axis: "Y = Number of Service Chains"
5494   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5495   layout:
5496     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5497     layout: "plot-service-density"
5498
5499 - type: "plot"
5500   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5501   algorithm: "plot_service_density_heatmap_compare"
5502   output-file-type: ".html"
5503   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-ndr"
5504   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5505   filter: "'NIC_Intel-X710' and
5506            'NF_DENSITY' and
5507            'DOCKER' and
5508            'CHAIN' and
5509            'NF_VPPIP4' and
5510            '64B' and
5511            '8T4C' and
5512            'NDRPDR'"
5513   reference:
5514     include: "2"
5515     name: "CNF-1c"
5516   compare:
5517     include: "1"
5518     name: "CNF-0.5c"
5519   parameters:
5520   - "throughput"
5521   - "name"
5522   - "tags"
5523   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5524   x-axis: "X = CNFs per Service Chain"
5525   y-axis: "Y = Number of Service Chains"
5526   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5527   layout:
5528     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5529     layout: "plot-service-density"
5530
5531 # Plots - NF Density - CSC - NDR IMIX
5532 - type: "plot"
5533   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5534   algorithm: "plot_service_density_heatmap_compare"
5535   output-file-type: ".html"
5536   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5537   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5538   filter: "'NIC_Intel-X710' and
5539            'NF_DENSITY' and
5540            'DOCKER' and
5541            'CHAIN' and
5542            'NF_VPPIP4' and
5543            'IMIX' and
5544            '2T1C' and
5545            'NDRPDR'"
5546   reference:
5547     include: "2"
5548     name: "CNF-1c"
5549   compare:
5550     include: "1"
5551     name: "CNF-0.5c"
5552   parameters:
5553   - "throughput"
5554   - "name"
5555   - "tags"
5556   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5557   x-axis: "X = CNFs per Service Chain"
5558   y-axis: "Y = Number of Service Chains"
5559   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5560   layout:
5561     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5562     layout: "plot-service-density"
5563
5564 - type: "plot"
5565   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5566   algorithm: "plot_service_density_heatmap_compare"
5567   output-file-type: ".html"
5568   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5569   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5570   filter: "'NIC_Intel-X710' and
5571            'NF_DENSITY' and
5572            'DOCKER' and
5573            'CHAIN' and
5574            'NF_VPPIP4' and
5575            'IMIX' and
5576            '4T2C' and
5577            'NDRPDR'"
5578   reference:
5579     include: "2"
5580     name: "CNF-1c"
5581   compare:
5582     include: "1"
5583     name: "CNF-0.5c"
5584   parameters:
5585   - "throughput"
5586   - "name"
5587   - "tags"
5588   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5589   x-axis: "X = CNFs per Service Chain"
5590   y-axis: "Y = Number of Service Chains"
5591   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5592   layout:
5593     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5594     layout: "plot-service-density"
5595
5596 - type: "plot"
5597   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5598   algorithm: "plot_service_density_heatmap_compare"
5599   output-file-type: ".html"
5600   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-ndr"
5601   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5602   filter: "'NIC_Intel-X710' and
5603            'NF_DENSITY' and
5604            'DOCKER' and
5605            'CHAIN' and
5606            'NF_VPPIP4' and
5607            'IMIX' and
5608            '8T4C' and
5609            'NDRPDR'"
5610   reference:
5611     include: "2"
5612     name: "CNF-1c"
5613   compare:
5614     include: "1"
5615     name: "CNF-0.5c"
5616   parameters:
5617   - "throughput"
5618   - "name"
5619   - "tags"
5620   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5621   x-axis: "X = CNFs per Service Chain"
5622   y-axis: "Y = Number of Service Chains"
5623   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5624   layout:
5625     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5626     layout: "plot-service-density"
5627
5628 # Plots - NF Density - CSC - PDR 64b
5629 - type: "plot"
5630   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5631   algorithm: "plot_service_density_heatmap_compare"
5632   output-file-type: ".html"
5633   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5634   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5635   filter: "'NIC_Intel-X710' and
5636            'NF_DENSITY' and
5637            'DOCKER' and
5638            'CHAIN' and
5639            'NF_VPPIP4' and
5640            '64B' and
5641            '2T1C' and
5642            'NDRPDR'"
5643   reference:
5644     include: "2"
5645     name: "CNF-1c"
5646   compare:
5647     include: "1"
5648     name: "CNF-0.5c"
5649   parameters:
5650   - "throughput"
5651   - "name"
5652   - "tags"
5653   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5654   x-axis: "X = CNFs per Service Chain"
5655   y-axis: "Y = Number of Service Chains"
5656   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5657   layout:
5658     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5659     layout: "plot-service-density"
5660
5661 - type: "plot"
5662   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5663   algorithm: "plot_service_density_heatmap_compare"
5664   output-file-type: ".html"
5665   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5666   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5667   filter: "'NIC_Intel-X710' and
5668            'NF_DENSITY' and
5669            'DOCKER' and
5670            'CHAIN' and
5671            'NF_VPPIP4' and
5672            '64B' and
5673            '4T2C' and
5674            'NDRPDR'"
5675   reference:
5676     include: "2"
5677     name: "CNF-1c"
5678   compare:
5679     include: "1"
5680     name: "CNF-0.5c"
5681   parameters:
5682   - "throughput"
5683   - "name"
5684   - "tags"
5685   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5686   x-axis: "X = CNFs per Service Chain"
5687   y-axis: "Y = Number of Service Chains"
5688   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5689   layout:
5690     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5691     layout: "plot-service-density"
5692
5693 - type: "plot"
5694   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5695   algorithm: "plot_service_density_heatmap_compare"
5696   output-file-type: ".html"
5697   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-pdr"
5698   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5699   filter: "'NIC_Intel-X710' and
5700            'NF_DENSITY' and
5701            'DOCKER' and
5702            'CHAIN' and
5703            'NF_VPPIP4' and
5704            '64B' and
5705            '8T4C' and
5706            'NDRPDR'"
5707   reference:
5708     include: "2"
5709     name: "CNF-1c"
5710   compare:
5711     include: "1"
5712     name: "CNF-0.5c"
5713   parameters:
5714   - "throughput"
5715   - "name"
5716   - "tags"
5717   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5718   x-axis: "X = CNFs per Service Chain"
5719   y-axis: "Y = Number of Service Chains"
5720   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5721   layout:
5722     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5723     layout: "plot-service-density"
5724
5725 # Plots - NF Density - CSC - PDR IMIX
5726 - type: "plot"
5727   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5728   algorithm: "plot_service_density_heatmap_compare"
5729   output-file-type: ".html"
5730   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5731   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5732   filter: "'NIC_Intel-X710' and
5733            'NF_DENSITY' and
5734            'DOCKER' and
5735            'CHAIN' and
5736            'NF_VPPIP4' and
5737            'IMIX' and
5738            '2T1C' and
5739            'NDRPDR'"
5740   reference:
5741     include: "2"
5742     name: "CNF-1c"
5743   compare:
5744     include: "1"
5745     name: "CNF-0.5c"
5746   parameters:
5747   - "throughput"
5748   - "name"
5749   - "tags"
5750   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5751   x-axis: "X = CNFs per Service Chain"
5752   y-axis: "Y = Number of Service Chains"
5753   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5754   layout:
5755     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5756     layout: "plot-service-density"
5757
5758 - type: "plot"
5759   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5760   algorithm: "plot_service_density_heatmap_compare"
5761   output-file-type: ".html"
5762   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5763   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5764   filter: "'NIC_Intel-X710' and
5765            'NF_DENSITY' and
5766            'DOCKER' and
5767            'CHAIN' and
5768            'NF_VPPIP4' and
5769            'IMIX' and
5770            '4T2C' and
5771            'NDRPDR'"
5772   reference:
5773     include: "2"
5774     name: "CNF-1c"
5775   compare:
5776     include: "1"
5777     name: "CNF-0.5c"
5778   parameters:
5779   - "throughput"
5780   - "name"
5781   - "tags"
5782   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5783   x-axis: "X = CNFs per Service Chain"
5784   y-axis: "Y = Number of Service Chains"
5785   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5786   layout:
5787     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5788     layout: "plot-service-density"
5789
5790 - type: "plot"
5791   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5792   algorithm: "plot_service_density_heatmap_compare"
5793   output-file-type: ".html"
5794   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-pdr"
5795   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5796   filter: "'NIC_Intel-X710' and
5797            'NF_DENSITY' and
5798            'DOCKER' and
5799            'CHAIN' and
5800            'NF_VPPIP4' and
5801            'IMIX' and
5802            '8T4C' and
5803            'NDRPDR'"
5804   reference:
5805     include: "2"
5806     name: "CNF-1c"
5807   compare:
5808     include: "1"
5809     name: "CNF-0.5c"
5810   parameters:
5811   - "throughput"
5812   - "name"
5813   - "tags"
5814   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5815   x-axis: "X = CNFs per Service Chain"
5816   y-axis: "Y = Number of Service Chains"
5817   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5818   layout:
5819     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5820     layout: "plot-service-density"
5821
5822 ################################################################################
5823 # Plots - NF Density - CSP - MRR 64b
5824 - type: "plot"
5825   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5826   algorithm: "plot_service_density_heatmap_compare"
5827   output-file-type: ".html"
5828   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5829   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5830   filter: "'NIC_Intel-X710' and
5831            'NF_DENSITY' and
5832            'DOCKER' and
5833            'PIPELINE' and
5834            'NF_VPPIP4' and
5835            '64B' and
5836            '2T1C' and
5837            'MRR'"
5838   reference:
5839     include: "2"
5840     name: "CNF-1c"
5841   compare:
5842     include: "1"
5843     name: "CNF-0.5c"
5844   parameters:
5845   - "result"
5846   - "name"
5847   - "tags"
5848   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5849   x-axis: "X = CNFs per Service Pipeline"
5850   y-axis: "Y = Number of Service Pipelines"
5851   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5852   layout:
5853     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5854     layout: "plot-service-density"
5855
5856 - type: "plot"
5857   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5858   algorithm: "plot_service_density_heatmap_compare"
5859   output-file-type: ".html"
5860   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5861   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5862   filter: "'NIC_Intel-X710' and
5863            'NF_DENSITY' and
5864            'DOCKER' and
5865            'PIPELINE' and
5866            'NF_VPPIP4' and
5867            '64B' and
5868            '4T2C' and
5869            'MRR'"
5870   reference:
5871     include: "2"
5872     name: "CNF-1c"
5873   compare:
5874     include: "1"
5875     name: "CNF-0.5c"
5876   parameters:
5877   - "result"
5878   - "name"
5879   - "tags"
5880   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5881   x-axis: "X = CNFs per Service Pipeline"
5882   y-axis: "Y = Number of Service Pipelines"
5883   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5884   layout:
5885     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5886     layout: "plot-service-density"
5887
5888 - type: "plot"
5889   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5890   algorithm: "plot_service_density_heatmap_compare"
5891   output-file-type: ".html"
5892   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-mrr"
5893   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5894   filter: "'NIC_Intel-X710' and
5895            'NF_DENSITY' and
5896            'DOCKER' and
5897            'PIPELINE' and
5898            'NF_VPPIP4' and
5899            '64B' and
5900            '8T4C' and
5901            'MRR'"
5902   reference:
5903     include: "2"
5904     name: "CNF-1c"
5905   compare:
5906     include: "1"
5907     name: "CNF-0.5c"
5908   parameters:
5909   - "result"
5910   - "name"
5911   - "tags"
5912   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5913   x-axis: "X = CNFs per Service Pipeline"
5914   y-axis: "Y = Number of Service Pipelines"
5915   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5916   layout:
5917     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5918     layout: "plot-service-density"
5919
5920 # Plots - NF Density - CSP - MRR IMIX
5921 - type: "plot"
5922   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5923   algorithm: "plot_service_density_heatmap_compare"
5924   output-file-type: ".html"
5925   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5926   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5927   filter: "'NIC_Intel-X710' and
5928            'NF_DENSITY' and
5929            'DOCKER' and
5930            'PIPELINE' and
5931            'NF_VPPIP4' and
5932            'IMIX' and
5933            '2T1C' and
5934            'MRR'"
5935   reference:
5936     include: "2"
5937     name: "CNF-1c"
5938   compare:
5939     include: "1"
5940     name: "CNF-0.5c"
5941   parameters:
5942   - "result"
5943   - "name"
5944   - "tags"
5945   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5946   x-axis: "X = CNFs per Service Pipeline"
5947   y-axis: "Y = Number of Service Pipelines"
5948   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5949   layout:
5950     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5951     layout: "plot-service-density"
5952
5953 - type: "plot"
5954   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5955   algorithm: "plot_service_density_heatmap_compare"
5956   output-file-type: ".html"
5957   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5958   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5959   filter: "'NIC_Intel-X710' and
5960            'NF_DENSITY' and
5961            'DOCKER' and
5962            'PIPELINE' and
5963            'NF_VPPIP4' and
5964            'IMIX' and
5965            '4T2C' and
5966            'MRR'"
5967   reference:
5968     include: "2"
5969     name: "CNF-1c"
5970   compare:
5971     include: "1"
5972     name: "CNF-0.5c"
5973   parameters:
5974   - "result"
5975   - "name"
5976   - "tags"
5977   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5978   x-axis: "X = CNFs per Service Pipeline"
5979   y-axis: "Y = Number of Service Pipelines"
5980   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5981   layout:
5982     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5983     layout: "plot-service-density"
5984
5985 - type: "plot"
5986   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5987   algorithm: "plot_service_density_heatmap_compare"
5988   output-file-type: ".html"
5989   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-mrr"
5990   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5991   filter: "'NIC_Intel-X710' and
5992            'NF_DENSITY' and
5993            'DOCKER' and
5994            'PIPELINE' and
5995            'NF_VPPIP4' and
5996            'IMIX' and
5997            '8T4C' and
5998            'MRR'"
5999   reference:
6000     include: "2"
6001     name: "CNF-1c"
6002   compare:
6003     include: "1"
6004     name: "CNF-0.5c"
6005   parameters:
6006   - "result"
6007   - "name"
6008   - "tags"
6009   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6010   x-axis: "X = CNFs per Service Pipeline"
6011   y-axis: "Y = Number of Service Pipelines"
6012   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6013   layout:
6014     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
6015     layout: "plot-service-density"
6016
6017 # Plots - NF Density - CSP - NDR 64b
6018 - type: "plot"
6019   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6020   algorithm: "plot_service_density_heatmap_compare"
6021   output-file-type: ".html"
6022   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
6023   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6024   filter: "'NIC_Intel-X710' and
6025            'NF_DENSITY' and
6026            'DOCKER' and
6027            'PIPELINE' and
6028            'NF_VPPIP4' and
6029            '64B' and
6030            '2T1C' and
6031            'NDRPDR'"
6032   reference:
6033     include: "2"
6034     name: "CNF-1c"
6035   compare:
6036     include: "1"
6037     name: "CNF-0.5c"
6038   parameters:
6039   - "throughput"
6040   - "name"
6041   - "tags"
6042   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6043   x-axis: "X = CNFs per Service Pipeline"
6044   y-axis: "Y = Number of Service Pipelines"
6045   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6046   layout:
6047     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6048     layout: "plot-service-density"
6049
6050 - type: "plot"
6051   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6052   algorithm: "plot_service_density_heatmap_compare"
6053   output-file-type: ".html"
6054   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
6055   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6056   filter: "'NIC_Intel-X710' and
6057            'NF_DENSITY' and
6058            'DOCKER' and
6059            'PIPELINE' and
6060            'NF_VPPIP4' and
6061            '64B' and
6062            '4T2C' and
6063            'NDRPDR'"
6064   reference:
6065     include: "2"
6066     name: "CNF-1c"
6067   compare:
6068     include: "1"
6069     name: "CNF-0.5c"
6070   parameters:
6071   - "throughput"
6072   - "name"
6073   - "tags"
6074   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6075   x-axis: "X = CNFs per Service Pipeline"
6076   y-axis: "Y = Number of Service Pipelines"
6077   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6078   layout:
6079     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6080     layout: "plot-service-density"
6081
6082 - type: "plot"
6083   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6084   algorithm: "plot_service_density_heatmap_compare"
6085   output-file-type: ".html"
6086   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-ndr"
6087   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6088   filter: "'NIC_Intel-X710' and
6089            'NF_DENSITY' and
6090            'DOCKER' and
6091            'PIPELINE' and
6092            'NF_VPPIP4' and
6093            '64B' and
6094            '8T4C' and
6095            'NDRPDR'"
6096   reference:
6097     include: "2"
6098     name: "CNF-1c"
6099   compare:
6100     include: "1"
6101     name: "CNF-0.5c"
6102   parameters:
6103   - "throughput"
6104   - "name"
6105   - "tags"
6106   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6107   x-axis: "X = CNFs per Service Pipeline"
6108   y-axis: "Y = Number of Service Pipelines"
6109   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6110   layout:
6111     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6112     layout: "plot-service-density"
6113
6114 # Plots - NF Density - CSP - NDR IMIX
6115 - type: "plot"
6116   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6117   algorithm: "plot_service_density_heatmap_compare"
6118   output-file-type: ".html"
6119   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
6120   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6121   filter: "'NIC_Intel-X710' and
6122            'NF_DENSITY' and
6123            'DOCKER' and
6124            'PIPELINE' and
6125            'NF_VPPIP4' and
6126            'IMIX' and
6127            '2T1C' and
6128            'NDRPDR'"
6129   reference:
6130     include: "2"
6131     name: "CNF-1c"
6132   compare:
6133     include: "1"
6134     name: "CNF-0.5c"
6135   parameters:
6136   - "throughput"
6137   - "name"
6138   - "tags"
6139   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6140   x-axis: "X = CNFs per Service Pipeline"
6141   y-axis: "Y = Number of Service Pipelines"
6142   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6143   layout:
6144     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6145     layout: "plot-service-density"
6146
6147 - type: "plot"
6148   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6149   algorithm: "plot_service_density_heatmap_compare"
6150   output-file-type: ".html"
6151   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
6152   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6153   filter: "'NIC_Intel-X710' and
6154            'NF_DENSITY' and
6155            'DOCKER' and
6156            'PIPELINE' and
6157            'NF_VPPIP4' and
6158            'IMIX' and
6159            '4T2C' and
6160            'NDRPDR'"
6161   reference:
6162     include: "2"
6163     name: "CNF-1c"
6164   compare:
6165     include: "1"
6166     name: "CNF-0.5c"
6167   parameters:
6168   - "throughput"
6169   - "name"
6170   - "tags"
6171   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6172   x-axis: "X = CNFs per Service Pipeline"
6173   y-axis: "Y = Number of Service Pipelines"
6174   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6175   layout:
6176     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6177     layout: "plot-service-density"
6178
6179 - type: "plot"
6180   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6181   algorithm: "plot_service_density_heatmap_compare"
6182   output-file-type: ".html"
6183   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-ndr"
6184   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6185   filter: "'NIC_Intel-X710' and
6186            'NF_DENSITY' and
6187            'DOCKER' and
6188            'PIPELINE' and
6189            'NF_VPPIP4' and
6190            'IMIX' and
6191            '8T4C' and
6192            'NDRPDR'"
6193   reference:
6194     include: "2"
6195     name: "CNF-1c"
6196   compare:
6197     include: "1"
6198     name: "CNF-0.5c"
6199   parameters:
6200   - "throughput"
6201   - "name"
6202   - "tags"
6203   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6204   x-axis: "X = CNFs per Service Pipeline"
6205   y-axis: "Y = Number of Service Pipelines"
6206   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6207   layout:
6208     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6209     layout: "plot-service-density"
6210
6211 # Plots - NF Density - CSP - PDR 64b
6212 - type: "plot"
6213   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6214   algorithm: "plot_service_density_heatmap_compare"
6215   output-file-type: ".html"
6216   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
6217   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6218   filter: "'NIC_Intel-X710' and
6219            'NF_DENSITY' and
6220            'DOCKER' and
6221            'PIPELINE' and
6222            'NF_VPPIP4' and
6223            '64B' and
6224            '2T1C' and
6225            'NDRPDR'"
6226   reference:
6227     include: "2"
6228     name: "CNF-1c"
6229   compare:
6230     include: "1"
6231     name: "CNF-0.5c"
6232   parameters:
6233   - "throughput"
6234   - "name"
6235   - "tags"
6236   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6237   x-axis: "X = CNFs per Service Pipeline"
6238   y-axis: "Y = Number of Service Pipelines"
6239   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6240   layout:
6241     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6242     layout: "plot-service-density"
6243
6244 - type: "plot"
6245   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6246   algorithm: "plot_service_density_heatmap_compare"
6247   output-file-type: ".html"
6248   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
6249   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6250   filter: "'NIC_Intel-X710' and
6251            'NF_DENSITY' and
6252            'DOCKER' and
6253            'PIPELINE' and
6254            'NF_VPPIP4' and
6255            '64B' and
6256            '4T2C' and
6257            'NDRPDR'"
6258   reference:
6259     include: "2"
6260     name: "CNF-1c"
6261   compare:
6262     include: "1"
6263     name: "CNF-0.5c"
6264   parameters:
6265   - "throughput"
6266   - "name"
6267   - "tags"
6268   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6269   x-axis: "X = CNFs per Service Pipeline"
6270   y-axis: "Y = Number of Service Pipelines"
6271   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6272   layout:
6273     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6274     layout: "plot-service-density"
6275
6276 - type: "plot"
6277   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6278   algorithm: "plot_service_density_heatmap_compare"
6279   output-file-type: ".html"
6280   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-pdr"
6281   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6282   filter: "'NIC_Intel-X710' and
6283            'NF_DENSITY' and
6284            'DOCKER' and
6285            'PIPELINE' and
6286            'NF_VPPIP4' and
6287            '64B' and
6288            '8T4C' and
6289            'NDRPDR'"
6290   reference:
6291     include: "2"
6292     name: "CNF-1c"
6293   compare:
6294     include: "1"
6295     name: "CNF-0.5c"
6296   parameters:
6297   - "throughput"
6298   - "name"
6299   - "tags"
6300   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6301   x-axis: "X = CNFs per Service Pipeline"
6302   y-axis: "Y = Number of Service Pipelines"
6303   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6304   layout:
6305     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6306     layout: "plot-service-density"
6307
6308 # Plots - NF Density - CSP - PDR IMIX
6309 - type: "plot"
6310   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6311   algorithm: "plot_service_density_heatmap_compare"
6312   output-file-type: ".html"
6313   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
6314   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6315   filter: "'NIC_Intel-X710' and
6316            'NF_DENSITY' and
6317            'DOCKER' and
6318            'PIPELINE' and
6319            'NF_VPPIP4' and
6320            'IMIX' and
6321            '2T1C' and
6322            'NDRPDR'"
6323   reference:
6324     include: "2"
6325     name: "CNF-1c"
6326   compare:
6327     include: "1"
6328     name: "CNF-0.5c"
6329   parameters:
6330   - "throughput"
6331   - "name"
6332   - "tags"
6333   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6334   x-axis: "X = CNFs per Service Pipeline"
6335   y-axis: "Y = Number of Service Pipelines"
6336   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6337   layout:
6338     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6339     layout: "plot-service-density"
6340
6341 - type: "plot"
6342   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6343   algorithm: "plot_service_density_heatmap_compare"
6344   output-file-type: ".html"
6345   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
6346   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6347   filter: "'NIC_Intel-X710' and
6348            'NF_DENSITY' and
6349            'DOCKER' and
6350            'PIPELINE' and
6351            'NF_VPPIP4' and
6352            'IMIX' and
6353            '4T2C' and
6354            'NDRPDR'"
6355   reference:
6356     include: "2"
6357     name: "CNF-1c"
6358   compare:
6359     include: "1"
6360     name: "CNF-0.5c"
6361   parameters:
6362   - "throughput"
6363   - "name"
6364   - "tags"
6365   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6366   x-axis: "X = CNFs per Service Pipeline"
6367   y-axis: "Y = Number of Service Pipelines"
6368   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6369   layout:
6370     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6371     layout: "plot-service-density"
6372
6373 - type: "plot"
6374   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6375   algorithm: "plot_service_density_heatmap_compare"
6376   output-file-type: ".html"
6377   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-pdr"
6378   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6379   filter: "'NIC_Intel-X710' and
6380            'NF_DENSITY' and
6381            'DOCKER' and
6382            'PIPELINE' and
6383            'NF_VPPIP4' and
6384            'IMIX' and
6385            '8T4C' and
6386            'NDRPDR'"
6387   reference:
6388     include: "2"
6389     name: "CNF-1c"
6390   compare:
6391     include: "1"
6392     name: "CNF-0.5c"
6393   parameters:
6394   - "throughput"
6395   - "name"
6396   - "tags"
6397   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6398   x-axis: "X = CNFs per Service Pipeline"
6399   y-axis: "Y = Number of Service Pipelines"
6400   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6401   layout:
6402     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6403     layout: "plot-service-density"
6404
6405 ################################################################################
6406 ## Plots VPP HTTP Server Performance
6407 #- type: "plot"
6408 #  title: "VPP HTTP Server Performance"
6409 #  algorithm: "plot_http_server_performance_box"
6410 #  output-file-type: ".html"
6411 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6412 #  data:
6413 #    "plot-vpp-http-server-performance"
6414 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
6415 #  # each tag is enclosed with ' (apostrophe).
6416 #  filter: "'HTTP' and 'TCP_CPS'"
6417 #  parameters:
6418 #  - "result"
6419 #  - "name"
6420 #  traces:
6421 #    hoverinfo: "x+y"
6422 #    boxpoints: "outliers"
6423 #    whiskerwidth: 0
6424 #  layout:
6425 #    title: "VPP HTTP Server Performance"
6426 #    layout:
6427 #      "plot-cps"
6428 #
6429 #- type: "plot"
6430 #  title: "VPP HTTP Server Performance"
6431 #  algorithm: "plot_http_server_performance_box"
6432 #  output-file-type: ".html"
6433 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6434 #  data:
6435 #    "plot-vpp-http-server-performance"
6436 #  filter: "'HTTP' and 'TCP_RPS'"
6437 #  parameters:
6438 #  - "result"
6439 #  - "name"
6440 #  traces:
6441 #    hoverinfo: "x+y"
6442 #    boxpoints: "outliers"
6443 #    whiskerwidth: 0
6444 #  layout:
6445 #    title: "VPP HTTP Server Performance"
6446 #    layout:
6447 #      "plot-rps"
6448
6449 ################################################################################
6450
6451 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
6452 - type: "plot"
6453   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6454   algorithm: "plot_performance_box"
6455   output-file-type: ".html"
6456   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6457   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6458   filter: "'NIC_Intel-X520-DA2' and
6459            '64B' and
6460            ('BASE' or 'SCALE') and
6461            'NDRPDR' and
6462            'ETH' and
6463            '1T1C' and
6464            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6465            not 'VHOST' and
6466            not 'MEMIF'"
6467   parameters:
6468   - "throughput"
6469   - "parent"
6470   - "tags"
6471   sort:
6472   - "L2PATCH"
6473   - "L2XCBASE"
6474   - "BASE"
6475   - "FIB_10K"
6476   - "FIB_100K"
6477   - "FIB_1M"
6478   traces:
6479     hoverinfo: "x+y"
6480     boxpoints: "outliers"
6481     whiskerwidth: 0
6482   layout:
6483     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6484     layout: "plot-throughput"
6485
6486 - type: "plot"
6487   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6488   algorithm: "plot_performance_box"
6489   output-file-type: ".html"
6490   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6491   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6492   filter: "'NIC_Intel-X520-DA2' and
6493            '64B' and
6494            ('BASE' or 'SCALE') and
6495            'NDRPDR' and
6496            'ETH' and
6497            '1T1C' and
6498            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6499            not 'VHOST' and
6500            not 'MEMIF'"
6501   parameters:
6502   - "throughput"
6503   - "parent"
6504   - "tags"
6505   sort:
6506   - "L2PATCH"
6507   - "L2XCBASE"
6508   - "BASE"
6509   - "FIB_10K"
6510   - "FIB_100K"
6511   - "FIB_1M"
6512   traces:
6513     hoverinfo: "x+y"
6514     boxpoints: "outliers"
6515     whiskerwidth: 0
6516   layout:
6517     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6518     layout: "plot-throughput"
6519
6520 - type: "plot"
6521   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6522   algorithm: "plot_performance_box"
6523   output-file-type: ".html"
6524   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6525   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6526   filter: "'NIC_Intel-X520-DA2' and
6527            '64B' and
6528            ('BASE' or 'SCALE') and
6529            'NDRPDR' and
6530            'ETH' and
6531            '2T2C' and
6532            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6533            not 'VHOST' and
6534            not 'MEMIF'"
6535   parameters:
6536   - "throughput"
6537   - "parent"
6538   - "tags"
6539   sort:
6540   - "L2PATCH"
6541   - "L2XCBASE"
6542   - "BASE"
6543   - "FIB_10K"
6544   - "FIB_100K"
6545   - "FIB_1M"
6546   traces:
6547     hoverinfo: "x+y"
6548     boxpoints: "outliers"
6549     whiskerwidth: 0
6550   layout:
6551     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6552     layout: "plot-throughput"
6553
6554 - type: "plot"
6555   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6556   algorithm: "plot_performance_box"
6557   output-file-type: ".html"
6558   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6559   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6560   filter: "'NIC_Intel-X520-DA2' and
6561            '64B' and
6562            ('BASE' or 'SCALE') and
6563            'NDRPDR' and
6564            'ETH' and
6565            '2T2C' and
6566            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6567            not 'VHOST' and
6568            not 'MEMIF'"
6569   parameters:
6570   - "throughput"
6571   - "parent"
6572   - "tags"
6573   sort:
6574   - "L2PATCH"
6575   - "L2XCBASE"
6576   - "BASE"
6577   - "FIB_10K"
6578   - "FIB_100K"
6579   - "FIB_1M"
6580   traces:
6581     hoverinfo: "x+y"
6582     boxpoints: "outliers"
6583     whiskerwidth: 0
6584   layout:
6585     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6586     layout: "plot-throughput"
6587
6588 # Packet Throughput - VPP L2 3n-hsw-x520 features
6589 - type: "plot"
6590   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6591   algorithm: "plot_performance_box"
6592   output-file-type: ".html"
6593   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6594   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6595   filter: "'NIC_Intel-X520-DA2' and
6596            '64B' and
6597            'NDRPDR' and
6598            '1T1C' and
6599            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6600            not 'ACL' and
6601            not 'VHOST' and
6602            not 'MEMIF'"
6603   parameters:
6604   - "throughput"
6605   - "parent"
6606   - "tags"
6607   sort:
6608   - "L2XCBASE"    # l2xcbase
6609   - "L2BDBASE"    # l2bdbase
6610   - "L2XCFWD"     # dot1q-l2xcbase
6611   - "L2BDMACLRN"  # dot1q-l2bdbase
6612   traces:
6613     hoverinfo: "x+y"
6614     boxpoints: "outliers"
6615     whiskerwidth: 0
6616   layout:
6617     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6618     layout: "plot-throughput"
6619
6620 - type: "plot"
6621   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6622   algorithm: "plot_performance_box"
6623   output-file-type: ".html"
6624   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6625   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6626   filter: "'NIC_Intel-X520-DA2' and
6627            '64B' and
6628            'NDRPDR' and
6629            '1T1C' and
6630            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6631            not 'ACL' and
6632            not 'VHOST' and
6633            not 'MEMIF'"
6634   parameters:
6635   - "throughput"
6636   - "parent"
6637   - "tags"
6638   sort:
6639   - "L2XCBASE"    # l2xcbase
6640   - "L2BDBASE"    # l2bdbase
6641   - "L2XCFWD"     # dot1q-l2xcbase
6642   - "L2BDMACLRN"  # dot1q-l2bdbase
6643   traces:
6644     hoverinfo: "x+y"
6645     boxpoints: "outliers"
6646     whiskerwidth: 0
6647   layout:
6648     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6649     layout: "plot-throughput"
6650
6651 - type: "plot"
6652   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6653   algorithm: "plot_performance_box"
6654   output-file-type: ".html"
6655   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6656   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6657   filter: "'NIC_Intel-X520-DA2' and
6658            '64B' and
6659            'NDRPDR' and
6660            '2T2C' and
6661            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6662            not 'ACL' and
6663            not 'VHOST' and
6664            not 'MEMIF'"
6665   parameters:
6666   - "throughput"
6667   - "parent"
6668   - "tags"
6669   sort:
6670   - "L2XCBASE"    # l2xcbase
6671   - "L2BDBASE"    # l2bdbase
6672   - "L2XCFWD"     # dot1q-l2xcbase
6673   - "L2BDMACLRN"  # dot1q-l2bdbase
6674   traces:
6675     hoverinfo: "x+y"
6676     boxpoints: "outliers"
6677     whiskerwidth: 0
6678   layout:
6679     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6680     layout: "plot-throughput"
6681
6682 - type: "plot"
6683   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6684   algorithm: "plot_performance_box"
6685   output-file-type: ".html"
6686   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6687   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6688   filter: "'NIC_Intel-X520-DA2' and
6689            '64B' and
6690            'NDRPDR' and
6691            '2T2C' and
6692            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6693            not 'ACL' and
6694            not 'VHOST' and
6695            not 'MEMIF'"
6696   parameters:
6697   - "throughput"
6698   - "parent"
6699   - "tags"
6700   sort:
6701   - "L2XCBASE"    # l2xcbase
6702   - "L2BDBASE"    # l2bdbase
6703   - "L2XCFWD"     # dot1q-l2xcbase
6704   - "L2BDMACLRN"  # dot1q-l2bdbase
6705   traces:
6706     hoverinfo: "x+y"
6707     boxpoints: "outliers"
6708     whiskerwidth: 0
6709   layout:
6710     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6711     layout: "plot-throughput"
6712
6713 # Packet Throughput - VPP L2 3n-hsw-x520 features-iacl
6714 - type: "plot"
6715   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6716   algorithm: "plot_performance_box"
6717   output-file-type: ".html"
6718   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6719   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6720   filter: "'NIC_Intel-X520-DA2' and
6721            '64B' and
6722            'NDRPDR' and
6723            '1T1C' and
6724            'FEATURE' and
6725            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6726            'IACL' and
6727            ('ACL1' or 'ACL50') and
6728            ('10K_FLOWS' or '10k_FLOWS') and
6729            not 'MACIP' and
6730            not 'VHOST' and
6731            not 'MEMIF'"
6732   parameters:
6733   - "throughput"
6734   - "parent"
6735   - "tags"
6736   traces:
6737     hoverinfo: "x+y"
6738     boxpoints: "outliers"
6739     whiskerwidth: 0
6740   layout:
6741     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6742     layout: "plot-throughput"
6743
6744 - type: "plot"
6745   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6746   algorithm: "plot_performance_box"
6747   output-file-type: ".html"
6748   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6749   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6750   filter: "'NIC_Intel-X520-DA2' and
6751            '64B' and
6752            'NDRPDR' and
6753            '1T1C' and
6754            'FEATURE' and
6755            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6756            'IACL' and
6757            ('ACL1' or 'ACL50') and
6758            ('10K_FLOWS' or '10k_FLOWS') and
6759            not 'MACIP' and
6760            not 'VHOST' and
6761            not 'MEMIF'"
6762   parameters:
6763   - "throughput"
6764   - "parent"
6765   - "tags"
6766   traces:
6767     hoverinfo: "x+y"
6768     boxpoints: "outliers"
6769     whiskerwidth: 0
6770   layout:
6771     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6772     layout: "plot-throughput"
6773
6774 - type: "plot"
6775   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6776   algorithm: "plot_performance_box"
6777   output-file-type: ".html"
6778   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6779   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6780   filter: "'NIC_Intel-X520-DA2' and
6781            '64B' and
6782            'NDRPDR' and
6783            '2T2C' and
6784            'FEATURE' and
6785            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6786            'IACL' and
6787            ('ACL1' or 'ACL50') and
6788            ('10K_FLOWS' or '10k_FLOWS') and
6789            not 'MACIP' and
6790            not 'VHOST' and
6791            not 'MEMIF'"
6792   parameters:
6793   - "throughput"
6794   - "parent"
6795   - "tags"
6796   traces:
6797     hoverinfo: "x+y"
6798     boxpoints: "outliers"
6799     whiskerwidth: 0
6800   layout:
6801     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6802     layout: "plot-throughput"
6803
6804 - type: "plot"
6805   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6806   algorithm: "plot_performance_box"
6807   output-file-type: ".html"
6808   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6809   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6810   filter: "'NIC_Intel-X520-DA2' and
6811            '64B' and
6812            'NDRPDR' and
6813            '2T2C' and
6814            'FEATURE' and
6815            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6816            'IACL' and
6817            ('ACL1' or 'ACL50') and
6818            ('10K_FLOWS' or '10k_FLOWS') and
6819            not 'MACIP' and
6820            not 'VHOST' and
6821            not 'MEMIF'"
6822   parameters:
6823   - "throughput"
6824   - "parent"
6825   - "tags"
6826   traces:
6827     hoverinfo: "x+y"
6828     boxpoints: "outliers"
6829     whiskerwidth: 0
6830   layout:
6831     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6832     layout: "plot-throughput"
6833
6834 # Packet Throughput - VPP L2 3n-hsw-x520 features-oacl
6835 - type: "plot"
6836   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6837   algorithm: "plot_performance_box"
6838   output-file-type: ".html"
6839   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6840   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6841   filter: "'NIC_Intel-X520-DA2' and
6842            '64B' and
6843            'NDRPDR' and
6844            '1T1C' and
6845            'FEATURE' and
6846            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6847            'OACL' and
6848            ('ACL1' or 'ACL50') and
6849            ('10K_FLOWS' or '10k_FLOWS') and
6850            not 'MACIP' and
6851            not 'VHOST' and
6852            not 'MEMIF'"
6853   parameters:
6854   - "throughput"
6855   - "parent"
6856   - "tags"
6857   traces:
6858     hoverinfo: "x+y"
6859     boxpoints: "outliers"
6860     whiskerwidth: 0
6861   layout:
6862     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6863     layout: "plot-throughput"
6864
6865 - type: "plot"
6866   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6867   algorithm: "plot_performance_box"
6868   output-file-type: ".html"
6869   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6870   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6871   filter: "'NIC_Intel-X520-DA2' and
6872            '64B' and
6873            'NDRPDR' and
6874            '1T1C' and
6875            'FEATURE' and
6876            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6877            'OACL' and
6878            ('ACL1' or 'ACL50') and
6879            ('10K_FLOWS' or '10k_FLOWS') and
6880            not 'MACIP' and
6881            not 'VHOST' and
6882            not 'MEMIF'"
6883   parameters:
6884   - "throughput"
6885   - "parent"
6886   - "tags"
6887   traces:
6888     hoverinfo: "x+y"
6889     boxpoints: "outliers"
6890     whiskerwidth: 0
6891   layout:
6892     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6893     layout: "plot-throughput"
6894
6895 - type: "plot"
6896   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6897   algorithm: "plot_performance_box"
6898   output-file-type: ".html"
6899   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6900   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6901   filter: "'NIC_Intel-X520-DA2' and
6902            '64B' and
6903            'NDRPDR' and
6904            '2T2C' and
6905            'FEATURE' and
6906            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6907            'OACL' and
6908            ('ACL1' or 'ACL50') and
6909            ('10K_FLOWS' or '10k_FLOWS') and
6910            not 'MACIP' and
6911            not 'VHOST' and
6912            not 'MEMIF'"
6913   parameters:
6914   - "throughput"
6915   - "parent"
6916   - "tags"
6917   traces:
6918     hoverinfo: "x+y"
6919     boxpoints: "outliers"
6920     whiskerwidth: 0
6921   layout:
6922     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6923     layout: "plot-throughput"
6924
6925 - type: "plot"
6926   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6927   algorithm: "plot_performance_box"
6928   output-file-type: ".html"
6929   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6930   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6931   filter: "'NIC_Intel-X520-DA2' and
6932            '64B' and
6933            'NDRPDR' and
6934            '2T2C' and
6935            'FEATURE' and
6936            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6937            'OACL' and
6938            ('ACL1' or 'ACL50') and
6939            ('10K_FLOWS' or '10k_FLOWS') and
6940            not 'MACIP' and
6941            not 'VHOST' and
6942            not 'MEMIF'"
6943   parameters:
6944   - "throughput"
6945   - "parent"
6946   - "tags"
6947   traces:
6948     hoverinfo: "x+y"
6949     boxpoints: "outliers"
6950     whiskerwidth: 0
6951   layout:
6952     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6953     layout: "plot-throughput"
6954
6955 # Packet Throughput - VPP L2 3n-hsw-x520 features-macip
6956 - type: "plot"
6957   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6958   algorithm: "plot_performance_box"
6959   output-file-type: ".html"
6960   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6961   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6962   filter: "'NIC_Intel-X520-DA2' and
6963            '64B' and
6964            'NDRPDR' and
6965            '1T1C' and
6966            'FEATURE' and
6967            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6968            'MACIP' and
6969            ('ACL1' or 'ACL50') and
6970            ('10K_FLOWS' or '10k_FLOWS') and
6971            not 'VHOST' and
6972            not 'MEMIF'"
6973   parameters:
6974   - "throughput"
6975   - "parent"
6976   - "tags"
6977   traces:
6978     hoverinfo: "x+y"
6979     boxpoints: "outliers"
6980     whiskerwidth: 0
6981   layout:
6982     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6983     layout: "plot-throughput"
6984
6985 - type: "plot"
6986   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6987   algorithm: "plot_performance_box"
6988   output-file-type: ".html"
6989   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6990   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6991   filter: "'NIC_Intel-X520-DA2' and
6992            '64B' and
6993            'NDRPDR' and
6994            '1T1C' and
6995            'FEATURE' and
6996            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6997            'MACIP' and
6998            ('ACL1' or 'ACL50') and
6999            ('10K_FLOWS' or '10k_FLOWS') and
7000            not 'VHOST' and
7001            not 'MEMIF'"
7002   parameters:
7003   - "throughput"
7004   - "parent"
7005   - "tags"
7006   traces:
7007     hoverinfo: "x+y"
7008     boxpoints: "outliers"
7009     whiskerwidth: 0
7010   layout:
7011     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
7012     layout: "plot-throughput"
7013
7014 - type: "plot"
7015   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
7016   algorithm: "plot_performance_box"
7017   output-file-type: ".html"
7018   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
7019   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7020   filter: "'NIC_Intel-X520-DA2' and
7021            '64B' and
7022            'NDRPDR' and
7023            '2T2C' and
7024            'FEATURE' and
7025            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7026            'MACIP' and
7027            ('ACL1' or 'ACL50') and
7028            ('10K_FLOWS' or '10k_FLOWS') and
7029            not 'VHOST' and
7030            not 'MEMIF'"
7031   parameters:
7032   - "throughput"
7033   - "parent"
7034   - "tags"
7035   traces:
7036     hoverinfo: "x+y"
7037     boxpoints: "outliers"
7038     whiskerwidth: 0
7039   layout:
7040     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
7041     layout: "plot-throughput"
7042
7043 - type: "plot"
7044   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7045   algorithm: "plot_performance_box"
7046   output-file-type: ".html"
7047   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7048   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7049   filter: "'NIC_Intel-X520-DA2' and
7050            '64B' and
7051            'NDRPDR' and
7052            '2T2C' and
7053            'FEATURE' and
7054            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7055            'MACIP' and
7056            ('ACL1' or 'ACL50') and
7057            ('10K_FLOWS' or '10k_FLOWS') and
7058            not 'VHOST' and
7059            not 'MEMIF'"
7060   parameters:
7061   - "throughput"
7062   - "parent"
7063   - "tags"
7064   traces:
7065     hoverinfo: "x+y"
7066     boxpoints: "outliers"
7067     whiskerwidth: 0
7068   layout:
7069     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7070     layout: "plot-throughput"
7071
7072 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
7073 - type: "plot"
7074   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7075   algorithm: "plot_performance_box"
7076   output-file-type: ".html"
7077   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7078   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7079   filter: "'NIC_Intel-X710' and
7080            '64B' and
7081            ('BASE' or 'SCALE') and
7082            'NDRPDR' and
7083            'ETH' and
7084            '1T1C' and
7085            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7086            not 'VHOST' and
7087            not 'MEMIF'"
7088   parameters:
7089   - "throughput"
7090   - "parent"
7091   - "tags"
7092   sort:
7093   - "L2PATCH"
7094   - "L2XCFWD"
7095   - "L2BDMACLRN"
7096   - "FIB_10K"
7097   - "FIB_100K"
7098   - "FIB_1M"
7099   traces:
7100     hoverinfo: "x+y"
7101     boxpoints: "outliers"
7102     whiskerwidth: 0
7103   layout:
7104     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7105     layout: "plot-throughput"
7106
7107 - type: "plot"
7108   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7109   algorithm: "plot_performance_box"
7110   output-file-type: ".html"
7111   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7112   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7113   filter: "'NIC_Intel-X710' and
7114            '64B' and
7115            ('BASE' or 'SCALE') and
7116            'NDRPDR' and
7117            'ETH' and
7118            '1T1C' and
7119            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7120            not 'VHOST' and
7121            not 'MEMIF'"
7122   parameters:
7123   - "throughput"
7124   - "parent"
7125   - "tags"
7126   sort:
7127   - "L2PATCH"
7128   - "L2XCFWD"
7129   - "L2BDMACLRN"
7130   - "FIB_10K"
7131   - "FIB_100K"
7132   - "FIB_1M"
7133   traces:
7134     hoverinfo: "x+y"
7135     boxpoints: "outliers"
7136     whiskerwidth: 0
7137   layout:
7138     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7139     layout: "plot-throughput"
7140
7141 - type: "plot"
7142   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7143   algorithm: "plot_performance_box"
7144   output-file-type: ".html"
7145   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7146   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7147   filter: "'NIC_Intel-X710' and
7148            '64B' and
7149            ('BASE' or 'SCALE') and
7150            'NDRPDR' and
7151            'ETH' and
7152            '2T2C' and
7153            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7154            not 'VHOST' and
7155            not 'MEMIF'"
7156   parameters:
7157   - "throughput"
7158   - "parent"
7159   - "tags"
7160   sort:
7161   - "L2PATCH"
7162   - "L2XCFWD"
7163   - "L2BDMACLRN"
7164   - "FIB_10K"
7165   - "FIB_100K"
7166   - "FIB_1M"
7167   traces:
7168     hoverinfo: "x+y"
7169     boxpoints: "outliers"
7170     whiskerwidth: 0
7171   layout:
7172     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7173     layout: "plot-throughput"
7174
7175 - type: "plot"
7176   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7177   algorithm: "plot_performance_box"
7178   output-file-type: ".html"
7179   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7180   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7181   filter: "'NIC_Intel-X710' and
7182            '64B' and
7183            ('BASE' or 'SCALE') and
7184            'NDRPDR' and
7185            'ETH' and
7186            '2T2C' and
7187            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7188            not 'VHOST' and
7189            not 'MEMIF'"
7190   parameters:
7191   - "throughput"
7192   - "parent"
7193   - "tags"
7194   sort:
7195   - "L2PATCH"
7196   - "L2XCFWD"
7197   - "L2BDMACLRN"
7198   - "FIB_10K"
7199   - "FIB_100K"
7200   - "FIB_1M"
7201   traces:
7202     hoverinfo: "x+y"
7203     boxpoints: "outliers"
7204     whiskerwidth: 0
7205   layout:
7206     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7207     layout: "plot-throughput"
7208
7209 # Packet Throughput - VPP L2 3n-hsw-x710 features
7210 - type: "plot"
7211   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7212   algorithm: "plot_performance_box"
7213   output-file-type: ".html"
7214   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7215   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7216   filter: "'NIC_Intel-X710' and
7217            '64B' and
7218            'NDRPDR' and
7219            '1T1C' and
7220            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7221            not 'ACL' and
7222            not 'VHOST' and
7223            not 'L2OVRLAY' and
7224            not 'MEMIF'"
7225   parameters:
7226   - "throughput"
7227   - "parent"
7228   - "tags"
7229   sort:
7230   - "L2XCBASE"    # l2xcbase
7231   - "L2BDBASE"    # l2bdbase
7232   - "L2XCFWD"     # dot1q-l2xcbase
7233   - "L2BDMACLRN"  # dot1q-l2bdbase
7234   traces:
7235     hoverinfo: "x+y"
7236     boxpoints: "outliers"
7237     whiskerwidth: 0
7238   layout:
7239     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7240     layout: "plot-throughput"
7241
7242 - type: "plot"
7243   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7244   algorithm: "plot_performance_box"
7245   output-file-type: ".html"
7246   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7247   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7248   filter: "'NIC_Intel-X710' and
7249            '64B' and
7250            'NDRPDR' and
7251            '1T1C' and
7252            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7253            not 'ACL' and
7254            not 'VHOST' and
7255            not 'L2OVRLAY' and
7256            not 'MEMIF'"
7257   parameters:
7258   - "throughput"
7259   - "parent"
7260   - "tags"
7261   sort:
7262   - "L2XCBASE"    # l2xcbase
7263   - "L2BDBASE"    # l2bdbase
7264   - "L2XCFWD"     # dot1q-l2xcbase
7265   - "L2BDMACLRN"  # dot1q-l2bdbase
7266   traces:
7267     hoverinfo: "x+y"
7268     boxpoints: "outliers"
7269     whiskerwidth: 0
7270   layout:
7271     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7272     layout: "plot-throughput"
7273
7274 - type: "plot"
7275   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7276   algorithm: "plot_performance_box"
7277   output-file-type: ".html"
7278   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7279   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7280   filter: "'NIC_Intel-X710' and
7281            '64B' and
7282            'NDRPDR' and
7283            '2T2C' and
7284            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7285            not 'ACL' and
7286            not 'VHOST' and
7287            not 'L2OVRLAY' and
7288            not 'MEMIF'"
7289   parameters:
7290   - "throughput"
7291   - "parent"
7292   - "tags"
7293   sort:
7294   - "L2XCBASE"    # l2xcbase
7295   - "L2BDBASE"    # l2bdbase
7296   - "L2XCFWD"     # dot1q-l2xcbase
7297   - "L2BDMACLRN"  # dot1q-l2bdbase
7298   traces:
7299     hoverinfo: "x+y"
7300     boxpoints: "outliers"
7301     whiskerwidth: 0
7302   layout:
7303     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7304     layout: "plot-throughput"
7305
7306 - type: "plot"
7307   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7308   algorithm: "plot_performance_box"
7309   output-file-type: ".html"
7310   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7311   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7312   filter: "'NIC_Intel-X710' and
7313            '64B' and
7314            'NDRPDR' and
7315            '2T2C' and
7316            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7317            not 'ACL' and
7318            not 'VHOST' and
7319            not 'L2OVRLAY' and
7320            not 'MEMIF'"
7321   parameters:
7322   - "throughput"
7323   - "parent"
7324   - "tags"
7325   sort:
7326   - "L2XCBASE"    # l2xcbase
7327   - "L2BDBASE"    # l2bdbase
7328   - "L2XCFWD"     # dot1q-l2xcbase
7329   - "L2BDMACLRN"  # dot1q-l2bdbase
7330   traces:
7331     hoverinfo: "x+y"
7332     boxpoints: "outliers"
7333     whiskerwidth: 0
7334   layout:
7335     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7336     layout: "plot-throughput"
7337
7338 # Packet Throughput - VPP L2 3n-hsw-x710 features-iacl
7339 - type: "plot"
7340   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7341   algorithm: "plot_performance_box"
7342   output-file-type: ".html"
7343   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7344   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7345   filter: "'NIC_Intel-X710' and
7346            '64B' and
7347            'NDRPDR' and
7348            '1T1C' and
7349            'FEATURE' and
7350            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7351            'IACL' and
7352            ('ACL1' or 'ACL50') and
7353            ('10K_FLOWS' or '10k_FLOWS') and
7354            not 'MACIP' and
7355            not 'VHOST' and
7356            not 'MEMIF'"
7357   parameters:
7358   - "throughput"
7359   - "parent"
7360   - "tags"
7361   traces:
7362     hoverinfo: "x+y"
7363     boxpoints: "outliers"
7364     whiskerwidth: 0
7365   layout:
7366     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7367     layout: "plot-throughput"
7368
7369 - type: "plot"
7370   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7371   algorithm: "plot_performance_box"
7372   output-file-type: ".html"
7373   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7374   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7375   filter: "'NIC_Intel-X710' and
7376            '64B' and
7377            'NDRPDR' and
7378            '1T1C' and
7379            'FEATURE' and
7380            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7381            'IACL' and
7382            ('ACL1' or 'ACL50') and
7383            ('10K_FLOWS' or '10k_FLOWS') and
7384            not 'MACIP' and
7385            not 'VHOST' and
7386            not 'MEMIF'"
7387   parameters:
7388   - "throughput"
7389   - "parent"
7390   - "tags"
7391   traces:
7392     hoverinfo: "x+y"
7393     boxpoints: "outliers"
7394     whiskerwidth: 0
7395   layout:
7396     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7397     layout: "plot-throughput"
7398
7399 - type: "plot"
7400   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7401   algorithm: "plot_performance_box"
7402   output-file-type: ".html"
7403   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7404   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7405   filter: "'NIC_Intel-X710' and
7406            '64B' and
7407            'NDRPDR' and
7408            '2T2C' and
7409            'FEATURE' and
7410            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7411            'IACL' and
7412            ('ACL1' or 'ACL50') and
7413            ('10K_FLOWS' or '10k_FLOWS') and
7414            not 'MACIP' and
7415            not 'VHOST' and
7416            not 'MEMIF'"
7417   parameters:
7418   - "throughput"
7419   - "parent"
7420   - "tags"
7421   traces:
7422     hoverinfo: "x+y"
7423     boxpoints: "outliers"
7424     whiskerwidth: 0
7425   layout:
7426     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7427     layout: "plot-throughput"
7428
7429 - type: "plot"
7430   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7431   algorithm: "plot_performance_box"
7432   output-file-type: ".html"
7433   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7434   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7435   filter: "'NIC_Intel-X710' and
7436            '64B' and
7437            'NDRPDR' and
7438            '2T2C' and
7439            'FEATURE' and
7440            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7441            'IACL' and
7442            ('ACL1' or 'ACL50') and
7443            ('10K_FLOWS' or '10k_FLOWS') and
7444            not 'MACIP' and
7445            not 'VHOST' and
7446            not 'MEMIF'"
7447   parameters:
7448   - "throughput"
7449   - "parent"
7450   - "tags"
7451   traces:
7452     hoverinfo: "x+y"
7453     boxpoints: "outliers"
7454     whiskerwidth: 0
7455   layout:
7456     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7457     layout: "plot-throughput"
7458
7459 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
7460 - type: "plot"
7461   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7462   algorithm: "plot_performance_box"
7463   output-file-type: ".html"
7464   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7465   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7466   filter: "'NIC_Intel-XL710' and
7467            '64B' and
7468            'BASE' and
7469            'NDRPDR' and
7470            'ETH' and
7471            '1T1C' and
7472            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7473            not 'VHOST' and
7474            not 'MEMIF'"
7475   parameters:
7476   - "throughput"
7477   - "parent"
7478   - "tags"
7479   sort:
7480   - "L2PATCH"
7481   - "L2XCFWD"
7482   - "L2BDMACLRN"
7483   traces:
7484     hoverinfo: "x+y"
7485     boxpoints: "outliers"
7486     whiskerwidth: 0
7487   layout:
7488     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7489     layout: "plot-throughput"
7490
7491 - type: "plot"
7492   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7493   algorithm: "plot_performance_box"
7494   output-file-type: ".html"
7495   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7496   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7497   filter: "'NIC_Intel-XL710' and
7498            '64B' and
7499            'BASE' and
7500            'NDRPDR' and
7501            'ETH' and
7502            '1T1C' and
7503            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7504            not 'VHOST' and
7505            not 'MEMIF'"
7506   parameters:
7507   - "throughput"
7508   - "parent"
7509   - "tags"
7510   sort:
7511   - "L2PATCH"
7512   - "L2XCFWD"
7513   - "L2BDMACLRN"
7514   traces:
7515     hoverinfo: "x+y"
7516     boxpoints: "outliers"
7517     whiskerwidth: 0
7518   layout:
7519     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7520     layout: "plot-throughput"
7521
7522 - type: "plot"
7523   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7524   algorithm: "plot_performance_box"
7525   output-file-type: ".html"
7526   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7527   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7528   filter: "'NIC_Intel-XL710' and
7529            '64B' and
7530            'BASE' and
7531            'NDRPDR' and
7532            'ETH' and
7533            '2T2C' and
7534            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7535            not 'VHOST' and
7536            not 'MEMIF'"
7537   parameters:
7538   - "throughput"
7539   - "parent"
7540   - "tags"
7541   sort:
7542   - "L2PATCH"
7543   - "L2XCFWD"
7544   - "L2BDMACLRN"
7545   traces:
7546     hoverinfo: "x+y"
7547     boxpoints: "outliers"
7548     whiskerwidth: 0
7549   layout:
7550     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7551     layout: "plot-throughput"
7552
7553 - type: "plot"
7554   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7555   algorithm: "plot_performance_box"
7556   output-file-type: ".html"
7557   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7558   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7559   filter: "'NIC_Intel-XL710' and
7560            '64B' and
7561            'BASE' and
7562            'NDRPDR' and
7563            'ETH' and
7564            '2T2C' and
7565            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7566            not 'VHOST' and
7567            not 'MEMIF'"
7568   parameters:
7569   - "throughput"
7570   - "parent"
7571   - "tags"
7572   sort:
7573   - "L2PATCH"
7574   - "L2XCFWD"
7575   - "L2BDMACLRN"
7576   traces:
7577     hoverinfo: "x+y"
7578     boxpoints: "outliers"
7579     whiskerwidth: 0
7580   layout:
7581     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7582     layout: "plot-throughput"
7583
7584 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
7585 - type: "plot"
7586   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7587   algorithm: "plot_performance_box"
7588   output-file-type: ".html"
7589   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7590   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7591   filter: "'NIC_Intel-X710' and
7592            '64B' and
7593            ('BASE' or 'SCALE') and
7594            'NDRPDR' and
7595            'ETH' and
7596            '2T1C' and
7597            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7598            not 'VHOST' and
7599            not 'MEMIF' and
7600            not 'DRV_AVF'"
7601   parameters:
7602   - "throughput"
7603   - "parent"
7604   - "tags"
7605   sort:
7606   - "L2PATCH"
7607   - "L2XCBASE"
7608   - "BASE"
7609   - "FIB_10K"
7610   - "FIB_100K"
7611   - "FIB_1M"
7612   traces:
7613     hoverinfo: "x+y"
7614     boxpoints: "outliers"
7615     whiskerwidth: 0
7616   layout:
7617     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7618     layout: "plot-throughput"
7619
7620 - type: "plot"
7621   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7622   algorithm: "plot_performance_box"
7623   output-file-type: ".html"
7624   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7625   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7626   filter: "'NIC_Intel-X710' and
7627            '64B' and
7628            ('BASE' or 'SCALE') and
7629            'NDRPDR' and
7630            'ETH' and
7631            '2T1C' and
7632            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7633            not 'VHOST' and
7634            not 'MEMIF' and
7635            not 'DRV_AVF'"
7636   parameters:
7637   - "throughput"
7638   - "parent"
7639   - "tags"
7640   sort:
7641   - "L2PATCH"
7642   - "L2XCBASE"
7643   - "BASE"
7644   - "FIB_10K"
7645   - "FIB_100K"
7646   - "FIB_1M"
7647   traces:
7648     hoverinfo: "x+y"
7649     boxpoints: "outliers"
7650     whiskerwidth: 0
7651   layout:
7652     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7653     layout: "plot-throughput"
7654
7655 - type: "plot"
7656   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7657   algorithm: "plot_performance_box"
7658   output-file-type: ".html"
7659   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7660   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7661   filter: "'NIC_Intel-X710' and
7662            '64B' and
7663            ('BASE' or 'SCALE') and
7664            'NDRPDR' and
7665            'ETH' and
7666            '4T2C' and
7667            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7668            not 'VHOST' and
7669            not 'MEMIF' and
7670            not 'DRV_AVF'"
7671   parameters:
7672   - "throughput"
7673   - "parent"
7674   - "tags"
7675   sort:
7676   - "L2PATCH"
7677   - "L2XCBASE"
7678   - "BASE"
7679   - "FIB_10K"
7680   - "FIB_100K"
7681   - "FIB_1M"
7682   traces:
7683     hoverinfo: "x+y"
7684     boxpoints: "outliers"
7685     whiskerwidth: 0
7686   layout:
7687     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7688     layout: "plot-throughput"
7689
7690 - type: "plot"
7691   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7692   algorithm: "plot_performance_box"
7693   output-file-type: ".html"
7694   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7695   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7696   filter: "'NIC_Intel-X710' and
7697            '64B' and
7698            ('BASE' or 'SCALE') and
7699            'NDRPDR' and
7700            'ETH' and
7701            '4T2C' and
7702            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7703            not 'VHOST' and
7704            not 'MEMIF' and
7705            not 'DRV_AVF'"
7706   parameters:
7707   - "throughput"
7708   - "parent"
7709   - "tags"
7710   sort:
7711   - "L2PATCH"
7712   - "L2XCBASE"
7713   - "BASE"
7714   - "FIB_10K"
7715   - "FIB_100K"
7716   - "FIB_1M"
7717   traces:
7718     hoverinfo: "x+y"
7719     boxpoints: "outliers"
7720     whiskerwidth: 0
7721   layout:
7722     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7723     layout: "plot-throughput"
7724
7725 # Packet Throughput - VPP L2 3n-skx-x710 features
7726 - type: "plot"
7727   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7728   algorithm: "plot_performance_box"
7729   output-file-type: ".html"
7730   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7731   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7732   filter: "'NIC_Intel-X710' and
7733            '64B' and
7734            'NDRPDR' and
7735            '2T1C' and
7736            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7737            not 'ACL' and
7738            not 'VHOST' and
7739            not 'DRV_AVF' and
7740            not 'L2OVRLAY' and
7741            not 'MEMIF'"
7742   parameters:
7743   - "throughput"
7744   - "parent"
7745   - "tags"
7746   sort:
7747   - "L2XCBASE"    # l2xcbase
7748   - "L2BDBASE"    # l2bdbase
7749   - "L2XCFWD"     # dot1q-l2xcbase
7750   - "L2BDMACLRN"  # dot1q-l2bdbase
7751   traces:
7752     hoverinfo: "x+y"
7753     boxpoints: "outliers"
7754     whiskerwidth: 0
7755   layout:
7756     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7757     layout: "plot-throughput"
7758
7759 - type: "plot"
7760   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7761   algorithm: "plot_performance_box"
7762   output-file-type: ".html"
7763   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7764   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7765   filter: "'NIC_Intel-X710' and
7766            '64B' and
7767            'NDRPDR' and
7768            '2T1C' and
7769            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7770            not 'ACL' and
7771            not 'VHOST' and
7772            not 'DRV_AVF' and
7773            not 'L2OVRLAY' and
7774            not 'MEMIF'"
7775   parameters:
7776   - "throughput"
7777   - "parent"
7778   - "tags"
7779   sort:
7780   - "L2XCBASE"    # l2xcbase
7781   - "L2BDBASE"    # l2bdbase
7782   - "L2XCFWD"     # dot1q-l2xcbase
7783   - "L2BDMACLRN"  # dot1q-l2bdbase
7784   traces:
7785     hoverinfo: "x+y"
7786     boxpoints: "outliers"
7787     whiskerwidth: 0
7788   layout:
7789     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7790     layout: "plot-throughput"
7791
7792 - type: "plot"
7793   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7794   algorithm: "plot_performance_box"
7795   output-file-type: ".html"
7796   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7797   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7798   filter: "'NIC_Intel-X710' and
7799            '64B' and
7800            'NDRPDR' and
7801            '4T2C' and
7802            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7803            not 'ACL' and
7804            not 'VHOST' and
7805            not 'DRV_AVF' and
7806            not 'L2OVRLAY' and
7807            not 'MEMIF'"
7808   parameters:
7809   - "throughput"
7810   - "parent"
7811   - "tags"
7812   sort:
7813   - "L2XCBASE"    # l2xcbase
7814   - "L2BDBASE"    # l2bdbase
7815   - "L2XCFWD"     # dot1q-l2xcbase
7816   - "L2BDMACLRN"  # dot1q-l2bdbase
7817   traces:
7818     hoverinfo: "x+y"
7819     boxpoints: "outliers"
7820     whiskerwidth: 0
7821   layout:
7822     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7823     layout: "plot-throughput"
7824
7825 - type: "plot"
7826   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7827   algorithm: "plot_performance_box"
7828   output-file-type: ".html"
7829   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7830   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7831   filter: "'NIC_Intel-X710' and
7832            '64B' and
7833            'NDRPDR' and
7834            '4T2C' and
7835            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7836            not 'ACL' and
7837            not 'VHOST' and
7838            not 'DRV_AVF' and
7839            not 'L2OVRLAY' and
7840            not 'MEMIF'"
7841   parameters:
7842   - "throughput"
7843   - "parent"
7844   - "tags"
7845   sort:
7846   - "L2XCBASE"    # l2xcbase
7847   - "L2BDBASE"    # l2bdbase
7848   - "L2XCFWD"     # dot1q-l2xcbase
7849   - "L2BDMACLRN"  # dot1q-l2bdbase
7850   traces:
7851     hoverinfo: "x+y"
7852     boxpoints: "outliers"
7853     whiskerwidth: 0
7854   layout:
7855     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7856     layout: "plot-throughput"
7857
7858 # Packet Throughput - VPP L2 3n-skx-x710 features-iacl
7859 - type: "plot"
7860   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7861   algorithm: "plot_performance_box"
7862   output-file-type: ".html"
7863   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7864   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7865   filter: "'NIC_Intel-X710' and
7866            '64B' and
7867            'NDRPDR' and
7868            '2T1C' and
7869            'FEATURE' and
7870            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7871            'IACL' and
7872            ('ACL1' or 'ACL50') and
7873            ('10K_FLOWS' or '10k_FLOWS') and
7874            not 'MACIP' and
7875            not 'VHOST' and
7876            not 'MEMIF'"
7877   parameters:
7878   - "throughput"
7879   - "parent"
7880   - "tags"
7881   traces:
7882     hoverinfo: "x+y"
7883     boxpoints: "outliers"
7884     whiskerwidth: 0
7885   layout:
7886     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7887     layout: "plot-throughput"
7888
7889 - type: "plot"
7890   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7891   algorithm: "plot_performance_box"
7892   output-file-type: ".html"
7893   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7894   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7895   filter: "'NIC_Intel-X710' and
7896            '64B' and
7897            'NDRPDR' and
7898            '2T1C' and
7899            'FEATURE' and
7900            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7901            'IACL' and
7902            ('ACL1' or 'ACL50') and
7903            ('10K_FLOWS' or '10k_FLOWS') and
7904            not 'MACIP' and
7905            not 'VHOST' and
7906            not 'MEMIF'"
7907   parameters:
7908   - "throughput"
7909   - "parent"
7910   - "tags"
7911   traces:
7912     hoverinfo: "x+y"
7913     boxpoints: "outliers"
7914     whiskerwidth: 0
7915   layout:
7916     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7917     layout: "plot-throughput"
7918
7919 - type: "plot"
7920   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7921   algorithm: "plot_performance_box"
7922   output-file-type: ".html"
7923   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7924   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7925   filter: "'NIC_Intel-X710' and
7926            '64B' and
7927            'NDRPDR' and
7928            '4T2C' and
7929            'FEATURE' and
7930            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7931            'IACL' and
7932            ('ACL1' or 'ACL50') and
7933            ('10K_FLOWS' or '10k_FLOWS') and
7934            not 'MACIP' and
7935            not 'VHOST' and
7936            not 'MEMIF'"
7937   parameters:
7938   - "throughput"
7939   - "parent"
7940   - "tags"
7941   traces:
7942     hoverinfo: "x+y"
7943     boxpoints: "outliers"
7944     whiskerwidth: 0
7945   layout:
7946     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7947     layout: "plot-throughput"
7948
7949 - type: "plot"
7950   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7951   algorithm: "plot_performance_box"
7952   output-file-type: ".html"
7953   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7954   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7955   filter: "'NIC_Intel-X710' and
7956            '64B' and
7957            'NDRPDR' and
7958            '4T2C' and
7959            'FEATURE' and
7960            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7961            'IACL' and
7962            ('ACL1' or 'ACL50') and
7963            ('10K_FLOWS' or '10k_FLOWS') and
7964            not 'MACIP' and
7965            not 'VHOST' and
7966            not 'MEMIF'"
7967   parameters:
7968   - "throughput"
7969   - "parent"
7970   - "tags"
7971   traces:
7972     hoverinfo: "x+y"
7973     boxpoints: "outliers"
7974     whiskerwidth: 0
7975   layout:
7976     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7977     layout: "plot-throughput"
7978
7979 # Packet Throughput - VPP L2 3n-skx-xxv710 base
7980 - type: "plot"
7981   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7982   algorithm: "plot_performance_box"
7983   output-file-type: ".html"
7984   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7985   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7986   filter: "'NIC_Intel-XXV710' and
7987            '64B' and
7988            ('BASE' or 'SCALE') and
7989            'NDRPDR' and
7990            'ETH' and
7991            '2T1C' and
7992            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7993            not 'VHOST' and
7994            not 'MEMIF'"
7995   parameters:
7996   - "throughput"
7997   - "parent"
7998   - "tags"
7999   sort:
8000   - "L2PATCH"
8001   - "L2PATCH"
8002   - "L2XCBASE"
8003   - "L2BDMACLRN"
8004   traces:
8005     hoverinfo: "x+y"
8006     boxpoints: "outliers"
8007     whiskerwidth: 0
8008   layout:
8009     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
8010     layout: "plot-throughput"
8011
8012 - type: "plot"
8013   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
8014   algorithm: "plot_performance_box"
8015   output-file-type: ".html"
8016   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
8017   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8018   filter: "'NIC_Intel-XXV710' and
8019            '64B' and
8020            ('BASE' or 'SCALE') and
8021            'NDRPDR' and
8022            'ETH' and
8023            '2T1C' and
8024            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8025            not 'VHOST' and
8026            not 'MEMIF'"
8027   parameters:
8028   - "throughput"
8029   - "parent"
8030   - "tags"
8031   sort:
8032   - "L2PATCH"
8033   - "L2PATCH"
8034   - "L2XCBASE"
8035   - "L2BDMACLRN"
8036   traces:
8037     hoverinfo: "x+y"
8038     boxpoints: "outliers"
8039     whiskerwidth: 0
8040   layout:
8041     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
8042     layout: "plot-throughput"
8043
8044 - type: "plot"
8045   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8046   algorithm: "plot_performance_box"
8047   output-file-type: ".html"
8048   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8050   filter: "'NIC_Intel-XXV710' and
8051            '64B' and
8052            ('BASE' or 'SCALE') and
8053            'NDRPDR' and
8054            'ETH' and
8055            '4T2C' and
8056            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8057            not 'VHOST' and
8058            not 'MEMIF'"
8059   parameters:
8060   - "throughput"
8061   - "parent"
8062   - "tags"
8063   sort:
8064   - "L2PATCH"
8065   - "L2PATCH"
8066   - "L2XCBASE"
8067   - "L2BDMACLRN"
8068   traces:
8069     hoverinfo: "x+y"
8070     boxpoints: "outliers"
8071     whiskerwidth: 0
8072   layout:
8073     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8074     layout: "plot-throughput"
8075
8076 - type: "plot"
8077   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8078   algorithm: "plot_performance_box"
8079   output-file-type: ".html"
8080   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8082   filter: "'NIC_Intel-XXV710' and
8083            '64B' and
8084            ('BASE' or 'SCALE') and
8085            'NDRPDR' and
8086            'ETH' and
8087            '4T2C' and
8088            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8089            not 'VHOST' and
8090            not 'MEMIF'"
8091   parameters:
8092   - "throughput"
8093   - "parent"
8094   - "tags"
8095   sort:
8096   - "L2PATCH"
8097   - "L2PATCH"
8098   - "L2XCBASE"
8099   - "L2BDMACLRN"
8100   traces:
8101     hoverinfo: "x+y"
8102     boxpoints: "outliers"
8103     whiskerwidth: 0
8104   layout:
8105     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8106     layout: "plot-throughput"
8107
8108 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
8109 - type: "plot"
8110   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8111   algorithm: "plot_performance_box"
8112   output-file-type: ".html"
8113   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8114   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8115   filter: "'NIC_Intel-X710' and
8116            '64B' and
8117            ('BASE' or 'SCALE') and
8118            'NDRPDR' and
8119            'ETH' and
8120            '2T1C' and
8121            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8122            not 'VHOST' and
8123            not 'MEMIF'"
8124   parameters:
8125   - "throughput"
8126   - "parent"
8127   - "tags"
8128   sort:
8129   - "L2PATCH"
8130   - "L2XCBASE"
8131   - "BASE"
8132   - "FIB_10K"
8133   - "FIB_100K"
8134   - "FIB_1M"
8135   traces:
8136     hoverinfo: "x+y"
8137     boxpoints: "outliers"
8138     whiskerwidth: 0
8139   layout:
8140     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8141     layout: "plot-throughput"
8142
8143 - type: "plot"
8144   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8145   algorithm: "plot_performance_box"
8146   output-file-type: ".html"
8147   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8148   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8149   filter: "'NIC_Intel-X710' and
8150            '64B' and
8151            ('BASE' or 'SCALE') and
8152            'NDRPDR' and
8153            'ETH' and
8154            '2T1C' and
8155            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8156            not 'VHOST' and
8157            not 'MEMIF'"
8158   parameters:
8159   - "throughput"
8160   - "parent"
8161   - "tags"
8162   sort:
8163   - "L2PATCH"
8164   - "L2XCBASE"
8165   - "BASE"
8166   - "FIB_10K"
8167   - "FIB_100K"
8168   - "FIB_1M"
8169   traces:
8170     hoverinfo: "x+y"
8171     boxpoints: "outliers"
8172     whiskerwidth: 0
8173   layout:
8174     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8175     layout: "plot-throughput"
8176
8177 - type: "plot"
8178   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8179   algorithm: "plot_performance_box"
8180   output-file-type: ".html"
8181   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8182   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8183   filter: "'NIC_Intel-X710' and
8184            '64B' and
8185            ('BASE' or 'SCALE') and
8186            'NDRPDR' and
8187            'ETH' and
8188            '4T2C' and
8189            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8190            not 'VHOST' and
8191            not 'MEMIF'"
8192   parameters:
8193   - "throughput"
8194   - "parent"
8195   - "tags"
8196   sort:
8197   - "L2PATCH"
8198   - "L2XCBASE"
8199   - "BASE"
8200   - "FIB_10K"
8201   - "FIB_100K"
8202   - "FIB_1M"
8203   traces:
8204     hoverinfo: "x+y"
8205     boxpoints: "outliers"
8206     whiskerwidth: 0
8207   layout:
8208     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8209     layout: "plot-throughput"
8210
8211 - type: "plot"
8212   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8213   algorithm: "plot_performance_box"
8214   output-file-type: ".html"
8215   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8216   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8217   filter: "'NIC_Intel-X710' and
8218            '64B' and
8219            ('BASE' or 'SCALE') and
8220            'NDRPDR' and
8221            'ETH' and
8222            '4T2C' and
8223            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8224            not 'VHOST' and
8225            not 'MEMIF'"
8226   parameters:
8227   - "throughput"
8228   - "parent"
8229   - "tags"
8230   sort:
8231   - "L2PATCH"
8232   - "L2XCBASE"
8233   - "BASE"
8234   - "FIB_10K"
8235   - "FIB_100K"
8236   - "FIB_1M"
8237   traces:
8238     hoverinfo: "x+y"
8239     boxpoints: "outliers"
8240     whiskerwidth: 0
8241   layout:
8242     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8243     layout: "plot-throughput"
8244
8245 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
8246 - type: "plot"
8247   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8248   algorithm: "plot_performance_box"
8249   output-file-type: ".html"
8250   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8251   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8252   filter: "'NIC_Intel-XXV710' and
8253            '64B' and
8254            ('BASE' or 'SCALE') and
8255            'NDRPDR' and
8256            'ETH' and
8257            '2T1C' and
8258            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8259            not 'VHOST' and
8260            not 'MEMIF'"
8261   parameters:
8262   - "throughput"
8263   - "parent"
8264   - "tags"
8265   sort:
8266   - "L2PATCH"
8267   - "L2XCBASE"
8268   - "BASE"
8269   - "FIB_10K"
8270   - "FIB_100K"
8271   - "FIB_1M"
8272   traces:
8273     hoverinfo: "x+y"
8274     boxpoints: "outliers"
8275     whiskerwidth: 0
8276   layout:
8277     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8278     layout: "plot-throughput"
8279
8280 - type: "plot"
8281   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8282   algorithm: "plot_performance_box"
8283   output-file-type: ".html"
8284   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8285   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8286   filter: "'NIC_Intel-XXV710' and
8287            '64B' and
8288            ('BASE' or 'SCALE') and
8289            'NDRPDR' and
8290            'ETH' and
8291            '2T1C' and
8292            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8293            not 'VHOST' and
8294            not 'MEMIF'"
8295   parameters:
8296   - "throughput"
8297   - "parent"
8298   - "tags"
8299   sort:
8300   - "L2PATCH"
8301   - "L2XCBASE"
8302   - "BASE"
8303   - "FIB_10K"
8304   - "FIB_100K"
8305   - "FIB_1M"
8306   traces:
8307     hoverinfo: "x+y"
8308     boxpoints: "outliers"
8309     whiskerwidth: 0
8310   layout:
8311     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8312     layout: "plot-throughput"
8313
8314 - type: "plot"
8315   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8316   algorithm: "plot_performance_box"
8317   output-file-type: ".html"
8318   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8319   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8320   filter: "'NIC_Intel-XXV710' and
8321            '64B' and
8322            ('BASE' or 'SCALE') and
8323            'NDRPDR' and
8324            'ETH' and
8325            '4T2C' and
8326            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8327            not 'VHOST' and
8328            not 'MEMIF'"
8329   parameters:
8330   - "throughput"
8331   - "parent"
8332   - "tags"
8333   sort:
8334   - "L2PATCH"
8335   - "L2XCBASE"
8336   - "BASE"
8337   - "FIB_10K"
8338   - "FIB_100K"
8339   - "FIB_1M"
8340   traces:
8341     hoverinfo: "x+y"
8342     boxpoints: "outliers"
8343     whiskerwidth: 0
8344   layout:
8345     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8346     layout: "plot-throughput"
8347
8348 - type: "plot"
8349   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8350   algorithm: "plot_performance_box"
8351   output-file-type: ".html"
8352   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8353   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8354   filter: "'NIC_Intel-XXV710' and
8355            '64B' and
8356            ('BASE' or 'SCALE') and
8357            'NDRPDR' and
8358            'ETH' and
8359            '4T2C' and
8360            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8361            not 'VHOST' and
8362            not 'MEMIF'"
8363   parameters:
8364   - "throughput"
8365   - "parent"
8366   - "tags"
8367   sort:
8368   - "L2PATCH"
8369   - "L2XCBASE"
8370   - "BASE"
8371   - "FIB_10K"
8372   - "FIB_100K"
8373   - "FIB_1M"
8374   traces:
8375     hoverinfo: "x+y"
8376     boxpoints: "outliers"
8377     whiskerwidth: 0
8378   layout:
8379     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8380     layout: "plot-throughput"
8381
8382 ## Packet Throughput - VPP L2 2n-dnv-x553 base
8383 #- type: "plot"
8384 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8385 #  algorithm: "plot_performance_box"
8386 #  output-file-type: ".html"
8387 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8388 #  data: "intel-dnv-vpp"
8389 #  filter: "'NIC_Intel-X553' and
8390 #           '64B' and
8391 #           'BASE' and
8392 #           'NDRPDR' and
8393 #           'ETH' and
8394 #           '1T1C' and
8395 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8396 #           not 'VHOST' and
8397 #           not 'MEMIF'"
8398 #  parameters:
8399 #  - "throughput"
8400 #  - "parent"
8401 #  - "tags"
8402 #  sort:
8403 #  - "L2XCBASE"
8404 #  - "L2BDMACLRN"
8405 #  - "L2PATCH"
8406 #  traces:
8407 #    hoverinfo: "x+y"
8408 #    boxpoints: "outliers"
8409 #    whiskerwidth: 0
8410 #  layout:
8411 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8412 #    layout: "plot-throughput"
8413 #
8414 #- type: "plot"
8415 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8416 #  algorithm: "plot_performance_box"
8417 #  output-file-type: ".html"
8418 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8419 #  data: "intel-dnv-vpp"
8420 #  filter: "'NIC_Intel-X553' and
8421 #           '64B' and
8422 #           ('BASE' or 'SCALE') and
8423 #           'NDRPDR' and
8424 #           'ETH' and
8425 #           '1T1C' and
8426 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8427 #           not 'VHOST' and
8428 #           not 'MEMIF'"
8429 #  parameters:
8430 #  - "throughput"
8431 #  - "parent"
8432 #  - "tags"
8433 #  sort:
8434 #  - "L2XCBASE"
8435 #  - "L2BDMACLRN"
8436 #  - "L2PATCH"
8437 #  traces:
8438 #    hoverinfo: "x+y"
8439 #    boxpoints: "outliers"
8440 #    whiskerwidth: 0
8441 #  layout:
8442 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8443 #    layout: "plot-throughput"
8444 #
8445 #- type: "plot"
8446 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8447 #  algorithm: "plot_performance_box"
8448 #  output-file-type: ".html"
8449 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8450 #  data: "intel-dnv-vpp"
8451 #  filter: "'NIC_Intel-X553' and
8452 #           '64B' and
8453 #           ('BASE' or 'SCALE') and
8454 #           'NDRPDR' and
8455 #           'ETH' and
8456 #           '2T2C' and
8457 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8458 #           not 'VHOST' and
8459 #           not 'MEMIF'"
8460 #  parameters:
8461 #  - "throughput"
8462 #  - "parent"
8463 #  - "tags"
8464 #  sort:
8465 #  - "L2XCBASE"
8466 #  - "L2BDMACLRN"
8467 #  - "L2PATCH"
8468 #  traces:
8469 #    hoverinfo: "x+y"
8470 #    boxpoints: "outliers"
8471 #    whiskerwidth: 0
8472 #  layout:
8473 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8474 #    layout: "plot-throughput"
8475 #
8476 #- type: "plot"
8477 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8478 #  algorithm: "plot_performance_box"
8479 #  output-file-type: ".html"
8480 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8481 #  data: "intel-dnv-vpp"
8482 #  filter: "'NIC_Intel-X553' and
8483 #           '64B' and
8484 #           ('BASE' or 'SCALE') and
8485 #           'NDRPDR' and
8486 #           'ETH' and
8487 #           '2T2C' and
8488 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8489 #           not 'VHOST' and
8490 #           not 'MEMIF'"
8491 #  parameters:
8492 #  - "throughput"
8493 #  - "parent"
8494 #  - "tags"
8495 #  sort:
8496 #  - "L2XCBASE"
8497 #  - "L2BDMACLRN"
8498 #  - "L2PATCH"
8499 #  traces:
8500 #    hoverinfo: "x+y"
8501 #    boxpoints: "outliers"
8502 #    whiskerwidth: 0
8503 #  layout:
8504 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8505 #    layout: "plot-throughput"
8506
8507 ################################################################################
8508
8509 # Packet Throughput - VPP Container Memif 3n-hsw-x520
8510 - type: "plot"
8511   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8512   algorithm: "plot_performance_box"
8513   output-file-type: ".html"
8514   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8515   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8516   filter: "'NIC_Intel-X520-DA2' and
8517            '64B' and
8518            ('BASE' or 'SCALE') and
8519            'NDRPDR' and
8520            '1T1C' and
8521            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8522            not 'VHOST' and
8523            'MEMIF'"
8524   parameters:
8525   - "throughput"
8526   - "parent"
8527   - "tags"
8528   sort:
8529   - "L2XCFWD"
8530   - "L2XCFWD"
8531   - "L2XCFWD"
8532   - "L2BDMACLRN"
8533   - "L2BDMACLRN"
8534   - "L2BDMACLRN"
8535   - "IP4FWD"
8536   traces:
8537     hoverinfo: "x+y"
8538     boxpoints: "outliers"
8539     whiskerwidth: 0
8540   layout:
8541     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8542     layout: "plot-throughput"
8543
8544 - type: "plot"
8545   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8546   algorithm: "plot_performance_box"
8547   output-file-type: ".html"
8548   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8549   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8550   filter: "'NIC_Intel-X520-DA2' and
8551            '64B' and
8552            ('BASE' or 'SCALE') and
8553            'NDRPDR' and
8554            '1T1C' and
8555            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8556            not 'VHOST' and
8557            'MEMIF'"
8558   parameters:
8559   - "throughput"
8560   - "parent"
8561   - "tags"
8562   sort:
8563   - "L2XCFWD"
8564   - "L2XCFWD"
8565   - "L2XCFWD"
8566   - "L2BDMACLRN"
8567   - "L2BDMACLRN"
8568   - "L2BDMACLRN"
8569   - "IP4FWD"
8570   traces:
8571     hoverinfo: "x+y"
8572     boxpoints: "outliers"
8573     whiskerwidth: 0
8574   layout:
8575     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8576     layout: "plot-throughput"
8577
8578 - type: "plot"
8579   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8580   algorithm: "plot_performance_box"
8581   output-file-type: ".html"
8582   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8583   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8584   filter: "'NIC_Intel-X520-DA2' and
8585            '64B' and
8586            ('BASE' or 'SCALE') and
8587            'NDRPDR' and
8588            '2T2C' and
8589            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8590            not 'VHOST' and
8591            'MEMIF'"
8592   parameters:
8593   - "throughput"
8594   - "parent"
8595   - "tags"
8596   sort:
8597   - "L2XCFWD"
8598   - "L2XCFWD"
8599   - "L2XCFWD"
8600   - "L2BDMACLRN"
8601   - "L2BDMACLRN"
8602   - "L2BDMACLRN"
8603   - "IP4FWD"
8604   traces:
8605     hoverinfo: "x+y"
8606     boxpoints: "outliers"
8607     whiskerwidth: 0
8608   layout:
8609     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8610     layout: "plot-throughput"
8611
8612 - type: "plot"
8613   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8614   algorithm: "plot_performance_box"
8615   output-file-type: ".html"
8616   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8617   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8618   filter: "'NIC_Intel-X520-DA2' and
8619            '64B' and
8620            ('BASE' or 'SCALE') and
8621            'NDRPDR' and
8622            '2T2C' and
8623            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8624            not 'VHOST' and
8625            'MEMIF'"
8626   parameters:
8627   - "throughput"
8628   - "parent"
8629   - "tags"
8630   sort:
8631   - "L2XCFWD"
8632   - "L2XCFWD"
8633   - "L2XCFWD"
8634   - "L2BDMACLRN"
8635   - "L2BDMACLRN"
8636   - "L2BDMACLRN"
8637   - "IP4FWD"
8638   traces:
8639     hoverinfo: "x+y"
8640     boxpoints: "outliers"
8641     whiskerwidth: 0
8642   layout:
8643     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8644     layout: "plot-throughput"
8645
8646 # Packet Throughput - VPP Container Memif 3n-hsw-x710
8647 - type: "plot"
8648   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8649   algorithm: "plot_performance_box"
8650   output-file-type: ".html"
8651   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8652   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8653   filter: "'NIC_Intel-X710' and
8654            '64B' and
8655            ('BASE' or 'SCALE') and
8656            'NDRPDR' and
8657            '1T1C' and
8658            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8659            not 'VHOST' and
8660            'MEMIF'"
8661   parameters:
8662   - "throughput"
8663   - "parent"
8664   - "tags"
8665   sort:
8666   - "L2XCFWD"
8667   - "L2XCFWD"
8668   - "L2XCFWD"
8669   - "L2BDMACLRN"
8670   - "L2BDMACLRN"
8671   - "L2BDMACLRN"
8672   - "IP4FWD"
8673   traces:
8674     hoverinfo: "x+y"
8675     boxpoints: "outliers"
8676     whiskerwidth: 0
8677   layout:
8678     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8679     layout: "plot-throughput"
8680
8681 - type: "plot"
8682   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8683   algorithm: "plot_performance_box"
8684   output-file-type: ".html"
8685   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8686   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8687   filter: "'NIC_Intel-X710' and
8688            '64B' and
8689            ('BASE' or 'SCALE') and
8690            'NDRPDR' and
8691            '1T1C' and
8692            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8693            not 'VHOST' and
8694            'MEMIF'"
8695   parameters:
8696   - "throughput"
8697   - "parent"
8698   - "tags"
8699   sort:
8700   - "L2XCFWD"
8701   - "L2XCFWD"
8702   - "L2XCFWD"
8703   - "L2BDMACLRN"
8704   - "L2BDMACLRN"
8705   - "L2BDMACLRN"
8706   - "IP4FWD"
8707   traces:
8708     hoverinfo: "x+y"
8709     boxpoints: "outliers"
8710     whiskerwidth: 0
8711   layout:
8712     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8713     layout: "plot-throughput"
8714
8715 - type: "plot"
8716   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8717   algorithm: "plot_performance_box"
8718   output-file-type: ".html"
8719   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8720   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8721   filter: "'NIC_Intel-X710' and
8722            '64B' and
8723            ('BASE' or 'SCALE') and
8724            'NDRPDR' and
8725            '2T2C' and
8726            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8727            not 'VHOST' and
8728            'MEMIF'"
8729   parameters:
8730   - "throughput"
8731   - "parent"
8732   - "tags"
8733   sort:
8734   - "L2XCFWD"
8735   - "L2XCFWD"
8736   - "L2XCFWD"
8737   - "L2BDMACLRN"
8738   - "L2BDMACLRN"
8739   - "L2BDMACLRN"
8740   - "IP4FWD"
8741   traces:
8742     hoverinfo: "x+y"
8743     boxpoints: "outliers"
8744     whiskerwidth: 0
8745   layout:
8746     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8747     layout: "plot-throughput"
8748
8749 - type: "plot"
8750   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8751   algorithm: "plot_performance_box"
8752   output-file-type: ".html"
8753   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8754   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8755   filter: "'NIC_Intel-X710' and
8756            '64B' and
8757            ('BASE' or 'SCALE') and
8758            'NDRPDR' and
8759            '2T2C' and
8760            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8761            not 'VHOST' and
8762            'MEMIF'"
8763   parameters:
8764   - "throughput"
8765   - "parent"
8766   - "tags"
8767   sort:
8768   - "L2XCFWD"
8769   - "L2XCFWD"
8770   - "L2XCFWD"
8771   - "L2BDMACLRN"
8772   - "L2BDMACLRN"
8773   - "L2BDMACLRN"
8774   - "IP4FWD"
8775   traces:
8776     hoverinfo: "x+y"
8777     boxpoints: "outliers"
8778     whiskerwidth: 0
8779   layout:
8780     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8781     layout: "plot-throughput"
8782
8783 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
8784 - type: "plot"
8785   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8786   algorithm: "plot_performance_box"
8787   output-file-type: ".html"
8788   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8789   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8790   filter: "'NIC_Intel-XL710' and
8791            '64B' and
8792            ('BASE' or 'SCALE') and
8793            'NDRPDR' and
8794            '1T1C' and
8795            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8796            not 'VHOST' and
8797            'MEMIF'"
8798   parameters:
8799   - "throughput"
8800   - "parent"
8801   - "tags"
8802   sort:
8803   - "L2XCFWD"
8804   - "L2XCFWD"
8805   - "L2XCFWD"
8806   - "L2BDMACLRN"
8807   - "L2BDMACLRN"
8808   - "L2BDMACLRN"
8809   - "IP4FWD"
8810   traces:
8811     hoverinfo: "x+y"
8812     boxpoints: "outliers"
8813     whiskerwidth: 0
8814   layout:
8815     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8816     layout: "plot-throughput"
8817
8818 - type: "plot"
8819   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8820   algorithm: "plot_performance_box"
8821   output-file-type: ".html"
8822   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8823   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8824   filter: "'NIC_Intel-XL710' and
8825            '64B' and
8826            ('BASE' or 'SCALE') and
8827            'NDRPDR' and
8828            '1T1C' and
8829            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8830            not 'VHOST' and
8831            'MEMIF'"
8832   parameters:
8833   - "throughput"
8834   - "parent"
8835   - "tags"
8836   sort:
8837   - "L2XCFWD"
8838   - "L2XCFWD"
8839   - "L2XCFWD"
8840   - "L2BDMACLRN"
8841   - "L2BDMACLRN"
8842   - "L2BDMACLRN"
8843   - "IP4FWD"
8844   traces:
8845     hoverinfo: "x+y"
8846     boxpoints: "outliers"
8847     whiskerwidth: 0
8848   layout:
8849     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8850     layout: "plot-throughput"
8851
8852 - type: "plot"
8853   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8854   algorithm: "plot_performance_box"
8855   output-file-type: ".html"
8856   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8857   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8858   filter: "'NIC_Intel-XL710' and
8859            '64B' and
8860            ('BASE' or 'SCALE') and
8861            'NDRPDR' and
8862            '2T2C' and
8863            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8864            not 'VHOST' and
8865            'MEMIF'"
8866   parameters:
8867   - "throughput"
8868   - "parent"
8869   - "tags"
8870   sort:
8871   - "L2XCFWD"
8872   - "L2XCFWD"
8873   - "L2XCFWD"
8874   - "L2BDMACLRN"
8875   - "L2BDMACLRN"
8876   - "L2BDMACLRN"
8877   - "IP4FWD"
8878   traces:
8879     hoverinfo: "x+y"
8880     boxpoints: "outliers"
8881     whiskerwidth: 0
8882   layout:
8883     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8884     layout: "plot-throughput"
8885
8886 - type: "plot"
8887   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8888   algorithm: "plot_performance_box"
8889   output-file-type: ".html"
8890   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8891   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8892   filter: "'NIC_Intel-XL710' and
8893            '64B' and
8894            ('BASE' or 'SCALE') and
8895            'NDRPDR' and
8896            '2T2C' and
8897            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8898            not 'VHOST' and
8899            'MEMIF'"
8900   parameters:
8901   - "throughput"
8902   - "parent"
8903   - "tags"
8904   sort:
8905   - "L2XCFWD"
8906   - "L2XCFWD"
8907   - "L2XCFWD"
8908   - "L2BDMACLRN"
8909   - "L2BDMACLRN"
8910   - "L2BDMACLRN"
8911   - "IP4FWD"
8912   traces:
8913     hoverinfo: "x+y"
8914     boxpoints: "outliers"
8915     whiskerwidth: 0
8916   layout:
8917     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8918     layout: "plot-throughput"
8919
8920 # Packet Throughput - VPP Container Memif 3n-skx-x710
8921 - type: "plot"
8922   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8923   algorithm: "plot_performance_box"
8924   output-file-type: ".html"
8925   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8927   filter: "'NIC_Intel-X710' and
8928            '64B' and
8929            ('BASE' or 'SCALE') and
8930            'NDRPDR' and
8931            '2T1C' and
8932            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8933            not 'VHOST' and
8934            'MEMIF'"
8935   parameters:
8936   - "throughput"
8937   - "parent"
8938   - "tags"
8939   sort:
8940   - "L2XCFWD"
8941   - "L2XCFWD"
8942   - "L2XCFWD"
8943   - "L2BDMACLRN"
8944   - "L2BDMACLRN"
8945   - "L2BDMACLRN"
8946   - "IP4FWD"
8947   traces:
8948     hoverinfo: "x+y"
8949     boxpoints: "outliers"
8950     whiskerwidth: 0
8951   layout:
8952     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8953     layout: "plot-throughput"
8954
8955 - type: "plot"
8956   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8957   algorithm: "plot_performance_box"
8958   output-file-type: ".html"
8959   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8961   filter: "'NIC_Intel-X710' and
8962            '64B' and
8963            ('BASE' or 'SCALE') and
8964            'NDRPDR' and
8965            '2T1C' and
8966            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8967            not 'VHOST' and
8968            'MEMIF'"
8969   parameters:
8970   - "throughput"
8971   - "parent"
8972   - "tags"
8973   sort:
8974   - "L2XCFWD"
8975   - "L2XCFWD"
8976   - "L2XCFWD"
8977   - "L2BDMACLRN"
8978   - "L2BDMACLRN"
8979   - "L2BDMACLRN"
8980   - "IP4FWD"
8981   traces:
8982     hoverinfo: "x+y"
8983     boxpoints: "outliers"
8984     whiskerwidth: 0
8985   layout:
8986     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8987     layout: "plot-throughput"
8988
8989 - type: "plot"
8990   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8991   algorithm: "plot_performance_box"
8992   output-file-type: ".html"
8993   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8994   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8995   filter: "'NIC_Intel-X710' and
8996            '64B' and
8997            ('BASE' or 'SCALE') and
8998            'NDRPDR' and
8999            '4T2C' and
9000            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9001            not 'VHOST' and
9002            'MEMIF'"
9003   parameters:
9004   - "throughput"
9005   - "parent"
9006   - "tags"
9007   sort:
9008   - "L2XCFWD"
9009   - "L2XCFWD"
9010   - "L2XCFWD"
9011   - "L2BDMACLRN"
9012   - "L2BDMACLRN"
9013   - "L2BDMACLRN"
9014   - "IP4FWD"
9015   traces:
9016     hoverinfo: "x+y"
9017     boxpoints: "outliers"
9018     whiskerwidth: 0
9019   layout:
9020     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9021     layout: "plot-throughput"
9022
9023 - type: "plot"
9024   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9025   algorithm: "plot_performance_box"
9026   output-file-type: ".html"
9027   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9029   filter: "'NIC_Intel-X710' and
9030            '64B' and
9031            ('BASE' or 'SCALE') and
9032            'NDRPDR' and
9033            '4T2C' and
9034            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9035            not 'VHOST' and
9036            'MEMIF'"
9037   parameters:
9038   - "throughput"
9039   - "parent"
9040   - "tags"
9041   sort:
9042   - "L2XCFWD"
9043   - "L2XCFWD"
9044   - "L2XCFWD"
9045   - "L2BDMACLRN"
9046   - "L2BDMACLRN"
9047   - "L2BDMACLRN"
9048   - "IP4FWD"
9049   traces:
9050     hoverinfo: "x+y"
9051     boxpoints: "outliers"
9052     whiskerwidth: 0
9053   layout:
9054     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9055     layout: "plot-throughput"
9056
9057 # Packet Throughput - VPP Container Memif 2n-skx-x710
9058 - type: "plot"
9059   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9060   algorithm: "plot_performance_box"
9061   output-file-type: ".html"
9062   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9063   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9064   filter: "'NIC_Intel-X710' and
9065            '64B' and
9066            ('BASE' or 'SCALE') and
9067            'NDRPDR' and
9068            '2T1C' and
9069            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9070            not 'VHOST' and
9071            not 'NF_DENSITY' and
9072            'MEMIF'"
9073   parameters:
9074   - "throughput"
9075   - "parent"
9076   - "tags"
9077   sort:
9078   - "L2XCFWD"
9079   - "L2XCFWD"
9080   - "L2XCFWD"
9081   - "L2BDMACLRN"
9082   - "L2BDMACLRN"
9083   - "L2BDMACLRN"
9084   - "IP4FWD"
9085   traces:
9086     hoverinfo: "x+y"
9087     boxpoints: "outliers"
9088     whiskerwidth: 0
9089   layout:
9090     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9091     layout: "plot-throughput"
9092
9093 - type: "plot"
9094   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9095   algorithm: "plot_performance_box"
9096   output-file-type: ".html"
9097   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9098   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9099   filter: "'NIC_Intel-X710' and
9100            '64B' and
9101            ('BASE' or 'SCALE') and
9102            'NDRPDR' and
9103            '2T1C' and
9104            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9105            not 'VHOST' and
9106            not 'NF_DENSITY' and
9107            'MEMIF'"
9108   parameters:
9109   - "throughput"
9110   - "parent"
9111   - "tags"
9112   sort:
9113   - "L2XCFWD"
9114   - "L2XCFWD"
9115   - "L2XCFWD"
9116   - "L2BDMACLRN"
9117   - "L2BDMACLRN"
9118   - "L2BDMACLRN"
9119   - "IP4FWD"
9120   traces:
9121     hoverinfo: "x+y"
9122     boxpoints: "outliers"
9123     whiskerwidth: 0
9124   layout:
9125     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9126     layout: "plot-throughput"
9127
9128 - type: "plot"
9129   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9130   algorithm: "plot_performance_box"
9131   output-file-type: ".html"
9132   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9133   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9134   filter: "'NIC_Intel-X710' and
9135            '64B' and
9136            ('BASE' or 'SCALE') and
9137            'NDRPDR' and
9138            '4T2C' and
9139            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9140            not 'VHOST' and
9141            not 'NF_DENSITY' and
9142            'MEMIF'"
9143   parameters:
9144   - "throughput"
9145   - "parent"
9146   - "tags"
9147   sort:
9148   - "L2XCFWD"
9149   - "L2XCFWD"
9150   - "L2XCFWD"
9151   - "L2BDMACLRN"
9152   - "L2BDMACLRN"
9153   - "L2BDMACLRN"
9154   - "IP4FWD"
9155   traces:
9156     hoverinfo: "x+y"
9157     boxpoints: "outliers"
9158     whiskerwidth: 0
9159   layout:
9160     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9161     layout: "plot-throughput"
9162
9163 - type: "plot"
9164   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9165   algorithm: "plot_performance_box"
9166   output-file-type: ".html"
9167   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9168   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9169   filter: "'NIC_Intel-X710' and
9170            '64B' and
9171            ('BASE' or 'SCALE') and
9172            'NDRPDR' and
9173            '4T2C' and
9174            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9175            not 'VHOST' and
9176            not 'NF_DENSITY' and
9177            'MEMIF'"
9178   parameters:
9179   - "throughput"
9180   - "parent"
9181   - "tags"
9182   sort:
9183   - "L2XCFWD"
9184   - "L2XCFWD"
9185   - "L2XCFWD"
9186   - "L2BDMACLRN"
9187   - "L2BDMACLRN"
9188   - "L2BDMACLRN"
9189   - "IP4FWD"
9190   traces:
9191     hoverinfo: "x+y"
9192     boxpoints: "outliers"
9193     whiskerwidth: 0
9194   layout:
9195     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9196     layout: "plot-throughput"
9197
9198 ## Packet Throughput - VPP Container Memif 2n-skx-xxv710
9199 #- type: "plot"
9200 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9201 #  algorithm: "plot_performance_box"
9202 #  output-file-type: ".html"
9203 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9204 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9205 #  filter: "'NIC_Intel-XXV710' and
9206 #           '64B' and
9207 #           ('BASE' or 'SCALE') and
9208 #           'NDRPDR' and
9209 #           '2T1C' and
9210 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9211 #           not 'VHOST' and
9212 #           'MEMIF'"
9213 #  parameters:
9214 #  - "throughput"
9215 #  - "parent"
9216 #  - "tags"
9217 #  sort:
9218 #  - "L2XCFWD"
9219 #  - "L2XCFWD"
9220 #  - "L2XCFWD"
9221 #  - "L2BDMACLRN"
9222 #  - "L2BDMACLRN"
9223 #  - "L2BDMACLRN"
9224 #  - "IP4FWD"
9225 #  traces:
9226 #    hoverinfo: "x+y"
9227 #    boxpoints: "outliers"
9228 #    whiskerwidth: 0
9229 #  layout:
9230 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9231 #    layout: "plot-throughput"
9232 #
9233 #- type: "plot"
9234 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9235 #  algorithm: "plot_performance_box"
9236 #  output-file-type: ".html"
9237 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9238 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9239 #  filter: "'NIC_Intel-XXV710' and
9240 #           '64B' and
9241 #           ('BASE' or 'SCALE') and
9242 #           'NDRPDR' and
9243 #           '2T1C' and
9244 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9245 #           not 'VHOST' and
9246 #           'MEMIF'"
9247 #  parameters:
9248 #  - "throughput"
9249 #  - "parent"
9250 #  - "tags"
9251 #  sort:
9252 #  - "L2XCFWD"
9253 #  - "L2XCFWD"
9254 #  - "L2XCFWD"
9255 #  - "L2BDMACLRN"
9256 #  - "L2BDMACLRN"
9257 #  - "L2BDMACLRN"
9258 #  - "IP4FWD"
9259 #  traces:
9260 #    hoverinfo: "x+y"
9261 #    boxpoints: "outliers"
9262 #    whiskerwidth: 0
9263 #  layout:
9264 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9265 #    layout: "plot-throughput"
9266 #
9267 #- type: "plot"
9268 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9269 #  algorithm: "plot_performance_box"
9270 #  output-file-type: ".html"
9271 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9272 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9273 #  filter: "'NIC_Intel-XXV710' and
9274 #           '64B' and
9275 #           ('BASE' or 'SCALE') and
9276 #           'NDRPDR' and
9277 #           '4T2C' and
9278 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9279 #           not 'VHOST' and
9280 #           'MEMIF'"
9281 #  parameters:
9282 #  - "throughput"
9283 #  - "parent"
9284 #  - "tags"
9285 #  sort:
9286 #  - "L2XCFWD"
9287 #  - "L2XCFWD"
9288 #  - "L2XCFWD"
9289 #  - "L2BDMACLRN"
9290 #  - "L2BDMACLRN"
9291 #  - "L2BDMACLRN"
9292 #  - "IP4FWD"
9293 #  traces:
9294 #    hoverinfo: "x+y"
9295 #    boxpoints: "outliers"
9296 #    whiskerwidth: 0
9297 #  layout:
9298 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9299 #    layout: "plot-throughput"
9300 #
9301 #- type: "plot"
9302 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9303 #  algorithm: "plot_performance_box"
9304 #  output-file-type: ".html"
9305 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9306 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9307 #  filter: "'NIC_Intel-XXV710' and
9308 #           '64B' and
9309 #           ('BASE' or 'SCALE') and
9310 #           'NDRPDR' and
9311 #           '4T2C' and
9312 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9313 #           not 'VHOST' and
9314 #           'MEMIF'"
9315 #  parameters:
9316 #  - "throughput"
9317 #  - "parent"
9318 #  - "tags"
9319 #  sort:
9320 #  - "L2XCFWD"
9321 #  - "L2XCFWD"
9322 #  - "L2XCFWD"
9323 #  - "L2BDMACLRN"
9324 #  - "L2BDMACLRN"
9325 #  - "L2BDMACLRN"
9326 #  - "IP4FWD"
9327 #  traces:
9328 #    hoverinfo: "x+y"
9329 #    boxpoints: "outliers"
9330 #    whiskerwidth: 0
9331 #  layout:
9332 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9333 #    layout: "plot-throughput"
9334
9335 ################################################################################
9336
9337 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
9338 #- type: "plot"
9339 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9340 #  algorithm: "plot_performance_box"
9341 #  output-file-type: ".html"
9342 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9343 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9344 #  filter: "'NIC_Intel-X520-DA2' and
9345 #           '64B' and
9346 #           ('BASE' or 'SCALE') and
9347 #           'NDRPDR' and
9348 #           '1T1C' and
9349 #           'L2XCFWD' and
9350 #           not 'VHOST' and
9351 #           not 'NF_DENSITY' and
9352 #           'MEMIF'"
9353 #  parameters:
9354 #  - "throughput"
9355 #  - "parent"
9356 #  - "tags"
9357 #  sort:
9358 #  - "1VNF"
9359 #  - "2VNF"
9360 #  - "4VNF"
9361 #  - "2VNF"
9362 #  - "4VNF"
9363 #  traces:
9364 #    hoverinfo: "x+y"
9365 #    boxpoints: "outliers"
9366 #    whiskerwidth: 0
9367 #  layout:
9368 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9369 #    layout: "plot-throughput"
9370 #
9371 #- type: "plot"
9372 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9373 #  algorithm: "plot_performance_box"
9374 #  output-file-type: ".html"
9375 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9376 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9377 #  filter: "'NIC_Intel-X520-DA2' and
9378 #           '64B' and
9379 #           ('BASE' or 'SCALE') and
9380 #           'NDRPDR' and
9381 #           '1T1C' and
9382 #           'L2XCFWD' and
9383 #           not 'VHOST' and
9384 #           not 'NF_DENSITY' and
9385 #           'MEMIF'"
9386 #  parameters:
9387 #  - "throughput"
9388 #  - "parent"
9389 #  - "tags"
9390 #  sort:
9391 #  - "1VNF"
9392 #  - "2VNF"
9393 #  - "4VNF"
9394 #  - "2VNF"
9395 #  - "4VNF"
9396 #  traces:
9397 #    hoverinfo: "x+y"
9398 #    boxpoints: "outliers"
9399 #    whiskerwidth: 0
9400 #  layout:
9401 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9402 #    layout: "plot-throughput"
9403 #
9404 #- type: "plot"
9405 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9406 #  algorithm: "plot_performance_box"
9407 #  output-file-type: ".html"
9408 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9409 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9410 #  filter: "'NIC_Intel-X520-DA2' and
9411 #           '64B' and
9412 #           ('BASE' or 'SCALE') and
9413 #           'NDRPDR' and
9414 #           '2T2C' and
9415 #           'L2XCFWD' and
9416 #           not 'VHOST' and
9417 #           not 'NF_DENSITY' and
9418 #           'MEMIF'"
9419 #  parameters:
9420 #  - "throughput"
9421 #  - "parent"
9422 #  - "tags"
9423 #  sort:
9424 #  - "1VNF"
9425 #  - "2VNF"
9426 #  - "4VNF"
9427 #  - "2VNF"
9428 #  - "4VNF"
9429 #  traces:
9430 #    hoverinfo: "x+y"
9431 #    boxpoints: "outliers"
9432 #    whiskerwidth: 0
9433 #  layout:
9434 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9435 #    layout: "plot-throughput"
9436 #
9437 #- type: "plot"
9438 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9439 #  algorithm: "plot_performance_box"
9440 #  output-file-type: ".html"
9441 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9442 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9443 #  filter: "'NIC_Intel-X520-DA2' and
9444 #           '64B' and
9445 #           ('BASE' or 'SCALE') and
9446 #           'NDRPDR' and
9447 #           '2T2C' and
9448 #           'L2XCFWD' and
9449 #           not 'VHOST' and
9450 #           not 'NF_DENSITY' and
9451 #           'MEMIF'"
9452 #  parameters:
9453 #  - "throughput"
9454 #  - "parent"
9455 #  - "tags"
9456 #  sort:
9457 #  - "1VNF"
9458 #  - "2VNF"
9459 #  - "4VNF"
9460 #  - "2VNF"
9461 #  - "4VNF"
9462 #  traces:
9463 #    hoverinfo: "x+y"
9464 #    boxpoints: "outliers"
9465 #    whiskerwidth: 0
9466 #  layout:
9467 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9468 #    layout: "plot-throughput"
9469 #
9470 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
9471 #- type: "plot"
9472 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9473 #  algorithm: "plot_performance_box"
9474 #  output-file-type: ".html"
9475 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9476 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9477 #  filter: "'NIC_Intel-X520-DA2' and
9478 #           '64B' and
9479 #           ('BASE' or 'SCALE') and
9480 #           'NDRPDR' and
9481 #           '1T1C' and
9482 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9483 #           not 'VHOST' and
9484 #           not 'NF_DENSITY' and
9485 #           'MEMIF'"
9486 #  parameters:
9487 #  - "throughput"
9488 #  - "parent"
9489 #  - "tags"
9490 #  sort:
9491 #  - "1VNF"
9492 #  - "2VNF"
9493 #  - "4VNF"
9494 #  - "2VNF"
9495 #  - "4VNF"
9496 #  traces:
9497 #    hoverinfo: "x+y"
9498 #    boxpoints: "outliers"
9499 #    whiskerwidth: 0
9500 #  layout:
9501 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9502 #    layout: "plot-throughput"
9503 #
9504 #- type: "plot"
9505 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9506 #  algorithm: "plot_performance_box"
9507 #  output-file-type: ".html"
9508 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9509 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9510 #  filter: "'NIC_Intel-X520-DA2' and
9511 #           '64B' and
9512 #           ('BASE' or 'SCALE') and
9513 #           'NDRPDR' and
9514 #           '1T1C' and
9515 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9516 #           not 'VHOST' and
9517 #           not 'NF_DENSITY' and
9518 #           'MEMIF'"
9519 #  parameters:
9520 #  - "throughput"
9521 #  - "parent"
9522 #  - "tags"
9523 #  sort:
9524 #  - "1VNF"
9525 #  - "2VNF"
9526 #  - "4VNF"
9527 #  - "2VNF"
9528 #  - "4VNF"
9529 #  traces:
9530 #    hoverinfo: "x+y"
9531 #    boxpoints: "outliers"
9532 #    whiskerwidth: 0
9533 #  layout:
9534 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9535 #    layout: "plot-throughput"
9536 #
9537 #- type: "plot"
9538 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9539 #  algorithm: "plot_performance_box"
9540 #  output-file-type: ".html"
9541 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9542 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9543 #  filter: "'NIC_Intel-X520-DA2' and
9544 #           '64B' and
9545 #           ('BASE' or 'SCALE') and
9546 #           'NDRPDR' and
9547 #           '2T2C' and
9548 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9549 #           not 'VHOST' and
9550 #           not 'NF_DENSITY' and
9551 #           'MEMIF'"
9552 #  parameters:
9553 #  - "throughput"
9554 #  - "parent"
9555 #  - "tags"
9556 #  sort:
9557 #  - "1VNF"
9558 #  - "2VNF"
9559 #  - "4VNF"
9560 #  - "2VNF"
9561 #  - "4VNF"
9562 #  traces:
9563 #    hoverinfo: "x+y"
9564 #    boxpoints: "outliers"
9565 #    whiskerwidth: 0
9566 #  layout:
9567 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9568 #    layout: "plot-throughput"
9569 #
9570 #- type: "plot"
9571 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9572 #  algorithm: "plot_performance_box"
9573 #  output-file-type: ".html"
9574 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9575 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9576 #  filter: "'NIC_Intel-X520-DA2' and
9577 #           '64B' and
9578 #           ('BASE' or 'SCALE') and
9579 #           'NDRPDR' and
9580 #           '2T2C' and
9581 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9582 #           not 'VHOST' and
9583 #           not 'NF_DENSITY' and
9584 #           'MEMIF'"
9585 #  parameters:
9586 #  - "throughput"
9587 #  - "parent"
9588 #  - "tags"
9589 #  sort:
9590 #  - "1VNF"
9591 #  - "2VNF"
9592 #  - "4VNF"
9593 #  - "2VNF"
9594 #  - "4VNF"
9595 #  traces:
9596 #    hoverinfo: "x+y"
9597 #    boxpoints: "outliers"
9598 #    whiskerwidth: 0
9599 #  layout:
9600 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9601 #    layout: "plot-throughput"
9602 #
9603 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
9604 #- type: "plot"
9605 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9606 #  algorithm: "plot_performance_box"
9607 #  output-file-type: ".html"
9608 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9609 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9610 #  filter: "'NIC_Intel-X710' and
9611 #           '64B' and
9612 #           ('BASE' or 'SCALE') and
9613 #           'NDRPDR' and
9614 #           '1T1C' and
9615 #           'L2XCFWD' and
9616 #           not 'VHOST' and
9617 #           not 'NF_DENSITY' and
9618 #           'MEMIF'"
9619 #  parameters:
9620 #  - "throughput"
9621 #  - "parent"
9622 #  - "tags"
9623 #  sort:
9624 #  - "1VNF"
9625 #  - "2VNF"
9626 #  - "4VNF"
9627 #  - "2VNF"
9628 #  - "4VNF"
9629 #  traces:
9630 #    hoverinfo: "x+y"
9631 #    boxpoints: "outliers"
9632 #    whiskerwidth: 0
9633 #  layout:
9634 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9635 #    layout: "plot-throughput"
9636 #
9637 #- type: "plot"
9638 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9639 #  algorithm: "plot_performance_box"
9640 #  output-file-type: ".html"
9641 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9642 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9643 #  filter: "'NIC_Intel-X710' and
9644 #           '64B' and
9645 #           ('BASE' or 'SCALE') and
9646 #           'NDRPDR' and
9647 #           '1T1C' and
9648 #           'L2XCFWD' and
9649 #           not 'VHOST' and
9650 #           not 'NF_DENSITY' and
9651 #           'MEMIF'"
9652 #  parameters:
9653 #  - "throughput"
9654 #  - "parent"
9655 #  - "tags"
9656 #  sort:
9657 #  - "1VNF"
9658 #  - "2VNF"
9659 #  - "4VNF"
9660 #  - "2VNF"
9661 #  - "4VNF"
9662 #  traces:
9663 #    hoverinfo: "x+y"
9664 #    boxpoints: "outliers"
9665 #    whiskerwidth: 0
9666 #  layout:
9667 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9668 #    layout: "plot-throughput"
9669 #
9670 #- type: "plot"
9671 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9672 #  algorithm: "plot_performance_box"
9673 #  output-file-type: ".html"
9674 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9675 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9676 #  filter: "'NIC_Intel-X710' and
9677 #           '64B' and
9678 #           ('BASE' or 'SCALE') and
9679 #           'NDRPDR' and
9680 #           '2T2C' and
9681 #           'L2XCFWD' and
9682 #           not 'VHOST' and
9683 #           not 'NF_DENSITY' and
9684 #           'MEMIF'"
9685 #  parameters:
9686 #  - "throughput"
9687 #  - "parent"
9688 #  - "tags"
9689 #  sort:
9690 #  - "1VNF"
9691 #  - "2VNF"
9692 #  - "4VNF"
9693 #  - "2VNF"
9694 #  - "4VNF"
9695 #  traces:
9696 #    hoverinfo: "x+y"
9697 #    boxpoints: "outliers"
9698 #    whiskerwidth: 0
9699 #  layout:
9700 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9701 #    layout: "plot-throughput"
9702 #
9703 #- type: "plot"
9704 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9705 #  algorithm: "plot_performance_box"
9706 #  output-file-type: ".html"
9707 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9708 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9709 #  filter: "'NIC_Intel-X710' and
9710 #           '64B' and
9711 #           ('BASE' or 'SCALE') and
9712 #           'NDRPDR' and
9713 #           '2T2C' and
9714 #           'L2XCFWD' and
9715 #           not 'VHOST' and
9716 #           not 'NF_DENSITY' and
9717 #           'MEMIF'"
9718 #  parameters:
9719 #  - "throughput"
9720 #  - "parent"
9721 #  - "tags"
9722 #  sort:
9723 #  - "1VNF"
9724 #  - "2VNF"
9725 #  - "4VNF"
9726 #  - "2VNF"
9727 #  - "4VNF"
9728 #  traces:
9729 #    hoverinfo: "x+y"
9730 #    boxpoints: "outliers"
9731 #    whiskerwidth: 0
9732 #  layout:
9733 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9734 #    layout: "plot-throughput"
9735 #
9736 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
9737 #- type: "plot"
9738 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9739 #  algorithm: "plot_performance_box"
9740 #  output-file-type: ".html"
9741 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9742 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9743 #  filter: "'NIC_Intel-X710' and
9744 #           '64B' and
9745 #           ('BASE' or 'SCALE') and
9746 #           'NDRPDR' and
9747 #           '1T1C' and
9748 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9749 #           not 'VHOST' and
9750 #           not 'NF_DENSITY' and
9751 #           'MEMIF'"
9752 #  parameters:
9753 #  - "throughput"
9754 #  - "parent"
9755 #  - "tags"
9756 #  sort:
9757 #  - "1VNF"
9758 #  - "2VNF"
9759 #  - "4VNF"
9760 #  - "2VNF"
9761 #  - "4VNF"
9762 #  traces:
9763 #    hoverinfo: "x+y"
9764 #    boxpoints: "outliers"
9765 #    whiskerwidth: 0
9766 #  layout:
9767 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9768 #    layout: "plot-throughput"
9769 #
9770 #- type: "plot"
9771 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9772 #  algorithm: "plot_performance_box"
9773 #  output-file-type: ".html"
9774 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9775 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9776 #  filter: "'NIC_Intel-X710' and
9777 #           '64B' and
9778 #           ('BASE' or 'SCALE') and
9779 #           'NDRPDR' and
9780 #           '1T1C' and
9781 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9782 #           not 'VHOST' and
9783 #           not 'NF_DENSITY' and
9784 #           'MEMIF'"
9785 #  parameters:
9786 #  - "throughput"
9787 #  - "parent"
9788 #  - "tags"
9789 #  sort:
9790 #  - "1VNF"
9791 #  - "2VNF"
9792 #  - "4VNF"
9793 #  - "2VNF"
9794 #  - "4VNF"
9795 #  traces:
9796 #    hoverinfo: "x+y"
9797 #    boxpoints: "outliers"
9798 #    whiskerwidth: 0
9799 #  layout:
9800 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9801 #    layout: "plot-throughput"
9802 #
9803 #- type: "plot"
9804 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9805 #  algorithm: "plot_performance_box"
9806 #  output-file-type: ".html"
9807 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9808 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9809 #  filter: "'NIC_Intel-X710' and
9810 #           '64B' and
9811 #           ('BASE' or 'SCALE') and
9812 #           'NDRPDR' and
9813 #           '2T2C' and
9814 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9815 #           not 'VHOST' and
9816 #           not 'NF_DENSITY' and
9817 #           'MEMIF'"
9818 #  parameters:
9819 #  - "throughput"
9820 #  - "parent"
9821 #  - "tags"
9822 #  sort:
9823 #  - "1VNF"
9824 #  - "2VNF"
9825 #  - "4VNF"
9826 #  - "2VNF"
9827 #  - "4VNF"
9828 #  traces:
9829 #    hoverinfo: "x+y"
9830 #    boxpoints: "outliers"
9831 #    whiskerwidth: 0
9832 #  layout:
9833 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9834 #    layout: "plot-throughput"
9835 #
9836 #- type: "plot"
9837 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9838 #  algorithm: "plot_performance_box"
9839 #  output-file-type: ".html"
9840 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9841 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9842 #  filter: "'NIC_Intel-X710' and
9843 #           '64B' and
9844 #           ('BASE' or 'SCALE') and
9845 #           'NDRPDR' and
9846 #           '2T2C' and
9847 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9848 #           not 'VHOST' and
9849 #           not 'NF_DENSITY' and
9850 #           'MEMIF'"
9851 #  parameters:
9852 #  - "throughput"
9853 #  - "parent"
9854 #  - "tags"
9855 #  sort:
9856 #  - "1VNF"
9857 #  - "2VNF"
9858 #  - "4VNF"
9859 #  - "2VNF"
9860 #  - "4VNF"
9861 #  traces:
9862 #    hoverinfo: "x+y"
9863 #    boxpoints: "outliers"
9864 #    whiskerwidth: 0
9865 #  layout:
9866 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9867 #    layout: "plot-throughput"
9868
9869 ################################################################################
9870
9871 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
9872 - type: "plot"
9873   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9874   algorithm: "plot_performance_box"
9875   output-file-type: ".html"
9876   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9877   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9878   filter: "'NIC_Intel-X520-DA2' and
9879            '64B' and
9880            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9881            'NDRPDR' and
9882            '1T1C' and
9883            'IP4FWD' and
9884            not 'IPSEC' and
9885            not 'DOT1Q' and
9886            not 'VHOST'"
9887   parameters:
9888   - "throughput"
9889   - "parent"
9890   - "tags"
9891   sort:
9892   - "IP4BASE"
9893   - "FIB_20K"
9894   - "FIB_200K"
9895   - "FIB_2M"
9896   traces:
9897     hoverinfo: "x+y"
9898     boxpoints: "outliers"
9899     whiskerwidth: 0
9900   layout:
9901     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9902     layout: "plot-throughput"
9903
9904 - type: "plot"
9905   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9906   algorithm: "plot_performance_box"
9907   output-file-type: ".html"
9908   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9909   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9910   filter: "'NIC_Intel-X520-DA2' and
9911            '64B' and
9912            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9913            'NDRPDR' and
9914            '1T1C' and
9915            'IP4FWD' and
9916            not 'IPSEC' and
9917            not 'DOT1Q' and
9918            not 'VHOST'"
9919   parameters:
9920   - "throughput"
9921   - "parent"
9922   - "tags"
9923   sort:
9924   - "IP4BASE"
9925   - "FIB_20K"
9926   - "FIB_200K"
9927   - "FIB_2M"
9928   traces:
9929     hoverinfo: "x+y"
9930     boxpoints: "outliers"
9931     whiskerwidth: 0
9932   layout:
9933     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9934     layout: "plot-throughput"
9935
9936 - type: "plot"
9937   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9938   algorithm: "plot_performance_box"
9939   output-file-type: ".html"
9940   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9941   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9942   filter: "'NIC_Intel-X520-DA2' and
9943            '64B' and
9944            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9945            'NDRPDR' and
9946            '2T2C' and
9947            'IP4FWD' and
9948            not 'IPSEC' and
9949            not 'DOT1Q' and
9950            not 'VHOST'"
9951   parameters:
9952   - "throughput"
9953   - "parent"
9954   - "tags"
9955   sort:
9956   - "IP4BASE"
9957   - "FIB_20K"
9958   - "FIB_200K"
9959   - "FIB_2M"
9960   traces:
9961     hoverinfo: "x+y"
9962     boxpoints: "outliers"
9963     whiskerwidth: 0
9964   layout:
9965     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9966     layout: "plot-throughput"
9967
9968 - type: "plot"
9969   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9970   algorithm: "plot_performance_box"
9971   output-file-type: ".html"
9972   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9973   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9974   filter: "'NIC_Intel-X520-DA2' and
9975            '64B' and
9976            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9977            'NDRPDR' and
9978            '2T2C' and
9979            'IP4FWD' and
9980            not 'IPSEC' and
9981            not 'DOT1Q' and
9982            not 'VHOST'"
9983   parameters:
9984   - "throughput"
9985   - "parent"
9986   - "tags"
9987   sort:
9988   - "IP4BASE"
9989   - "FIB_20K"
9990   - "FIB_200K"
9991   - "FIB_2M"
9992   traces:
9993     hoverinfo: "x+y"
9994     boxpoints: "outliers"
9995     whiskerwidth: 0
9996   layout:
9997     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9998     layout: "plot-throughput"
9999
10000 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
10001 - type: "plot"
10002   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
10003   algorithm: "plot_performance_box"
10004   output-file-type: ".html"
10005   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
10006   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10007   filter: "'NIC_Intel-X520-DA2' and
10008            '64B' and
10009            ('IP4BASE' or
10010             'POLICE_MARK' or
10011             'COPWHLIST' or
10012             ('NAT44' and 'BASE') or
10013             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10014            'NDRPDR' and
10015            '1T1C' and
10016            'IP4FWD' and
10017            not 'IPSEC' and
10018            not 'VHOST'"
10019   parameters:
10020   - "throughput"
10021   - "parent"
10022   - "tags"
10023   sort:
10024   - "DOT1Q"
10025   - "IP4BASE"
10026   - "NAT44"
10027   - "POLICE_MARK"
10028   - "COPWHLIST"
10029   - "IACL"
10030   - "OACL"
10031   traces:
10032     hoverinfo: "x+y"
10033     boxpoints: "outliers"
10034     whiskerwidth: 0
10035   layout:
10036     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
10037     layout: "plot-throughput"
10038
10039 - type: "plot"
10040   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10041   algorithm: "plot_performance_box"
10042   output-file-type: ".html"
10043   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10044   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10045   filter: "'NIC_Intel-X520-DA2' and
10046            '64B' and
10047            ('IP4BASE' or
10048             'POLICE_MARK' or
10049             'COPWHLIST' or
10050             ('NAT44' and 'BASE') or
10051             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10052            'NDRPDR' and
10053            '1T1C' and
10054            'IP4FWD' and
10055            not 'IPSEC' and
10056            not 'VHOST'"
10057   parameters:
10058   - "throughput"
10059   - "parent"
10060   - "tags"
10061   sort:
10062   - "DOT1Q"
10063   - "IP4BASE"
10064   - "NAT44"
10065   - "POLICE_MARK"
10066   - "COPWHLIST"
10067   - "IACL"
10068   - "OACL"
10069   traces:
10070     hoverinfo: "x+y"
10071     boxpoints: "outliers"
10072     whiskerwidth: 0
10073   layout:
10074     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10075     layout: "plot-throughput"
10076
10077 - type: "plot"
10078   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10079   algorithm: "plot_performance_box"
10080   output-file-type: ".html"
10081   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10082   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10083   filter: "'NIC_Intel-X520-DA2' and
10084            '64B' and
10085            ('IP4BASE' or
10086             'POLICE_MARK' or
10087             'COPWHLIST' or
10088             ('NAT44' and 'BASE') or
10089             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10090            'NDRPDR' and
10091            '2T2C' and
10092            'IP4FWD' and
10093            not 'IPSEC' and
10094            not 'VHOST'"
10095   parameters:
10096   - "throughput"
10097   - "parent"
10098   - "tags"
10099   sort:
10100   - "DOT1Q"
10101   - "IP4BASE"
10102   - "NAT44"
10103   - "POLICE_MARK"
10104   - "COPWHLIST"
10105   - "IACL"
10106   - "OACL"
10107   traces:
10108     hoverinfo: "x+y"
10109     boxpoints: "outliers"
10110     whiskerwidth: 0
10111   layout:
10112     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10113     layout: "plot-throughput"
10114
10115 - type: "plot"
10116   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10117   algorithm: "plot_performance_box"
10118   output-file-type: ".html"
10119   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10120   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10121   filter: "'NIC_Intel-X520-DA2' and
10122            '64B' and
10123            ('IP4BASE' or
10124             'POLICE_MARK' or
10125             'COPWHLIST' or
10126             ('NAT44' and 'BASE') or
10127             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10128            'NDRPDR' and
10129            '2T2C' and
10130            'IP4FWD' and
10131            not 'IPSEC' and
10132            not 'VHOST'"
10133   parameters:
10134   - "throughput"
10135   - "parent"
10136   - "tags"
10137   sort:
10138   - "DOT1Q"
10139   - "IP4BASE"
10140   - "NAT44"
10141   - "POLICE_MARK"
10142   - "COPWHLIST"
10143   - "IACL"
10144   - "OACL"
10145   traces:
10146     hoverinfo: "x+y"
10147     boxpoints: "outliers"
10148     whiskerwidth: 0
10149   layout:
10150     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10151     layout: "plot-throughput"
10152
10153 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
10154 - type: "plot"
10155   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10156   algorithm: "plot_performance_box"
10157   output-file-type: ".html"
10158   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10159   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10160   filter: "'NIC_Intel-X520-DA2' and
10161            '64B' and
10162            'NDRPDR' and
10163            '1T1C' and
10164            'IP4FWD' and
10165            ('NAT44' or 'IP4BASE') and
10166            not 'DOT1Q' and
10167            not 'IPSEC' and
10168            not 'VHOST'"
10169   parameters:
10170   - "throughput"
10171   - "parent"
10172   - "tags"
10173   sort:
10174   - "IP4BASE"
10175   - "BASE"
10176   - "SRC_USER_10"
10177   - "SRC_USER_100"
10178   - "SRC_USER_1000"
10179   - "SRC_USER_2000"
10180   traces:
10181     hoverinfo: "x+y"
10182     boxpoints: "outliers"
10183     whiskerwidth: 0
10184   layout:
10185     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10186     layout: "plot-throughput"
10187
10188 - type: "plot"
10189   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10190   algorithm: "plot_performance_box"
10191   output-file-type: ".html"
10192   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10193   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10194   filter: "'NIC_Intel-X520-DA2' and
10195            '64B' and
10196            'NDRPDR' and
10197            '1T1C' and
10198            'IP4FWD' and
10199            ('NAT44' or 'IP4BASE') and
10200            not 'DOT1Q' and
10201            not 'IPSEC' and
10202            not 'VHOST'"
10203   parameters:
10204   - "throughput"
10205   - "parent"
10206   - "tags"
10207   sort:
10208   - "IP4BASE"
10209   - "BASE"
10210   - "SRC_USER_10"
10211   - "SRC_USER_100"
10212   - "SRC_USER_1000"
10213   - "SRC_USER_2000"
10214   traces:
10215     hoverinfo: "x+y"
10216     boxpoints: "outliers"
10217     whiskerwidth: 0
10218   layout:
10219     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10220     layout: "plot-throughput"
10221
10222 - type: "plot"
10223   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10224   algorithm: "plot_performance_box"
10225   output-file-type: ".html"
10226   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10227   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10228   filter: "'NIC_Intel-X520-DA2' and
10229            '64B' and
10230            'NDRPDR' and
10231            '2T2C' and
10232            'IP4FWD' and
10233            ('NAT44' or 'IP4BASE') and
10234            not 'DOT1Q' and
10235            not 'IPSEC' and
10236            not 'VHOST'"
10237   parameters:
10238   - "throughput"
10239   - "parent"
10240   - "tags"
10241   sort:
10242   - "IP4BASE"
10243   - "BASE"
10244   - "SRC_USER_10"
10245   - "SRC_USER_100"
10246   - "SRC_USER_1000"
10247   - "SRC_USER_2000"
10248   traces:
10249     hoverinfo: "x+y"
10250     boxpoints: "outliers"
10251     whiskerwidth: 0
10252   layout:
10253     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10254     layout: "plot-throughput"
10255
10256 - type: "plot"
10257   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10258   algorithm: "plot_performance_box"
10259   output-file-type: ".html"
10260   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10261   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10262   filter: "'NIC_Intel-X520-DA2' and
10263            '64B' and
10264            'NDRPDR' and
10265            '2T2C' and
10266            'IP4FWD' and
10267            ('NAT44' or 'IP4BASE') and
10268            not 'DOT1Q' and
10269            not 'IPSEC' and
10270            not 'VHOST'"
10271   parameters:
10272   - "throughput"
10273   - "parent"
10274   - "tags"
10275   sort:
10276   - "IP4BASE"
10277   - "BASE"
10278   - "SRC_USER_10"
10279   - "SRC_USER_100"
10280   - "SRC_USER_1000"
10281   - "SRC_USER_2000"
10282   traces:
10283     hoverinfo: "x+y"
10284     boxpoints: "outliers"
10285     whiskerwidth: 0
10286   layout:
10287     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10288     layout: "plot-throughput"
10289
10290 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
10291 - type: "plot"
10292   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10293   algorithm: "plot_performance_box"
10294   output-file-type: ".html"
10295   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10296   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10297   filter: "'NIC_Intel-X520-DA2' and
10298            '64B' and
10299            'NDRPDR' and
10300            '1T1C' and
10301            'IP4FWD' and
10302            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10303            not 'IPSEC' and
10304            not 'DOT1Q' and
10305            not 'VHOST'"
10306   parameters:
10307   - "throughput"
10308   - "parent"
10309   - "tags"
10310   sort:
10311   - "IP4BASE"
10312   - "ACL_STATELESS"
10313   - "ACL_STATEFUL"
10314   - "ACL_STATELESS"
10315   - "ACL_STATEFUL"
10316   traces:
10317     hoverinfo: "x+y"
10318     boxpoints: "outliers"
10319     whiskerwidth: 0
10320   layout:
10321     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10322     layout: "plot-throughput"
10323
10324 - type: "plot"
10325   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10326   algorithm: "plot_performance_box"
10327   output-file-type: ".html"
10328   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10329   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10330   filter: "'NIC_Intel-X520-DA2' and
10331            '64B' and
10332            'NDRPDR' and
10333            '1T1C' and
10334            'IP4FWD' and
10335            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10336            not 'IPSEC' and
10337            not 'DOT1Q' and
10338            not 'VHOST'"
10339   parameters:
10340   - "throughput"
10341   - "parent"
10342   - "tags"
10343   sort:
10344   - "IP4BASE"
10345   - "ACL_STATELESS"
10346   - "ACL_STATEFUL"
10347   - "ACL_STATELESS"
10348   - "ACL_STATEFUL"
10349   traces:
10350     hoverinfo: "x+y"
10351     boxpoints: "outliers"
10352     whiskerwidth: 0
10353   layout:
10354     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10355     layout: "plot-throughput"
10356
10357 - type: "plot"
10358   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10359   algorithm: "plot_performance_box"
10360   output-file-type: ".html"
10361   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10362   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10363   filter: "'NIC_Intel-X520-DA2' and
10364            '64B' and
10365            'NDRPDR' and
10366            '2T2C' and
10367            'IP4FWD' and
10368            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10369            not 'IPSEC' and
10370            not 'DOT1Q' and
10371            not 'VHOST'"
10372   parameters:
10373   - "throughput"
10374   - "parent"
10375   - "tags"
10376   sort:
10377   - "IP4BASE"
10378   - "ACL_STATELESS"
10379   - "ACL_STATEFUL"
10380   - "ACL_STATELESS"
10381   - "ACL_STATEFUL"
10382   traces:
10383     hoverinfo: "x+y"
10384     boxpoints: "outliers"
10385     whiskerwidth: 0
10386   layout:
10387     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10388     layout: "plot-throughput"
10389
10390 - type: "plot"
10391   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10392   algorithm: "plot_performance_box"
10393   output-file-type: ".html"
10394   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10395   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10396   filter: "'NIC_Intel-X520-DA2' and
10397            '64B' and
10398            'NDRPDR' and
10399            '2T2C' and
10400            'IP4FWD' and
10401            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10402            not 'IPSEC' and
10403            not 'DOT1Q' and
10404            not 'VHOST'"
10405   parameters:
10406   - "throughput"
10407   - "parent"
10408   - "tags"
10409   sort:
10410   - "IP4BASE"
10411   - "ACL_STATELESS"
10412   - "ACL_STATEFUL"
10413   - "ACL_STATELESS"
10414   - "ACL_STATEFUL"
10415   traces:
10416     hoverinfo: "x+y"
10417     boxpoints: "outliers"
10418     whiskerwidth: 0
10419   layout:
10420     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10421     layout: "plot-throughput"
10422
10423 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
10424 - type: "plot"
10425   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10426   algorithm: "plot_performance_box"
10427   output-file-type: ".html"
10428   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10429   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10430   filter: "'NIC_Intel-X520-DA2' and
10431            '64B' and
10432            'NDRPDR' and
10433            '1T1C' and
10434            'IP4FWD' and
10435            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10436            not 'IPSEC' and
10437            not 'DOT1Q' and
10438            not 'VHOST'"
10439   parameters:
10440   - "throughput"
10441   - "parent"
10442   - "tags"
10443   sort:
10444   - "IP4BASE"
10445   - "ACL_STATELESS"
10446   - "ACL_STATEFUL"
10447   - "ACL_STATELESS"
10448   - "ACL_STATEFUL"
10449   traces:
10450     hoverinfo: "x+y"
10451     boxpoints: "outliers"
10452     whiskerwidth: 0
10453   layout:
10454     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10455     layout: "plot-throughput"
10456
10457 - type: "plot"
10458   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10459   algorithm: "plot_performance_box"
10460   output-file-type: ".html"
10461   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10462   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10463   filter: "'NIC_Intel-X520-DA2' and
10464            '64B' and
10465            'NDRPDR' and
10466            '1T1C' and
10467            'IP4FWD' and
10468            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10469            not 'IPSEC' and
10470            not 'DOT1Q' and
10471            not 'VHOST'"
10472   parameters:
10473   - "throughput"
10474   - "parent"
10475   - "tags"
10476   sort:
10477   - "IP4BASE"
10478   - "ACL_STATELESS"
10479   - "ACL_STATEFUL"
10480   - "ACL_STATELESS"
10481   - "ACL_STATEFUL"
10482   traces:
10483     hoverinfo: "x+y"
10484     boxpoints: "outliers"
10485     whiskerwidth: 0
10486   layout:
10487     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10488     layout: "plot-throughput"
10489
10490 - type: "plot"
10491   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10492   algorithm: "plot_performance_box"
10493   output-file-type: ".html"
10494   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10495   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10496   filter: "'NIC_Intel-X520-DA2' and
10497            '64B' and
10498            'NDRPDR' and
10499            '2T2C' and
10500            'IP4FWD' and
10501            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10502            not 'IPSEC' and
10503            not 'DOT1Q' and
10504            not 'VHOST'"
10505   parameters:
10506   - "throughput"
10507   - "parent"
10508   - "tags"
10509   sort:
10510   - "IP4BASE"
10511   - "ACL_STATELESS"
10512   - "ACL_STATEFUL"
10513   - "ACL_STATELESS"
10514   - "ACL_STATEFUL"
10515   traces:
10516     hoverinfo: "x+y"
10517     boxpoints: "outliers"
10518     whiskerwidth: 0
10519   layout:
10520     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10521     layout: "plot-throughput"
10522
10523 - type: "plot"
10524   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10525   algorithm: "plot_performance_box"
10526   output-file-type: ".html"
10527   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10528   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10529   filter: "'NIC_Intel-X520-DA2' and
10530            '64B' and
10531            'NDRPDR' and
10532            '2T2C' and
10533            'IP4FWD' and
10534            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10535            not 'IPSEC' and
10536            not 'DOT1Q' and
10537            not 'VHOST'"
10538   parameters:
10539   - "throughput"
10540   - "parent"
10541   - "tags"
10542   sort:
10543   - "IP4BASE"
10544   - "ACL_STATELESS"
10545   - "ACL_STATEFUL"
10546   - "ACL_STATELESS"
10547   - "ACL_STATEFUL"
10548   traces:
10549     hoverinfo: "x+y"
10550     boxpoints: "outliers"
10551     whiskerwidth: 0
10552   layout:
10553     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10554     layout: "plot-throughput"
10555
10556 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
10557 - type: "plot"
10558   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10559   algorithm: "plot_performance_box"
10560   output-file-type: ".html"
10561   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10562   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10563   filter: "'NIC_Intel-X710' and
10564            '64B' and
10565            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10566            'NDRPDR' and
10567            '1T1C' and
10568            'IP4FWD' and
10569            not 'IPSEC' and
10570            not 'DOT1Q' and
10571            not 'VHOST'"
10572   parameters:
10573   - "throughput"
10574   - "parent"
10575   - "tags"
10576   sort:
10577   - "IP4BASE"
10578   - "FIB_20K"
10579   - "FIB_200K"
10580   - "FIB_2M"
10581   traces:
10582     hoverinfo: "x+y"
10583     boxpoints: "outliers"
10584     whiskerwidth: 0
10585   layout:
10586     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10587     layout: "plot-throughput"
10588
10589 - type: "plot"
10590   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10591   algorithm: "plot_performance_box"
10592   output-file-type: ".html"
10593   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10594   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10595   filter: "'NIC_Intel-X710' and
10596            '64B' and
10597            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10598            'NDRPDR' and
10599            '1T1C' and
10600            'IP4FWD' and
10601            not 'IPSEC' and
10602            not 'DOT1Q' and
10603            not 'VHOST'"
10604   parameters:
10605   - "throughput"
10606   - "parent"
10607   - "tags"
10608   sort:
10609   - "IP4BASE"
10610   - "FIB_20K"
10611   - "FIB_200K"
10612   - "FIB_2M"
10613   traces:
10614     hoverinfo: "x+y"
10615     boxpoints: "outliers"
10616     whiskerwidth: 0
10617   layout:
10618     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10619     layout: "plot-throughput"
10620
10621 - type: "plot"
10622   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10623   algorithm: "plot_performance_box"
10624   output-file-type: ".html"
10625   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10626   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10627   filter: "'NIC_Intel-X710' and
10628            '64B' and
10629            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10630            'NDRPDR' and
10631            '2T2C' and
10632            'IP4FWD' and
10633            not 'IPSEC' and
10634            not 'DOT1Q' and
10635            not 'VHOST'"
10636   parameters:
10637   - "throughput"
10638   - "parent"
10639   - "tags"
10640   sort:
10641   - "IP4BASE"
10642   - "FIB_20K"
10643   - "FIB_200K"
10644   - "FIB_2M"
10645   traces:
10646     hoverinfo: "x+y"
10647     boxpoints: "outliers"
10648     whiskerwidth: 0
10649   layout:
10650     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10651     layout: "plot-throughput"
10652
10653 - type: "plot"
10654   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10655   algorithm: "plot_performance_box"
10656   output-file-type: ".html"
10657   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10658   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10659   filter: "'NIC_Intel-X710' and
10660            '64B' and
10661            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10662            'NDRPDR' and
10663            '2T2C' and
10664            'IP4FWD' and
10665            not 'IPSEC' and
10666            not 'DOT1Q' and
10667            not 'VHOST'"
10668   parameters:
10669   - "throughput"
10670   - "parent"
10671   - "tags"
10672   sort:
10673   - "IP4BASE"
10674   - "FIB_20K"
10675   - "FIB_200K"
10676   - "FIB_2M"
10677   traces:
10678     hoverinfo: "x+y"
10679     boxpoints: "outliers"
10680     whiskerwidth: 0
10681   layout:
10682     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10683     layout: "plot-throughput"
10684
10685 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
10686 - type: "plot"
10687   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10688   algorithm: "plot_performance_box"
10689   output-file-type: ".html"
10690   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10691   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10692   filter: "'NIC_Intel-X710' and
10693            '64B' and
10694            ('IP4BASE' or
10695             'POLICE_MARK' or
10696             'COPWHLIST' or
10697             ('NAT44' and 'BASE') or
10698             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10699            'NDRPDR' and
10700            '1T1C' and
10701            'IP4FWD' and
10702            not 'IPSEC' and
10703            not 'VHOST'"
10704   parameters:
10705   - "throughput"
10706   - "parent"
10707   - "tags"
10708   sort:
10709   - "DOT1Q"
10710   - "IP4BASE"
10711   - "NAT44"
10712   - "POLICE_MARK"
10713   - "COPWHLIST"
10714   - "IACL"
10715   - "OACL"
10716   traces:
10717     hoverinfo: "x+y"
10718     boxpoints: "outliers"
10719     whiskerwidth: 0
10720   layout:
10721     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10722     layout: "plot-throughput"
10723
10724 - type: "plot"
10725   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10726   algorithm: "plot_performance_box"
10727   output-file-type: ".html"
10728   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10729   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10730   filter: "'NIC_Intel-X710' and
10731            '64B' and
10732            ('IP4BASE' or
10733             'POLICE_MARK' or
10734             'COPWHLIST' or
10735             ('NAT44' and 'BASE') or
10736             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10737            'NDRPDR' and
10738            '1T1C' and
10739            'IP4FWD' and
10740            not 'IPSEC' and
10741            not 'VHOST'"
10742   parameters:
10743   - "throughput"
10744   - "parent"
10745   - "tags"
10746   sort:
10747   - "DOT1Q"
10748   - "IP4BASE"
10749   - "NAT44"
10750   - "POLICE_MARK"
10751   - "COPWHLIST"
10752   - "IACL"
10753   - "OACL"
10754   traces:
10755     hoverinfo: "x+y"
10756     boxpoints: "outliers"
10757     whiskerwidth: 0
10758   layout:
10759     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10760     layout: "plot-throughput"
10761
10762 - type: "plot"
10763   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10764   algorithm: "plot_performance_box"
10765   output-file-type: ".html"
10766   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10767   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10768   filter: "'NIC_Intel-X710' and
10769            '64B' and
10770            ('IP4BASE' or
10771             'POLICE_MARK' or
10772             'COPWHLIST' or
10773             ('NAT44' and 'BASE') or
10774             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10775            'NDRPDR' and
10776            '2T2C' and
10777            'IP4FWD' and
10778            not 'IPSEC' and
10779            not 'VHOST'"
10780   parameters:
10781   - "throughput"
10782   - "parent"
10783   - "tags"
10784   sort:
10785   - "DOT1Q"
10786   - "IP4BASE"
10787   - "NAT44"
10788   - "POLICE_MARK"
10789   - "COPWHLIST"
10790   - "IACL"
10791   - "OACL"
10792   traces:
10793     hoverinfo: "x+y"
10794     boxpoints: "outliers"
10795     whiskerwidth: 0
10796   layout:
10797     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10798     layout: "plot-throughput"
10799
10800 - type: "plot"
10801   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10802   algorithm: "plot_performance_box"
10803   output-file-type: ".html"
10804   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10805   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10806   filter: "'NIC_Intel-X710' and
10807            '64B' and
10808            ('IP4BASE' or
10809             'POLICE_MARK' or
10810             'COPWHLIST' or
10811             ('NAT44' and 'BASE') or
10812             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10813            'NDRPDR' and
10814            '2T2C' and
10815            'IP4FWD' and
10816            not 'IPSEC' and
10817            not 'VHOST'"
10818   parameters:
10819   - "throughput"
10820   - "parent"
10821   - "tags"
10822   sort:
10823   - "DOT1Q"
10824   - "IP4BASE"
10825   - "NAT44"
10826   - "POLICE_MARK"
10827   - "COPWHLIST"
10828   - "IACL"
10829   - "OACL"
10830   traces:
10831     hoverinfo: "x+y"
10832     boxpoints: "outliers"
10833     whiskerwidth: 0
10834   layout:
10835     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10836     layout: "plot-throughput"
10837
10838 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
10839 - type: "plot"
10840   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10841   algorithm: "plot_performance_box"
10842   output-file-type: ".html"
10843   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10844   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10845   filter: "'NIC_Intel-X710' and
10846            '64B' and
10847            'NDRPDR' and
10848            '2T1C' and
10849            'IP4FWD' and
10850            ('NAT44' or 'IP4BASE') and
10851            not 'IPSEC' and
10852            not 'VHOST'"
10853   parameters:
10854   - "throughput"
10855   - "parent"
10856   - "tags"
10857   sort:
10858   - "IP4BASE"
10859   - "BASE"
10860   - "SRC_USER_10"
10861   - "SRC_USER_100"
10862   - "SRC_USER_1000"
10863   - "SRC_USER_2000"
10864   traces:
10865     hoverinfo: "x+y"
10866     boxpoints: "outliers"
10867     whiskerwidth: 0
10868   layout:
10869     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10870     layout: "plot-throughput"
10871
10872 - type: "plot"
10873   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10874   algorithm: "plot_performance_box"
10875   output-file-type: ".html"
10876   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10878   filter: "'NIC_Intel-X710' and
10879            '64B' and
10880            'NDRPDR' and
10881            '2T1C' and
10882            'IP4FWD' and
10883            ('NAT44' or 'IP4BASE') and
10884            not 'IPSEC' and
10885            not 'VHOST'"
10886   parameters:
10887   - "throughput"
10888   - "parent"
10889   - "tags"
10890   sort:
10891   - "IP4BASE"
10892   - "BASE"
10893   - "SRC_USER_10"
10894   - "SRC_USER_100"
10895   - "SRC_USER_1000"
10896   - "SRC_USER_2000"
10897   traces:
10898     hoverinfo: "x+y"
10899     boxpoints: "outliers"
10900     whiskerwidth: 0
10901   layout:
10902     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10903     layout: "plot-throughput"
10904
10905 - type: "plot"
10906   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10907   algorithm: "plot_performance_box"
10908   output-file-type: ".html"
10909   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10910   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10911   filter: "'NIC_Intel-X710' and
10912            '64B' and
10913            'NDRPDR' and
10914            '4T2C' and
10915            'IP4FWD' and
10916            ('NAT44' or 'IP4BASE') and
10917            not 'IPSEC' and
10918            not 'VHOST'"
10919   parameters:
10920   - "throughput"
10921   - "parent"
10922   - "tags"
10923   sort:
10924   - "IP4BASE"
10925   - "BASE"
10926   - "SRC_USER_10"
10927   - "SRC_USER_100"
10928   - "SRC_USER_1000"
10929   - "SRC_USER_2000"
10930   traces:
10931     hoverinfo: "x+y"
10932     boxpoints: "outliers"
10933     whiskerwidth: 0
10934   layout:
10935     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10936     layout: "plot-throughput"
10937
10938 - type: "plot"
10939   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10940   algorithm: "plot_performance_box"
10941   output-file-type: ".html"
10942   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10943   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10944   filter: "'NIC_Intel-X710' and
10945            '64B' and
10946            'NDRPDR' and
10947            '4T2C' and
10948            'IP4FWD' and
10949            ('NAT44' or 'IP4BASE') and
10950            not 'IPSEC' and
10951            not 'VHOST'"
10952   parameters:
10953   - "throughput"
10954   - "parent"
10955   - "tags"
10956   sort:
10957   - "IP4BASE"
10958   - "BASE"
10959   - "SRC_USER_10"
10960   - "SRC_USER_100"
10961   - "SRC_USER_1000"
10962   - "SRC_USER_2000"
10963   traces:
10964     hoverinfo: "x+y"
10965     boxpoints: "outliers"
10966     whiskerwidth: 0
10967   layout:
10968     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10969     layout: "plot-throughput"
10970
10971 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
10972 - type: "plot"
10973   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10974   algorithm: "plot_performance_box"
10975   output-file-type: ".html"
10976   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10977   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10978   filter: "'NIC_Intel-X710' and
10979            '64B' and
10980            'NDRPDR' and
10981            '2T1C' and
10982            'IP4FWD' and
10983            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10984            not 'IPSEC' and
10985            not 'VHOST'"
10986   parameters:
10987   - "throughput"
10988   - "parent"
10989   - "tags"
10990   sort:
10991   - "IP4BASE"
10992   - "ACL_STATELESS"
10993   - "ACL_STATEFUL"
10994   - "ACL_STATELESS"
10995   - "ACL_STATEFUL"
10996   traces:
10997     hoverinfo: "x+y"
10998     boxpoints: "outliers"
10999     whiskerwidth: 0
11000   layout:
11001     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
11002     layout: "plot-throughput"
11003
11004 - type: "plot"
11005   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
11006   algorithm: "plot_performance_box"
11007   output-file-type: ".html"
11008   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
11009   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11010   filter: "'NIC_Intel-X710' and
11011            '64B' and
11012            'NDRPDR' and
11013            '2T1C' and
11014            'IP4FWD' and
11015            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11016            not 'IPSEC' and
11017            not 'VHOST'"
11018   parameters:
11019   - "throughput"
11020   - "parent"
11021   - "tags"
11022   sort:
11023   - "IP4BASE"
11024   - "ACL_STATELESS"
11025   - "ACL_STATEFUL"
11026   - "ACL_STATELESS"
11027   - "ACL_STATEFUL"
11028   traces:
11029     hoverinfo: "x+y"
11030     boxpoints: "outliers"
11031     whiskerwidth: 0
11032   layout:
11033     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
11034     layout: "plot-throughput"
11035
11036 - type: "plot"
11037   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11038   algorithm: "plot_performance_box"
11039   output-file-type: ".html"
11040   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11041   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11042   filter: "'NIC_Intel-X710' and
11043            '64B' and
11044            'NDRPDR' and
11045            '4T2C' and
11046            'IP4FWD' and
11047            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11048            not 'IPSEC' and
11049            not 'VHOST'"
11050   parameters:
11051   - "throughput"
11052   - "parent"
11053   - "tags"
11054   sort:
11055   - "IP4BASE"
11056   - "ACL_STATELESS"
11057   - "ACL_STATEFUL"
11058   - "ACL_STATELESS"
11059   - "ACL_STATEFUL"
11060   traces:
11061     hoverinfo: "x+y"
11062     boxpoints: "outliers"
11063     whiskerwidth: 0
11064   layout:
11065     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11066     layout: "plot-throughput"
11067
11068 - type: "plot"
11069   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11070   algorithm: "plot_performance_box"
11071   output-file-type: ".html"
11072   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11073   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11074   filter: "'NIC_Intel-X710' and
11075            '64B' and
11076            'NDRPDR' and
11077            '4T2C' and
11078            'IP4FWD' and
11079            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11080            not 'IPSEC' and
11081            not 'VHOST'"
11082   parameters:
11083   - "throughput"
11084   - "parent"
11085   - "tags"
11086   sort:
11087   - "IP4BASE"
11088   - "ACL_STATELESS"
11089   - "ACL_STATEFUL"
11090   - "ACL_STATELESS"
11091   - "ACL_STATEFUL"
11092   traces:
11093     hoverinfo: "x+y"
11094     boxpoints: "outliers"
11095     whiskerwidth: 0
11096   layout:
11097     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11098     layout: "plot-throughput"
11099
11100 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
11101 - type: "plot"
11102   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11103   algorithm: "plot_performance_box"
11104   output-file-type: ".html"
11105   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11106   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11107   filter: "'NIC_Intel-XL710' and
11108            '64B' and
11109            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11110            'NDRPDR' and
11111            '1T1C' and
11112            'IP4FWD' and
11113            not 'IPSEC' and
11114            not 'VHOST'"
11115   parameters:
11116   - "throughput"
11117   - "parent"
11118   - "tags"
11119   sort:
11120   - "IP4BASE"
11121   - "FIB_20K"
11122   - "FIB_200K"
11123   - "FIB_2M"
11124   traces:
11125     hoverinfo: "x+y"
11126     boxpoints: "outliers"
11127     whiskerwidth: 0
11128   layout:
11129     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11130     layout: "plot-throughput"
11131
11132 - type: "plot"
11133   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11134   algorithm: "plot_performance_box"
11135   output-file-type: ".html"
11136   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11137   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11138   filter: "'NIC_Intel-XL710' and
11139            '64B' and
11140            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11141            'NDRPDR' and
11142            '1T1C' and
11143            'IP4FWD' and
11144            not 'IPSEC' and
11145            not 'VHOST'"
11146   parameters:
11147   - "throughput"
11148   - "parent"
11149   - "tags"
11150   sort:
11151   - "IP4BASE"
11152   - "FIB_20K"
11153   - "FIB_200K"
11154   - "FIB_2M"
11155   traces:
11156     hoverinfo: "x+y"
11157     boxpoints: "outliers"
11158     whiskerwidth: 0
11159   layout:
11160     title: "ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11161     layout: "plot-throughput"
11162
11163 - type: "plot"
11164   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11165   algorithm: "plot_performance_box"
11166   output-file-type: ".html"
11167   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11168   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11169   filter: "'NIC_Intel-XL710' and
11170            '64B' and
11171            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11172            'NDRPDR' and
11173            '2T2C' and
11174            'IP4FWD' and
11175            not 'IPSEC' and
11176            not 'VHOST'"
11177   parameters:
11178   - "throughput"
11179   - "parent"
11180   - "tags"
11181   sort:
11182   - "IP4BASE"
11183   - "FIB_20K"
11184   - "FIB_200K"
11185   - "FIB_2M"
11186   traces:
11187     hoverinfo: "x+y"
11188     boxpoints: "outliers"
11189     whiskerwidth: 0
11190   layout:
11191     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11192     layout: "plot-throughput"
11193
11194 - type: "plot"
11195   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11196   algorithm: "plot_performance_box"
11197   output-file-type: ".html"
11198   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11199   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11200   filter: "'NIC_Intel-XL710' and
11201            '64B' and
11202            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11203            'NDRPDR' and
11204            '2T2C' and
11205            'IP4FWD' and
11206            not 'IPSEC' and
11207            not 'VHOST'"
11208   parameters:
11209   - "throughput"
11210   - "parent"
11211   - "tags"
11212   sort:
11213   - "IP4BASE"
11214   - "FIB_20K"
11215   - "FIB_200K"
11216   - "FIB_2M"
11217   traces:
11218     hoverinfo: "x+y"
11219     boxpoints: "outliers"
11220     whiskerwidth: 0
11221   layout:
11222     title: "ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11223     layout: "plot-throughput"
11224
11225 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
11226 - type: "plot"
11227   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11228   algorithm: "plot_performance_box"
11229   output-file-type: ".html"
11230   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11231   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11232   filter: "'NIC_Intel-X710' and
11233            '64B' and
11234            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11235            'NDRPDR' and
11236            '2T1C' and
11237            'IP4FWD' and
11238            not 'IPSEC' and
11239            not 'DOT1Q' and
11240            not 'VHOST'"
11241   parameters:
11242   - "throughput"
11243   - "parent"
11244   - "tags"
11245   sort:
11246   - "IP4BASE"
11247   - "FIB_20K"
11248   - "FIB_200K"
11249   - "FIB_2M"
11250   traces:
11251     hoverinfo: "x+y"
11252     boxpoints: "outliers"
11253     whiskerwidth: 0
11254   layout:
11255     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11256     layout: "plot-throughput"
11257
11258 - type: "plot"
11259   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11260   algorithm: "plot_performance_box"
11261   output-file-type: ".html"
11262   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11263   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11264   filter: "'NIC_Intel-X710' and
11265            '64B' and
11266            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11267            'NDRPDR' and
11268            '2T1C' and
11269            'IP4FWD' and
11270            not 'IPSEC' and
11271            not 'DOT1Q' and
11272            not 'VHOST'"
11273   parameters:
11274   - "throughput"
11275   - "parent"
11276   - "tags"
11277   sort:
11278   - "IP4BASE"
11279   - "FIB_20K"
11280   - "FIB_200K"
11281   - "FIB_2M"
11282   traces:
11283     hoverinfo: "x+y"
11284     boxpoints: "outliers"
11285     whiskerwidth: 0
11286   layout:
11287     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11288     layout: "plot-throughput"
11289
11290 - type: "plot"
11291   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11292   algorithm: "plot_performance_box"
11293   output-file-type: ".html"
11294   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11295   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11296   filter: "'NIC_Intel-X710' and
11297            '64B' and
11298            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11299            'NDRPDR' and
11300            '4T2C' and
11301            'IP4FWD' and
11302            not 'IPSEC' and
11303            not 'DOT1Q' and
11304            not 'VHOST'"
11305   parameters:
11306   - "throughput"
11307   - "parent"
11308   - "tags"
11309   sort:
11310   - "IP4BASE"
11311   - "FIB_20K"
11312   - "FIB_200K"
11313   - "FIB_2M"
11314   traces:
11315     hoverinfo: "x+y"
11316     boxpoints: "outliers"
11317     whiskerwidth: 0
11318   layout:
11319     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11320     layout: "plot-throughput"
11321
11322 - type: "plot"
11323   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11324   algorithm: "plot_performance_box"
11325   output-file-type: ".html"
11326   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11328   filter: "'NIC_Intel-X710' and
11329            '64B' and
11330            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11331            'NDRPDR' and
11332            '4T2C' and
11333            'IP4FWD' and
11334            not 'IPSEC' and
11335            not 'DOT1Q' and
11336            not 'VHOST'"
11337   parameters:
11338   - "throughput"
11339   - "parent"
11340   - "tags"
11341   sort:
11342   - "IP4BASE"
11343   - "FIB_20K"
11344   - "FIB_200K"
11345   - "FIB_2M"
11346   traces:
11347     hoverinfo: "x+y"
11348     boxpoints: "outliers"
11349     whiskerwidth: 0
11350   layout:
11351     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11352     layout: "plot-throughput"
11353
11354 # Packet Throughput - VPP IPv4 3n-skx-x710 features
11355 - type: "plot"
11356   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
11357   algorithm: "plot_performance_box"
11358   output-file-type: ".html"
11359   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
11360   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11361   filter: "'NIC_Intel-X710' and
11362            '64B' and
11363            ('IP4BASE' or
11364             'POLICE_MARK' or
11365             'COPWHLIST' or
11366             ('NAT44' and 'BASE') or
11367             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11368            'NDRPDR' and
11369            '2T1C' and
11370            'IP4FWD' and
11371            not 'IPSEC' and
11372            not 'VHOST'"
11373   parameters:
11374   - "throughput"
11375   - "parent"
11376   - "tags"
11377   sort:
11378   - "DOT1Q"
11379   - "IP4BASE"
11380   - "NAT44"
11381   - "POLICE_MARK"
11382   - "COPWHLIST"
11383   - "IACL"
11384   - "OACL"
11385   traces:
11386     hoverinfo: "x+y"
11387     boxpoints: "outliers"
11388     whiskerwidth: 0
11389   layout:
11390     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
11391     layout: "plot-throughput"
11392
11393 - type: "plot"
11394   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
11395   algorithm: "plot_performance_box"
11396   output-file-type: ".html"
11397   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
11398   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11399   filter: "'NIC_Intel-X710' and
11400            '64B' and
11401            ('IP4BASE' or
11402             'POLICE_MARK' or
11403             'COPWHLIST' or
11404             ('NAT44' and 'BASE') or
11405             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11406            'NDRPDR' and
11407            '2T1C' and
11408            'IP4FWD' and
11409            not 'IPSEC' and
11410            not 'VHOST'"
11411   parameters:
11412   - "throughput"
11413   - "parent"
11414   - "tags"
11415   sort:
11416   - "DOT1Q"
11417   - "IP4BASE"
11418   - "NAT44"
11419   - "POLICE_MARK"
11420   - "COPWHLIST"
11421   - "IACL"
11422   - "OACL"
11423   traces:
11424     hoverinfo: "x+y"
11425     boxpoints: "outliers"
11426     whiskerwidth: 0
11427   layout:
11428     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
11429     layout: "plot-throughput"
11430
11431 - type: "plot"
11432   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
11433   algorithm: "plot_performance_box"
11434   output-file-type: ".html"
11435   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
11436   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11437   filter: "'NIC_Intel-X710' and
11438            '64B' and
11439            ('IP4BASE' or
11440             'POLICE_MARK' or
11441             'COPWHLIST' or
11442             ('NAT44' and 'BASE') or
11443             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11444            'NDRPDR' and
11445            '4T2C' and
11446            'IP4FWD' and
11447            not 'IPSEC' and
11448            not 'VHOST'"
11449   parameters:
11450   - "throughput"
11451   - "parent"
11452   - "tags"
11453   sort:
11454   - "DOT1Q"
11455   - "IP4BASE"
11456   - "NAT44"
11457   - "POLICE_MARK"
11458   - "COPWHLIST"
11459   - "IACL"
11460   - "OACL"
11461   traces:
11462     hoverinfo: "x+y"
11463     boxpoints: "outliers"
11464     whiskerwidth: 0
11465   layout:
11466     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
11467     layout: "plot-throughput"
11468
11469 - type: "plot"
11470   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
11471   algorithm: "plot_performance_box"
11472   output-file-type: ".html"
11473   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
11474   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11475   filter: "'NIC_Intel-X710' and
11476            '64B' and
11477            ('IP4BASE' or
11478             'POLICE_MARK' or
11479             'COPWHLIST' or
11480             ('NAT44' and 'BASE') or
11481             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11482            'NDRPDR' and
11483            '4T2C' and
11484            'IP4FWD' and
11485            not 'IPSEC' and
11486            not 'VHOST'"
11487   parameters:
11488   - "throughput"
11489   - "parent"
11490   - "tags"
11491   sort:
11492   - "DOT1Q"
11493   - "IP4BASE"
11494   - "NAT44"
11495   - "POLICE_MARK"
11496   - "COPWHLIST"
11497   - "IACL"
11498   - "OACL"
11499   traces:
11500     hoverinfo: "x+y"
11501     boxpoints: "outliers"
11502     whiskerwidth: 0
11503   layout:
11504     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
11505     layout: "plot-throughput"
11506
11507 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
11508 - type: "plot"
11509   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11510   algorithm: "plot_performance_box"
11511   output-file-type: ".html"
11512   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11513   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11514   filter: "'NIC_Intel-X710' and
11515            '64B' and
11516            'NDRPDR' and
11517            '1T1C' and
11518            'IP4FWD' and
11519            ('NAT44' or 'IP4BASE') and
11520            not 'IPSEC' and
11521            not 'VHOST'"
11522   parameters:
11523   - "throughput"
11524   - "parent"
11525   - "tags"
11526   sort:
11527   - "IP4BASE"
11528   - "BASE"
11529   - "SRC_USER_10"
11530   - "SRC_USER_100"
11531   - "SRC_USER_1000"
11532   - "SRC_USER_2000"
11533   traces:
11534     hoverinfo: "x+y"
11535     boxpoints: "outliers"
11536     whiskerwidth: 0
11537   layout:
11538     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11539     layout: "plot-throughput"
11540
11541 - type: "plot"
11542   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11543   algorithm: "plot_performance_box"
11544   output-file-type: ".html"
11545   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11546   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11547   filter: "'NIC_Intel-X710' and
11548            '64B' and
11549            'NDRPDR' and
11550            '1T1C' and
11551            'IP4FWD' and
11552            ('NAT44' or 'IP4BASE') and
11553            not 'IPSEC' and
11554            not 'VHOST'"
11555   parameters:
11556   - "throughput"
11557   - "parent"
11558   - "tags"
11559   sort:
11560   - "IP4BASE"
11561   - "BASE"
11562   - "SRC_USER_10"
11563   - "SRC_USER_100"
11564   - "SRC_USER_1000"
11565   - "SRC_USER_2000"
11566   traces:
11567     hoverinfo: "x+y"
11568     boxpoints: "outliers"
11569     whiskerwidth: 0
11570   layout:
11571     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11572     layout: "plot-throughput"
11573
11574 - type: "plot"
11575   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11576   algorithm: "plot_performance_box"
11577   output-file-type: ".html"
11578   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11579   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11580   filter: "'NIC_Intel-X710' and
11581            '64B' and
11582            'NDRPDR' and
11583            '2T2C' and
11584            'IP4FWD' and
11585            ('NAT44' or 'IP4BASE') and
11586            not 'IPSEC' and
11587            not 'VHOST'"
11588   parameters:
11589   - "throughput"
11590   - "parent"
11591   - "tags"
11592   sort:
11593   - "IP4BASE"
11594   - "BASE"
11595   - "SRC_USER_10"
11596   - "SRC_USER_100"
11597   - "SRC_USER_1000"
11598   - "SRC_USER_2000"
11599   traces:
11600     hoverinfo: "x+y"
11601     boxpoints: "outliers"
11602     whiskerwidth: 0
11603   layout:
11604     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11605     layout: "plot-throughput"
11606
11607 - type: "plot"
11608   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11609   algorithm: "plot_performance_box"
11610   output-file-type: ".html"
11611   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11612   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11613   filter: "'NIC_Intel-X710' and
11614            '64B' and
11615            'NDRPDR' and
11616            '2T2C' and
11617            'IP4FWD' and
11618            ('NAT44' or 'IP4BASE') and
11619            not 'IPSEC' and
11620            not 'VHOST'"
11621   parameters:
11622   - "throughput"
11623   - "parent"
11624   - "tags"
11625   sort:
11626   - "IP4BASE"
11627   - "BASE"
11628   - "SRC_USER_10"
11629   - "SRC_USER_100"
11630   - "SRC_USER_1000"
11631   - "SRC_USER_2000"
11632   traces:
11633     hoverinfo: "x+y"
11634     boxpoints: "outliers"
11635     whiskerwidth: 0
11636   layout:
11637     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11638     layout: "plot-throughput"
11639
11640 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
11641 - type: "plot"
11642   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11643   algorithm: "plot_performance_box"
11644   output-file-type: ".html"
11645   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11646   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11647   filter: "'NIC_Intel-X710' and
11648            '64B' and
11649            'NDRPDR' and
11650            '1T1C' and
11651            'IP4FWD' and
11652            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11653            not 'IPSEC' and
11654            not 'VHOST'"
11655   parameters:
11656   - "throughput"
11657   - "parent"
11658   - "tags"
11659   sort:
11660   - "IP4BASE"
11661   - "ACL_STATELESS"
11662   - "ACL_STATEFUL"
11663   - "ACL_STATELESS"
11664   - "ACL_STATEFUL"
11665   traces:
11666     hoverinfo: "x+y"
11667     boxpoints: "outliers"
11668     whiskerwidth: 0
11669   layout:
11670     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11671     layout: "plot-throughput"
11672
11673 - type: "plot"
11674   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11675   algorithm: "plot_performance_box"
11676   output-file-type: ".html"
11677   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11678   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11679   filter: "'NIC_Intel-X710' and
11680            '64B' and
11681            'NDRPDR' and
11682            '1T1C' and
11683            'IP4FWD' and
11684            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11685            not 'IPSEC' and
11686            not 'VHOST'"
11687   parameters:
11688   - "throughput"
11689   - "parent"
11690   - "tags"
11691   sort:
11692   - "IP4BASE"
11693   - "ACL_STATELESS"
11694   - "ACL_STATEFUL"
11695   - "ACL_STATELESS"
11696   - "ACL_STATEFUL"
11697   traces:
11698     hoverinfo: "x+y"
11699     boxpoints: "outliers"
11700     whiskerwidth: 0
11701   layout:
11702     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11703     layout: "plot-throughput"
11704
11705 - type: "plot"
11706   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11707   algorithm: "plot_performance_box"
11708   output-file-type: ".html"
11709   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11710   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11711   filter: "'NIC_Intel-X710' and
11712            '64B' and
11713            'NDRPDR' and
11714            '2T2C' and
11715            'IP4FWD' and
11716            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11717            not 'IPSEC' and
11718            not 'VHOST'"
11719   parameters:
11720   - "throughput"
11721   - "parent"
11722   - "tags"
11723   sort:
11724   - "IP4BASE"
11725   - "ACL_STATELESS"
11726   - "ACL_STATEFUL"
11727   - "ACL_STATELESS"
11728   - "ACL_STATEFUL"
11729   traces:
11730     hoverinfo: "x+y"
11731     boxpoints: "outliers"
11732     whiskerwidth: 0
11733   layout:
11734     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11735     layout: "plot-throughput"
11736
11737 - type: "plot"
11738   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11739   algorithm: "plot_performance_box"
11740   output-file-type: ".html"
11741   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11742   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11743   filter: "'NIC_Intel-X710' and
11744            '64B' and
11745            'NDRPDR' and
11746            '2T2C' and
11747            'IP4FWD' and
11748            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11749            not 'IPSEC' and
11750            not 'VHOST'"
11751   parameters:
11752   - "throughput"
11753   - "parent"
11754   - "tags"
11755   sort:
11756   - "IP4BASE"
11757   - "ACL_STATELESS"
11758   - "ACL_STATEFUL"
11759   - "ACL_STATELESS"
11760   - "ACL_STATEFUL"
11761   traces:
11762     hoverinfo: "x+y"
11763     boxpoints: "outliers"
11764     whiskerwidth: 0
11765   layout:
11766     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11767     layout: "plot-throughput"
11768
11769 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
11770 - type: "plot"
11771   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11772   algorithm: "plot_performance_box"
11773   output-file-type: ".html"
11774   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11775   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11776   filter: "'NIC_Intel-X710' and
11777            '64B' and
11778            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11779            'NDRPDR' and
11780            '2T1C' and
11781            'IP4FWD' and
11782            not 'IPSEC' and
11783            not 'DOT1Q' and
11784            not 'VHOST'"
11785   parameters:
11786   - "throughput"
11787   - "parent"
11788   - "tags"
11789   sort:
11790   - "IP4BASE"
11791   - "FIB_20K"
11792   - "FIB_200K"
11793   - "FIB_2M"
11794   traces:
11795     hoverinfo: "x+y"
11796     boxpoints: "outliers"
11797     whiskerwidth: 0
11798   layout:
11799     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11800     layout: "plot-throughput"
11801
11802 - type: "plot"
11803   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11804   algorithm: "plot_performance_box"
11805   output-file-type: ".html"
11806   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11807   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11808   filter: "'NIC_Intel-X710' and
11809            '64B' and
11810            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11811            'NDRPDR' and
11812            '2T1C' and
11813            'IP4FWD' and
11814            not 'IPSEC' and
11815            not 'DOT1Q' and
11816            not 'VHOST'"
11817   parameters:
11818   - "throughput"
11819   - "parent"
11820   - "tags"
11821   sort:
11822   - "IP4BASE"
11823   - "FIB_20K"
11824   - "FIB_200K"
11825   - "FIB_2M"
11826   traces:
11827     hoverinfo: "x+y"
11828     boxpoints: "outliers"
11829     whiskerwidth: 0
11830   layout:
11831     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11832     layout: "plot-throughput"
11833
11834 - type: "plot"
11835   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11836   algorithm: "plot_performance_box"
11837   output-file-type: ".html"
11838   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11839   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11840   filter: "'NIC_Intel-X710' and
11841            '64B' and
11842            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11843            'NDRPDR' and
11844            '4T2C' and
11845            'IP4FWD' and
11846            not 'IPSEC' and
11847            not 'DOT1Q' and
11848            not 'VHOST'"
11849   parameters:
11850   - "throughput"
11851   - "parent"
11852   - "tags"
11853   sort:
11854   - "IP4BASE"
11855   - "FIB_20K"
11856   - "FIB_200K"
11857   - "FIB_2M"
11858   traces:
11859     hoverinfo: "x+y"
11860     boxpoints: "outliers"
11861     whiskerwidth: 0
11862   layout:
11863     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11864     layout: "plot-throughput"
11865
11866 - type: "plot"
11867   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11868   algorithm: "plot_performance_box"
11869   output-file-type: ".html"
11870   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11871   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11872   filter: "'NIC_Intel-X710' and
11873            '64B' and
11874            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11875            'NDRPDR' and
11876            '4T2C' and
11877            'IP4FWD' and
11878            not 'IPSEC' and
11879            not 'DOT1Q' and
11880            not 'VHOST'"
11881   parameters:
11882   - "throughput"
11883   - "parent"
11884   - "tags"
11885   sort:
11886   - "IP4BASE"
11887   - "FIB_20K"
11888   - "FIB_200K"
11889   - "FIB_2M"
11890   traces:
11891     hoverinfo: "x+y"
11892     boxpoints: "outliers"
11893     whiskerwidth: 0
11894   layout:
11895     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11896     layout: "plot-throughput"
11897
11898 # Packet Throughput - VPP IPv4 2n-skx-x710 features iacl
11899 - type: "plot"
11900   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11901   algorithm: "plot_performance_box"
11902   output-file-type: ".html"
11903   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11904   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11905   filter: "'NIC_Intel-X710' and
11906            '64B' and
11907            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11908            'NDRPDR' and
11909            '2T1C' and
11910            'IP4FWD' and
11911            not 'IPSEC' and
11912            not 'DOT1Q' and
11913            not 'VHOST'"
11914   parameters:
11915   - "throughput"
11916   - "parent"
11917   - "tags"
11918   sort:
11919   - "IP4BASE"
11920   - "ACL_STATELESS"
11921   - "ACL_STATEFUL"
11922   - "ACL_STATELESS"
11923   - "ACL_STATEFUL"
11924   traces:
11925     hoverinfo: "x+y"
11926     boxpoints: "outliers"
11927     whiskerwidth: 0
11928   layout:
11929     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11930     layout: "plot-throughput"
11931
11932 - type: "plot"
11933   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11934   algorithm: "plot_performance_box"
11935   output-file-type: ".html"
11936   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11937   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11938   filter: "'NIC_Intel-X710' and
11939            '64B' and
11940            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11941            'NDRPDR' and
11942            '2T1C' and
11943            'IP4FWD' and
11944            not 'IPSEC' and
11945            not 'DOT1Q' and
11946            not 'VHOST'"
11947   parameters:
11948   - "throughput"
11949   - "parent"
11950   - "tags"
11951   sort:
11952   - "IP4BASE"
11953   - "ACL_STATELESS"
11954   - "ACL_STATEFUL"
11955   - "ACL_STATELESS"
11956   - "ACL_STATEFUL"
11957   traces:
11958     hoverinfo: "x+y"
11959     boxpoints: "outliers"
11960     whiskerwidth: 0
11961   layout:
11962     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11963     layout: "plot-throughput"
11964
11965 - type: "plot"
11966   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11967   algorithm: "plot_performance_box"
11968   output-file-type: ".html"
11969   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11970   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11971   filter: "'NIC_Intel-X710' and
11972            '64B' and
11973            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11974            'NDRPDR' and
11975            '4T2C' and
11976            'IP4FWD' and
11977            not 'IPSEC' and
11978            not 'DOT1Q' and
11979            not 'VHOST'"
11980   parameters:
11981   - "throughput"
11982   - "parent"
11983   - "tags"
11984   sort:
11985   - "IP4BASE"
11986   - "ACL_STATELESS"
11987   - "ACL_STATEFUL"
11988   - "ACL_STATELESS"
11989   - "ACL_STATEFUL"
11990   traces:
11991     hoverinfo: "x+y"
11992     boxpoints: "outliers"
11993     whiskerwidth: 0
11994   layout:
11995     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11996     layout: "plot-throughput"
11997
11998 - type: "plot"
11999   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
12000   algorithm: "plot_performance_box"
12001   output-file-type: ".html"
12002   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
12003   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12004   filter: "'NIC_Intel-X710' and
12005            '64B' and
12006            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
12007            'NDRPDR' and
12008            '4T2C' and
12009            'IP4FWD' and
12010            not 'IPSEC' and
12011            not 'DOT1Q' and
12012            not 'VHOST'"
12013   parameters:
12014   - "throughput"
12015   - "parent"
12016   - "tags"
12017   sort:
12018   - "IP4BASE"
12019   - "ACL_STATELESS"
12020   - "ACL_STATEFUL"
12021   - "ACL_STATELESS"
12022   - "ACL_STATEFUL"
12023   traces:
12024     hoverinfo: "x+y"
12025     boxpoints: "outliers"
12026     whiskerwidth: 0
12027   layout:
12028     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
12029     layout: "plot-throughput"
12030
12031 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
12032 - type: "plot"
12033   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12034   algorithm: "plot_performance_box"
12035   output-file-type: ".html"
12036   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12037   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12038   filter: "'NIC_Intel-XXV710' and
12039            '64B' and
12040            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12041            'NDRPDR' and
12042            '2T1C' and
12043            'IP4FWD' and
12044            not 'IPSEC' and
12045            not 'DOT1Q' and
12046            not 'VHOST'"
12047   parameters:
12048   - "throughput"
12049   - "parent"
12050   - "tags"
12051   sort:
12052   - "IP4BASE"
12053   - "FIB_20K"
12054   - "FIB_200K"
12055   - "FIB_2M"
12056   traces:
12057     hoverinfo: "x+y"
12058     boxpoints: "outliers"
12059     whiskerwidth: 0
12060   layout:
12061     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12062     layout: "plot-throughput"
12063
12064 - type: "plot"
12065   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12066   algorithm: "plot_performance_box"
12067   output-file-type: ".html"
12068   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12069   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12070   filter: "'NIC_Intel-XXV710' and
12071            '64B' and
12072            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12073            'NDRPDR' and
12074            '2T1C' and
12075            'IP4FWD' and
12076            not 'IPSEC' and
12077            not 'DOT1Q' and
12078            not 'VHOST'"
12079   parameters:
12080   - "throughput"
12081   - "parent"
12082   - "tags"
12083   sort:
12084   - "IP4BASE"
12085   - "FIB_20K"
12086   - "FIB_200K"
12087   - "FIB_2M"
12088   traces:
12089     hoverinfo: "x+y"
12090     boxpoints: "outliers"
12091     whiskerwidth: 0
12092   layout:
12093     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12094     layout: "plot-throughput"
12095
12096 - type: "plot"
12097   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12098   algorithm: "plot_performance_box"
12099   output-file-type: ".html"
12100   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12101   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12102   filter: "'NIC_Intel-XXV710' and
12103            '64B' and
12104            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12105            'NDRPDR' and
12106            '4T2C' and
12107            'IP4FWD' and
12108            not 'IPSEC' and
12109            not 'DOT1Q' and
12110            not 'VHOST'"
12111   parameters:
12112   - "throughput"
12113   - "parent"
12114   - "tags"
12115   sort:
12116   - "IP4BASE"
12117   - "FIB_20K"
12118   - "FIB_200K"
12119   - "FIB_2M"
12120   traces:
12121     hoverinfo: "x+y"
12122     boxpoints: "outliers"
12123     whiskerwidth: 0
12124   layout:
12125     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12126     layout: "plot-throughput"
12127
12128 - type: "plot"
12129   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12130   algorithm: "plot_performance_box"
12131   output-file-type: ".html"
12132   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12133   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12134   filter: "'NIC_Intel-XXV710' and
12135            '64B' and
12136            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12137            'NDRPDR' and
12138            '4T2C' and
12139            'IP4FWD' and
12140            not 'IPSEC' and
12141            not 'DOT1Q' and
12142            not 'VHOST'"
12143   parameters:
12144   - "throughput"
12145   - "parent"
12146   - "tags"
12147   sort:
12148   - "IP4BASE"
12149   - "FIB_20K"
12150   - "FIB_200K"
12151   - "FIB_2M"
12152   traces:
12153     hoverinfo: "x+y"
12154     boxpoints: "outliers"
12155     whiskerwidth: 0
12156   layout:
12157     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12158     layout: "plot-throughput"
12159
12160 ## Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
12161 #- type: "plot"
12162 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12163 #  algorithm: "plot_performance_box"
12164 #  output-file-type: ".html"
12165 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12166 #  data: "intel-dnv-vpp"
12167 #  filter: "'NIC_Intel-X553' and
12168 #           '64B' and
12169 #           'IP4BASE' and
12170 #           'NDRPDR' and
12171 #           '1T1C' and
12172 #           'IP4FWD' and
12173 #           not 'IPSEC' and
12174 #           not 'VHOST'"
12175 #  parameters:
12176 #  - "throughput"
12177 #  - "parent"
12178 #  - "tags"
12179 #  sort:
12180 #  - "IP4BASE"
12181 #  traces:
12182 #    hoverinfo: "x+y"
12183 #    boxpoints: "outliers"
12184 #    whiskerwidth: 0
12185 #  layout:
12186 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12187 #    layout: "plot-throughput"
12188 #
12189 #- type: "plot"
12190 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12191 #  algorithm: "plot_performance_box"
12192 #  output-file-type: ".html"
12193 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12194 #  data: "intel-dnv-vpp"
12195 #  filter: "'NIC_Intel-X553' and
12196 #           '64B' and
12197 #           'IP4BASE' and
12198 #           'NDRPDR' and
12199 #           '1T1C' and
12200 #           'IP4FWD' and
12201 #           not 'IPSEC' and
12202 #           not 'VHOST'"
12203 #  parameters:
12204 #  - "throughput"
12205 #  - "parent"
12206 #  - "tags"
12207 #  sort:
12208 #  - "IP4BASE"
12209 #  traces:
12210 #    hoverinfo: "x+y"
12211 #    boxpoints: "outliers"
12212 #    whiskerwidth: 0
12213 #  layout:
12214 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12215 #    layout: "plot-throughput"
12216 #
12217 #- type: "plot"
12218 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12219 #  algorithm: "plot_performance_box"
12220 #  output-file-type: ".html"
12221 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12222 #  data: "intel-dnv-vpp"
12223 #  filter: "'NIC_Intel-X553' and
12224 #           '64B' and
12225 #           'IP4BASE' and
12226 #           'NDRPDR' and
12227 #           '2T2C' and
12228 #           'IP4FWD' and
12229 #           not 'IPSEC' and
12230 #           not 'VHOST'"
12231 #  parameters:
12232 #  - "throughput"
12233 #  - "parent"
12234 #  - "tags"
12235 #  sort:
12236 #  - "IP4BASE"
12237 #  traces:
12238 #    hoverinfo: "x+y"
12239 #    boxpoints: "outliers"
12240 #    whiskerwidth: 0
12241 #  layout:
12242 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12243 #    layout: "plot-throughput"
12244 #
12245 #- type: "plot"
12246 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12247 #  algorithm: "plot_performance_box"
12248 #  output-file-type: ".html"
12249 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12250 #  data: "intel-dnv-vpp"
12251 #  filter: "'NIC_Intel-X553' and
12252 #           '64B' and
12253 #           'IP4BASE' and
12254 #           'NDRPDR' and
12255 #           '2T2C' and
12256 #           'IP4FWD' and
12257 #           not 'IPSEC' and
12258 #           not 'VHOST'"
12259 #  parameters:
12260 #  - "throughput"
12261 #  - "parent"
12262 #  - "tags"
12263 #  sort:
12264 #  - "IP4BASE"
12265 #  traces:
12266 #    hoverinfo: "x+y"
12267 #    boxpoints: "outliers"
12268 #    whiskerwidth: 0
12269 #  layout:
12270 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12271 #    layout: "plot-throughput"
12272
12273 ################################################################################
12274
12275 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
12276 - type: "plot"
12277   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12278   algorithm: "plot_performance_box"
12279   output-file-type: ".html"
12280   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12281   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12282   filter: "'NIC_Intel-X520-DA2' and
12283            '64B' and
12284            'ENCAP' and
12285            'NDRPDR' and
12286            '1T1C' and
12287            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12288            not 'DOT1Q' and
12289            not 'VHOST' and
12290            not 'IPSECHW'"
12291   parameters:
12292   - "throughput"
12293   - "parent"
12294   - "tags"
12295   sort:
12296   - "IP4BASE"
12297   - "L2BDMACLRN"
12298   - "L2XCFWD"
12299   - "LISP"
12300   traces:
12301     hoverinfo: "x+y"
12302     boxpoints: "outliers"
12303     whiskerwidth: 0
12304   layout:
12305     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12306     layout: "plot-throughput"
12307
12308 - type: "plot"
12309   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12310   algorithm: "plot_performance_box"
12311   output-file-type: ".html"
12312   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12313   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12314   filter: "'NIC_Intel-X520-DA2' and
12315            '64B' and
12316            'ENCAP' and
12317            'NDRPDR' and
12318            '2T2C' and
12319            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12320            not 'DOT1Q' and
12321            not 'VHOST' and
12322            not 'IPSECHW'"
12323   parameters:
12324   - "throughput"
12325   - "parent"
12326   - "tags"
12327   sort:
12328   - "IP4BASE"
12329   - "L2BDMACLRN"
12330   - "L2XCFWD"
12331   - "LISP"
12332   traces:
12333     hoverinfo: "x+y"
12334     boxpoints: "outliers"
12335     whiskerwidth: 0
12336   layout:
12337     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12338     layout: "plot-throughput"
12339
12340 - type: "plot"
12341   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12342   algorithm: "plot_performance_box"
12343   output-file-type: ".html"
12344   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12345   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12346   filter: "'NIC_Intel-X520-DA2' and
12347            '64B' and
12348            'ENCAP' and
12349            'NDRPDR' and
12350            '1T1C' and
12351            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12352            not 'DOT1Q' and
12353            not 'VHOST' and
12354            not 'IPSECHW'"
12355   parameters:
12356   - "throughput"
12357   - "parent"
12358   - "tags"
12359   sort:
12360   - "IP4BASE"
12361   - "L2BDMACLRN"
12362   - "L2XCFWD"
12363   - "LISP"
12364   traces:
12365     hoverinfo: "x+y"
12366     boxpoints: "outliers"
12367     whiskerwidth: 0
12368   layout:
12369     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12370     layout: "plot-throughput"
12371
12372 - type: "plot"
12373   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12374   algorithm: "plot_performance_box"
12375   output-file-type: ".html"
12376   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12377   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12378   filter: "'NIC_Intel-X520-DA2' and
12379            '64B' and
12380            'ENCAP' and
12381            'NDRPDR' and
12382            '2T2C' and
12383            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12384            not 'DOT1Q' and
12385            not 'VHOST' and
12386            not 'IPSECHW'"
12387   parameters:
12388   - "throughput"
12389   - "parent"
12390   - "tags"
12391   sort:
12392   - "IP4BASE"
12393   - "L2BDMACLRN"
12394   - "L2XCFWD"
12395   - "LISP"
12396   traces:
12397     hoverinfo: "x+y"
12398     boxpoints: "outliers"
12399     whiskerwidth: 0
12400   layout:
12401     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12402     layout: "plot-throughput"
12403
12404 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
12405 - type: "plot"
12406   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12407   algorithm: "plot_performance_box"
12408   output-file-type: ".html"
12409   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12410   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12411   filter: "'NIC_Intel-X710' and
12412            '64B' and
12413            'ENCAP' and
12414            'NDRPDR' and
12415            '1T1C' and
12416            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12417            not 'VHOST' and
12418            not 'IPSECHW'"
12419   parameters:
12420   - "throughput"
12421   - "parent"
12422   - "tags"
12423   sort:
12424   - "IP4BASE"
12425   - "LISP"
12426   - "VXLAN_1"
12427   - "VXLAN_10"
12428   - "VXLAN_100"
12429   - "VXLAN_1000"
12430   traces:
12431     hoverinfo: "x+y"
12432     boxpoints: "outliers"
12433     whiskerwidth: 0
12434   layout:
12435     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12436     layout: "plot-throughput"
12437
12438 - type: "plot"
12439   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12440   algorithm: "plot_performance_box"
12441   output-file-type: ".html"
12442   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12443   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12444   filter: "'NIC_Intel-X710' and
12445            '64B' and
12446            'ENCAP' and
12447            'NDRPDR' and
12448            '1T1C' and
12449            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12450            not 'VHOST' and
12451            not 'IPSECHW'"
12452   parameters:
12453   - "throughput"
12454   - "parent"
12455   - "tags"
12456   sort:
12457   - "IP4BASE"
12458   - "LISP"
12459   - "VXLAN_1"
12460   - "VXLAN_10"
12461   - "VXLAN_100"
12462   - "VXLAN_1000"
12463   traces:
12464     hoverinfo: "x+y"
12465     boxpoints: "outliers"
12466     whiskerwidth: 0
12467   layout:
12468     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12469     layout: "plot-throughput"
12470
12471 - type: "plot"
12472   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12473   algorithm: "plot_performance_box"
12474   output-file-type: ".html"
12475   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12476   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12477   filter: "'NIC_Intel-X710' and
12478            '64B' and
12479            'ENCAP' and
12480            'NDRPDR' and
12481            '2T2C' and
12482            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12483            not 'VHOST' and
12484            not 'IPSECHW'"
12485   parameters:
12486   - "throughput"
12487   - "parent"
12488   - "tags"
12489   sort:
12490   - "IP4BASE"
12491   - "LISP"
12492   - "VXLAN_1"
12493   - "VXLAN_10"
12494   - "VXLAN_100"
12495   - "VXLAN_1000"
12496   traces:
12497     hoverinfo: "x+y"
12498     boxpoints: "outliers"
12499     whiskerwidth: 0
12500   layout:
12501     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12502     layout: "plot-throughput"
12503
12504 - type: "plot"
12505   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12506   algorithm: "plot_performance_box"
12507   output-file-type: ".html"
12508   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12509   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12510   filter: "'NIC_Intel-X710' and
12511            '64B' and
12512            'ENCAP' and
12513            'NDRPDR' and
12514            '2T2C' and
12515            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12516            not 'VHOST' and
12517            not 'IPSECHW'"
12518   parameters:
12519   - "throughput"
12520   - "parent"
12521   - "tags"
12522   sort:
12523   - "IP4BASE"
12524   - "LISP"
12525   - "VXLAN_1"
12526   - "VXLAN_10"
12527   - "VXLAN_100"
12528   - "VXLAN_1000"
12529   traces:
12530     hoverinfo: "x+y"
12531     boxpoints: "outliers"
12532     whiskerwidth: 0
12533   layout:
12534     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12535     layout: "plot-throughput"
12536
12537 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
12538 - type: "plot"
12539   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12540   algorithm: "plot_performance_box"
12541   output-file-type: ".html"
12542   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12543   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12544   filter: "'NIC_Intel-X710' and
12545            '64B' and
12546            'ENCAP' and
12547            'NDRPDR' and
12548            '1T1C' and
12549            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
12550            not 'DOT1Q' and
12551            not 'VHOST' and
12552            not 'IPSECHW'"
12553   parameters:
12554   - "throughput"
12555   - "parent"
12556   - "tags"
12557   sort:
12558   - "IP4BASE"
12559   - "L2BDMACLRN"
12560   - "L2XCFWD"
12561   - "LISP"
12562   traces:
12563     hoverinfo: "x+y"
12564     boxpoints: "outliers"
12565     whiskerwidth: 0
12566   layout:
12567     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12568     layout: "plot-throughput"
12569
12570 - type: "plot"
12571   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12572   algorithm: "plot_performance_box"
12573   output-file-type: ".html"
12574   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12575   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12576   filter: "'NIC_Intel-X710' and
12577            '64B' and
12578            'ENCAP' and
12579            'NDRPDR' and
12580            '2T2C' and
12581            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12582            not 'DOT1Q' and
12583            not 'VHOST' and
12584            not 'IPSECHW'"
12585   parameters:
12586   - "throughput"
12587   - "parent"
12588   - "tags"
12589   sort:
12590   - "IP4BASE"
12591   - "L2BDMACLRN"
12592   - "L2XCFWD"
12593   - "LISP"
12594   traces:
12595     hoverinfo: "x+y"
12596     boxpoints: "outliers"
12597     whiskerwidth: 0
12598   layout:
12599     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12600     layout: "plot-throughput"
12601
12602 - type: "plot"
12603   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12604   algorithm: "plot_performance_box"
12605   output-file-type: ".html"
12606   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12607   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12608   filter: "'NIC_Intel-X710' and
12609            '64B' and
12610            'ENCAP' and
12611            'NDRPDR' and
12612            '1T1C' and
12613            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12614            not 'DOT1Q' and
12615            not 'VHOST' and
12616            not 'IPSECHW'"
12617   parameters:
12618   - "throughput"
12619   - "parent"
12620   - "tags"
12621   sort:
12622   - "IP4BASE"
12623   - "L2BDMACLRN"
12624   - "L2XCFWD"
12625   - "LISP"
12626   traces:
12627     hoverinfo: "x+y"
12628     boxpoints: "outliers"
12629     whiskerwidth: 0
12630   layout:
12631     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12632     layout: "plot-throughput"
12633
12634 - type: "plot"
12635   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12636   algorithm: "plot_performance_box"
12637   output-file-type: ".html"
12638   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12639   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12640   filter: "'NIC_Intel-X710' and
12641            '64B' and
12642            'ENCAP' and
12643            'NDRPDR' and
12644            '2T2C' and
12645            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12646            not 'DOT1Q' and
12647            not 'VHOST' and
12648            not 'IPSECHW'"
12649   parameters:
12650   - "throughput"
12651   - "parent"
12652   - "tags"
12653   sort:
12654   - "IP4BASE"
12655   - "L2BDMACLRN"
12656   - "L2XCFWD"
12657   - "LISP"
12658   traces:
12659     hoverinfo: "x+y"
12660     boxpoints: "outliers"
12661     whiskerwidth: 0
12662   layout:
12663     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12664     layout: "plot-throughput"
12665
12666 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
12667 - type: "plot"
12668   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12669   algorithm: "plot_performance_box"
12670   output-file-type: ".html"
12671   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12672   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12673   filter: "'NIC_Intel-X710' and
12674            '64B' and
12675            'ENCAP' and
12676            'NDRPDR' and
12677            '2T1C' and
12678            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12679            not 'VHOST' and
12680            not 'IPSECHW'"
12681   parameters:
12682   - "throughput"
12683   - "parent"
12684   - "tags"
12685   sort:
12686   - "IP4BASE"
12687   - "LISP"
12688   - "VXLAN_1"
12689   - "VXLAN_10"
12690   - "VXLAN_100"
12691   - "VXLAN_1000"
12692   traces:
12693     hoverinfo: "x+y"
12694     boxpoints: "outliers"
12695     whiskerwidth: 0
12696   layout:
12697     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12698     layout: "plot-throughput"
12699
12700 - type: "plot"
12701   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12702   algorithm: "plot_performance_box"
12703   output-file-type: ".html"
12704   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12706   filter: "'NIC_Intel-X710' and
12707            '64B' and
12708            'ENCAP' and
12709            'NDRPDR' and
12710            '2T1C' and
12711            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12712            not 'VHOST' and
12713            not 'IPSECHW'"
12714   parameters:
12715   - "throughput"
12716   - "parent"
12717   - "tags"
12718   sort:
12719   - "IP4BASE"
12720   - "LISP"
12721   - "VXLAN_1"
12722   - "VXLAN_10"
12723   - "VXLAN_100"
12724   - "VXLAN_1000"
12725   traces:
12726     hoverinfo: "x+y"
12727     boxpoints: "outliers"
12728     whiskerwidth: 0
12729   layout:
12730     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12731     layout: "plot-throughput"
12732
12733 - type: "plot"
12734   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12735   algorithm: "plot_performance_box"
12736   output-file-type: ".html"
12737   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12738   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12739   filter: "'NIC_Intel-X710' and
12740            '64B' and
12741            'ENCAP' and
12742            'NDRPDR' and
12743            '4T2C' and
12744            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12745            not 'VHOST' and
12746            not 'IPSECHW'"
12747   parameters:
12748   - "throughput"
12749   - "parent"
12750   - "tags"
12751   sort:
12752   - "IP4BASE"
12753   - "LISP"
12754   - "VXLAN_1"
12755   - "VXLAN_10"
12756   - "VXLAN_100"
12757   - "VXLAN_1000"
12758   traces:
12759     hoverinfo: "x+y"
12760     boxpoints: "outliers"
12761     whiskerwidth: 0
12762   layout:
12763     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12764     layout: "plot-throughput"
12765
12766 - type: "plot"
12767   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12768   algorithm: "plot_performance_box"
12769   output-file-type: ".html"
12770   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12771   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12772   filter: "'NIC_Intel-X710' and
12773            '64B' and
12774            'ENCAP' and
12775            'NDRPDR' and
12776            '4T2C' and
12777            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12778            not 'VHOST' and
12779            not 'IPSECHW'"
12780   parameters:
12781   - "throughput"
12782   - "parent"
12783   - "tags"
12784   sort:
12785   - "IP4BASE"
12786   - "LISP"
12787   - "VXLAN_1"
12788   - "VXLAN_10"
12789   - "VXLAN_100"
12790   - "VXLAN_1000"
12791   traces:
12792     hoverinfo: "x+y"
12793     boxpoints: "outliers"
12794     whiskerwidth: 0
12795   layout:
12796     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12797     layout: "plot-throughput"
12798
12799 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
12800 - type: "plot"
12801   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12802   algorithm: "plot_performance_box"
12803   output-file-type: ".html"
12804   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12805   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12806   filter: "'NIC_Intel-X710' and
12807            '64B' and
12808            'ENCAP' and
12809            'NDRPDR' and
12810            '2T1C' and
12811            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12812            not 'DOT1Q' and
12813            not 'VHOST' and
12814            not 'IPSECHW'"
12815   parameters:
12816   - "throughput"
12817   - "parent"
12818   - "tags"
12819   sort:
12820   - "IP4BASE"
12821   - "L2BDMACLRN"
12822   - "L2XCFWD"
12823   - "LISP"
12824   traces:
12825     hoverinfo: "x+y"
12826     boxpoints: "outliers"
12827     whiskerwidth: 0
12828   layout:
12829     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12830     layout: "plot-throughput"
12831
12832 - type: "plot"
12833   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12834   algorithm: "plot_performance_box"
12835   output-file-type: ".html"
12836   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12837   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12838   filter: "'NIC_Intel-X710' and
12839            '64B' and
12840            'ENCAP' and
12841            'NDRPDR' and
12842            '4T2C' and
12843            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12844            not 'DOT1Q' and
12845            not 'VHOST' and
12846            not 'IPSECHW'"
12847   parameters:
12848   - "throughput"
12849   - "parent"
12850   - "tags"
12851   sort:
12852   - "IP4BASE"
12853   - "L2BDMACLRN"
12854   - "L2XCFWD"
12855   - "LISP"
12856   traces:
12857     hoverinfo: "x+y"
12858     boxpoints: "outliers"
12859     whiskerwidth: 0
12860   layout:
12861     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12862     layout: "plot-throughput"
12863
12864 - type: "plot"
12865   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12866   algorithm: "plot_performance_box"
12867   output-file-type: ".html"
12868   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12869   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12870   filter: "'NIC_Intel-X710' and
12871            '64B' and
12872            'ENCAP' and
12873            'NDRPDR' and
12874            '2T1C' and
12875            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12876            not 'DOT1Q' and
12877            not 'VHOST' and
12878            not 'IPSECHW'"
12879   parameters:
12880   - "throughput"
12881   - "parent"
12882   - "tags"
12883   sort:
12884   - "IP4BASE"
12885   - "L2BDMACLRN"
12886   - "L2XCFWD"
12887   - "LISP"
12888   traces:
12889     hoverinfo: "x+y"
12890     boxpoints: "outliers"
12891     whiskerwidth: 0
12892   layout:
12893     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12894     layout: "plot-throughput"
12895
12896 - type: "plot"
12897   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12898   algorithm: "plot_performance_box"
12899   output-file-type: ".html"
12900   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12901   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12902   filter: "'NIC_Intel-X710' and
12903            '64B' and
12904            'ENCAP' and
12905            'NDRPDR' and
12906            '4T2C' and
12907            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12908            not 'DOT1Q' and
12909            not 'VHOST' and
12910            not 'IPSECHW'"
12911   parameters:
12912   - "throughput"
12913   - "parent"
12914   - "tags"
12915   sort:
12916   - "IP4BASE"
12917   - "L2BDMACLRN"
12918   - "L2XCFWD"
12919   - "LISP"
12920   traces:
12921     hoverinfo: "x+y"
12922     boxpoints: "outliers"
12923     whiskerwidth: 0
12924   layout:
12925     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12926     layout: "plot-throughput"
12927
12928 ################################################################################
12929
12930 # Packet Throughput - VPP IPv6 3n-hsw-x520
12931 - type: "plot"
12932   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12933   algorithm: "plot_performance_box"
12934   output-file-type: ".html"
12935   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12936   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12937   filter: "'NIC_Intel-X520-DA2' and
12938            '78B' and
12939            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12940            'NDRPDR' and
12941            '1T1C' and
12942            'IP6FWD' and
12943            not 'SRv6' and
12944            not 'IPSEC' and
12945            not 'VHOST'"
12946   parameters:
12947   - "throughput"
12948   - "parent"
12949   - "tags"
12950   sort:
12951   - "IP6BASE"
12952   - "FIB_20K"
12953   - "FIB_200K"
12954   - "FIB_2M"
12955   traces:
12956     hoverinfo: "x+y"
12957     boxpoints: "outliers"
12958     whiskerwidth: 0
12959   layout:
12960     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12961     layout: "plot-throughput"
12962
12963 - type: "plot"
12964   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12965   algorithm: "plot_performance_box"
12966   output-file-type: ".html"
12967   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12968   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12969   filter: "'NIC_Intel-X520-DA2' and
12970            '78B' and
12971            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12972            'NDRPDR' and
12973            '1T1C' and
12974            'IP6FWD' and
12975            not 'SRv6' and
12976            not 'IPSEC' and
12977            not 'VHOST'"
12978   parameters:
12979   - "throughput"
12980   - "parent"
12981   - "tags"
12982   sort:
12983   - "IP6BASE"
12984   - "FIB_20K"
12985   - "FIB_200K"
12986   - "FIB_2M"
12987   traces:
12988     hoverinfo: "x+y"
12989     boxpoints: "outliers"
12990     whiskerwidth: 0
12991   layout:
12992     title: "ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12993     layout: "plot-throughput"
12994
12995 - type: "plot"
12996   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-ndr"
12997   algorithm: "plot_performance_box"
12998   output-file-type: ".html"
12999   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr"
13000   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13001   filter: "'NIC_Intel-X520-DA2' and
13002            '78B' and
13003            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13004            'NDRPDR' and
13005            '2T2C' and
13006            'IP6FWD' and
13007            not 'SRv6' and
13008            not 'IPSEC' and
13009            not 'VHOST'"
13010   parameters:
13011   - "throughput"
13012   - "parent"
13013   - "tags"
13014   sort:
13015   - "IP6BASE"
13016   - "FIB_20K"
13017   - "FIB_200K"
13018   - "FIB_2M"
13019   traces:
13020     hoverinfo: "x+y"
13021     boxpoints: "outliers"
13022     whiskerwidth: 0
13023   layout:
13024     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
13025     layout: "plot-throughput"
13026
13027 - type: "plot"
13028   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13029   algorithm: "plot_performance_box"
13030   output-file-type: ".html"
13031   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13032   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13033   filter: "'NIC_Intel-X520-DA2' and
13034            '78B' and
13035            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13036            'NDRPDR' and
13037            '2T2C' and
13038            'IP6FWD' and
13039            not 'SRv6' and
13040            not 'IPSEC' and
13041            not 'VHOST'"
13042   parameters:
13043   - "throughput"
13044   - "parent"
13045   - "tags"
13046   sort:
13047   - "IP6BASE"
13048   - "FIB_20K"
13049   - "FIB_200K"
13050   - "FIB_2M"
13051   traces:
13052     hoverinfo: "x+y"
13053     boxpoints: "outliers"
13054     whiskerwidth: 0
13055   layout:
13056     title: "ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13057     layout: "plot-throughput"
13058
13059 # Packet Throughput - VPP IPv6 3n-hsw-x710
13060 - type: "plot"
13061   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13062   algorithm: "plot_performance_box"
13063   output-file-type: ".html"
13064   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13065   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13066   filter: "'NIC_Intel-X710' and
13067            '78B' and
13068            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13069            'NDRPDR' and
13070            '1T1C' and
13071            'IP6FWD' and
13072            not 'SRv6' and
13073            not 'IPSEC' and
13074            not 'VHOST'"
13075   parameters:
13076   - "throughput"
13077   - "parent"
13078   - "tags"
13079   sort:
13080   - "IP6BASE"
13081   - "FIB_20K"
13082   - "FIB_200K"
13083   - "FIB_2M"
13084   traces:
13085     hoverinfo: "x+y"
13086     boxpoints: "outliers"
13087     whiskerwidth: 0
13088   layout:
13089     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13090     layout: "plot-throughput"
13091
13092 - type: "plot"
13093   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13094   algorithm: "plot_performance_box"
13095   output-file-type: ".html"
13096   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13097   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13098   filter: "'NIC_Intel-X710' and
13099            '78B' and
13100            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13101            'NDRPDR' and
13102            '1T1C' and
13103            'IP6FWD' and
13104            not 'SRv6' and
13105            not 'IPSEC' and
13106            not 'VHOST'"
13107   parameters:
13108   - "throughput"
13109   - "parent"
13110   - "tags"
13111   sort:
13112   - "IP6BASE"
13113   - "FIB_20K"
13114   - "FIB_200K"
13115   - "FIB_2M"
13116   traces:
13117     hoverinfo: "x+y"
13118     boxpoints: "outliers"
13119     whiskerwidth: 0
13120   layout:
13121     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13122     layout: "plot-throughput"
13123
13124 - type: "plot"
13125   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13126   algorithm: "plot_performance_box"
13127   output-file-type: ".html"
13128   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13129   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13130   filter: "'NIC_Intel-X710' and
13131            '78B' and
13132            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13133            'NDRPDR' and
13134            '2T2C' and
13135            'IP6FWD' and
13136            not 'SRv6' and
13137            not 'IPSEC' and
13138            not 'VHOST'"
13139   parameters:
13140   - "throughput"
13141   - "parent"
13142   - "tags"
13143   sort:
13144   - "IP6BASE"
13145   - "FIB_20K"
13146   - "FIB_200K"
13147   - "FIB_2M"
13148   traces:
13149     hoverinfo: "x+y"
13150     boxpoints: "outliers"
13151     whiskerwidth: 0
13152   layout:
13153     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13154     layout: "plot-throughput"
13155
13156 - type: "plot"
13157   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13158   algorithm: "plot_performance_box"
13159   output-file-type: ".html"
13160   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13161   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13162   filter: "'NIC_Intel-X710' and
13163            '78B' and
13164            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13165            'NDRPDR' and
13166            '2T2C' and
13167            'IP6FWD' and
13168            not 'SRv6' and
13169            not 'IPSEC' and
13170            not 'VHOST'"
13171   parameters:
13172   - "throughput"
13173   - "parent"
13174   - "tags"
13175   sort:
13176   - "IP6BASE"
13177   - "FIB_20K"
13178   - "FIB_200K"
13179   - "FIB_2M"
13180   traces:
13181     hoverinfo: "x+y"
13182     boxpoints: "outliers"
13183     whiskerwidth: 0
13184   layout:
13185     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13186     layout: "plot-throughput"
13187
13188 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
13189 - type: "plot"
13190   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13191   algorithm: "plot_performance_box"
13192   output-file-type: ".html"
13193   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13194   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13195   filter: "'NIC_Intel-X710' and
13196            '78B' and
13197            ('IP6BASE' or
13198             'POLICE_MARK' or
13199             'COPWHLIST' or
13200             'IACLDST') and
13201            'NDRPDR' and
13202            '1T1C' and
13203            'IP6FWD' and
13204            not 'SRv6' and
13205            not 'IPSEC' and
13206            not 'VHOST'"
13207   parameters:
13208   - "throughput"
13209   - "parent"
13210   - "tags"
13211   sort:
13212   - "IP6BASE"
13213   - "POLICE_MARK"
13214   - "COPWHLIST"
13215   - "IACLDST"
13216   traces:
13217     hoverinfo: "x+y"
13218     boxpoints: "outliers"
13219     whiskerwidth: 0
13220   layout:
13221     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13222     layout: "plot-throughput"
13223
13224 - type: "plot"
13225   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13226   algorithm: "plot_performance_box"
13227   output-file-type: ".html"
13228   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13229   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13230   filter: "'NIC_Intel-X710' and
13231            '78B' and
13232            ('IP6BASE' or
13233             'POLICE_MARK' or
13234             'COPWHLIST' or
13235             'IACLDST') and
13236            'NDRPDR' and
13237            '2T2C' and
13238            'IP6FWD' and
13239            not 'SRv6' and
13240            not 'IPSEC' and
13241            not 'VHOST'"
13242   parameters:
13243   - "throughput"
13244   - "parent"
13245   - "tags"
13246   sort:
13247   - "IP6BASE"
13248   - "POLICE_MARK"
13249   - "COPWHLIST"
13250   - "IACLDST"
13251   traces:
13252     hoverinfo: "x+y"
13253     boxpoints: "outliers"
13254     whiskerwidth: 0
13255   layout:
13256     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13257     layout: "plot-throughput"
13258
13259 - type: "plot"
13260   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13261   algorithm: "plot_performance_box"
13262   output-file-type: ".html"
13263   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13264   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13265   filter: "'NIC_Intel-X710' and
13266            '78B' and
13267            ('IP6BASE' or
13268             'POLICE_MARK' or
13269             'COPWHLIST' or
13270             'IACLDST') and
13271            'NDRPDR' and
13272            '1T1C' and
13273            'IP6FWD' and
13274            not 'SRv6' and
13275            not 'IPSEC' and
13276            not 'VHOST'"
13277   parameters:
13278   - "throughput"
13279   - "parent"
13280   - "tags"
13281   sort:
13282   - "IP6BASE"
13283   - "POLICE_MARK"
13284   - "COPWHLIST"
13285   - "IACLDST"
13286   traces:
13287     hoverinfo: "x+y"
13288     boxpoints: "outliers"
13289     whiskerwidth: 0
13290   layout:
13291     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13292     layout: "plot-throughput"
13293
13294 - type: "plot"
13295   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13296   algorithm: "plot_performance_box"
13297   output-file-type: ".html"
13298   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13299   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13300   filter: "'NIC_Intel-X710' and
13301            '78B' and
13302            ('IP6BASE' or
13303             'POLICE_MARK' or
13304             'COPWHLIST' or
13305             'IACLDST') and
13306            'NDRPDR' and
13307            '2T2C' and
13308            'IP6FWD' and
13309            not 'SRv6' and
13310            not 'IPSEC' and
13311            not 'VHOST'"
13312   parameters:
13313   - "throughput"
13314   - "parent"
13315   - "tags"
13316   sort:
13317   - "IP6BASE"
13318   - "POLICE_MARK"
13319   - "COPWHLIST"
13320   - "IACLDST"
13321   traces:
13322     hoverinfo: "x+y"
13323     boxpoints: "outliers"
13324     whiskerwidth: 0
13325   layout:
13326     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13327     layout: "plot-throughput"
13328
13329 # Packet Throughput - VPP IPv6 3n-hsw-xl710
13330 - type: "plot"
13331   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13332   algorithm: "plot_performance_box"
13333   output-file-type: ".html"
13334   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13335   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13336   filter: "'NIC_Intel-XL710' and
13337            '78B' and
13338            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13339            'NDRPDR' and
13340            '1T1C' and
13341            'IP6FWD' and
13342            not 'SRv6' and
13343            not 'IPSEC' and
13344            not 'VHOST'"
13345   parameters:
13346   - "throughput"
13347   - "parent"
13348   - "tags"
13349   sort:
13350   - "IP6BASE"
13351   - "FIB_20K"
13352   - "FIB_200K"
13353   - "FIB_2M"
13354   traces:
13355     hoverinfo: "x+y"
13356     boxpoints: "outliers"
13357     whiskerwidth: 0
13358   layout:
13359     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13360     layout: "plot-throughput"
13361
13362 - type: "plot"
13363   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13364   algorithm: "plot_performance_box"
13365   output-file-type: ".html"
13366   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13367   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13368   filter: "'NIC_Intel-XL710' and
13369            '78B' and
13370            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13371            'NDRPDR' and
13372            '1T1C' and
13373            'IP6FWD' and
13374            not 'SRv6' and
13375            not 'IPSEC' and
13376            not 'VHOST'"
13377   parameters:
13378   - "throughput"
13379   - "parent"
13380   - "tags"
13381   sort:
13382   - "IP6BASE"
13383   - "FIB_20K"
13384   - "FIB_200K"
13385   - "FIB_2M"
13386   traces:
13387     hoverinfo: "x+y"
13388     boxpoints: "outliers"
13389     whiskerwidth: 0
13390   layout:
13391     title: "ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13392     layout: "plot-throughput"
13393
13394 - type: "plot"
13395   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13396   algorithm: "plot_performance_box"
13397   output-file-type: ".html"
13398   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13399   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13400   filter: "'NIC_Intel-XL710' and
13401            '78B' and
13402            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13403            'NDRPDR' and
13404            '2T2C' and
13405            'IP6FWD' and
13406            not 'SRv6' and
13407            not 'IPSEC' and
13408            not 'VHOST'"
13409   parameters:
13410   - "throughput"
13411   - "parent"
13412   - "tags"
13413   sort:
13414   - "IP6BASE"
13415   - "FIB_20K"
13416   - "FIB_200K"
13417   - "FIB_2M"
13418   traces:
13419     hoverinfo: "x+y"
13420     boxpoints: "outliers"
13421     whiskerwidth: 0
13422   layout:
13423     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13424     layout: "plot-throughput"
13425
13426 - type: "plot"
13427   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13428   algorithm: "plot_performance_box"
13429   output-file-type: ".html"
13430   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13431   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13432   filter: "'NIC_Intel-XL710' and
13433            '78B' and
13434            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13435            'NDRPDR' and
13436            '2T2C' and
13437            'IP6FWD' and
13438            not 'SRv6' and
13439            not 'IPSEC' and
13440            not 'VHOST'"
13441   parameters:
13442   - "throughput"
13443   - "parent"
13444   - "tags"
13445   sort:
13446   - "IP6BASE"
13447   - "FIB_20K"
13448   - "FIB_200K"
13449   - "FIB_2M"
13450   traces:
13451     hoverinfo: "x+y"
13452     boxpoints: "outliers"
13453     whiskerwidth: 0
13454   layout:
13455     title: "ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13456     layout: "plot-throughput"
13457
13458 # Packet Throughput - VPP IPv6 3n-skx-x710
13459 - type: "plot"
13460   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13461   algorithm: "plot_performance_box"
13462   output-file-type: ".html"
13463   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13464   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13465   filter: "'NIC_Intel-X710' and
13466            '78B' and
13467            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13468            'NDRPDR' and
13469            '2T1C' and
13470            'IP6FWD' and
13471            not 'SRv6' and
13472            not 'IPSEC' and
13473            not 'VHOST'"
13474   parameters:
13475   - "throughput"
13476   - "parent"
13477   - "tags"
13478   sort:
13479   - "IP6BASE"
13480   - "FIB_20K"
13481   - "FIB_200K"
13482   - "FIB_2M"
13483   traces:
13484     hoverinfo: "x+y"
13485     boxpoints: "outliers"
13486     whiskerwidth: 0
13487   layout:
13488     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13489     layout: "plot-throughput"
13490
13491 - type: "plot"
13492   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13493   algorithm: "plot_performance_box"
13494   output-file-type: ".html"
13495   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13497   filter: "'NIC_Intel-X710' and
13498            '78B' and
13499            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13500            'NDRPDR' and
13501            '2T1C' and
13502            'IP6FWD' and
13503            not 'SRv6' and
13504            not 'IPSEC' and
13505            not 'VHOST'"
13506   parameters:
13507   - "throughput"
13508   - "parent"
13509   - "tags"
13510   sort:
13511   - "IP6BASE"
13512   - "FIB_20K"
13513   - "FIB_200K"
13514   - "FIB_2M"
13515   traces:
13516     hoverinfo: "x+y"
13517     boxpoints: "outliers"
13518     whiskerwidth: 0
13519   layout:
13520     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13521     layout: "plot-throughput"
13522
13523 - type: "plot"
13524   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13525   algorithm: "plot_performance_box"
13526   output-file-type: ".html"
13527   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13528   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13529   filter: "'NIC_Intel-X710' and
13530            '78B' and
13531            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13532            'NDRPDR' and
13533            '4T2C' and
13534            'IP6FWD' and
13535            not 'SRv6' and
13536            not 'IPSEC' and
13537            not 'VHOST'"
13538   parameters:
13539   - "throughput"
13540   - "parent"
13541   - "tags"
13542   sort:
13543   - "IP6BASE"
13544   - "FIB_20K"
13545   - "FIB_200K"
13546   - "FIB_2M"
13547   traces:
13548     hoverinfo: "x+y"
13549     boxpoints: "outliers"
13550     whiskerwidth: 0
13551   layout:
13552     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13553     layout: "plot-throughput"
13554
13555 - type: "plot"
13556   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13557   algorithm: "plot_performance_box"
13558   output-file-type: ".html"
13559   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13560   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13561   filter: "'NIC_Intel-X710' and
13562            '78B' and
13563            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13564            'NDRPDR' and
13565            '4T2C' and
13566            'IP6FWD' and
13567            not 'SRv6' and
13568            not 'IPSEC' and
13569            not 'VHOST'"
13570   parameters:
13571   - "throughput"
13572   - "parent"
13573   - "tags"
13574   sort:
13575   - "IP6BASE"
13576   - "FIB_20K"
13577   - "FIB_200K"
13578   - "FIB_2M"
13579   traces:
13580     hoverinfo: "x+y"
13581     boxpoints: "outliers"
13582     whiskerwidth: 0
13583   layout:
13584     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13585     layout: "plot-throughput"
13586
13587 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
13588 - type: "plot"
13589   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13590   algorithm: "plot_performance_box"
13591   output-file-type: ".html"
13592   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13593   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13594   filter: "'NIC_Intel-X710' and
13595            '78B' and
13596            ('IP6BASE' or
13597             'POLICE_MARK' or
13598             'COPWHLIST' or
13599             'IACLDST') and
13600            'NDRPDR' and
13601            '2T1C' and
13602            'IP6FWD' and
13603            not 'SRv6' and
13604            not 'IPSEC' and
13605            not 'VHOST'"
13606   parameters:
13607   - "throughput"
13608   - "parent"
13609   - "tags"
13610   sort:
13611   - "IP6BASE"
13612   - "POLICE_MARK"
13613   - "COPWHLIST"
13614   - "IACLDST"
13615   traces:
13616     hoverinfo: "x+y"
13617     boxpoints: "outliers"
13618     whiskerwidth: 0
13619   layout:
13620     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13621     layout: "plot-throughput"
13622
13623 - type: "plot"
13624   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13625   algorithm: "plot_performance_box"
13626   output-file-type: ".html"
13627   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13628   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13629   filter: "'NIC_Intel-X710' and
13630            '78B' and
13631            ('IP6BASE' or
13632             'POLICE_MARK' or
13633             'COPWHLIST' or
13634             'IACLDST') and
13635            'NDRPDR' and
13636            '4T2C' and
13637            'IP6FWD' and
13638            not 'SRv6' and
13639            not 'IPSEC' and
13640            not 'VHOST'"
13641   parameters:
13642   - "throughput"
13643   - "parent"
13644   - "tags"
13645   sort:
13646   - "IP6BASE"
13647   - "POLICE_MARK"
13648   - "COPWHLIST"
13649   - "IACLDST"
13650   traces:
13651     hoverinfo: "x+y"
13652     boxpoints: "outliers"
13653     whiskerwidth: 0
13654   layout:
13655     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13656     layout: "plot-throughput"
13657
13658 - type: "plot"
13659   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13660   algorithm: "plot_performance_box"
13661   output-file-type: ".html"
13662   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13663   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13664   filter: "'NIC_Intel-X710' and
13665            '78B' and
13666            ('IP6BASE' or
13667             'POLICE_MARK' or
13668             'COPWHLIST' or
13669             'IACLDST') and
13670            'NDRPDR' and
13671            '2T1C' and
13672            'IP6FWD' and
13673            not 'SRv6' and
13674            not 'IPSEC' and
13675            not 'VHOST'"
13676   parameters:
13677   - "throughput"
13678   - "parent"
13679   - "tags"
13680   sort:
13681   - "IP6BASE"
13682   - "POLICE_MARK"
13683   - "COPWHLIST"
13684   - "IACLDST"
13685   traces:
13686     hoverinfo: "x+y"
13687     boxpoints: "outliers"
13688     whiskerwidth: 0
13689   layout:
13690     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13691     layout: "plot-throughput"
13692
13693 - type: "plot"
13694   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13695   algorithm: "plot_performance_box"
13696   output-file-type: ".html"
13697   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13699   filter: "'NIC_Intel-X710' and
13700            '78B' and
13701            ('IP6BASE' or
13702             'POLICE_MARK' or
13703             'COPWHLIST' or
13704             'IACLDST') and
13705            'NDRPDR' and
13706            '4T2C' and
13707            'IP6FWD' and
13708            not 'SRv6' and
13709            not 'IPSEC' and
13710            not 'VHOST'"
13711   parameters:
13712   - "throughput"
13713   - "parent"
13714   - "tags"
13715   sort:
13716   - "IP6BASE"
13717   - "POLICE_MARK"
13718   - "COPWHLIST"
13719   - "IACLDST"
13720   traces:
13721     hoverinfo: "x+y"
13722     boxpoints: "outliers"
13723     whiskerwidth: 0
13724   layout:
13725     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13726     layout: "plot-throughput"
13727
13728 # Packet Throughput - VPP IPv6 3n-skx-xxv710
13729 - type: "plot"
13730   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13731   algorithm: "plot_performance_box"
13732   output-file-type: ".html"
13733   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13734   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13735   filter: "'NIC_Intel-XXV710' and
13736            '78B' and
13737            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13738            'NDRPDR' and
13739            '2T1C' and
13740            'IP6FWD' and
13741            not 'SRv6' and
13742            not 'IPSEC' and
13743            not 'VHOST'"
13744   parameters:
13745   - "throughput"
13746   - "parent"
13747   - "tags"
13748   sort:
13749   - "IP6BASE"
13750   - "FIB_20K"
13751   - "FIB_200K"
13752   - "FIB_2M"
13753   traces:
13754     hoverinfo: "x+y"
13755     boxpoints: "outliers"
13756     whiskerwidth: 0
13757   layout:
13758     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13759     layout: "plot-throughput"
13760
13761 - type: "plot"
13762   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13763   algorithm: "plot_performance_box"
13764   output-file-type: ".html"
13765   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13766   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13767   filter: "'NIC_Intel-XXV710' and
13768            '78B' and
13769            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13770            'NDRPDR' and
13771            '2T1C' and
13772            'IP6FWD' and
13773            not 'SRv6' and
13774            not 'IPSEC' and
13775            not 'VHOST'"
13776   parameters:
13777   - "throughput"
13778   - "parent"
13779   - "tags"
13780   sort:
13781   - "IP6BASE"
13782   - "FIB_20K"
13783   - "FIB_200K"
13784   - "FIB_2M"
13785   traces:
13786     hoverinfo: "x+y"
13787     boxpoints: "outliers"
13788     whiskerwidth: 0
13789   layout:
13790     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13791     layout: "plot-throughput"
13792
13793 - type: "plot"
13794   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13795   algorithm: "plot_performance_box"
13796   output-file-type: ".html"
13797   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13799   filter: "'NIC_Intel-XXV710' and
13800            '78B' and
13801            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13802            'NDRPDR' and
13803            '4T2C' and
13804            'IP6FWD' and
13805            not 'SRv6' and
13806            not 'IPSEC' and
13807            not 'VHOST'"
13808   parameters:
13809   - "throughput"
13810   - "parent"
13811   - "tags"
13812   sort:
13813   - "IP6BASE"
13814   - "FIB_20K"
13815   - "FIB_200K"
13816   - "FIB_2M"
13817   traces:
13818     hoverinfo: "x+y"
13819     boxpoints: "outliers"
13820     whiskerwidth: 0
13821   layout:
13822     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13823     layout: "plot-throughput"
13824
13825 - type: "plot"
13826   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13827   algorithm: "plot_performance_box"
13828   output-file-type: ".html"
13829   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13830   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13831   filter: "'NIC_Intel-XXV710' and
13832            '78B' and
13833            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13834            'NDRPDR' and
13835            '4T2C' and
13836            'IP6FWD' and
13837            not 'SRv6' and
13838            not 'IPSEC' and
13839            not 'VHOST'"
13840   parameters:
13841   - "throughput"
13842   - "parent"
13843   - "tags"
13844   sort:
13845   - "IP6BASE"
13846   - "FIB_20K"
13847   - "FIB_200K"
13848   - "FIB_2M"
13849   traces:
13850     hoverinfo: "x+y"
13851     boxpoints: "outliers"
13852     whiskerwidth: 0
13853   layout:
13854     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13855     layout: "plot-throughput"
13856
13857 # Packet Throughput - VPP IPv6 2n-skx-x710
13858 - type: "plot"
13859   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13860   algorithm: "plot_performance_box"
13861   output-file-type: ".html"
13862   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13863   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13864   filter: "'NIC_Intel-X710' and
13865            '78B' and
13866            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13867            'NDRPDR' and
13868            '2T1C' and
13869            'IP6FWD' and
13870            not 'SRv6' and
13871            not 'IPSEC' and
13872            not 'VHOST'"
13873   parameters:
13874   - "throughput"
13875   - "parent"
13876   - "tags"
13877   sort:
13878   - "IP6BASE"
13879   - "FIB_20K"
13880   - "FIB_200K"
13881   - "FIB_2M"
13882   traces:
13883     hoverinfo: "x+y"
13884     boxpoints: "outliers"
13885     whiskerwidth: 0
13886   layout:
13887     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13888     layout: "plot-throughput"
13889
13890 - type: "plot"
13891   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13892   algorithm: "plot_performance_box"
13893   output-file-type: ".html"
13894   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13895   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13896   filter: "'NIC_Intel-X710' and
13897            '78B' and
13898            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13899            'NDRPDR' and
13900            '2T1C' and
13901            'IP6FWD' and
13902            not 'SRv6' and
13903            not 'IPSEC' and
13904            not 'VHOST'"
13905   parameters:
13906   - "throughput"
13907   - "parent"
13908   - "tags"
13909   sort:
13910   - "IP6BASE"
13911   - "FIB_20K"
13912   - "FIB_200K"
13913   - "FIB_2M"
13914   traces:
13915     hoverinfo: "x+y"
13916     boxpoints: "outliers"
13917     whiskerwidth: 0
13918   layout:
13919     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13920     layout: "plot-throughput"
13921
13922 - type: "plot"
13923   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13924   algorithm: "plot_performance_box"
13925   output-file-type: ".html"
13926   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13927   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13928   filter: "'NIC_Intel-X710' and
13929            '78B' and
13930            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13931            'NDRPDR' and
13932            '4T2C' and
13933            'IP6FWD' and
13934            not 'SRv6' and
13935            not 'IPSEC' and
13936            not 'VHOST'"
13937   parameters:
13938   - "throughput"
13939   - "parent"
13940   - "tags"
13941   sort:
13942   - "IP6BASE"
13943   - "FIB_20K"
13944   - "FIB_200K"
13945   - "FIB_2M"
13946   traces:
13947     hoverinfo: "x+y"
13948     boxpoints: "outliers"
13949     whiskerwidth: 0
13950   layout:
13951     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13952     layout: "plot-throughput"
13953
13954 - type: "plot"
13955   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13956   algorithm: "plot_performance_box"
13957   output-file-type: ".html"
13958   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13959   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13960   filter: "'NIC_Intel-X710' and
13961            '78B' and
13962            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13963            'NDRPDR' and
13964            '4T2C' and
13965            'IP6FWD' and
13966            not 'SRv6' and
13967            not 'IPSEC' and
13968            not 'VHOST'"
13969   parameters:
13970   - "throughput"
13971   - "parent"
13972   - "tags"
13973   sort:
13974   - "IP6BASE"
13975   - "FIB_20K"
13976   - "FIB_200K"
13977   - "FIB_2M"
13978   traces:
13979     hoverinfo: "x+y"
13980     boxpoints: "outliers"
13981     whiskerwidth: 0
13982   layout:
13983     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13984     layout: "plot-throughput"
13985
13986 # Packet Throughput - VPP IPv6 2n-skx-xxv710
13987 - type: "plot"
13988   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13989   algorithm: "plot_performance_box"
13990   output-file-type: ".html"
13991   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13992   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13993   filter: "'NIC_Intel-XXV710' and
13994            '78B' and
13995            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13996            'NDRPDR' and
13997            '2T1C' and
13998            'IP6FWD' and
13999            not 'SRv6' and
14000            not 'IPSEC' and
14001            not 'VHOST'"
14002   parameters:
14003   - "throughput"
14004   - "parent"
14005   - "tags"
14006   sort:
14007   - "IP6BASE"
14008   - "FIB_20K"
14009   - "FIB_200K"
14010   - "FIB_2M"
14011   traces:
14012     hoverinfo: "x+y"
14013     boxpoints: "outliers"
14014     whiskerwidth: 0
14015   layout:
14016     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
14017     layout: "plot-throughput"
14018
14019 - type: "plot"
14020   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14021   algorithm: "plot_performance_box"
14022   output-file-type: ".html"
14023   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14024   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14025   filter: "'NIC_Intel-XXV710' and
14026            '78B' and
14027            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14028            'NDRPDR' and
14029            '2T1C' and
14030            'IP6FWD' and
14031            not 'SRv6' and
14032            not 'IPSEC' and
14033            not 'VHOST'"
14034   parameters:
14035   - "throughput"
14036   - "parent"
14037   - "tags"
14038   sort:
14039   - "IP6BASE"
14040   - "FIB_20K"
14041   - "FIB_200K"
14042   - "FIB_2M"
14043   traces:
14044     hoverinfo: "x+y"
14045     boxpoints: "outliers"
14046     whiskerwidth: 0
14047   layout:
14048     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14049     layout: "plot-throughput"
14050
14051 - type: "plot"
14052   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14053   algorithm: "plot_performance_box"
14054   output-file-type: ".html"
14055   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14056   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14057   filter: "'NIC_Intel-XXV710' and
14058            '78B' and
14059            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14060            'NDRPDR' and
14061            '4T2C' and
14062            'IP6FWD' and
14063            not 'SRv6' and
14064            not 'IPSEC' and
14065            not 'VHOST'"
14066   parameters:
14067   - "throughput"
14068   - "parent"
14069   - "tags"
14070   sort:
14071   - "IP6BASE"
14072   - "FIB_20K"
14073   - "FIB_200K"
14074   - "FIB_2M"
14075   traces:
14076     hoverinfo: "x+y"
14077     boxpoints: "outliers"
14078     whiskerwidth: 0
14079   layout:
14080     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14081     layout: "plot-throughput"
14082
14083 - type: "plot"
14084   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14085   algorithm: "plot_performance_box"
14086   output-file-type: ".html"
14087   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14088   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14089   filter: "'NIC_Intel-XXV710' and
14090            '78B' and
14091            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14092            'NDRPDR' and
14093            '4T2C' and
14094            'IP6FWD' and
14095            not 'SRv6' and
14096            not 'IPSEC' and
14097            not 'VHOST'"
14098   parameters:
14099   - "throughput"
14100   - "parent"
14101   - "tags"
14102   sort:
14103   - "IP6BASE"
14104   - "FIB_20K"
14105   - "FIB_200K"
14106   - "FIB_2M"
14107   traces:
14108     hoverinfo: "x+y"
14109     boxpoints: "outliers"
14110     whiskerwidth: 0
14111   layout:
14112     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14113     layout: "plot-throughput"
14114
14115 ## Packet Throughput - VPP IPv6 2n-dnv-x553 base
14116 #- type: "plot"
14117 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14118 #  algorithm: "plot_performance_box"
14119 #  output-file-type: ".html"
14120 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14121 #  data: "intel-dnv-vpp"
14122 #  filter: "'NIC_Intel-X553' and
14123 #           '78B' and
14124 #           'IP6BASE' and
14125 #           'NDRPDR' and
14126 #           '1T1C' and
14127 #           'IP6FWD' and
14128 #           not 'SRv6' and
14129 #           not 'IPSEC' and
14130 #           not 'VHOST'"
14131 #  parameters:
14132 #  - "throughput"
14133 #  - "parent"
14134 #  - "tags"
14135 #  sort:
14136 #  - "IP6BASE"
14137 #  traces:
14138 #    hoverinfo: "x+y"
14139 #    boxpoints: "outliers"
14140 #    whiskerwidth: 0
14141 #  layout:
14142 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14143 #    layout: "plot-throughput"
14144 #
14145 #- type: "plot"
14146 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14147 #  algorithm: "plot_performance_box"
14148 #  output-file-type: ".html"
14149 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14150 #  data: "intel-dnv-vpp"
14151 #  filter: "'NIC_Intel-X553' and
14152 #           '78B' and
14153 #           'IP6BASE' and
14154 #           'NDRPDR' and
14155 #           '1T1C' and
14156 #           'IP6FWD' and
14157 #           not 'SRv6' and
14158 #           not 'IPSEC' and
14159 #           not 'VHOST'"
14160 #  parameters:
14161 #  - "throughput"
14162 #  - "parent"
14163 #  - "tags"
14164 #  sort:
14165 #  - "IP6BASE"
14166 #  traces:
14167 #    hoverinfo: "x+y"
14168 #    boxpoints: "outliers"
14169 #    whiskerwidth: 0
14170 #  layout:
14171 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14172 #    layout: "plot-throughput"
14173 #
14174 #- type: "plot"
14175 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14176 #  algorithm: "plot_performance_box"
14177 #  output-file-type: ".html"
14178 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14179 #  data: "intel-dnv-vpp"
14180 #  filter: "'NIC_Intel-X553' and
14181 #           '78B' and
14182 #           'IP6BASE' and
14183 #           'NDRPDR' and
14184 #           '2T2C' and
14185 #           'IP6FWD' and
14186 #           not 'SRv6' and
14187 #           not 'IPSEC' and
14188 #           not 'VHOST'"
14189 #  parameters:
14190 #  - "throughput"
14191 #  - "parent"
14192 #  - "tags"
14193 #  sort:
14194 #  - "IP6BASE"
14195 #  traces:
14196 #    hoverinfo: "x+y"
14197 #    boxpoints: "outliers"
14198 #    whiskerwidth: 0
14199 #  layout:
14200 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14201 #    layout: "plot-throughput"
14202 #
14203 #- type: "plot"
14204 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14205 #  algorithm: "plot_performance_box"
14206 #  output-file-type: ".html"
14207 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14208 #  data: "intel-dnv-vpp"
14209 #  filter: "'NIC_Intel-X553' and
14210 #           '78B' and
14211 #           'IP6BASE' and
14212 #           'NDRPDR' and
14213 #           '2T2C' and
14214 #           'IP6FWD' and
14215 #           not 'SRv6' and
14216 #           not 'IPSEC' and
14217 #           not 'VHOST'"
14218 #  parameters:
14219 #  - "throughput"
14220 #  - "parent"
14221 #  - "tags"
14222 #  sort:
14223 #  - "IP6BASE"
14224 #  traces:
14225 #    hoverinfo: "x+y"
14226 #    boxpoints: "outliers"
14227 #    whiskerwidth: 0
14228 #  layout:
14229 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14230 #    layout: "plot-throughput"
14231
14232 ################################################################################
14233
14234 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
14235 - type: "plot"
14236   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14237   algorithm: "plot_performance_box"
14238   output-file-type: ".html"
14239   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14240   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14241   filter: "'NIC_Intel-X520-DA2' and
14242            '78B' and
14243            'ENCAP' and
14244            'NDRPDR' and
14245            '1T1C' and
14246            'LISP' and
14247            not 'VHOST'"
14248   parameters:
14249   - "throughput"
14250   - "parent"
14251   - "tags"
14252   sort:
14253   - "IP4UNRLAY"
14254   - "IP6UNRLAY"
14255   traces:
14256     hoverinfo: "x+y"
14257     boxpoints: "outliers"
14258     whiskerwidth: 0
14259   layout:
14260     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14261     layout: "plot-throughput"
14262
14263 - type: "plot"
14264   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14265   algorithm: "plot_performance_box"
14266   output-file-type: ".html"
14267   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14268   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14269   filter: "'NIC_Intel-X520-DA2' and
14270            '78B' and
14271            'ENCAP' and
14272            'NDRPDR' and
14273            '1T1C' and
14274            'LISP' and
14275            not 'VHOST'"
14276   parameters:
14277   - "throughput"
14278   - "parent"
14279   - "tags"
14280   sort:
14281   - "IP4UNRLAY"
14282   - "IP6UNRLAY"
14283   traces:
14284     hoverinfo: "x+y"
14285     boxpoints: "outliers"
14286     whiskerwidth: 0
14287   layout:
14288     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14289     layout: "plot-throughput"
14290
14291 - type: "plot"
14292   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14293   algorithm: "plot_performance_box"
14294   output-file-type: ".html"
14295   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14296   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14297   filter: "'NIC_Intel-X520-DA2' and
14298            '78B' and
14299            'ENCAP' and
14300            'NDRPDR' and
14301            '2T2C' and
14302            'LISP' and
14303            not 'VHOST'"
14304   parameters:
14305   - "throughput"
14306   - "parent"
14307   - "tags"
14308   sort:
14309   - "IP4UNRLAY"
14310   - "IP6UNRLAY"
14311   traces:
14312     hoverinfo: "x+y"
14313     boxpoints: "outliers"
14314     whiskerwidth: 0
14315   layout:
14316     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14317     layout: "plot-throughput"
14318
14319 - type: "plot"
14320   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14321   algorithm: "plot_performance_box"
14322   output-file-type: ".html"
14323   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14324   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14325   filter: "'NIC_Intel-X520-DA2' and
14326            '78B' and
14327            'ENCAP' and
14328            'NDRPDR' and
14329            '2T2C' and
14330            'LISP' and
14331            not 'VHOST'"
14332   parameters:
14333   - "throughput"
14334   - "parent"
14335   - "tags"
14336   sort:
14337   - "IP4UNRLAY"
14338   - "IP6UNRLAY"
14339   traces:
14340     hoverinfo: "x+y"
14341     boxpoints: "outliers"
14342     whiskerwidth: 0
14343   layout:
14344     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14345     layout: "plot-throughput"
14346
14347 ################################################################################
14348
14349 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
14350 - type: "plot"
14351   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14352   algorithm: "plot_performance_box"
14353   output-file-type: ".html"
14354   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14355   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14356   filter: "'NIC_Intel-XL710' and
14357            '64B' and
14358            'IP4FWD' and
14359            'NDRPDR' and
14360            'BASE' and
14361            '1T1C' and
14362            'IPSECHW' and
14363            not 'VHOST'"
14364   parameters:
14365   - "throughput"
14366   - "parent"
14367   - "tags"
14368   traces:
14369     hoverinfo: "x+y"
14370     boxpoints: "outliers"
14371     whiskerwidth: 0
14372   layout:
14373     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14374     layout: "plot-throughput"
14375
14376 - type: "plot"
14377   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14378   algorithm: "plot_performance_box"
14379   output-file-type: ".html"
14380   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14381   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14382   filter: "'NIC_Intel-XL710' and
14383            '64B' and
14384            'IP4FWD' and
14385            'NDRPDR' and
14386            'BASE' and
14387            '1T1C' and
14388            'IPSECHW' and
14389            not 'VHOST'"
14390   parameters:
14391   - "throughput"
14392   - "parent"
14393   - "tags"
14394   traces:
14395     hoverinfo: "x+y"
14396     boxpoints: "outliers"
14397     whiskerwidth: 0
14398   layout:
14399     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14400     layout: "plot-throughput"
14401
14402 - type: "plot"
14403   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14404   algorithm: "plot_performance_box"
14405   output-file-type: ".html"
14406   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14407   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14408   filter: "'NIC_Intel-XL710' and
14409            '64B' and
14410            'IP4FWD' and
14411            'NDRPDR' and
14412            'BASE' and
14413            '2T2C' and
14414            'IPSECHW' and
14415            not 'VHOST'"
14416   parameters:
14417   - "throughput"
14418   - "parent"
14419   - "tags"
14420   traces:
14421     hoverinfo: "x+y"
14422     boxpoints: "outliers"
14423     whiskerwidth: 0
14424   layout:
14425     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14426     layout: "plot-throughput"
14427
14428 - type: "plot"
14429   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14430   algorithm: "plot_performance_box"
14431   output-file-type: ".html"
14432   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14433   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14434   filter: "'NIC_Intel-XL710' and
14435            '64B' and
14436            'IP4FWD' and
14437            'NDRPDR' and
14438            'BASE' and
14439            '2T2C' and
14440            'IPSECHW' and
14441            not 'VHOST'"
14442   parameters:
14443   - "throughput"
14444   - "parent"
14445   - "tags"
14446   traces:
14447     hoverinfo: "x+y"
14448     boxpoints: "outliers"
14449     whiskerwidth: 0
14450   layout:
14451     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14452     layout: "plot-throughput"
14453
14454 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
14455 - type: "plot"
14456   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14457   algorithm: "plot_performance_box"
14458   output-file-type: ".html"
14459   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14460   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14461   filter: "'NIC_Intel-XL710' and
14462            '64B' and
14463            'IP4FWD' and
14464            'NDRPDR' and
14465            'SCALE' and
14466            '1T1C' and
14467            'IPSECHW' and
14468            not 'VHOST'"
14469   parameters:
14470   - "throughput"
14471   - "parent"
14472   - "tags"
14473   traces:
14474     hoverinfo: "x+y"
14475     boxpoints: "outliers"
14476     whiskerwidth: 0
14477   layout:
14478     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14479     layout: "plot-throughput"
14480
14481 - type: "plot"
14482   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14483   algorithm: "plot_performance_box"
14484   output-file-type: ".html"
14485   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14486   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14487   filter: "'NIC_Intel-XL710' and
14488            '64B' and
14489            'IP4FWD' and
14490            'NDRPDR' and
14491            'SCALE' and
14492            '1T1C' and
14493            'IPSECHW' and
14494            not 'VHOST'"
14495   parameters:
14496   - "throughput"
14497   - "parent"
14498   - "tags"
14499   traces:
14500     hoverinfo: "x+y"
14501     boxpoints: "outliers"
14502     whiskerwidth: 0
14503   layout:
14504     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14505     layout: "plot-throughput"
14506
14507 - type: "plot"
14508   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14509   algorithm: "plot_performance_box"
14510   output-file-type: ".html"
14511   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14512   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14513   filter: "'NIC_Intel-XL710' and
14514            '64B' and
14515            'IP4FWD' and
14516            'NDRPDR' and
14517            'SCALE' and
14518            '2T2C' and
14519            'IPSECHW' and
14520            not 'VHOST'"
14521   parameters:
14522   - "throughput"
14523   - "parent"
14524   - "tags"
14525   traces:
14526     hoverinfo: "x+y"
14527     boxpoints: "outliers"
14528     whiskerwidth: 0
14529   layout:
14530     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14531     layout: "plot-throughput"
14532
14533 - type: "plot"
14534   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14535   algorithm: "plot_performance_box"
14536   output-file-type: ".html"
14537   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14538   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14539   filter: "'NIC_Intel-XL710' and
14540            '64B' and
14541            'IP4FWD' and
14542            'NDRPDR' and
14543            'SCALE' and
14544            '2T2C' and
14545            'IPSECHW' and
14546            not 'VHOST'"
14547   parameters:
14548   - "throughput"
14549   - "parent"
14550   - "tags"
14551   traces:
14552     hoverinfo: "x+y"
14553     boxpoints: "outliers"
14554     whiskerwidth: 0
14555   layout:
14556     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14557     layout: "plot-throughput"
14558
14559 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
14560 - type: "plot"
14561   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14562   algorithm: "plot_performance_box"
14563   output-file-type: ".html"
14564   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14565   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14566   filter: "'NIC_Intel-XL710' and
14567            '64B' and
14568            'IP4FWD' and
14569            'NDRPDR' and
14570            '1T1C' and
14571            'IPSECSW' and
14572            not 'VHOST'"
14573   parameters:
14574   - "throughput"
14575   - "parent"
14576   - "tags"
14577   traces:
14578     hoverinfo: "x+y"
14579     boxpoints: "outliers"
14580     whiskerwidth: 0
14581   layout:
14582     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14583     layout: "plot-throughput"
14584
14585 - type: "plot"
14586   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14587   algorithm: "plot_performance_box"
14588   output-file-type: ".html"
14589   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14590   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14591   filter: "'NIC_Intel-XL710' and
14592            '64B' and
14593            'IP4FWD' and
14594            'NDRPDR' and
14595            '1T1C' and
14596            'IPSECSW' and
14597            not 'VHOST'"
14598   parameters:
14599   - "throughput"
14600   - "parent"
14601   - "tags"
14602   traces:
14603     hoverinfo: "x+y"
14604     boxpoints: "outliers"
14605     whiskerwidth: 0
14606   layout:
14607     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14608     layout: "plot-throughput"
14609
14610 - type: "plot"
14611   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14612   algorithm: "plot_performance_box"
14613   output-file-type: ".html"
14614   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14615   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14616   filter: "'NIC_Intel-XL710' and
14617            '64B' and
14618            'IP4FWD' and
14619            'NDRPDR' and
14620            '2T2C' and
14621            'IPSECSW' and
14622            not 'VHOST'"
14623   parameters:
14624   - "throughput"
14625   - "parent"
14626   - "tags"
14627   traces:
14628     hoverinfo: "x+y"
14629     boxpoints: "outliers"
14630     whiskerwidth: 0
14631   layout:
14632     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14633     layout: "plot-throughput"
14634
14635 - type: "plot"
14636   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14637   algorithm: "plot_performance_box"
14638   output-file-type: ".html"
14639   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14640   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14641   filter: "'NIC_Intel-XL710' and
14642            '64B' and
14643            'IP4FWD' and
14644            'NDRPDR' and
14645            '2T2C' and
14646            'IPSECSW' and
14647            not 'VHOST'"
14648   parameters:
14649   - "throughput"
14650   - "parent"
14651   - "tags"
14652   traces:
14653     hoverinfo: "x+y"
14654     boxpoints: "outliers"
14655     whiskerwidth: 0
14656   layout:
14657     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14658     layout: "plot-throughput"
14659
14660 ################################################################################
14661
14662 # Packet Throughput - VPP SRv6 3n-hsw-x520
14663 - type: "plot"
14664   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14665   algorithm: "plot_performance_box"
14666   output-file-type: ".html"
14667   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14668   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14669   filter: "'NIC_Intel-X520-DA2' and
14670            '78B' and
14671            'FEATURE' and
14672            'NDRPDR' and
14673            '1T1C' and
14674            'IP6FWD' and
14675            'SRv6'"
14676   parameters:
14677   - "throughput"
14678   - "parent"
14679   - "tags"
14680   traces:
14681     hoverinfo: "x+y"
14682     boxpoints: "outliers"
14683     whiskerwidth: 0
14684   layout:
14685     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14686     layout: "plot-throughput"
14687
14688 - type: "plot"
14689   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14690   algorithm: "plot_performance_box"
14691   output-file-type: ".html"
14692   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14693   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14694   filter: "'NIC_Intel-X520-DA2' and
14695            '78B' and
14696            'FEATURE' and
14697            'NDRPDR' and
14698            '1T1C' and
14699            'IP6FWD' and
14700            'SRv6'"
14701   parameters:
14702   - "throughput"
14703   - "parent"
14704   - "tags"
14705   traces:
14706     hoverinfo: "x+y"
14707     boxpoints: "outliers"
14708     whiskerwidth: 0
14709   layout:
14710     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14711     layout: "plot-throughput"
14712
14713 - type: "plot"
14714   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14715   algorithm: "plot_performance_box"
14716   output-file-type: ".html"
14717   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14718   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14719   filter: "'NIC_Intel-X520-DA2' and
14720            '78B' and
14721            'FEATURE' and
14722            'NDRPDR' and
14723            '2T2C' and
14724            'IP6FWD' and
14725            'SRv6'"
14726   parameters:
14727   - "throughput"
14728   - "parent"
14729   - "tags"
14730   traces:
14731     hoverinfo: "x+y"
14732     boxpoints: "outliers"
14733     whiskerwidth: 0
14734   layout:
14735     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14736     layout: "plot-throughput"
14737
14738 - type: "plot"
14739   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14740   algorithm: "plot_performance_box"
14741   output-file-type: ".html"
14742   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14743   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14744   filter: "'NIC_Intel-X520-DA2' and
14745            '78B' and
14746            'FEATURE' and
14747            'NDRPDR' and
14748            '2T2C' and
14749            'IP6FWD' and
14750            'SRv6'"
14751   parameters:
14752   - "throughput"
14753   - "parent"
14754   - "tags"
14755   traces:
14756     hoverinfo: "x+y"
14757     boxpoints: "outliers"
14758     whiskerwidth: 0
14759   layout:
14760     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14761     layout: "plot-throughput"
14762
14763 ################################################################################
14764
14765 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
14766 - type: "plot"
14767   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14768   algorithm: "plot_performance_box"
14769   output-file-type: ".html"
14770   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14771   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14772   filter: "'NIC_Intel-X520-DA2' and
14773            '64B' and
14774            'NDRPDR' and
14775            'ETH' and
14776            'IP4FWD' and
14777            '1T1C' and
14778            'VHOST_1024' and
14779            not 'VXLAN' and
14780            not 'DOT1Q'"
14781   parameters:
14782   - "throughput"
14783   - "parent"
14784   - "tags"
14785   sort:
14786   - "not CFS_OPT"
14787   - "1VM"
14788   - "2VM"
14789   traces:
14790     hoverinfo: "x+y"
14791     boxpoints: "outliers"
14792     whiskerwidth: 0
14793   layout:
14794     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14795     layout: "plot-throughput"
14796
14797 - type: "plot"
14798   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14799   algorithm: "plot_performance_box"
14800   output-file-type: ".html"
14801   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14802   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14803   filter: "'NIC_Intel-X520-DA2' and
14804            '64B' and
14805            'NDRPDR' and
14806            'ETH' and
14807            'IP4FWD' and
14808            '2T2C' and
14809            'VHOST_1024' and
14810            not 'VXLAN' and
14811            not 'DOT1Q'"
14812   parameters:
14813   - "throughput"
14814   - "parent"
14815   - "tags"
14816   sort:
14817   - "not CFS_OPT"
14818   - "1VM"
14819   - "2VM"
14820   traces:
14821     hoverinfo: "x+y"
14822     boxpoints: "outliers"
14823     whiskerwidth: 0
14824   layout:
14825     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14826     layout: "plot-throughput"
14827
14828 - type: "plot"
14829   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14830   algorithm: "plot_performance_box"
14831   output-file-type: ".html"
14832   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14833   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14834   filter: "'NIC_Intel-X520-DA2' and
14835            '64B' and
14836            'NDRPDR' and
14837            'ETH' and
14838            'IP4FWD' and
14839            '1T1C' and
14840            'VHOST_1024' and
14841            not 'VXLAN' and
14842            not 'DOT1Q'"
14843   parameters:
14844   - "throughput"
14845   - "parent"
14846   - "tags"
14847   sort:
14848   - "not CFS_OPT"
14849   - "1VM"
14850   - "2VM"
14851   traces:
14852     hoverinfo: "x+y"
14853     boxpoints: "outliers"
14854     whiskerwidth: 0
14855   layout:
14856     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14857     layout: "plot-throughput"
14858
14859 - type: "plot"
14860   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14861   algorithm: "plot_performance_box"
14862   output-file-type: ".html"
14863   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14864   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14865   filter: "'NIC_Intel-X520-DA2' and
14866            '64B' and
14867            'NDRPDR' and
14868            'ETH' and
14869            'IP4FWD' and
14870            '2T2C' and
14871            'VHOST_1024' and
14872            not 'VXLAN' and
14873            not 'DOT1Q'"
14874   parameters:
14875   - "throughput"
14876   - "parent"
14877   - "tags"
14878   sort:
14879   - "not CFS_OPT"
14880   - "1VM"
14881   - "2VM"
14882   traces:
14883     hoverinfo: "x+y"
14884     boxpoints: "outliers"
14885     whiskerwidth: 0
14886   layout:
14887     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14888     layout: "plot-throughput"
14889
14890 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14891 - type: "plot"
14892   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14893   algorithm: "plot_performance_box"
14894   output-file-type: ".html"
14895   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14896   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14897   filter: "'NIC_Intel-X520-DA2' and
14898            '64B' and
14899            'NDRPDR' and
14900            ('ETH' or 'DOT1Q') and
14901            'BASE' and
14902            '1T1C' and
14903            ('L2BDMACLRN' or 'L2XCFWD') and
14904            'VHOST_1024' and
14905            not 'VXLAN' and
14906            not 'IP4FWD' and
14907            not '2VM'"
14908   parameters:
14909   - "throughput"
14910   - "parent"
14911   - "tags"
14912   sort:
14913   - "L2BDMACLRN"
14914   - "L2BDMACLRN"
14915   - "L2BDMACLRN"
14916   - "L2XCFWD"
14917   - "L2XCFWD"
14918   - "L2XCFWD"
14919   traces:
14920     hoverinfo: "x+y"
14921     boxpoints: "outliers"
14922     whiskerwidth: 0
14923   layout:
14924     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14925     layout: "plot-throughput"
14926
14927 - type: "plot"
14928   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14929   algorithm: "plot_performance_box"
14930   output-file-type: ".html"
14931   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14932   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14933   filter: "'NIC_Intel-X520-DA2' and
14934            '64B' and
14935            'NDRPDR' and
14936            ('ETH' or 'DOT1Q') and
14937            'BASE' and
14938            '1T1C' and
14939            ('L2BDMACLRN' or 'L2XCFWD') and
14940            'VHOST_1024' and
14941            not 'VXLAN' and
14942            not 'IP4FWD' and
14943            not '2VM'"
14944   parameters:
14945   - "throughput"
14946   - "parent"
14947   - "tags"
14948   sort:
14949   - "L2BDMACLRN"
14950   - "L2BDMACLRN"
14951   - "L2BDMACLRN"
14952   - "L2XCFWD"
14953   - "L2XCFWD"
14954   - "L2XCFWD"
14955   traces:
14956     hoverinfo: "x+y"
14957     boxpoints: "outliers"
14958     whiskerwidth: 0
14959   layout:
14960     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14961     layout: "plot-throughput"
14962
14963 - type: "plot"
14964   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14965   algorithm: "plot_performance_box"
14966   output-file-type: ".html"
14967   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14968   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14969   filter: "'NIC_Intel-X520-DA2' and
14970            '64B' and
14971            'NDRPDR' and
14972            ('ETH' or 'DOT1Q') and
14973            'BASE' and
14974            '2T2C' and
14975            ('L2BDMACLRN' or 'L2XCFWD') and
14976            'VHOST_1024' and
14977            not 'VXLAN' and
14978            not 'IP4FWD' and
14979            not '2VM'"
14980   parameters:
14981   - "throughput"
14982   - "parent"
14983   - "tags"
14984   sort:
14985   - "L2BDMACLRN"
14986   - "L2BDMACLRN"
14987   - "L2BDMACLRN"
14988   - "L2XCFWD"
14989   - "L2XCFWD"
14990   - "L2XCFWD"
14991   traces:
14992     hoverinfo: "x+y"
14993     boxpoints: "outliers"
14994     whiskerwidth: 0
14995   layout:
14996     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14997     layout: "plot-throughput"
14998
14999 - type: "plot"
15000   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
15001   algorithm: "plot_performance_box"
15002   output-file-type: ".html"
15003   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
15004   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15005   filter: "'NIC_Intel-X520-DA2' and
15006            '64B' and
15007            'NDRPDR' and
15008            ('ETH' or 'DOT1Q') and
15009            'BASE' and
15010            '2T2C' and
15011            ('L2BDMACLRN' or 'L2XCFWD') and
15012            'VHOST_1024' and
15013            not 'VXLAN' and
15014            not 'IP4FWD' and
15015            not '2VM'"
15016   parameters:
15017   - "throughput"
15018   - "parent"
15019   - "tags"
15020   sort:
15021   - "L2BDMACLRN"
15022   - "L2BDMACLRN"
15023   - "L2BDMACLRN"
15024   - "L2XCFWD"
15025   - "L2XCFWD"
15026   - "L2XCFWD"
15027   traces:
15028     hoverinfo: "x+y"
15029     boxpoints: "outliers"
15030     whiskerwidth: 0
15031   layout:
15032     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
15033     layout: "plot-throughput"
15034
15035 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
15036 - type: "plot"
15037   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15038   algorithm: "plot_performance_box"
15039   output-file-type: ".html"
15040   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15042   filter: "'NIC_Intel-X520-DA2' and
15043            '64B' and
15044            'NDRPDR' and
15045            ('ETH' or 'DOT1Q') and
15046            '1T1C' and
15047            ('L2BDMACLRN' or 'L2XCFWD') and
15048            'VHOST_1024' and
15049            not 'CFS_OPT' and
15050            not 'DOT1Q' and
15051            not 'VXLAN' and
15052            not 'IP4FWD' and
15053            not 'LBOND'"
15054   parameters:
15055   - "throughput"
15056   - "parent"
15057   - "tags"
15058 #  sort:
15059 #  - "1VM"
15060 #  - "L2XCFWD"
15061 #  - "1VM"
15062 #  - "L2BDMACLRN"
15063   traces:
15064     hoverinfo: "x+y"
15065     boxpoints: "outliers"
15066     whiskerwidth: 0
15067   layout:
15068     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15069     layout: "plot-throughput"
15070
15071 - type: "plot"
15072   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15073   algorithm: "plot_performance_box"
15074   output-file-type: ".html"
15075   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15076   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15077   filter: "'NIC_Intel-X520-DA2' and
15078            '64B' and
15079            'NDRPDR' and
15080            ('ETH' or 'DOT1Q') and
15081            '1T1C' and
15082            ('L2BDMACLRN' or 'L2XCFWD') and
15083            'VHOST_1024' and
15084            not 'CFS_OPT' and
15085            not 'DOT1Q' and
15086            not 'VXLAN' and
15087            not 'IP4FWD' and
15088            not 'LBOND'"
15089   parameters:
15090   - "throughput"
15091   - "parent"
15092   - "tags"
15093 #  sort:
15094 #  - "1VM"
15095 #  - "L2XCFWD"
15096 #  - "1VM"
15097 #  - "L2BDMACLRN"
15098   traces:
15099     hoverinfo: "x+y"
15100     boxpoints: "outliers"
15101     whiskerwidth: 0
15102   layout:
15103     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15104     layout: "plot-throughput"
15105
15106 - type: "plot"
15107   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15108   algorithm: "plot_performance_box"
15109   output-file-type: ".html"
15110   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15111   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15112   filter: "'NIC_Intel-X520-DA2' and
15113            '64B' and
15114            'NDRPDR' and
15115            ('ETH' or 'DOT1Q') and
15116            '2T2C' and
15117            ('L2BDMACLRN' or 'L2XCFWD') and
15118            'VHOST_1024' and
15119            not 'CFS_OPT' and
15120            not 'DOT1Q' and
15121            not 'VXLAN' and
15122            not 'IP4FWD' and
15123            not 'LBOND'"
15124   parameters:
15125   - "throughput"
15126   - "parent"
15127   - "tags"
15128 #  sort:
15129 #  - "1VM"
15130 #  - "L2XCFWD"
15131 #  - "1VM"
15132 #  - "L2BDMACLRN"
15133   traces:
15134     hoverinfo: "x+y"
15135     boxpoints: "outliers"
15136     whiskerwidth: 0
15137   layout:
15138     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15139     layout: "plot-throughput"
15140
15141 - type: "plot"
15142   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15143   algorithm: "plot_performance_box"
15144   output-file-type: ".html"
15145   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15146   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15147   filter: "'NIC_Intel-X520-DA2' and
15148            '64B' and
15149            'NDRPDR' and
15150            ('ETH' or 'DOT1Q') and
15151            '2T2C' and
15152            ('L2BDMACLRN' or 'L2XCFWD') and
15153            'VHOST_1024' and
15154            not 'CFS_OPT' and
15155            not 'DOT1Q' and
15156            not 'VXLAN' and
15157            not 'IP4FWD' and
15158            not 'LBOND'"
15159   parameters:
15160   - "throughput"
15161   - "parent"
15162   - "tags"
15163 #  sort:
15164 #  - "1VM"
15165 #  - "L2XCFWD"
15166 #  - "1VM"
15167 #  - "L2BDMACLRN"
15168   traces:
15169     hoverinfo: "x+y"
15170     boxpoints: "outliers"
15171     whiskerwidth: 0
15172   layout:
15173     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15174     layout: "plot-throughput"
15175
15176 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
15177 - type: "plot"
15178   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15179   algorithm: "plot_performance_box"
15180   output-file-type: ".html"
15181   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15182   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15183   filter: "'NIC_Intel-X710' and
15184            '64B' and
15185            'NDRPDR' and
15186            'ETH' and
15187            'IP4FWD' and
15188            '1T1C' and
15189            'VHOST_1024' and
15190            not 'VXLAN' and
15191            not 'CFS_OPT' and
15192            not 'DOT1Q'"
15193   parameters:
15194   - "throughput"
15195   - "parent"
15196   - "tags"
15197   sort:
15198   - "1VM"
15199   - "2VM"
15200   traces:
15201     hoverinfo: "x+y"
15202     boxpoints: "outliers"
15203     whiskerwidth: 0
15204   layout:
15205     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15206     layout: "plot-throughput"
15207
15208 - type: "plot"
15209   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15210   algorithm: "plot_performance_box"
15211   output-file-type: ".html"
15212   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15213   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15214   filter: "'NIC_Intel-X710' and
15215            '64B' and
15216            'NDRPDR' and
15217            'ETH' and
15218            'IP4FWD' and
15219            '2T2C' and
15220            'VHOST_1024' and
15221            not 'VXLAN' and
15222            not 'CFS_OPT' and
15223            not 'DOT1Q'"
15224   parameters:
15225   - "throughput"
15226   - "parent"
15227   - "tags"
15228   sort:
15229   - "1VM"
15230   - "2VM"
15231   traces:
15232     hoverinfo: "x+y"
15233     boxpoints: "outliers"
15234     whiskerwidth: 0
15235   layout:
15236     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15237     layout: "plot-throughput"
15238
15239 - type: "plot"
15240   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15241   algorithm: "plot_performance_box"
15242   output-file-type: ".html"
15243   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15244   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15245   filter: "'NIC_Intel-X710' and
15246            '64B' and
15247            'NDRPDR' and
15248            'ETH' and
15249            'IP4FWD' and
15250            '1T1C' and
15251            'VHOST_1024' and
15252            not 'VXLAN' and
15253            not 'CFS_OPT' and
15254            not 'DOT1Q'"
15255   parameters:
15256   - "throughput"
15257   - "parent"
15258   - "tags"
15259   sort:
15260   - "1VM"
15261   - "2VM"
15262   traces:
15263     hoverinfo: "x+y"
15264     boxpoints: "outliers"
15265     whiskerwidth: 0
15266   layout:
15267     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15268     layout: "plot-throughput"
15269
15270 - type: "plot"
15271   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15272   algorithm: "plot_performance_box"
15273   output-file-type: ".html"
15274   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15275   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15276   filter: "'NIC_Intel-X710' and
15277            '64B' and
15278            'NDRPDR' and
15279            'ETH' and
15280            'IP4FWD' and
15281            '2T2C' and
15282            'VHOST_1024' and
15283            not 'VXLAN' and
15284            not 'CFS_OPT' and
15285            not 'DOT1Q'"
15286   parameters:
15287   - "throughput"
15288   - "parent"
15289   - "tags"
15290   sort:
15291   - "1VM"
15292   - "2VM"
15293   traces:
15294     hoverinfo: "x+y"
15295     boxpoints: "outliers"
15296     whiskerwidth: 0
15297   layout:
15298     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15299     layout: "plot-throughput"
15300
15301 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
15302 - type: "plot"
15303   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15304   algorithm: "plot_performance_box"
15305   output-file-type: ".html"
15306   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15307   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15308   filter: "'NIC_Intel-X710' and
15309            '64B' and
15310            'NDRPDR' and
15311            ('ETH' or 'DOT1Q') and
15312            'BASE' and
15313            '1T1C' and
15314            ('L2BDMACLRN' or 'L2XCFWD') and
15315            'VHOST_1024' and
15316            not 'VXLAN' and
15317            not 'IP4FWD' and
15318            not '2VM'"
15319   parameters:
15320   - "throughput"
15321   - "parent"
15322   - "tags"
15323   sort:
15324   - "L2BDMACLRN"
15325   - "L2BDMACLRN"
15326   - "L2BDMACLRN"
15327   - "L2XCFWD"
15328   - "L2XCFWD"
15329   - "L2XCFWD"
15330   traces:
15331     hoverinfo: "x+y"
15332     boxpoints: "outliers"
15333     whiskerwidth: 0
15334   layout:
15335     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15336     layout: "plot-throughput"
15337
15338 - type: "plot"
15339   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15340   algorithm: "plot_performance_box"
15341   output-file-type: ".html"
15342   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15343   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15344   filter: "'NIC_Intel-X710' and
15345            '64B' and
15346            'NDRPDR' and
15347            ('ETH' or 'DOT1Q') and
15348            'BASE' and
15349            '1T1C' and
15350            ('L2BDMACLRN' or 'L2XCFWD') and
15351            'VHOST_1024' and
15352            not 'VXLAN' and
15353            not 'IP4FWD' and
15354            not '2VM'"
15355   parameters:
15356   - "throughput"
15357   - "parent"
15358   - "tags"
15359   sort:
15360   - "L2BDMACLRN"
15361   - "L2BDMACLRN"
15362   - "L2BDMACLRN"
15363   - "L2XCFWD"
15364   - "L2XCFWD"
15365   - "L2XCFWD"
15366   traces:
15367     hoverinfo: "x+y"
15368     boxpoints: "outliers"
15369     whiskerwidth: 0
15370   layout:
15371     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15372     layout: "plot-throughput"
15373
15374 - type: "plot"
15375   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15376   algorithm: "plot_performance_box"
15377   output-file-type: ".html"
15378   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15379   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15380   filter: "'NIC_Intel-X710' and
15381            '64B' and
15382            'NDRPDR' and
15383            ('ETH' or 'DOT1Q') and
15384            'BASE' and
15385            '2T2C' and
15386            ('L2BDMACLRN' or 'L2XCFWD') and
15387            'VHOST_1024' and
15388            not 'VXLAN' and
15389            not 'IP4FWD' and
15390            not '2VM'"
15391   parameters:
15392   - "throughput"
15393   - "parent"
15394   - "tags"
15395   sort:
15396   - "L2BDMACLRN"
15397   - "L2BDMACLRN"
15398   - "L2BDMACLRN"
15399   - "L2XCFWD"
15400   - "L2XCFWD"
15401   - "L2XCFWD"
15402   traces:
15403     hoverinfo: "x+y"
15404     boxpoints: "outliers"
15405     whiskerwidth: 0
15406   layout:
15407     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15408     layout: "plot-throughput"
15409
15410 - type: "plot"
15411   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15412   algorithm: "plot_performance_box"
15413   output-file-type: ".html"
15414   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15415   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15416   filter: "'NIC_Intel-X710' and
15417            '64B' and
15418            'NDRPDR' and
15419            ('ETH' or 'DOT1Q') and
15420            'BASE' and
15421            '2T2C' and
15422            ('L2BDMACLRN' or 'L2XCFWD') and
15423            'VHOST_1024' and
15424            not 'VXLAN' and
15425            not 'IP4FWD' and
15426            not '2VM'"
15427   parameters:
15428   - "throughput"
15429   - "parent"
15430   - "tags"
15431   sort:
15432   - "L2BDMACLRN"
15433   - "L2BDMACLRN"
15434   - "L2BDMACLRN"
15435   - "L2XCFWD"
15436   - "L2XCFWD"
15437   - "L2XCFWD"
15438   traces:
15439     hoverinfo: "x+y"
15440     boxpoints: "outliers"
15441     whiskerwidth: 0
15442   layout:
15443     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15444     layout: "plot-throughput"
15445
15446 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
15447 - type: "plot"
15448   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15449   algorithm: "plot_performance_box"
15450   output-file-type: ".html"
15451   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15452   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15453   filter: "'NIC_Intel-X710' and
15454            '64B' and
15455            'NDRPDR' and
15456            ('ETH' or 'DOT1Q') and
15457            '1T1C' and
15458            ('L2BDMACLRN' or 'L2XCFWD') and
15459            'VHOST_1024' and
15460            not 'CFS_OPT' and
15461            not 'VXLAN' and
15462            not 'IP4FWD' and
15463            not 'LBOND'"
15464   parameters:
15465   - "throughput"
15466   - "parent"
15467   - "tags"
15468   sort:
15469   - "L2BDMACLRN"
15470   - "L2BDMACLRN"
15471   - "L2BDMACLRN"
15472   - "L2XCFWD"
15473   - "L2XCFWD"
15474   - "L2XCFWD"
15475   traces:
15476     hoverinfo: "x+y"
15477     boxpoints: "outliers"
15478     whiskerwidth: 0
15479   layout:
15480     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15481     layout: "plot-throughput"
15482
15483 - type: "plot"
15484   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15485   algorithm: "plot_performance_box"
15486   output-file-type: ".html"
15487   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15488   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15489   filter: "'NIC_Intel-X710' and
15490            '64B' and
15491            'NDRPDR' and
15492            ('ETH' or 'DOT1Q') and
15493            '1T1C' and
15494            ('L2BDMACLRN' or 'L2XCFWD') and
15495            'VHOST_1024' and
15496            not 'CFS_OPT' and
15497            not 'VXLAN' and
15498            not 'IP4FWD' and
15499            not 'LBOND'"
15500   parameters:
15501   - "throughput"
15502   - "parent"
15503   - "tags"
15504   sort:
15505   - "L2BDMACLRN"
15506   - "L2BDMACLRN"
15507   - "L2BDMACLRN"
15508   - "L2XCFWD"
15509   - "L2XCFWD"
15510   - "L2XCFWD"
15511   traces:
15512     hoverinfo: "x+y"
15513     boxpoints: "outliers"
15514     whiskerwidth: 0
15515   layout:
15516     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15517     layout: "plot-throughput"
15518
15519 - type: "plot"
15520   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15521   algorithm: "plot_performance_box"
15522   output-file-type: ".html"
15523   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15524   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15525   filter: "'NIC_Intel-X710' and
15526            '64B' and
15527            'NDRPDR' and
15528            ('ETH' or 'DOT1Q') and
15529            '2T2C' and
15530            ('L2BDMACLRN' or 'L2XCFWD') and
15531            'VHOST_1024' and
15532            not 'CFS_OPT' and
15533            not 'VXLAN' and
15534            not 'IP4FWD' and
15535            not 'LBOND'"
15536   parameters:
15537   - "throughput"
15538   - "parent"
15539   - "tags"
15540   sort:
15541   - "L2BDMACLRN"
15542   - "L2BDMACLRN"
15543   - "L2BDMACLRN"
15544   - "L2XCFWD"
15545   - "L2XCFWD"
15546   - "L2XCFWD"
15547   traces:
15548     hoverinfo: "x+y"
15549     boxpoints: "outliers"
15550     whiskerwidth: 0
15551   layout:
15552     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15553     layout: "plot-throughput"
15554
15555 - type: "plot"
15556   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15557   algorithm: "plot_performance_box"
15558   output-file-type: ".html"
15559   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15560   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15561   filter: "'NIC_Intel-X710' and
15562            '64B' and
15563            'NDRPDR' and
15564            ('ETH' or 'DOT1Q') and
15565            '2T2C' and
15566            ('L2BDMACLRN' or 'L2XCFWD') and
15567            'VHOST_1024' and
15568            not 'CFS_OPT' and
15569            not 'VXLAN' and
15570            not 'IP4FWD' and
15571            not 'LBOND'"
15572   parameters:
15573   - "throughput"
15574   - "parent"
15575   - "tags"
15576   sort:
15577   - "L2BDMACLRN"
15578   - "L2BDMACLRN"
15579   - "L2BDMACLRN"
15580   - "L2XCFWD"
15581   - "L2XCFWD"
15582   - "L2XCFWD"
15583   traces:
15584     hoverinfo: "x+y"
15585     boxpoints: "outliers"
15586     whiskerwidth: 0
15587   layout:
15588     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15589     layout: "plot-throughput"
15590
15591 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15592 - type: "plot"
15593   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15594   algorithm: "plot_performance_box"
15595   output-file-type: ".html"
15596   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15597   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15598   filter: "'NIC_Intel-X710' and
15599            '64B' and
15600            'NDRPDR' and
15601            'ETH' and
15602            'IP4FWD' and
15603            '2T1C' and
15604            'VHOST_1024' and
15605            not 'VXLAN' and
15606            not 'DOT1Q'"
15607   parameters:
15608   - "throughput"
15609   - "parent"
15610   - "tags"
15611   sort:
15612   - "1VM"
15613   - "2VM"
15614   traces:
15615     hoverinfo: "x+y"
15616     boxpoints: "outliers"
15617     whiskerwidth: 0
15618   layout:
15619     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15620     layout: "plot-throughput"
15621
15622 - type: "plot"
15623   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15624   algorithm: "plot_performance_box"
15625   output-file-type: ".html"
15626   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15627   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15628   filter: "'NIC_Intel-X710' and
15629            '64B' and
15630            'NDRPDR' and
15631            'ETH' and
15632            'IP4FWD' and
15633            '4T2C' and
15634            'VHOST_1024' and
15635            not 'VXLAN' and
15636            not 'DOT1Q'"
15637   parameters:
15638   - "throughput"
15639   - "parent"
15640   - "tags"
15641   sort:
15642   - "1VM"
15643   - "2VM"
15644   traces:
15645     hoverinfo: "x+y"
15646     boxpoints: "outliers"
15647     whiskerwidth: 0
15648   layout:
15649     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15650     layout: "plot-throughput"
15651
15652 - type: "plot"
15653   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15654   algorithm: "plot_performance_box"
15655   output-file-type: ".html"
15656   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15657   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15658   filter: "'NIC_Intel-X710' and
15659            '64B' and
15660            'NDRPDR' and
15661            'ETH' and
15662            'IP4FWD' and
15663            '2T1C' and
15664            'VHOST_1024' and
15665            not 'VXLAN' and
15666            not 'DOT1Q'"
15667   parameters:
15668   - "throughput"
15669   - "parent"
15670   - "tags"
15671   sort:
15672   - "1VM"
15673   - "2VM"
15674   traces:
15675     hoverinfo: "x+y"
15676     boxpoints: "outliers"
15677     whiskerwidth: 0
15678   layout:
15679     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15680     layout: "plot-throughput"
15681
15682 - type: "plot"
15683   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15684   algorithm: "plot_performance_box"
15685   output-file-type: ".html"
15686   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15687   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15688   filter: "'NIC_Intel-X710' and
15689            '64B' and
15690            'NDRPDR' and
15691            'ETH' and
15692            'IP4FWD' and
15693            '4T2C' and
15694            'VHOST_1024' and
15695            not 'VXLAN' and
15696            not 'DOT1Q'"
15697   parameters:
15698   - "throughput"
15699   - "parent"
15700   - "tags"
15701   sort:
15702   - "1VM"
15703   - "2VM"
15704   traces:
15705     hoverinfo: "x+y"
15706     boxpoints: "outliers"
15707     whiskerwidth: 0
15708   layout:
15709     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15710     layout: "plot-throughput"
15711
15712 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15713 - type: "plot"
15714   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15715   algorithm: "plot_performance_box"
15716   output-file-type: ".html"
15717   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15718   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15719   filter: "'NIC_Intel-X710' and
15720            '64B' and
15721            'NDRPDR' and
15722            ('ETH' or 'DOT1Q') and
15723            'BASE' and
15724            '2T1C' and
15725            ('L2BDMACLRN' or 'L2XCFWD') and
15726            'VHOST_1024' and
15727            not 'VXLAN' and
15728            not 'IP4FWD' and
15729            not '2VM'"
15730   parameters:
15731   - "throughput"
15732   - "parent"
15733   - "tags"
15734   sort:
15735   - "L2BDMACLRN"
15736   - "L2BDMACLRN"
15737   - "L2BDMACLRN"
15738   - "L2XCFWD"
15739   - "L2XCFWD"
15740   - "L2XCFWD"
15741   traces:
15742     hoverinfo: "x+y"
15743     boxpoints: "outliers"
15744     whiskerwidth: 0
15745   layout:
15746     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15747     layout: "plot-throughput"
15748
15749 - type: "plot"
15750   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15751   algorithm: "plot_performance_box"
15752   output-file-type: ".html"
15753   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15754   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15755   filter: "'NIC_Intel-X710' and
15756            '64B' and
15757            'NDRPDR' and
15758            ('ETH' or 'DOT1Q') and
15759            'BASE' and
15760            '2T1C' and
15761            ('L2BDMACLRN' or 'L2XCFWD') and
15762            'VHOST_1024' and
15763            not 'VXLAN' and
15764            not 'IP4FWD' and
15765            not '2VM'"
15766   parameters:
15767   - "throughput"
15768   - "parent"
15769   - "tags"
15770   sort:
15771   - "L2BDMACLRN"
15772   - "L2BDMACLRN"
15773   - "L2BDMACLRN"
15774   - "L2XCFWD"
15775   - "L2XCFWD"
15776   - "L2XCFWD"
15777   traces:
15778     hoverinfo: "x+y"
15779     boxpoints: "outliers"
15780     whiskerwidth: 0
15781   layout:
15782     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15783     layout: "plot-throughput"
15784
15785 - type: "plot"
15786   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15787   algorithm: "plot_performance_box"
15788   output-file-type: ".html"
15789   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15790   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15791   filter: "'NIC_Intel-X710' and
15792            '64B' and
15793            'NDRPDR' and
15794            ('ETH' or 'DOT1Q') and
15795            'BASE' and
15796            '4T2C' and
15797            ('L2BDMACLRN' or 'L2XCFWD') and
15798            'VHOST_1024' and
15799            not 'VXLAN' and
15800            not 'IP4FWD' and
15801            not '2VM'"
15802   parameters:
15803   - "throughput"
15804   - "parent"
15805   - "tags"
15806   sort:
15807   - "L2BDMACLRN"
15808   - "L2BDMACLRN"
15809   - "L2BDMACLRN"
15810   - "L2XCFWD"
15811   - "L2XCFWD"
15812   - "L2XCFWD"
15813   traces:
15814     hoverinfo: "x+y"
15815     boxpoints: "outliers"
15816     whiskerwidth: 0
15817   layout:
15818     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15819     layout: "plot-throughput"
15820
15821 - type: "plot"
15822   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15823   algorithm: "plot_performance_box"
15824   output-file-type: ".html"
15825   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15826   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15827   filter: "'NIC_Intel-X710' and
15828            '64B' and
15829            'NDRPDR' and
15830            ('ETH' or 'DOT1Q') and
15831            'BASE' and
15832            '4T2C' and
15833            ('L2BDMACLRN' or 'L2XCFWD') and
15834            'VHOST_1024' and
15835            not 'VXLAN' and
15836            not 'IP4FWD' and
15837            not '2VM'"
15838   parameters:
15839   - "throughput"
15840   - "parent"
15841   - "tags"
15842   sort:
15843   - "L2BDMACLRN"
15844   - "L2BDMACLRN"
15845   - "L2BDMACLRN"
15846   - "L2XCFWD"
15847   - "L2XCFWD"
15848   - "L2XCFWD"
15849   traces:
15850     hoverinfo: "x+y"
15851     boxpoints: "outliers"
15852     whiskerwidth: 0
15853   layout:
15854     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15855     layout: "plot-throughput"
15856
15857 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15858 - type: "plot"
15859   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15860   algorithm: "plot_performance_box"
15861   output-file-type: ".html"
15862   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15863   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15864   filter: "'NIC_Intel-X710' and
15865            '64B' and
15866            'NDRPDR' and
15867            ('ETH' or 'DOT1Q') and
15868            '2T1C' and
15869            ('L2BDMACLRN' or 'L2XCFWD') and
15870            'VHOST_1024' and
15871            not 'CFS_OPT' and
15872            not 'VXLAN' and
15873            not 'IP4FWD' and
15874            not 'LBOND'"
15875   parameters:
15876   - "throughput"
15877   - "parent"
15878   - "tags"
15879   sort:
15880   - "L2BDMACLRN"
15881   - "L2BDMACLRN"
15882   - "L2BDMACLRN"
15883   - "L2XCFWD"
15884   - "L2XCFWD"
15885   - "L2XCFWD"
15886   traces:
15887     hoverinfo: "x+y"
15888     boxpoints: "outliers"
15889     whiskerwidth: 0
15890   layout:
15891     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15892     layout: "plot-throughput"
15893
15894 - type: "plot"
15895   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15896   algorithm: "plot_performance_box"
15897   output-file-type: ".html"
15898   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15899   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15900   filter: "'NIC_Intel-X710' and
15901            '64B' and
15902            'NDRPDR' and
15903            ('ETH' or 'DOT1Q') and
15904            '2T1C' and
15905            ('L2BDMACLRN' or 'L2XCFWD') and
15906            'VHOST_1024' and
15907            not 'CFS_OPT' and
15908            not 'VXLAN' and
15909            not 'IP4FWD' and
15910            not 'LBOND'"
15911   parameters:
15912   - "throughput"
15913   - "parent"
15914   - "tags"
15915   sort:
15916   - "L2BDMACLRN"
15917   - "L2BDMACLRN"
15918   - "L2BDMACLRN"
15919   - "L2XCFWD"
15920   - "L2XCFWD"
15921   - "L2XCFWD"
15922   traces:
15923     hoverinfo: "x+y"
15924     boxpoints: "outliers"
15925     whiskerwidth: 0
15926   layout:
15927     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15928     layout: "plot-throughput"
15929
15930 - type: "plot"
15931   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15932   algorithm: "plot_performance_box"
15933   output-file-type: ".html"
15934   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15936   filter: "'NIC_Intel-X710' and
15937            '64B' and
15938            'NDRPDR' and
15939            ('ETH' or 'DOT1Q') and
15940            '4T2C' and
15941            ('L2BDMACLRN' or 'L2XCFWD') and
15942            'VHOST_1024' and
15943            not 'CFS_OPT' and
15944            not 'VXLAN' and
15945            not 'IP4FWD' and
15946            not 'LBOND'"
15947   parameters:
15948   - "throughput"
15949   - "parent"
15950   - "tags"
15951   sort:
15952   - "L2BDMACLRN"
15953   - "L2BDMACLRN"
15954   - "L2BDMACLRN"
15955   - "L2XCFWD"
15956   - "L2XCFWD"
15957   - "L2XCFWD"
15958   traces:
15959     hoverinfo: "x+y"
15960     boxpoints: "outliers"
15961     whiskerwidth: 0
15962   layout:
15963     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15964     layout: "plot-throughput"
15965
15966 - type: "plot"
15967   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15968   algorithm: "plot_performance_box"
15969   output-file-type: ".html"
15970   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15971   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15972   filter: "'NIC_Intel-X710' and
15973            '64B' and
15974            'NDRPDR' and
15975            ('ETH' or 'DOT1Q') and
15976            '4T2C' and
15977            ('L2BDMACLRN' or 'L2XCFWD') and
15978            'VHOST_1024' and
15979            not 'CFS_OPT' and
15980            not 'VXLAN' and
15981            not 'IP4FWD' and
15982            not 'LBOND'"
15983   parameters:
15984   - "throughput"
15985   - "parent"
15986   - "tags"
15987   sort:
15988   - "L2BDMACLRN"
15989   - "L2BDMACLRN"
15990   - "L2BDMACLRN"
15991   - "L2XCFWD"
15992   - "L2XCFWD"
15993   - "L2XCFWD"
15994   traces:
15995     hoverinfo: "x+y"
15996     boxpoints: "outliers"
15997     whiskerwidth: 0
15998   layout:
15999     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
16000     layout: "plot-throughput"
16001
16002 # Packet Throughput - VPP vhost ip4 2n-skx-x710
16003 - type: "plot"
16004   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16005   algorithm: "plot_performance_box"
16006   output-file-type: ".html"
16007   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16008   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16009   filter: "'NIC_Intel-X710' and
16010            '64B' and
16011            'NDRPDR' and
16012            'ETH' and
16013            'IP4FWD' and
16014            '2T1C' and
16015            'VHOST_1024' and
16016            not 'VXLAN' and
16017            not 'NF_DENSITY' and
16018            not 'CFS_OPT' and
16019            not 'DOT1Q'"
16020   parameters:
16021   - "throughput"
16022   - "parent"
16023   - "tags"
16024   sort:
16025   - "1VM"
16026   - "2VM"
16027   traces:
16028     hoverinfo: "x+y"
16029     boxpoints: "outliers"
16030     whiskerwidth: 0
16031   layout:
16032     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16033     layout: "plot-throughput"
16034
16035 - type: "plot"
16036   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16037   algorithm: "plot_performance_box"
16038   output-file-type: ".html"
16039   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16040   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16041   filter: "'NIC_Intel-X710' and
16042            '64B' and
16043            'NDRPDR' and
16044            'ETH' and
16045            'IP4FWD' and
16046            '4T2C' and
16047            'VHOST_1024' and
16048            not 'VXLAN' and
16049            not 'NF_DENSITY' and
16050            not 'CFS_OPT' and
16051            not 'DOT1Q'"
16052   parameters:
16053   - "throughput"
16054   - "parent"
16055   - "tags"
16056   sort:
16057   - "1VM"
16058   - "2VM"
16059   traces:
16060     hoverinfo: "x+y"
16061     boxpoints: "outliers"
16062     whiskerwidth: 0
16063   layout:
16064     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16065     layout: "plot-throughput"
16066
16067 - type: "plot"
16068   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16069   algorithm: "plot_performance_box"
16070   output-file-type: ".html"
16071   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16072   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16073   filter: "'NIC_Intel-X710' and
16074            '64B' and
16075            'NDRPDR' and
16076            'ETH' and
16077            'IP4FWD' and
16078            '2T1C' and
16079            'VHOST_1024' and
16080            not 'VXLAN' and
16081            not 'NF_DENSITY' and
16082            not 'CFS_OPT' and
16083            not 'DOT1Q'"
16084   parameters:
16085   - "throughput"
16086   - "parent"
16087   - "tags"
16088   sort:
16089   - "1VM"
16090   - "2VM"
16091   traces:
16092     hoverinfo: "x+y"
16093     boxpoints: "outliers"
16094     whiskerwidth: 0
16095   layout:
16096     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16097     layout: "plot-throughput"
16098
16099 - type: "plot"
16100   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16101   algorithm: "plot_performance_box"
16102   output-file-type: ".html"
16103   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16104   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16105   filter: "'NIC_Intel-X710' and
16106            '64B' and
16107            'NDRPDR' and
16108            'ETH' and
16109            'IP4FWD' and
16110            '4T2C' and
16111            'VHOST_1024' and
16112            not 'VXLAN' and
16113            not 'NF_DENSITY' and
16114            not 'CFS_OPT' and
16115            not 'DOT1Q'"
16116   parameters:
16117   - "throughput"
16118   - "parent"
16119   - "tags"
16120   sort:
16121   - "1VM"
16122   - "2VM"
16123   traces:
16124     hoverinfo: "x+y"
16125     boxpoints: "outliers"
16126     whiskerwidth: 0
16127   layout:
16128     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16129     layout: "plot-throughput"
16130
16131 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16132 - type: "plot"
16133   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16134   algorithm: "plot_performance_box"
16135   output-file-type: ".html"
16136   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16137   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16138   filter: "'NIC_Intel-X710' and
16139            '64B' and
16140            'NDRPDR' and
16141            ('ETH' or 'DOT1Q') and
16142            'BASE' and
16143            '2T1C' and
16144            ('L2BDMACLRN' or 'L2XCFWD') and
16145            'VHOST_1024' and
16146            not 'VXLAN' and
16147            not 'NF_DENSITY' and
16148            not 'IP4FWD' and
16149            not '2VM'"
16150   parameters:
16151   - "throughput"
16152   - "parent"
16153   - "tags"
16154 #  sort:
16155 #  - "not CFS_OPT"
16156 #  - "L2XCFWD"
16157 #  - "not CFS_OPT"
16158 #  - "CFS_OPT"
16159   traces:
16160     hoverinfo: "x+y"
16161     boxpoints: "outliers"
16162     whiskerwidth: 0
16163   layout:
16164     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16165     layout: "plot-throughput"
16166
16167 - type: "plot"
16168   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16169   algorithm: "plot_performance_box"
16170   output-file-type: ".html"
16171   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16172   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16173   filter: "'NIC_Intel-X710' and
16174            '64B' and
16175            'NDRPDR' and
16176            ('ETH' or 'DOT1Q') and
16177            'BASE' and
16178            '2T1C' and
16179            ('L2BDMACLRN' or 'L2XCFWD') and
16180            'VHOST_1024' and
16181            not 'VXLAN' and
16182            not 'NF_DENSITY' and
16183            not 'IP4FWD' and
16184            not '2VM'"
16185   parameters:
16186   - "throughput"
16187   - "parent"
16188   - "tags"
16189 #  sort:
16190 #  - "not CFS_OPT"
16191 #  - "L2XCFWD"
16192 #  - "not CFS_OPT"
16193 #  - "CFS_OPT"
16194   traces:
16195     hoverinfo: "x+y"
16196     boxpoints: "outliers"
16197     whiskerwidth: 0
16198   layout:
16199     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16200     layout: "plot-throughput"
16201
16202 - type: "plot"
16203   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16204   algorithm: "plot_performance_box"
16205   output-file-type: ".html"
16206   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16207   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16208   filter: "'NIC_Intel-X710' and
16209            '64B' and
16210            'NDRPDR' and
16211            ('ETH' or 'DOT1Q') and
16212            'BASE' and
16213            '4T2C' and
16214            ('L2BDMACLRN' or 'L2XCFWD') and
16215            'VHOST_1024' and
16216            not 'VXLAN' and
16217            not 'NF_DENSITY' and
16218            not 'IP4FWD' and
16219            not '2VM'"
16220   parameters:
16221   - "throughput"
16222   - "parent"
16223   - "tags"
16224 #  sort:
16225 #  - "not CFS_OPT"
16226 #  - "L2XCFWD"
16227 #  - "not CFS_OPT"
16228 #  - "CFS_OPT"
16229   traces:
16230     hoverinfo: "x+y"
16231     boxpoints: "outliers"
16232     whiskerwidth: 0
16233   layout:
16234     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16235     layout: "plot-throughput"
16236
16237 - type: "plot"
16238   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16239   algorithm: "plot_performance_box"
16240   output-file-type: ".html"
16241   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16242   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16243   filter: "'NIC_Intel-X710' and
16244            '64B' and
16245            'NDRPDR' and
16246            ('ETH' or 'DOT1Q') and
16247            'BASE' and
16248            '4T2C' and
16249            ('L2BDMACLRN' or 'L2XCFWD') and
16250            'VHOST_1024' and
16251            not 'VXLAN' and
16252            not 'NF_DENSITY' and
16253            not 'IP4FWD' and
16254            not '2VM'"
16255   parameters:
16256   - "throughput"
16257   - "parent"
16258   - "tags"
16259 #  sort:
16260 #  - "not CFS_OPT"
16261 #  - "L2XCFWD"
16262 #  - "not CFS_OPT"
16263 #  - "CFS_OPT"
16264   traces:
16265     hoverinfo: "x+y"
16266     boxpoints: "outliers"
16267     whiskerwidth: 0
16268   layout:
16269     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16270     layout: "plot-throughput"
16271
16272 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16273 - type: "plot"
16274   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16275   algorithm: "plot_performance_box"
16276   output-file-type: ".html"
16277   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16278   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16279   filter: "'NIC_Intel-X710' and
16280            '64B' and
16281            'NDRPDR' and
16282            ('ETH' or 'DOT1Q') and
16283            '2T1C' and
16284            ('L2BDMACLRN' or 'L2XCFWD') and
16285            'VHOST_1024' and
16286            not 'CFS_OPT' and
16287            not 'VXLAN' and
16288            not 'NF_DENSITY' and
16289            not 'DOT1Q' and
16290            not 'IP4FWD'"
16291   parameters:
16292   - "throughput"
16293   - "parent"
16294   - "tags"
16295 #  sort:
16296 #  - "1VM"
16297 #  - "L2XCFWD"
16298 #  - "1VM"
16299 #  - "L2BDMACLRN"
16300   traces:
16301     hoverinfo: "x+y"
16302     boxpoints: "outliers"
16303     whiskerwidth: 0
16304   layout:
16305     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16306     layout: "plot-throughput"
16307
16308 - type: "plot"
16309   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16310   algorithm: "plot_performance_box"
16311   output-file-type: ".html"
16312   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16313   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16314   filter: "'NIC_Intel-X710' and
16315            '64B' and
16316            'NDRPDR' and
16317            ('ETH' or 'DOT1Q') and
16318            '2T1C' and
16319            ('L2BDMACLRN' or 'L2XCFWD') and
16320            'VHOST_1024' and
16321            not 'CFS_OPT' and
16322            not 'VXLAN' and
16323            not 'NF_DENSITY' and
16324            not 'DOT1Q' and
16325            not 'IP4FWD'"
16326   parameters:
16327   - "throughput"
16328   - "parent"
16329   - "tags"
16330 #  sort:
16331 #  - "1VM"
16332 #  - "L2XCFWD"
16333 #  - "1VM"
16334 #  - "L2BDMACLRN"
16335   traces:
16336     hoverinfo: "x+y"
16337     boxpoints: "outliers"
16338     whiskerwidth: 0
16339   layout:
16340     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16341     layout: "plot-throughput"
16342
16343 - type: "plot"
16344   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16345   algorithm: "plot_performance_box"
16346   output-file-type: ".html"
16347   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16348   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16349   filter: "'NIC_Intel-X710' and
16350            '64B' and
16351            'NDRPDR' and
16352            ('ETH' or 'DOT1Q') and
16353            '4T2C' and
16354            ('L2BDMACLRN' or 'L2XCFWD') and
16355            'VHOST_1024' and
16356            not 'CFS_OPT' and
16357            not 'VXLAN' and
16358            not 'NF_DENSITY' and
16359            not 'DOT1Q' and
16360            not 'IP4FWD'"
16361   parameters:
16362   - "throughput"
16363   - "parent"
16364   - "tags"
16365 #  sort:
16366 #  - "1VM"
16367 #  - "L2XCFWD"
16368 #  - "1VM"
16369 #  - "L2BDMACLRN"
16370   traces:
16371     hoverinfo: "x+y"
16372     boxpoints: "outliers"
16373     whiskerwidth: 0
16374   layout:
16375     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16376     layout: "plot-throughput"
16377
16378 - type: "plot"
16379   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16380   algorithm: "plot_performance_box"
16381   output-file-type: ".html"
16382   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16383   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16384   filter: "'NIC_Intel-X710' and
16385            '64B' and
16386            'NDRPDR' and
16387            ('ETH' or 'DOT1Q') and
16388            '4T2C' and
16389            ('L2BDMACLRN' or 'L2XCFWD') and
16390            'VHOST_1024' and
16391            not 'CFS_OPT' and
16392            not 'VXLAN' and
16393            not 'NF_DENSITY' and
16394            not 'DOT1Q' and
16395            not 'IP4FWD'"
16396   parameters:
16397   - "throughput"
16398   - "parent"
16399   - "tags"
16400 #  sort:
16401 #  - "1VM"
16402 #  - "L2XCFWD"
16403 #  - "1VM"
16404 #  - "L2BDMACLRN"
16405   traces:
16406     hoverinfo: "x+y"
16407     boxpoints: "outliers"
16408     whiskerwidth: 0
16409   layout:
16410     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16411     layout: "plot-throughput"
16412
16413 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16414 - type: "plot"
16415   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16416   algorithm: "plot_performance_box"
16417   output-file-type: ".html"
16418   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16419   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16420   filter: "'NIC_Intel-XXV710' and
16421            '64B' and
16422            'NDRPDR' and
16423            'ETH' and
16424            'IP4FWD' and
16425            '2T1C' and
16426            'VHOST_1024' and
16427            not 'VXLAN' and
16428            not 'CFS_OPT' and
16429            not 'DOT1Q'"
16430   parameters:
16431   - "throughput"
16432   - "parent"
16433   - "tags"
16434   sort:
16435   - "1VM"
16436   - "2VM"
16437   traces:
16438     hoverinfo: "x+y"
16439     boxpoints: "outliers"
16440     whiskerwidth: 0
16441   layout:
16442     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16443     layout: "plot-throughput"
16444
16445 - type: "plot"
16446   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16447   algorithm: "plot_performance_box"
16448   output-file-type: ".html"
16449   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16450   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16451   filter: "'NIC_Intel-XXV710' and
16452            '64B' and
16453            'NDRPDR' and
16454            'ETH' and
16455            'IP4FWD' and
16456            '4T2C' and
16457            'VHOST_1024' and
16458            not 'VXLAN' and
16459            not 'CFS_OPT' and
16460            not 'DOT1Q'"
16461   parameters:
16462   - "throughput"
16463   - "parent"
16464   - "tags"
16465   sort:
16466   - "1VM"
16467   - "2VM"
16468   traces:
16469     hoverinfo: "x+y"
16470     boxpoints: "outliers"
16471     whiskerwidth: 0
16472   layout:
16473     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16474     layout: "plot-throughput"
16475
16476 - type: "plot"
16477   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16478   algorithm: "plot_performance_box"
16479   output-file-type: ".html"
16480   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16481   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16482   filter: "'NIC_Intel-XXV710' and
16483            '64B' and
16484            'NDRPDR' and
16485            'ETH' and
16486            'IP4FWD' and
16487            '2T1C' and
16488            'VHOST_1024' and
16489            not 'VXLAN' and
16490            not 'CFS_OPT' and
16491            not 'DOT1Q'"
16492   parameters:
16493   - "throughput"
16494   - "parent"
16495   - "tags"
16496   sort:
16497   - "1VM"
16498   - "2VM"
16499   traces:
16500     hoverinfo: "x+y"
16501     boxpoints: "outliers"
16502     whiskerwidth: 0
16503   layout:
16504     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16505     layout: "plot-throughput"
16506
16507 - type: "plot"
16508   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16509   algorithm: "plot_performance_box"
16510   output-file-type: ".html"
16511   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16512   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16513   filter: "'NIC_Intel-XXV710' and
16514            '64B' and
16515            'NDRPDR' and
16516            'ETH' and
16517            'IP4FWD' and
16518            '4T2C' and
16519            'VHOST_1024' and
16520            not 'VXLAN' and
16521            not 'CFS_OPT' and
16522            not 'DOT1Q'"
16523   parameters:
16524   - "throughput"
16525   - "parent"
16526   - "tags"
16527   sort:
16528   - "1VM"
16529   - "2VM"
16530   traces:
16531     hoverinfo: "x+y"
16532     boxpoints: "outliers"
16533     whiskerwidth: 0
16534   layout:
16535     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16536     layout: "plot-throughput"
16537
16538 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16539 #- type: "plot"
16540 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16541 #  algorithm: "plot_performance_box"
16542 #  output-file-type: ".html"
16543 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16544 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16545 #  filter: "'NIC_Intel-XXV710' and
16546 #           '64B' and
16547 #           'NDRPDR' and
16548 #           ('ETH' or 'DOT1Q') and
16549 #           'BASE' and
16550 #           '2T1C' and
16551 #           ('L2BDMACLRN' or 'L2XCFWD') and
16552 #           'VHOST_1024' and
16553 #           not 'VXLAN' and
16554 #           not 'IP4FWD' and
16555 #           not '2VM'"
16556 #  parameters:
16557 #  - "throughput"
16558 #  - "parent"
16559 #  - "tags"
16560 ##  sort:
16561 ##  - "not CFS_OPT"
16562 ##  - "L2XCFWD"
16563 ##  - "not CFS_OPT"
16564 ##  - "CFS_OPT"
16565 #  traces:
16566 #    hoverinfo: "x+y"
16567 #    boxpoints: "outliers"
16568 #    whiskerwidth: 0
16569 #  layout:
16570 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16571 #    layout: "plot-throughput"
16572 #
16573 #- type: "plot"
16574 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16575 #  algorithm: "plot_performance_box"
16576 #  output-file-type: ".html"
16577 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16578 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16579 #  filter: "'NIC_Intel-XXV710' and
16580 #           '64B' and
16581 #           'NDRPDR' and
16582 #           ('ETH' or 'DOT1Q') and
16583 #           'BASE' and
16584 #           '2T1C' and
16585 #           ('L2BDMACLRN' or 'L2XCFWD') and
16586 #           'VHOST_1024' and
16587 #           not 'VXLAN' and
16588 #           not 'IP4FWD' and
16589 #           not '2VM'"
16590 #  parameters:
16591 #  - "throughput"
16592 #  - "parent"
16593 #  - "tags"
16594 ##  sort:
16595 ##  - "not CFS_OPT"
16596 ##  - "L2XCFWD"
16597 ##  - "not CFS_OPT"
16598 ##  - "CFS_OPT"
16599 #  traces:
16600 #    hoverinfo: "x+y"
16601 #    boxpoints: "outliers"
16602 #    whiskerwidth: 0
16603 #  layout:
16604 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16605 #    layout: "plot-throughput"
16606 #
16607 #- type: "plot"
16608 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16609 #  algorithm: "plot_performance_box"
16610 #  output-file-type: ".html"
16611 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16612 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16613 #  filter: "'NIC_Intel-XXV710' and
16614 #           '64B' and
16615 #           'NDRPDR' and
16616 #           ('ETH' or 'DOT1Q') and
16617 #           'BASE' and
16618 #           '4T2C' and
16619 #           ('L2BDMACLRN' or 'L2XCFWD') and
16620 #           'VHOST_1024' and
16621 #           not 'VXLAN' and
16622 #           not 'IP4FWD' and
16623 #           not '2VM'"
16624 #  parameters:
16625 #  - "throughput"
16626 #  - "parent"
16627 #  - "tags"
16628 ##  sort:
16629 ##  - "not CFS_OPT"
16630 ##  - "L2XCFWD"
16631 ##  - "not CFS_OPT"
16632 ##  - "CFS_OPT"
16633 #  traces:
16634 #    hoverinfo: "x+y"
16635 #    boxpoints: "outliers"
16636 #    whiskerwidth: 0
16637 #  layout:
16638 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16639 #    layout: "plot-throughput"
16640 #
16641 #- type: "plot"
16642 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16643 #  algorithm: "plot_performance_box"
16644 #  output-file-type: ".html"
16645 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16646 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16647 #  filter: "'NIC_Intel-XXV710' and
16648 #           '64B' and
16649 #           'NDRPDR' and
16650 #           ('ETH' or 'DOT1Q') and
16651 #           'BASE' and
16652 #           '4T2C' and
16653 #           ('L2BDMACLRN' or 'L2XCFWD') and
16654 #           'VHOST_1024' and
16655 #           not 'VXLAN' and
16656 #           not 'IP4FWD' and
16657 #           not '2VM'"
16658 #  parameters:
16659 #  - "throughput"
16660 #  - "parent"
16661 #  - "tags"
16662 ##  sort:
16663 ##  - "not CFS_OPT"
16664 ##  - "L2XCFWD"
16665 ##  - "not CFS_OPT"
16666 ##  - "CFS_OPT"
16667 #  traces:
16668 #    hoverinfo: "x+y"
16669 #    boxpoints: "outliers"
16670 #    whiskerwidth: 0
16671 #  layout:
16672 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16673 #    layout: "plot-throughput"
16674 #
16675 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16676 #- type: "plot"
16677 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16678 #  algorithm: "plot_performance_box"
16679 #  output-file-type: ".html"
16680 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16681 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16682 #  filter: "'NIC_Intel-XXV710' and
16683 #           '64B' and
16684 #           'NDRPDR' and
16685 #           ('ETH' or 'DOT1Q') and
16686 #           '2T1C' and
16687 #           ('L2BDMACLRN' or 'L2XCFWD') and
16688 #           'VHOST_1024' and
16689 #           not 'CFS_OPT' and
16690 #           not 'VXLAN' and
16691 #           not 'DOT1Q' and
16692 #           not 'IP4FWD'"
16693 #  parameters:
16694 #  - "throughput"
16695 #  - "parent"
16696 #  - "tags"
16697 ##  sort:
16698 ##  - "1VM"
16699 ##  - "L2XCFWD"
16700 ##  - "1VM"
16701 ##  - "L2BDMACLRN"
16702 #  traces:
16703 #    hoverinfo: "x+y"
16704 #    boxpoints: "outliers"
16705 #    whiskerwidth: 0
16706 #  layout:
16707 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16708 #    layout: "plot-throughput"
16709 #
16710 #- type: "plot"
16711 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16712 #  algorithm: "plot_performance_box"
16713 #  output-file-type: ".html"
16714 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16715 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16716 #  filter: "'NIC_Intel-XXV710' and
16717 #           '64B' and
16718 #           'NDRPDR' and
16719 #           ('ETH' or 'DOT1Q') and
16720 #           '2T1C' and
16721 #           ('L2BDMACLRN' or 'L2XCFWD') and
16722 #           'VHOST_1024' and
16723 #           not 'CFS_OPT' and
16724 #           not 'VXLAN' and
16725 #           not 'DOT1Q' and
16726 #           not 'IP4FWD'"
16727 #  parameters:
16728 #  - "throughput"
16729 #  - "parent"
16730 #  - "tags"
16731 ##  sort:
16732 ##  - "1VM"
16733 ##  - "L2XCFWD"
16734 ##  - "1VM"
16735 ##  - "L2BDMACLRN"
16736 #  traces:
16737 #    hoverinfo: "x+y"
16738 #    boxpoints: "outliers"
16739 #    whiskerwidth: 0
16740 #  layout:
16741 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16742 #    layout: "plot-throughput"
16743 #
16744 #- type: "plot"
16745 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16746 #  algorithm: "plot_performance_box"
16747 #  output-file-type: ".html"
16748 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16749 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16750 #  filter: "'NIC_Intel-XXV710' and
16751 #           '64B' and
16752 #           'NDRPDR' and
16753 #           ('ETH' or 'DOT1Q') and
16754 #           '4T2C' and
16755 #           ('L2BDMACLRN' or 'L2XCFWD') and
16756 #           'VHOST_1024' and
16757 #           not 'CFS_OPT' and
16758 #           not 'VXLAN' and
16759 #           not 'DOT1Q' and
16760 #           not 'IP4FWD'"
16761 #  parameters:
16762 #  - "throughput"
16763 #  - "parent"
16764 #  - "tags"
16765 ##  sort:
16766 ##  - "1VM"
16767 ##  - "L2XCFWD"
16768 ##  - "1VM"
16769 ##  - "L2BDMACLRN"
16770 #  traces:
16771 #    hoverinfo: "x+y"
16772 #    boxpoints: "outliers"
16773 #    whiskerwidth: 0
16774 #  layout:
16775 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16776 #    layout: "plot-throughput"
16777 #
16778 #- type: "plot"
16779 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16780 #  algorithm: "plot_performance_box"
16781 #  output-file-type: ".html"
16782 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16783 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16784 #  filter: "'NIC_Intel-XXV710' and
16785 #           '64B' and
16786 #           'NDRPDR' and
16787 #           ('ETH' or 'DOT1Q') and
16788 #           '4T2C' and
16789 #           ('L2BDMACLRN' or 'L2XCFWD') and
16790 #           'VHOST_1024' and
16791 #           not 'CFS_OPT' and
16792 #           not 'VXLAN' and
16793 #           not 'DOT1Q' and
16794 #           not 'IP4FWD'"
16795 #  parameters:
16796 #  - "throughput"
16797 #  - "parent"
16798 #  - "tags"
16799 ##  sort:
16800 ##  - "1VM"
16801 ##  - "L2XCFWD"
16802 ##  - "1VM"
16803 ##  - "L2BDMACLRN"
16804 #  traces:
16805 #    hoverinfo: "x+y"
16806 #    boxpoints: "outliers"
16807 #    whiskerwidth: 0
16808 #  layout:
16809 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16810 #    layout: "plot-throughput"
16811
16812 ################################################################################
16813
16814 # Packet Throughput - VPP VTS 3n-hsw-x520
16815 - type: "plot"
16816   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
16817   algorithm: "plot_performance_box"
16818   output-file-type: ".html"
16819   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
16820   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16821   filter: "'NIC_Intel-X520-DA2' and
16822            '114B' and
16823            'NDRPDR' and
16824            '1T1C' and
16825            'VTS'"
16826   parameters:
16827   - "throughput"
16828   - "parent"
16829   - "tags"
16830   traces:
16831     hoverinfo: "x+y"
16832     boxpoints: "outliers"
16833     whiskerwidth: 0
16834   layout:
16835     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
16836     layout: "plot-throughput"
16837
16838 - type: "plot"
16839   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
16840   algorithm: "plot_performance_box"
16841   output-file-type: ".html"
16842   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
16843   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16844   filter: "'NIC_Intel-X520-DA2' and
16845            '114B' and
16846            'NDRPDR' and
16847            '2T2C' and
16848            'VTS'"
16849   parameters:
16850   - "throughput"
16851   - "parent"
16852   - "tags"
16853   traces:
16854     hoverinfo: "x+y"
16855     boxpoints: "outliers"
16856     whiskerwidth: 0
16857   layout:
16858     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
16859     layout: "plot-throughput"
16860
16861 - type: "plot"
16862   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
16863   algorithm: "plot_performance_box"
16864   output-file-type: ".html"
16865   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
16866   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16867   filter: "'NIC_Intel-X520-DA2' and
16868            '114B' and
16869            'NDRPDR' and
16870            '1T1C' and
16871            'VTS'"
16872   parameters:
16873   - "throughput"
16874   - "parent"
16875   - "tags"
16876   traces:
16877     hoverinfo: "x+y"
16878     boxpoints: "outliers"
16879     whiskerwidth: 0
16880   layout:
16881     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
16882     layout: "plot-throughput"
16883
16884 - type: "plot"
16885   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
16886   algorithm: "plot_performance_box"
16887   output-file-type: ".html"
16888   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
16889   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16890   filter: "'NIC_Intel-X520-DA2' and
16891            '114B' and
16892            'NDRPDR' and
16893            '2T2C' and
16894            'VTS'"
16895   parameters:
16896   - "throughput"
16897   - "parent"
16898   - "tags"
16899   traces:
16900     hoverinfo: "x+y"
16901     boxpoints: "outliers"
16902     whiskerwidth: 0
16903   layout:
16904     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
16905     layout: "plot-throughput"
16906
16907 ################################################################################
16908
16909 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
16910 - type: "plot"
16911   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16912   algorithm: "plot_performance_box"
16913   output-file-type: ".html"
16914   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16915   data: "plot-dpdk-throughput-latency-3n-hsw"
16916   filter: "'NIC_Intel-X520-DA2' and
16917            '64B' and
16918            'BASE' and
16919            'NDRPDR' and
16920            '1T1C' and
16921            'IP4FWD'"
16922   parameters:
16923   - "throughput"
16924   - "parent"
16925   - "tags"
16926   traces:
16927     hoverinfo: "x+y"
16928     boxpoints: "outliers"
16929     whiskerwidth: 0
16930   layout:
16931     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16932     layout: "plot-throughput"
16933
16934 - type: "plot"
16935   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16936   algorithm: "plot_performance_box"
16937   output-file-type: ".html"
16938   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16939   data: "plot-dpdk-throughput-latency-3n-hsw"
16940   filter: "'NIC_Intel-X520-DA2' and
16941            '64B' and
16942            'BASE' and
16943            'NDRPDR' and
16944            '2T2C' and
16945            'IP4FWD'"
16946   parameters:
16947   - "throughput"
16948   - "parent"
16949   - "tags"
16950   traces:
16951     hoverinfo: "x+y"
16952     boxpoints: "outliers"
16953     whiskerwidth: 0
16954   layout:
16955     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16956     layout: "plot-throughput"
16957
16958 - type: "plot"
16959   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16960   algorithm: "plot_performance_box"
16961   output-file-type: ".html"
16962   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16963   data: "plot-dpdk-throughput-latency-3n-hsw"
16964   filter: "'NIC_Intel-X520-DA2' and
16965            '64B' and
16966            'BASE' and
16967            'NDRPDR' and
16968            '1T1C' and
16969            'IP4FWD'"
16970   parameters:
16971   - "throughput"
16972   - "parent"
16973   - "tags"
16974   traces:
16975     hoverinfo: "x+y"
16976     boxpoints: "outliers"
16977     whiskerwidth: 0
16978   layout:
16979     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16980     layout: "plot-throughput"
16981
16982 - type: "plot"
16983   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16984   algorithm: "plot_performance_box"
16985   output-file-type: ".html"
16986   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16987   data: "plot-dpdk-throughput-latency-3n-hsw"
16988   filter: "'NIC_Intel-X520-DA2' and
16989            '64B' and
16990            'BASE' and
16991            'NDRPDR' and
16992            '2T2C' and
16993            'IP4FWD'"
16994   parameters:
16995   - "throughput"
16996   - "parent"
16997   - "tags"
16998   traces:
16999     hoverinfo: "x+y"
17000     boxpoints: "outliers"
17001     whiskerwidth: 0
17002   layout:
17003     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17004     layout: "plot-throughput"
17005
17006 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
17007 - type: "plot"
17008   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17009   algorithm: "plot_performance_box"
17010   output-file-type: ".html"
17011   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17012   data: "plot-dpdk-throughput-latency-3n-hsw"
17013   filter: "'NIC_Intel-X710' and
17014            '64B' and
17015            'BASE' and
17016            'NDRPDR' and
17017            '1T1C' and
17018            'IP4FWD'"
17019   parameters:
17020   - "throughput"
17021   - "parent"
17022   - "tags"
17023   traces:
17024     hoverinfo: "x+y"
17025     boxpoints: "outliers"
17026     whiskerwidth: 0
17027   layout:
17028     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17029     layout: "plot-throughput"
17030
17031 - type: "plot"
17032   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17033   algorithm: "plot_performance_box"
17034   output-file-type: ".html"
17035   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17036   data: "plot-dpdk-throughput-latency-3n-hsw"
17037   filter: "'NIC_Intel-X710' and
17038            '64B' and
17039            'BASE' and
17040            'NDRPDR' and
17041            '2T2C' and
17042            'IP4FWD'"
17043   parameters:
17044   - "throughput"
17045   - "parent"
17046   - "tags"
17047   traces:
17048     hoverinfo: "x+y"
17049     boxpoints: "outliers"
17050     whiskerwidth: 0
17051   layout:
17052     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17053     layout: "plot-throughput"
17054
17055 - type: "plot"
17056   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17057   algorithm: "plot_performance_box"
17058   output-file-type: ".html"
17059   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17060   data: "plot-dpdk-throughput-latency-3n-hsw"
17061   filter: "'NIC_Intel-X710' and
17062            '64B' and
17063            'BASE' and
17064            'NDRPDR' and
17065            '1T1C' and
17066            'IP4FWD'"
17067   parameters:
17068   - "throughput"
17069   - "parent"
17070   - "tags"
17071   traces:
17072     hoverinfo: "x+y"
17073     boxpoints: "outliers"
17074     whiskerwidth: 0
17075   layout:
17076     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17077     layout: "plot-throughput"
17078
17079 - type: "plot"
17080   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17081   algorithm: "plot_performance_box"
17082   output-file-type: ".html"
17083   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17084   data: "plot-dpdk-throughput-latency-3n-hsw"
17085   filter: "'NIC_Intel-X710' and
17086            '64B' and
17087            'BASE' and
17088            'NDRPDR' and
17089            '2T2C' and
17090            'IP4FWD'"
17091   parameters:
17092   - "throughput"
17093   - "parent"
17094   - "tags"
17095   traces:
17096     hoverinfo: "x+y"
17097     boxpoints: "outliers"
17098     whiskerwidth: 0
17099   layout:
17100     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17101     layout: "plot-throughput"
17102
17103 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17104 - type: "plot"
17105   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17106   algorithm: "plot_performance_box"
17107   output-file-type: ".html"
17108   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17109   data: "plot-dpdk-throughput-latency-3n-hsw"
17110   filter: "'NIC_Intel-XL710' and
17111            '64B' and
17112            'BASE' and
17113            'NDRPDR' and
17114            '1T1C' and
17115            'IP4FWD'"
17116   parameters:
17117   - "throughput"
17118   - "parent"
17119   - "tags"
17120   traces:
17121     hoverinfo: "x+y"
17122     boxpoints: "outliers"
17123     whiskerwidth: 0
17124   layout:
17125     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17126     layout: "plot-throughput"
17127
17128 - type: "plot"
17129   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17130   algorithm: "plot_performance_box"
17131   output-file-type: ".html"
17132   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17133   data: "plot-dpdk-throughput-latency-3n-hsw"
17134   filter: "'NIC_Intel-XL710' and
17135            '64B' and
17136            'BASE' and
17137            'NDRPDR' and
17138            '2T2C' and
17139            'IP4FWD'"
17140   parameters:
17141   - "throughput"
17142   - "parent"
17143   - "tags"
17144   traces:
17145     hoverinfo: "x+y"
17146     boxpoints: "outliers"
17147     whiskerwidth: 0
17148   layout:
17149     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17150     layout: "plot-throughput"
17151
17152 - type: "plot"
17153   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17154   algorithm: "plot_performance_box"
17155   output-file-type: ".html"
17156   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17157   data: "plot-dpdk-throughput-latency-3n-hsw"
17158   filter: "'NIC_Intel-XL710' and
17159            '64B' and
17160            'BASE' and
17161            'NDRPDR' and
17162            '1T1C' and
17163            'IP4FWD'"
17164   parameters:
17165   - "throughput"
17166   - "parent"
17167   - "tags"
17168   traces:
17169     hoverinfo: "x+y"
17170     boxpoints: "outliers"
17171     whiskerwidth: 0
17172   layout:
17173     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17174     layout: "plot-throughput"
17175
17176 - type: "plot"
17177   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17178   algorithm: "plot_performance_box"
17179   output-file-type: ".html"
17180   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17181   data: "plot-dpdk-throughput-latency-3n-hsw"
17182   filter: "'NIC_Intel-XL710' and
17183            '64B' and
17184            'BASE' and
17185            'NDRPDR' and
17186            '2T2C' and
17187            'IP4FWD'"
17188   parameters:
17189   - "throughput"
17190   - "parent"
17191   - "tags"
17192   traces:
17193     hoverinfo: "x+y"
17194     boxpoints: "outliers"
17195     whiskerwidth: 0
17196   layout:
17197     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17198     layout: "plot-throughput"
17199
17200 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17201 - type: "plot"
17202   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17203   algorithm: "plot_performance_box"
17204   output-file-type: ".html"
17205   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17206   data: "plot-dpdk-throughput-latency-3n-skx"
17207   filter: "'NIC_Intel-X710' and
17208            '64B' and
17209            'BASE' and
17210            'NDRPDR' and
17211            '2T1C' and
17212            'IP4FWD'"
17213   parameters:
17214   - "throughput"
17215   - "parent"
17216   - "tags"
17217   traces:
17218     hoverinfo: "x+y"
17219     boxpoints: "outliers"
17220     whiskerwidth: 0
17221   layout:
17222     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17223     layout: "plot-throughput"
17224
17225 - type: "plot"
17226   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17227   algorithm: "plot_performance_box"
17228   output-file-type: ".html"
17229   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17230   data: "plot-dpdk-throughput-latency-3n-skx"
17231   filter: "'NIC_Intel-X710' and
17232            '64B' and
17233            'BASE' and
17234            'NDRPDR' and
17235            '4T2C' and
17236            'IP4FWD'"
17237   parameters:
17238   - "throughput"
17239   - "parent"
17240   - "tags"
17241   traces:
17242     hoverinfo: "x+y"
17243     boxpoints: "outliers"
17244     whiskerwidth: 0
17245   layout:
17246     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17247     layout: "plot-throughput"
17248
17249 - type: "plot"
17250   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17251   algorithm: "plot_performance_box"
17252   output-file-type: ".html"
17253   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17254   data: "plot-dpdk-throughput-latency-3n-skx"
17255   filter: "'NIC_Intel-X710' and
17256            '64B' and
17257            'BASE' and
17258            'NDRPDR' and
17259            '2T1C' and
17260            'IP4FWD'"
17261   parameters:
17262   - "throughput"
17263   - "parent"
17264   - "tags"
17265   traces:
17266     hoverinfo: "x+y"
17267     boxpoints: "outliers"
17268     whiskerwidth: 0
17269   layout:
17270     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17271     layout: "plot-throughput"
17272
17273 - type: "plot"
17274   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17275   algorithm: "plot_performance_box"
17276   output-file-type: ".html"
17277   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17278   data: "plot-dpdk-throughput-latency-3n-skx"
17279   filter: "'NIC_Intel-X710' and
17280            '64B' and
17281            'BASE' and
17282            'NDRPDR' and
17283            '4T2C' and
17284            'IP4FWD'"
17285   parameters:
17286   - "throughput"
17287   - "parent"
17288   - "tags"
17289   traces:
17290     hoverinfo: "x+y"
17291     boxpoints: "outliers"
17292     whiskerwidth: 0
17293   layout:
17294     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17295     layout: "plot-throughput"
17296
17297 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17298 - type: "plot"
17299   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17300   algorithm: "plot_performance_box"
17301   output-file-type: ".html"
17302   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17303   data: "plot-dpdk-throughput-latency-3n-skx"
17304   filter: "'NIC_Intel-XXV710' and
17305            '64B' and
17306            'BASE' and
17307            'NDRPDR' and
17308            '2T1C' and
17309            'IP4FWD'"
17310   parameters:
17311   - "throughput"
17312   - "parent"
17313   - "tags"
17314   traces:
17315     hoverinfo: "x+y"
17316     boxpoints: "outliers"
17317     whiskerwidth: 0
17318   layout:
17319     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17320     layout: "plot-throughput"
17321
17322 - type: "plot"
17323   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17324   algorithm: "plot_performance_box"
17325   output-file-type: ".html"
17326   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17327   data: "plot-dpdk-throughput-latency-3n-skx"
17328   filter: "'NIC_Intel-XXV710' and
17329            '64B' and
17330            'BASE' and
17331            'NDRPDR' and
17332            '4T2C' and
17333            'IP4FWD'"
17334   parameters:
17335   - "throughput"
17336   - "parent"
17337   - "tags"
17338   traces:
17339     hoverinfo: "x+y"
17340     boxpoints: "outliers"
17341     whiskerwidth: 0
17342   layout:
17343     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17344     layout: "plot-throughput"
17345
17346 - type: "plot"
17347   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17348   algorithm: "plot_performance_box"
17349   output-file-type: ".html"
17350   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17351   data: "plot-dpdk-throughput-latency-3n-skx"
17352   filter: "'NIC_Intel-XXV710' and
17353            '64B' and
17354            'BASE' and
17355            'NDRPDR' and
17356            '2T1C' and
17357            'IP4FWD'"
17358   parameters:
17359   - "throughput"
17360   - "parent"
17361   - "tags"
17362   traces:
17363     hoverinfo: "x+y"
17364     boxpoints: "outliers"
17365     whiskerwidth: 0
17366   layout:
17367     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17368     layout: "plot-throughput"
17369
17370 - type: "plot"
17371   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17372   algorithm: "plot_performance_box"
17373   output-file-type: ".html"
17374   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17375   data: "plot-dpdk-throughput-latency-3n-skx"
17376   filter: "'NIC_Intel-XXV710' and
17377            '64B' and
17378            'BASE' and
17379            'NDRPDR' and
17380            '4T2C' and
17381            'IP4FWD'"
17382   parameters:
17383   - "throughput"
17384   - "parent"
17385   - "tags"
17386   traces:
17387     hoverinfo: "x+y"
17388     boxpoints: "outliers"
17389     whiskerwidth: 0
17390   layout:
17391     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17392     layout: "plot-throughput"
17393
17394 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17395 - type: "plot"
17396   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17397   algorithm: "plot_performance_box"
17398   output-file-type: ".html"
17399   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17400   data: "plot-dpdk-throughput-latency-2n-skx"
17401   filter: "'NIC_Intel-X710' and
17402            '64B' and
17403            'BASE' and
17404            'NDRPDR' and
17405            '2T1C' and
17406            'IP4FWD'"
17407   parameters:
17408   - "throughput"
17409   - "parent"
17410   - "tags"
17411   traces:
17412     hoverinfo: "x+y"
17413     boxpoints: "outliers"
17414     whiskerwidth: 0
17415   layout:
17416     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17417     layout: "plot-throughput"
17418
17419 - type: "plot"
17420   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17421   algorithm: "plot_performance_box"
17422   output-file-type: ".html"
17423   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17424   data: "plot-dpdk-throughput-latency-2n-skx"
17425   filter: "'NIC_Intel-X710' and
17426            '64B' and
17427            'BASE' and
17428            'NDRPDR' and
17429            '4T2C' and
17430            'IP4FWD'"
17431   parameters:
17432   - "throughput"
17433   - "parent"
17434   - "tags"
17435   traces:
17436     hoverinfo: "x+y"
17437     boxpoints: "outliers"
17438     whiskerwidth: 0
17439   layout:
17440     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17441     layout: "plot-throughput"
17442
17443 - type: "plot"
17444   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17445   algorithm: "plot_performance_box"
17446   output-file-type: ".html"
17447   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17448   data: "plot-dpdk-throughput-latency-2n-skx"
17449   filter: "'NIC_Intel-X710' and
17450            '64B' and
17451            'BASE' and
17452            'NDRPDR' and
17453            '2T1C' and
17454            'IP4FWD'"
17455   parameters:
17456   - "throughput"
17457   - "parent"
17458   - "tags"
17459   traces:
17460     hoverinfo: "x+y"
17461     boxpoints: "outliers"
17462     whiskerwidth: 0
17463   layout:
17464     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17465     layout: "plot-throughput"
17466
17467 - type: "plot"
17468   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17469   algorithm: "plot_performance_box"
17470   output-file-type: ".html"
17471   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17472   data: "plot-dpdk-throughput-latency-2n-skx"
17473   filter: "'NIC_Intel-X710' and
17474            '64B' and
17475            'BASE' and
17476            'NDRPDR' and
17477            '4T2C' and
17478            'IP4FWD'"
17479   parameters:
17480   - "throughput"
17481   - "parent"
17482   - "tags"
17483   traces:
17484     hoverinfo: "x+y"
17485     boxpoints: "outliers"
17486     whiskerwidth: 0
17487   layout:
17488     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17489     layout: "plot-throughput"
17490
17491 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17492 - type: "plot"
17493   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17494   algorithm: "plot_performance_box"
17495   output-file-type: ".html"
17496   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17497   data: "plot-dpdk-throughput-latency-2n-skx"
17498   filter: "'NIC_Intel-XXV710' and
17499            '64B' and
17500            'BASE' and
17501            'NDRPDR' and
17502            '2T1C' and
17503            'IP4FWD'"
17504   parameters:
17505   - "throughput"
17506   - "parent"
17507   - "tags"
17508   traces:
17509     hoverinfo: "x+y"
17510     boxpoints: "outliers"
17511     whiskerwidth: 0
17512   layout:
17513     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17514     layout: "plot-throughput"
17515
17516 - type: "plot"
17517   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17518   algorithm: "plot_performance_box"
17519   output-file-type: ".html"
17520   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17521   data: "plot-dpdk-throughput-latency-2n-skx"
17522   filter: "'NIC_Intel-XXV710' and
17523            '64B' and
17524            'BASE' and
17525            'NDRPDR' and
17526            '4T2C' and
17527            'IP4FWD'"
17528   parameters:
17529   - "throughput"
17530   - "parent"
17531   - "tags"
17532   traces:
17533     hoverinfo: "x+y"
17534     boxpoints: "outliers"
17535     whiskerwidth: 0
17536   layout:
17537     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17538     layout: "plot-throughput"
17539
17540 - type: "plot"
17541   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17542   algorithm: "plot_performance_box"
17543   output-file-type: ".html"
17544   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17545   data: "plot-dpdk-throughput-latency-2n-skx"
17546   filter: "'NIC_Intel-XXV710' and
17547            '64B' and
17548            'BASE' and
17549            'NDRPDR' and
17550            '2T1C' and
17551            'IP4FWD'"
17552   parameters:
17553   - "throughput"
17554   - "parent"
17555   - "tags"
17556   traces:
17557     hoverinfo: "x+y"
17558     boxpoints: "outliers"
17559     whiskerwidth: 0
17560   layout:
17561     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17562     layout: "plot-throughput"
17563
17564 - type: "plot"
17565   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17566   algorithm: "plot_performance_box"
17567   output-file-type: ".html"
17568   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17569   data: "plot-dpdk-throughput-latency-2n-skx"
17570   filter: "'NIC_Intel-XXV710' and
17571            '64B' and
17572            'BASE' and
17573            'NDRPDR' and
17574            '4T2C' and
17575            'IP4FWD'"
17576   parameters:
17577   - "throughput"
17578   - "parent"
17579   - "tags"
17580   traces:
17581     hoverinfo: "x+y"
17582     boxpoints: "outliers"
17583     whiskerwidth: 0
17584   layout:
17585     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17586     layout: "plot-throughput"
17587
17588 ################################################################################
17589
17590 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17591 - type: "plot"
17592   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17593   algorithm: "plot_performance_box"
17594   output-file-type: ".html"
17595   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17596   data: "plot-dpdk-throughput-latency-3n-hsw"
17597   filter: "'NIC_Intel-X520-DA2' and
17598            '64B' and
17599            'BASE' and
17600            'NDRPDR' and
17601            '1T1C' and
17602            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17603   parameters:
17604   - "throughput"
17605   - "parent"
17606   - "tags"
17607   traces:
17608     hoverinfo: "x+y"
17609     boxpoints: "outliers"
17610     whiskerwidth: 0
17611   layout:
17612     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17613     layout: "plot-throughput"
17614
17615 - type: "plot"
17616   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17617   algorithm: "plot_performance_box"
17618   output-file-type: ".html"
17619   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17620   data: "plot-dpdk-throughput-latency-3n-hsw"
17621   filter: "'NIC_Intel-X520-DA2' and
17622            '64B' and
17623            'BASE' and
17624            'NDRPDR' and
17625            '2T2C' and
17626            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17627   parameters:
17628   - "throughput"
17629   - "parent"
17630   - "tags"
17631   traces:
17632     hoverinfo: "x+y"
17633     boxpoints: "outliers"
17634     whiskerwidth: 0
17635   layout:
17636     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17637     layout: "plot-throughput"
17638
17639 - type: "plot"
17640   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17641   algorithm: "plot_performance_box"
17642   output-file-type: ".html"
17643   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17644   data: "plot-dpdk-throughput-latency-3n-hsw"
17645   filter: "'NIC_Intel-X520-DA2' and
17646            '64B' and
17647            'BASE' and
17648            'NDRPDR' and
17649            '1T1C' and
17650            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17651   parameters:
17652   - "throughput"
17653   - "parent"
17654   - "tags"
17655   traces:
17656     hoverinfo: "x+y"
17657     boxpoints: "outliers"
17658     whiskerwidth: 0
17659   layout:
17660     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17661     layout: "plot-throughput"
17662
17663 - type: "plot"
17664   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17665   algorithm: "plot_performance_box"
17666   output-file-type: ".html"
17667   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17668   data: "plot-dpdk-throughput-latency-3n-hsw"
17669   filter: "'NIC_Intel-X520-DA2' and
17670            '64B' and
17671            'BASE' and
17672            'NDRPDR' and
17673            '2T2C' and
17674            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17675   parameters:
17676   - "throughput"
17677   - "parent"
17678   - "tags"
17679   traces:
17680     hoverinfo: "x+y"
17681     boxpoints: "outliers"
17682     whiskerwidth: 0
17683   layout:
17684     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17685     layout: "plot-throughput"
17686
17687 # Packet Throughput - DPDK testpmd 3n-hsw-x710
17688 - type: "plot"
17689   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17690   algorithm: "plot_performance_box"
17691   output-file-type: ".html"
17692   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17693   data: "plot-dpdk-throughput-latency-3n-hsw"
17694   filter: "'NIC_Intel-X710' and
17695            '64B' and
17696            'BASE' and
17697            'NDRPDR' and
17698            '1T1C' and
17699            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17700   parameters:
17701   - "throughput"
17702   - "parent"
17703   - "tags"
17704   traces:
17705     hoverinfo: "x+y"
17706     boxpoints: "outliers"
17707     whiskerwidth: 0
17708   layout:
17709     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17710     layout: "plot-throughput"
17711
17712 - type: "plot"
17713   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17714   algorithm: "plot_performance_box"
17715   output-file-type: ".html"
17716   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17717   data: "plot-dpdk-throughput-latency-3n-hsw"
17718   filter: "'NIC_Intel-X710' and
17719            '64B' and
17720            'BASE' and
17721            'NDRPDR' and
17722            '2T2C' and
17723            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17724   parameters:
17725   - "throughput"
17726   - "parent"
17727   - "tags"
17728   traces:
17729     hoverinfo: "x+y"
17730     boxpoints: "outliers"
17731     whiskerwidth: 0
17732   layout:
17733     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17734     layout: "plot-throughput"
17735
17736 - type: "plot"
17737   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17738   algorithm: "plot_performance_box"
17739   output-file-type: ".html"
17740   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17741   data: "plot-dpdk-throughput-latency-3n-hsw"
17742   filter: "'NIC_Intel-X710' and
17743            '64B' and
17744            'BASE' and
17745            'NDRPDR' and
17746            '1T1C' and
17747            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17748   parameters:
17749   - "throughput"
17750   - "parent"
17751   - "tags"
17752   traces:
17753     hoverinfo: "x+y"
17754     boxpoints: "outliers"
17755     whiskerwidth: 0
17756   layout:
17757     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17758     layout: "plot-throughput"
17759
17760 - type: "plot"
17761   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17762   algorithm: "plot_performance_box"
17763   output-file-type: ".html"
17764   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17765   data: "plot-dpdk-throughput-latency-3n-hsw"
17766   filter: "'NIC_Intel-X710' and
17767            '64B' and
17768            'BASE' and
17769            'NDRPDR' and
17770            '2T2C' and
17771            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17772   parameters:
17773   - "throughput"
17774   - "parent"
17775   - "tags"
17776   traces:
17777     hoverinfo: "x+y"
17778     boxpoints: "outliers"
17779     whiskerwidth: 0
17780   layout:
17781     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17782     layout: "plot-throughput"
17783
17784 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
17785 - type: "plot"
17786   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17787   algorithm: "plot_performance_box"
17788   output-file-type: ".html"
17789   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17790   data: "plot-dpdk-throughput-latency-3n-hsw"
17791   filter: "'NIC_Intel-XL710' and
17792            '64B' and
17793            'BASE' and
17794            'NDRPDR' and
17795            '1T1C' and
17796            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17797   parameters:
17798   - "throughput"
17799   - "parent"
17800   - "tags"
17801   traces:
17802     hoverinfo: "x+y"
17803     boxpoints: "outliers"
17804     whiskerwidth: 0
17805   layout:
17806     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17807     layout: "plot-throughput"
17808
17809 - type: "plot"
17810   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17811   algorithm: "plot_performance_box"
17812   output-file-type: ".html"
17813   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17814   data: "plot-dpdk-throughput-latency-3n-hsw"
17815   filter: "'NIC_Intel-XL710' and
17816            '64B' and
17817            'BASE' and
17818            'NDRPDR' and
17819            '2T2C' and
17820            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17821   parameters:
17822   - "throughput"
17823   - "parent"
17824   - "tags"
17825   traces:
17826     hoverinfo: "x+y"
17827     boxpoints: "outliers"
17828     whiskerwidth: 0
17829   layout:
17830     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17831     layout: "plot-throughput"
17832
17833 - type: "plot"
17834   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17835   algorithm: "plot_performance_box"
17836   output-file-type: ".html"
17837   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17838   data: "plot-dpdk-throughput-latency-3n-hsw"
17839   filter: "'NIC_Intel-XL710' and
17840            '64B' and
17841            'BASE' and
17842            'NDRPDR' and
17843            '1T1C' and
17844            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17845   parameters:
17846   - "throughput"
17847   - "parent"
17848   - "tags"
17849   traces:
17850     hoverinfo: "x+y"
17851     boxpoints: "outliers"
17852     whiskerwidth: 0
17853   layout:
17854     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17855     layout: "plot-throughput"
17856
17857 - type: "plot"
17858   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17859   algorithm: "plot_performance_box"
17860   output-file-type: ".html"
17861   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17862   data: "plot-dpdk-throughput-latency-3n-hsw"
17863   filter: "'NIC_Intel-XL710' and
17864            '64B' and
17865            'BASE' and
17866            'NDRPDR' and
17867            '2T2C' and
17868            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17869   parameters:
17870   - "throughput"
17871   - "parent"
17872   - "tags"
17873   traces:
17874     hoverinfo: "x+y"
17875     boxpoints: "outliers"
17876     whiskerwidth: 0
17877   layout:
17878     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17879     layout: "plot-throughput"
17880
17881 # Packet Throughput - DPDK testpmd 3n-skx-x710
17882 - type: "plot"
17883   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17884   algorithm: "plot_performance_box"
17885   output-file-type: ".html"
17886   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17887   data: "plot-dpdk-throughput-latency-3n-skx"
17888   filter: "'NIC_Intel-X710' and
17889            '64B' and
17890            'BASE' and
17891            'NDRPDR' and
17892            '2T1C' and
17893            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17894   parameters:
17895   - "throughput"
17896   - "parent"
17897   - "tags"
17898   traces:
17899     hoverinfo: "x+y"
17900     boxpoints: "outliers"
17901     whiskerwidth: 0
17902   layout:
17903     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17904     layout: "plot-throughput"
17905
17906 - type: "plot"
17907   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17908   algorithm: "plot_performance_box"
17909   output-file-type: ".html"
17910   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17911   data: "plot-dpdk-throughput-latency-3n-skx"
17912   filter: "'NIC_Intel-X710' and
17913            '64B' and
17914            'BASE' and
17915            'NDRPDR' and
17916            '4T2C' and
17917            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17918   parameters:
17919   - "throughput"
17920   - "parent"
17921   - "tags"
17922   traces:
17923     hoverinfo: "x+y"
17924     boxpoints: "outliers"
17925     whiskerwidth: 0
17926   layout:
17927     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17928     layout: "plot-throughput"
17929
17930 - type: "plot"
17931   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17932   algorithm: "plot_performance_box"
17933   output-file-type: ".html"
17934   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17935   data: "plot-dpdk-throughput-latency-3n-skx"
17936   filter: "'NIC_Intel-X710' and
17937            '64B' and
17938            'BASE' and
17939            'NDRPDR' and
17940            '2T1C' and
17941            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17942   parameters:
17943   - "throughput"
17944   - "parent"
17945   - "tags"
17946   traces:
17947     hoverinfo: "x+y"
17948     boxpoints: "outliers"
17949     whiskerwidth: 0
17950   layout:
17951     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17952     layout: "plot-throughput"
17953
17954 - type: "plot"
17955   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17956   algorithm: "plot_performance_box"
17957   output-file-type: ".html"
17958   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17959   data: "plot-dpdk-throughput-latency-3n-skx"
17960   filter: "'NIC_Intel-X710' and
17961            '64B' and
17962            'BASE' and
17963            'NDRPDR' and
17964            '4T2C' and
17965            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17966   parameters:
17967   - "throughput"
17968   - "parent"
17969   - "tags"
17970   traces:
17971     hoverinfo: "x+y"
17972     boxpoints: "outliers"
17973     whiskerwidth: 0
17974   layout:
17975     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17976     layout: "plot-throughput"
17977
17978 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
17979 - type: "plot"
17980   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17981   algorithm: "plot_performance_box"
17982   output-file-type: ".html"
17983   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17984   data: "plot-dpdk-throughput-latency-3n-skx"
17985   filter: "'NIC_Intel-XXV710' and
17986            '64B' and
17987            'BASE' and
17988            'NDRPDR' and
17989            '2T1C' and
17990            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17991   parameters:
17992   - "throughput"
17993   - "parent"
17994   - "tags"
17995   traces:
17996     hoverinfo: "x+y"
17997     boxpoints: "outliers"
17998     whiskerwidth: 0
17999   layout:
18000     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18001     layout: "plot-throughput"
18002
18003 - type: "plot"
18004   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18005   algorithm: "plot_performance_box"
18006   output-file-type: ".html"
18007   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18008   data: "plot-dpdk-throughput-latency-3n-skx"
18009   filter: "'NIC_Intel-XXV710' and
18010            '64B' and
18011            'BASE' and
18012            'NDRPDR' and
18013            '4T2C' and
18014            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18015   parameters:
18016   - "throughput"
18017   - "parent"
18018   - "tags"
18019   traces:
18020     hoverinfo: "x+y"
18021     boxpoints: "outliers"
18022     whiskerwidth: 0
18023   layout:
18024     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18025     layout: "plot-throughput"
18026
18027 - type: "plot"
18028   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18029   algorithm: "plot_performance_box"
18030   output-file-type: ".html"
18031   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18032   data: "plot-dpdk-throughput-latency-3n-skx"
18033   filter: "'NIC_Intel-XXV710' and
18034            '64B' and
18035            'BASE' and
18036            'NDRPDR' and
18037            '2T1C' and
18038            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18039   parameters:
18040   - "throughput"
18041   - "parent"
18042   - "tags"
18043   traces:
18044     hoverinfo: "x+y"
18045     boxpoints: "outliers"
18046     whiskerwidth: 0
18047   layout:
18048     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18049     layout: "plot-throughput"
18050
18051 - type: "plot"
18052   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18053   algorithm: "plot_performance_box"
18054   output-file-type: ".html"
18055   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18056   data: "plot-dpdk-throughput-latency-3n-skx"
18057   filter: "'NIC_Intel-XXV710' and
18058            '64B' and
18059            'BASE' and
18060            'NDRPDR' and
18061            '4T2C' and
18062            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18063   parameters:
18064   - "throughput"
18065   - "parent"
18066   - "tags"
18067   traces:
18068     hoverinfo: "x+y"
18069     boxpoints: "outliers"
18070     whiskerwidth: 0
18071   layout:
18072     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18073     layout: "plot-throughput"
18074
18075 # Packet Throughput - DPDK testpmd 2n-skx-x710
18076 - type: "plot"
18077   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18078   algorithm: "plot_performance_box"
18079   output-file-type: ".html"
18080   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18081   data: "plot-dpdk-throughput-latency-2n-skx"
18082   filter: "'NIC_Intel-X710' and
18083            '64B' and
18084            'BASE' and
18085            'NDRPDR' and
18086            '2T1C' and
18087            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18088   parameters:
18089   - "throughput"
18090   - "parent"
18091   - "tags"
18092   traces:
18093     hoverinfo: "x+y"
18094     boxpoints: "outliers"
18095     whiskerwidth: 0
18096   layout:
18097     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18098     layout: "plot-throughput"
18099
18100 - type: "plot"
18101   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18102   algorithm: "plot_performance_box"
18103   output-file-type: ".html"
18104   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18105   data: "plot-dpdk-throughput-latency-2n-skx"
18106   filter: "'NIC_Intel-X710' and
18107            '64B' and
18108            'BASE' and
18109            'NDRPDR' and
18110            '4T2C' and
18111            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18112   parameters:
18113   - "throughput"
18114   - "parent"
18115   - "tags"
18116   traces:
18117     hoverinfo: "x+y"
18118     boxpoints: "outliers"
18119     whiskerwidth: 0
18120   layout:
18121     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18122     layout: "plot-throughput"
18123
18124 - type: "plot"
18125   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18126   algorithm: "plot_performance_box"
18127   output-file-type: ".html"
18128   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18129   data: "plot-dpdk-throughput-latency-2n-skx"
18130   filter: "'NIC_Intel-X710' and
18131            '64B' and
18132            'BASE' and
18133            'NDRPDR' and
18134            '2T1C' and
18135            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18136   parameters:
18137   - "throughput"
18138   - "parent"
18139   - "tags"
18140   traces:
18141     hoverinfo: "x+y"
18142     boxpoints: "outliers"
18143     whiskerwidth: 0
18144   layout:
18145     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18146     layout: "plot-throughput"
18147
18148 - type: "plot"
18149   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18150   algorithm: "plot_performance_box"
18151   output-file-type: ".html"
18152   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18153   data: "plot-dpdk-throughput-latency-2n-skx"
18154   filter: "'NIC_Intel-X710' and
18155            '64B' and
18156            'BASE' and
18157            'NDRPDR' and
18158            '4T2C' and
18159            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18160   parameters:
18161   - "throughput"
18162   - "parent"
18163   - "tags"
18164   traces:
18165     hoverinfo: "x+y"
18166     boxpoints: "outliers"
18167     whiskerwidth: 0
18168   layout:
18169     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18170     layout: "plot-throughput"
18171
18172 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18173 - type: "plot"
18174   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18175   algorithm: "plot_performance_box"
18176   output-file-type: ".html"
18177   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18178   data: "plot-dpdk-throughput-latency-2n-skx"
18179   filter: "'NIC_Intel-XXV710' and
18180            '64B' and
18181            'BASE' and
18182            'NDRPDR' and
18183            '2T1C' and
18184            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18185   parameters:
18186   - "throughput"
18187   - "parent"
18188   - "tags"
18189   traces:
18190     hoverinfo: "x+y"
18191     boxpoints: "outliers"
18192     whiskerwidth: 0
18193   layout:
18194     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18195     layout: "plot-throughput"
18196
18197 - type: "plot"
18198   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18199   algorithm: "plot_performance_box"
18200   output-file-type: ".html"
18201   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18202   data: "plot-dpdk-throughput-latency-2n-skx"
18203   filter: "'NIC_Intel-XXV710' and
18204            '64B' and
18205            'BASE' and
18206            'NDRPDR' and
18207            '4T2C' and
18208            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18209   parameters:
18210   - "throughput"
18211   - "parent"
18212   - "tags"
18213   traces:
18214     hoverinfo: "x+y"
18215     boxpoints: "outliers"
18216     whiskerwidth: 0
18217   layout:
18218     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18219     layout: "plot-throughput"
18220
18221 - type: "plot"
18222   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18223   algorithm: "plot_performance_box"
18224   output-file-type: ".html"
18225   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18226   data: "plot-dpdk-throughput-latency-2n-skx"
18227   filter: "'NIC_Intel-XXV710' and
18228            '64B' and
18229            'BASE' and
18230            'NDRPDR' and
18231            '2T1C' and
18232            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18233   parameters:
18234   - "throughput"
18235   - "parent"
18236   - "tags"
18237   traces:
18238     hoverinfo: "x+y"
18239     boxpoints: "outliers"
18240     whiskerwidth: 0
18241   layout:
18242     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18243     layout: "plot-throughput"
18244
18245 - type: "plot"
18246   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18247   algorithm: "plot_performance_box"
18248   output-file-type: ".html"
18249   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18250   data: "plot-dpdk-throughput-latency-2n-skx"
18251   filter: "'NIC_Intel-XXV710' and
18252            '64B' and
18253            'BASE' and
18254            'NDRPDR' and
18255            '4T2C' and
18256            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18257   parameters:
18258   - "throughput"
18259   - "parent"
18260   - "tags"
18261   traces:
18262     hoverinfo: "x+y"
18263     boxpoints: "outliers"
18264     whiskerwidth: 0
18265   layout:
18266     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18267     layout: "plot-throughput"
18268
18269 ################################################################################
18270
18271 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18272 - type: "plot"
18273   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18274   algorithm: "plot_latency_error_bars"
18275   output-file-type: ".html"
18276   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18277   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18278   filter: "'NIC_Intel-X520-DA2' and
18279            '64B' and
18280            ('BASE' or 'SCALE') and
18281            'NDRPDR' and
18282            'ETH' and
18283            '1T1C' and
18284            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18285            not 'VHOST' and
18286            not 'MEMIF'"
18287   parameters:
18288   - "latency"
18289   - "parent"
18290   - "tags"
18291   sort:
18292   - "L2XCFWD"
18293   - "L2PATCH"
18294   - "L2BDMACLRN"
18295   - "FIB_10K"
18296   - "FIB_100K"
18297   - "FIB_1M"
18298   layout:
18299     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18300     layout: "plot-latency"
18301
18302 - type: "plot"
18303   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18304   algorithm: "plot_latency_error_bars"
18305   output-file-type: ".html"
18306   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18307   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18308   filter: "'NIC_Intel-X520-DA2' and
18309            '64B' and
18310            ('BASE' or 'SCALE') and
18311            'NDRPDR' and
18312            'ETH' and
18313            '2T2C' and
18314            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18315            not 'VHOST' and
18316            not 'MEMIF'"
18317   parameters:
18318   - "latency"
18319   - "parent"
18320   - "tags"
18321   sort:
18322   - "L2XCFWD"
18323   - "L2PATCH"
18324   - "L2BDMACLRN"
18325   - "FIB_10K"
18326   - "FIB_100K"
18327   - "FIB_1M"
18328   layout:
18329     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18330     layout: "plot-latency"
18331
18332 # Packet Latency - VPP L2 3n-hsw-x520 features
18333 - type: "plot"
18334   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18335   algorithm: "plot_latency_error_bars"
18336   output-file-type: ".html"
18337   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18338   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18339   filter: "'NIC_Intel-X520-DA2' and
18340            '64B' and
18341            'NDRPDR' and
18342            '1T1C' and
18343            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18344            not 'ACL' and
18345            not 'VHOST' and
18346            not 'MEMIF'"
18347   parameters:
18348   - "latency"
18349   - "parent"
18350   - "tags"
18351   sort:
18352   - "L2XCBASE"    # l2xcbase
18353   - "L2BDBASE"    # l2bdbase
18354   - "L2XCFWD"     # dot1q-l2xcbase
18355   - "L2BDMACLRN"  # dot1q-l2bdbase
18356   layout:
18357     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18358     layout: "plot-latency"
18359
18360 - type: "plot"
18361   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18362   algorithm: "plot_latency_error_bars"
18363   output-file-type: ".html"
18364   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18365   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18366   filter: "'NIC_Intel-X520-DA2' and
18367            '64B' and
18368            'NDRPDR' and
18369            '2T2C' and
18370            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18371            not 'ACL' and
18372            not 'VHOST' and
18373            not 'MEMIF'"
18374   parameters:
18375   - "latency"
18376   - "parent"
18377   - "tags"
18378   sort:
18379   - "L2XCBASE"    # l2xcbase
18380   - "L2BDBASE"    # l2bdbase
18381   - "L2XCFWD"     # dot1q-l2xcbase
18382   - "L2BDMACLRN"  # dot1q-l2bdbase
18383   layout:
18384     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18385     layout: "plot-latency"
18386
18387 # Packet Latency - VPP L2 3n-hsw-x520 features-iacl
18388 - type: "plot"
18389   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18390   algorithm: "plot_latency_error_bars"
18391   output-file-type: ".html"
18392   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18393   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18394   filter: "'NIC_Intel-X520-DA2' and
18395            '64B' and
18396            'NDRPDR' and
18397            '1T1C' and
18398            'FEATURE' and
18399            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18400            'IACL' and
18401            ('ACL1' or 'ACL50') and
18402            ('10K_FLOWS' or '10k_FLOWS') and
18403            not 'MACIP' and
18404            not 'VHOST' and
18405            not 'MEMIF'"
18406   parameters:
18407   - "latency"
18408   - "parent"
18409   - "tags"
18410   layout:
18411     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18412     layout: "plot-latency"
18413
18414 - type: "plot"
18415   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18416   algorithm: "plot_latency_error_bars"
18417   output-file-type: ".html"
18418   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18419   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18420   filter: "'NIC_Intel-X520-DA2' and
18421            '64B' and
18422            'NDRPDR' and
18423            '2T2C' and
18424            'FEATURE' and
18425            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18426            'IACL' and
18427            ('ACL1' or 'ACL50') and
18428            ('10K_FLOWS' or '10k_FLOWS') and
18429            not 'MACIP' and
18430            not 'VHOST' and
18431            not 'MEMIF'"
18432   parameters:
18433   - "latency"
18434   - "parent"
18435   - "tags"
18436   layout:
18437     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18438     layout: "plot-latency"
18439
18440 # Packet Latency - VPP L2 3n-hsw-x520 features-oacl
18441 - type: "plot"
18442   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18443   algorithm: "plot_latency_error_bars"
18444   output-file-type: ".html"
18445   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18446   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18447   filter: "'NIC_Intel-X520-DA2' and
18448            '64B' and
18449            'NDRPDR' and
18450            '1T1C' and
18451            'FEATURE' and
18452            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18453            'OACL' and
18454            ('ACL1' or 'ACL50') and
18455            ('10K_FLOWS' or '10k_FLOWS') and
18456            not 'MACIP' and
18457            not 'VHOST' and
18458            not 'MEMIF'"
18459   parameters:
18460   - "latency"
18461   - "parent"
18462   - "tags"
18463   layout:
18464     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18465     layout: "plot-latency"
18466
18467 - type: "plot"
18468   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18469   algorithm: "plot_latency_error_bars"
18470   output-file-type: ".html"
18471   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18472   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18473   filter: "'NIC_Intel-X520-DA2' and
18474            '64B' and
18475            'NDRPDR' and
18476            '2T2C' and
18477            'FEATURE' and
18478            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18479            'OACL' and
18480            ('ACL1' or 'ACL50') and
18481            ('10K_FLOWS' or '10k_FLOWS') and
18482            not 'MACIP' and
18483            not 'VHOST' and
18484            not 'MEMIF'"
18485   parameters:
18486   - "latency"
18487   - "parent"
18488   - "tags"
18489   layout:
18490     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18491     layout: "plot-latency"
18492
18493 # Packet Latency - VPP L2 3n-hsw-x520 features-macip
18494 - type: "plot"
18495   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18496   algorithm: "plot_latency_error_bars"
18497   output-file-type: ".html"
18498   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18499   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18500   filter: "'NIC_Intel-X520-DA2' and
18501            '64B' and
18502            'NDRPDR' and
18503            '1T1C' and
18504            'FEATURE' and
18505            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18506            'MACIP' and
18507            ('ACL1' or 'ACL50') and
18508            ('10K_FLOWS' or '10k_FLOWS') and
18509            not 'VHOST' and
18510            not 'MEMIF'"
18511   parameters:
18512   - "latency"
18513   - "parent"
18514   - "tags"
18515   layout:
18516     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
18517     layout: "plot-latency"
18518
18519 - type: "plot"
18520   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18521   algorithm: "plot_latency_error_bars"
18522   output-file-type: ".html"
18523   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18524   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18525   filter: "'NIC_Intel-X520-DA2' and
18526            '64B' and
18527            'NDRPDR' and
18528            '2T2C' and
18529            'FEATURE' and
18530            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18531            'MACIP' and
18532            ('ACL1' or 'ACL50') and
18533            ('10K_FLOWS' or '10k_FLOWS') and
18534            not 'VHOST' and
18535            not 'MEMIF'"
18536   parameters:
18537   - "latency"
18538   - "parent"
18539   - "tags"
18540   layout:
18541     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
18542     layout: "plot-latency"
18543
18544 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18545 - type: "plot"
18546   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18547   algorithm: "plot_latency_error_bars"
18548   output-file-type: ".html"
18549   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18550   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18551   filter: "'NIC_Intel-X710' and
18552            '64B' and
18553            ('BASE' or 'SCALE') and
18554            'NDRPDR' and
18555            'ETH' and
18556            '1T1C' and
18557            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18558            not 'VHOST' and
18559            not 'MEMIF'"
18560   parameters:
18561   - "latency"
18562   - "parent"
18563   - "tags"
18564   sort:
18565   - "L2PATCH"
18566   - "L2XCFWD"
18567   - "L2BDMACLRN"
18568   - "FIB_10K"
18569   - "FIB_100K"
18570   - "FIB_1M"
18571   layout:
18572     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18573     layout: "plot-latency"
18574
18575 - type: "plot"
18576   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18577   algorithm: "plot_latency_error_bars"
18578   output-file-type: ".html"
18579   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18580   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18581   filter: "'NIC_Intel-X710' and
18582            '64B' and
18583            ('BASE' or 'SCALE') and
18584            'NDRPDR' and
18585            'ETH' and
18586            '2T2C' and
18587            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18588            not 'VHOST' and
18589            not 'MEMIF'"
18590   parameters:
18591   - "latency"
18592   - "parent"
18593   - "tags"
18594   sort:
18595   - "L2PATCH"
18596   - "L2XCFWD"
18597   - "L2BDMACLRN"
18598   - "FIB_10K"
18599   - "FIB_100K"
18600   - "FIB_1M"
18601   layout:
18602     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18603     layout: "plot-latency"
18604
18605 # Packet Latency - VPP L2 3n-hsw-x710 features
18606 - type: "plot"
18607   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18608   algorithm: "plot_latency_error_bars"
18609   output-file-type: ".html"
18610   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18611   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18612   filter: "'NIC_Intel-X710' and
18613            '64B' and
18614            'NDRPDR' and
18615            '1T1C' and
18616            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18617            not 'ACL' and
18618            not 'VHOST' and
18619            not 'L2OVRLAY' and
18620            not 'MEMIF'"
18621   parameters:
18622   - "latency"
18623   - "parent"
18624   - "tags"
18625   sort:
18626   - "L2XCBASE"    # l2xcbase
18627   - "L2BDBASE"    # l2bdbase
18628   - "L2XCFWD"     # dot1q-l2xcbase
18629   - "L2BDMACLRN"  # dot1q-l2bdbase
18630   layout:
18631     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18632     layout: "plot-latency"
18633
18634 - type: "plot"
18635   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18636   algorithm: "plot_latency_error_bars"
18637   output-file-type: ".html"
18638   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18639   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18640   filter: "'NIC_Intel-X710' and
18641            '64B' and
18642            'NDRPDR' and
18643            '2T2C' and
18644            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18645            not 'ACL' and
18646            not 'VHOST' and
18647            not 'L2OVRLAY' and
18648            not 'MEMIF'"
18649   parameters:
18650   - "latency"
18651   - "parent"
18652   - "tags"
18653   sort:
18654   - "L2XCBASE"    # l2xcbase
18655   - "L2BDBASE"    # l2bdbase
18656   - "L2XCFWD"     # dot1q-l2xcbase
18657   - "L2BDMACLRN"  # dot1q-l2bdbase
18658   layout:
18659     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18660     layout: "plot-latency"
18661
18662 # Packet Latency - VPP L2 3n-hsw-x710 features-iacl
18663 - type: "plot"
18664   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18665   algorithm: "plot_latency_error_bars"
18666   output-file-type: ".html"
18667   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18668   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18669   filter: "'NIC_Intel-X710' and
18670            '64B' and
18671            'NDRPDR' and
18672            '1T1C' and
18673            'FEATURE' and
18674            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18675            'IACL' and
18676            ('ACL1' or 'ACL50') and
18677            ('10K_FLOWS' or '10k_FLOWS') and
18678            not 'MACIP' and
18679            not 'VHOST' and
18680            not 'MEMIF'"
18681   parameters:
18682   - "latency"
18683   - "parent"
18684   - "tags"
18685   layout:
18686     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
18687     layout: "plot-latency"
18688
18689 - type: "plot"
18690   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18691   algorithm: "plot_latency_error_bars"
18692   output-file-type: ".html"
18693   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18694   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18695   filter: "'NIC_Intel-X710' and
18696            '64B' and
18697            'NDRPDR' and
18698            '2T2C' and
18699            'FEATURE' and
18700            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18701            'IACL' and
18702            ('ACL1' or 'ACL50') and
18703            ('10K_FLOWS' or '10k_FLOWS') and
18704            not 'MACIP' and
18705            not 'VHOST' and
18706            not 'MEMIF'"
18707   parameters:
18708   - "latency"
18709   - "parent"
18710   - "tags"
18711   layout:
18712     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
18713     layout: "plot-latency"
18714
18715 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18716 - type: "plot"
18717   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18718   algorithm: "plot_latency_error_bars"
18719   output-file-type: ".html"
18720   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18721   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18722   filter: "'NIC_Intel-XL710' and
18723            '64B' and
18724            'BASE' and
18725            'NDRPDR' and
18726            'ETH' and
18727            '1T1C' and
18728            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18729            not 'VHOST' and
18730            not 'MEMIF'"
18731   parameters:
18732   - "latency"
18733   - "parent"
18734   - "tags"
18735   sort:
18736   - "L2PATCH"
18737   - "L2XCFWD"
18738   - "L2BDMACLRN"
18739   layout:
18740     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
18741     layout: "plot-latency"
18742
18743 - type: "plot"
18744   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18745   algorithm: "plot_latency_error_bars"
18746   output-file-type: ".html"
18747   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18748   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18749   filter: "'NIC_Intel-XL710' and
18750            '64B' and
18751            'BASE' and
18752            'NDRPDR' and
18753            'ETH' and
18754            '2T2C' and
18755            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18756            not 'VHOST' and
18757            not 'MEMIF'"
18758   parameters:
18759   - "latency"
18760   - "parent"
18761   - "tags"
18762   sort:
18763   - "L2PATCH"
18764   - "L2XCFWD"
18765   - "L2BDMACLRN"
18766   layout:
18767     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
18768     layout: "plot-latency"
18769
18770 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18771 - type: "plot"
18772   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18773   algorithm: "plot_latency_error_bars"
18774   output-file-type: ".html"
18775   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18776   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18777   filter: "'NIC_Intel-X710' and
18778            '64B' and
18779            ('BASE' or 'SCALE') and
18780            'NDRPDR' and
18781            'ETH' and
18782            '2T1C' and
18783            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18784            not 'VHOST' and
18785            not 'MEMIF' and
18786            not 'DRV_AVF'"
18787   parameters:
18788   - "latency"
18789   - "parent"
18790   - "tags"
18791   sort:
18792   - "L2PATCH"
18793   - "L2XCBASE"
18794   - "BASE"
18795   - "FIB_10K"
18796   - "FIB_100K"
18797   - "FIB_1M"
18798   layout:
18799     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18800     layout: "plot-latency"
18801
18802 - type: "plot"
18803   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18804   algorithm: "plot_latency_error_bars"
18805   output-file-type: ".html"
18806   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18807   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18808   filter: "'NIC_Intel-X710' and
18809            '64B' and
18810            ('BASE' or 'SCALE') and
18811            'NDRPDR' and
18812            'ETH' and
18813            '4T2C' and
18814            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18815            not 'VHOST' and
18816            not 'MEMIF' and
18817            not 'DRV_AVF'"
18818   parameters:
18819   - "latency"
18820   - "parent"
18821   - "tags"
18822   sort:
18823   - "L2PATCH"
18824   - "L2XCBASE"
18825   - "BASE"
18826   - "FIB_10K"
18827   - "FIB_100K"
18828   - "FIB_1M"
18829   layout:
18830     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18831     layout: "plot-latency"
18832
18833 # Packet Latency - VPP L2 3n-skx-x710 features
18834 - type: "plot"
18835   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18836   algorithm: "plot_latency_error_bars"
18837   output-file-type: ".html"
18838   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18839   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18840   filter: "'NIC_Intel-X710' and
18841            '64B' and
18842            'NDRPDR' and
18843            '2T1C' and
18844            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18845            not 'ACL' and
18846            not 'VHOST' and
18847            not 'DRV_AVF' and
18848            not 'L2OVRLAY' and
18849            not 'MEMIF'"
18850   parameters:
18851   - "latency"
18852   - "parent"
18853   - "tags"
18854   sort:
18855   - "L2XCBASE"    # l2xcbase
18856   - "L2BDBASE"    # l2bdbase
18857   - "L2XCFWD"     # dot1q-l2xcbase
18858   - "L2BDMACLRN"  # dot1q-l2bdbase
18859   layout:
18860     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
18861     layout: "plot-latency"
18862
18863 - type: "plot"
18864   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18865   algorithm: "plot_latency_error_bars"
18866   output-file-type: ".html"
18867   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18869   filter: "'NIC_Intel-X710' and
18870            '64B' and
18871            'NDRPDR' and
18872            '4T2C' and
18873            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18874            not 'ACL' and
18875            not 'VHOST' and
18876            not 'DRV_AVF' and
18877            not 'L2OVRLAY' and
18878            not 'MEMIF'"
18879   parameters:
18880   - "latency"
18881   - "parent"
18882   - "tags"
18883   sort:
18884   - "L2XCBASE"    # l2xcbase
18885   - "L2BDBASE"    # l2bdbase
18886   - "L2XCFWD"     # dot1q-l2xcbase
18887   - "L2BDMACLRN"  # dot1q-l2bdbase
18888   layout:
18889     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
18890     layout: "plot-latency"
18891
18892 # Packet Latency - VPP L2 3n-skx-x710 features-iacl
18893 - type: "plot"
18894   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18895   algorithm: "plot_latency_error_bars"
18896   output-file-type: ".html"
18897   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18898   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18899   filter: "'NIC_Intel-X710' and
18900            '64B' and
18901            'NDRPDR' and
18902            '2T1C' and
18903            'FEATURE' and
18904            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18905            'IACL' and
18906            ('ACL1' or 'ACL50') and
18907            ('10K_FLOWS' or '10k_FLOWS') and
18908            not 'MACIP' and
18909            not 'VHOST' and
18910            not 'MEMIF'"
18911   parameters:
18912   - "latency"
18913   - "parent"
18914   - "tags"
18915   layout:
18916     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
18917     layout: "plot-latency"
18918
18919 - type: "plot"
18920   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18921   algorithm: "plot_latency_error_bars"
18922   output-file-type: ".html"
18923   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18924   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18925   filter: "'NIC_Intel-X710' and
18926            '64B' and
18927            'NDRPDR' and
18928            '4T2C' and
18929            'FEATURE' and
18930            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18931            'IACL' and
18932            ('ACL1' or 'ACL50') and
18933            ('10K_FLOWS' or '10k_FLOWS') and
18934            not 'MACIP' and
18935            not 'VHOST' and
18936            not 'MEMIF'"
18937   parameters:
18938   - "latency"
18939   - "parent"
18940   - "tags"
18941   layout:
18942     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
18943     layout: "plot-latency"
18944
18945 # Packet Latency - VPP L2 3n-skx-xxv710 base
18946 - type: "plot"
18947   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18948   algorithm: "plot_latency_error_bars"
18949   output-file-type: ".html"
18950   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18951   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18952   filter: "'NIC_Intel-XXV710' and
18953            '64B' and
18954            ('BASE' or 'SCALE') and
18955            'NDRPDR' and
18956            'ETH' and
18957            '2T1C' and
18958            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18959            not 'VHOST' and
18960            not 'MEMIF'"
18961   parameters:
18962   - "latency"
18963   - "parent"
18964   - "tags"
18965   sort:
18966   - "L2PATCH"
18967   - "L2PATCH"
18968   - "L2XCBASE"
18969   - "L2BDMACLRN"
18970   layout:
18971     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
18972     layout: "plot-latency"
18973
18974 - type: "plot"
18975   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18976   algorithm: "plot_latency_error_bars"
18977   output-file-type: ".html"
18978   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18979   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18980   filter: "'NIC_Intel-XXV710' and
18981            '64B' and
18982            ('BASE' or 'SCALE') and
18983            'NDRPDR' and
18984            'ETH' and
18985            '4T2C' and
18986            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18987            not 'VHOST' and
18988            not 'MEMIF'"
18989   parameters:
18990   - "latency"
18991   - "parent"
18992   - "tags"
18993   sort:
18994   - "L2PATCH"
18995   - "L2PATCH"
18996   - "L2XCBASE"
18997   - "L2BDMACLRN"
18998   layout:
18999     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
19000     layout: "plot-latency"
19001
19002 # Packet Latency - VPP L2 2n-skx-x710 base and scale
19003 - type: "plot"
19004   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19005   algorithm: "plot_latency_error_bars"
19006   output-file-type: ".html"
19007   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19008   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19009   filter: "'NIC_Intel-X710' and
19010            '64B' and
19011            'ETH' and
19012            ('BASE' or 'SCALE') and
19013            'NDRPDR' and
19014            '2T1C' and
19015            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19016            not 'VHOST' and
19017            not 'MEMIF'"
19018   parameters:
19019   - "latency"
19020   - "parent"
19021   - "tags"
19022   sort:
19023   - "L2PATCH"
19024   - "L2XCBASE"
19025   - "BASE"
19026   - "FIB_10K"
19027   - "FIB_100K"
19028   - "FIB_1M"
19029   layout:
19030     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19031     layout: "plot-latency"
19032
19033 - type: "plot"
19034   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19035   algorithm: "plot_latency_error_bars"
19036   output-file-type: ".html"
19037   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19038   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19039   filter: "'NIC_Intel-X710' and
19040            '64B' and
19041            ('BASE' or 'SCALE') and
19042            'NDRPDR' and
19043            'ETH' and
19044            '4T2C' and
19045            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19046            not 'VHOST' and
19047            not 'MEMIF'"
19048   parameters:
19049   - "latency"
19050   - "parent"
19051   - "tags"
19052   sort:
19053   - "L2PATCH"
19054   - "L2XCBASE"
19055   - "BASE"
19056   - "FIB_10K"
19057   - "FIB_100K"
19058   - "FIB_1M"
19059   layout:
19060     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19061     layout: "plot-latency"
19062
19063 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19064 - type: "plot"
19065   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19066   algorithm: "plot_latency_error_bars"
19067   output-file-type: ".html"
19068   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19069   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19070   filter: "'NIC_Intel-XXV710' and
19071            '64B' and
19072            ('BASE' or 'SCALE') and
19073            'NDRPDR' and
19074            'ETH' and
19075            '2T1C' and
19076            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19077            not 'VHOST' and
19078            not 'MEMIF'"
19079   parameters:
19080   - "latency"
19081   - "parent"
19082   - "tags"
19083   sort:
19084   - "L2PATCH"
19085   - "L2XCBASE"
19086   - "BASE"
19087   - "FIB_10K"
19088   - "FIB_100K"
19089   - "FIB_1M"
19090   layout:
19091     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19092     layout: "plot-latency"
19093
19094 - type: "plot"
19095   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19096   algorithm: "plot_latency_error_bars"
19097   output-file-type: ".html"
19098   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19099   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19100   filter: "'NIC_Intel-XXV710' and
19101            '64B' and
19102            ('BASE' or 'SCALE') and
19103            'NDRPDR' and
19104            'ETH' and
19105            '4T2C' and
19106            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19107            not 'VHOST' and
19108            not 'MEMIF'"
19109   parameters:
19110   - "latency"
19111   - "parent"
19112   - "tags"
19113   sort:
19114   - "L2PATCH"
19115   - "L2XCBASE"
19116   - "BASE"
19117   - "FIB_10K"
19118   - "FIB_100K"
19119   - "FIB_1M"
19120   layout:
19121     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19122     layout: "plot-latency"
19123
19124 ################################################################################
19125
19126 # Packet Latency - VPP Container Memif 3n-hsw-x520
19127 - type: "plot"
19128   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19129   algorithm: "plot_latency_error_bars"
19130   output-file-type: ".html"
19131   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19132   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19133   filter: "'NIC_Intel-X520-DA2' and
19134            '64B' and
19135            ('BASE' or 'SCALE') and
19136            'NDRPDR' and
19137            '1T1C' and
19138            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19139            not 'VHOST' and
19140            'MEMIF'"
19141   parameters:
19142   - "latency"
19143   - "parent"
19144   - "tags"
19145   sort:
19146   - "L2XCFWD"
19147   - "L2XCFWD"
19148   - "L2XCFWD"
19149   - "L2BDMACLRN"
19150   - "L2BDMACLRN"
19151   - "L2BDMACLRN"
19152   - "IP4FWD"
19153   layout:
19154     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19155     layout: "plot-latency"
19156
19157 - type: "plot"
19158   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19159   algorithm: "plot_latency_error_bars"
19160   output-file-type: ".html"
19161   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19162   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19163   filter: "'NIC_Intel-X520-DA2' and
19164            '64B' and
19165            ('BASE' or 'SCALE') and
19166            'NDRPDR' and
19167            '2T2C' and
19168            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19169            not 'VHOST' and
19170            'MEMIF'"
19171   parameters:
19172   - "latency"
19173   - "parent"
19174   - "tags"
19175   sort:
19176   - "L2XCFWD"
19177   - "L2XCFWD"
19178   - "L2XCFWD"
19179   - "L2BDMACLRN"
19180   - "L2BDMACLRN"
19181   - "L2BDMACLRN"
19182   - "IP4FWD"
19183   layout:
19184     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19185     layout: "plot-latency"
19186
19187 # Packet Latency - VPP Container Memif 3n-hsw-x710
19188 - type: "plot"
19189   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19190   algorithm: "plot_latency_error_bars"
19191   output-file-type: ".html"
19192   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19193   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19194   filter: "'NIC_Intel-X710' and
19195            '64B' and
19196            ('BASE' or 'SCALE') and
19197            'NDRPDR' and
19198            '1T1C' and
19199            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19200            not 'VHOST' and
19201            'MEMIF'"
19202   parameters:
19203   - "latency"
19204   - "parent"
19205   - "tags"
19206   sort:
19207   - "L2XCFWD"
19208   - "L2XCFWD"
19209   - "L2XCFWD"
19210   - "L2BDMACLRN"
19211   - "L2BDMACLRN"
19212   - "L2BDMACLRN"
19213   - "IP4FWD"
19214   layout:
19215     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19216     layout: "plot-latency"
19217
19218 - type: "plot"
19219   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19220   algorithm: "plot_latency_error_bars"
19221   output-file-type: ".html"
19222   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19223   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19224   filter: "'NIC_Intel-X710' and
19225            '64B' and
19226            ('BASE' or 'SCALE') and
19227            'NDRPDR' and
19228            '2T2C' and
19229            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19230            not 'VHOST' and
19231            'MEMIF'"
19232   parameters:
19233   - "latency"
19234   - "parent"
19235   - "tags"
19236   sort:
19237   - "L2XCFWD"
19238   - "L2XCFWD"
19239   - "L2XCFWD"
19240   - "L2BDMACLRN"
19241   - "L2BDMACLRN"
19242   - "L2BDMACLRN"
19243   - "IP4FWD"
19244   layout:
19245     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19246     layout: "plot-latency"
19247
19248 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19249 - type: "plot"
19250   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19251   algorithm: "plot_latency_error_bars"
19252   output-file-type: ".html"
19253   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19254   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19255   filter: "'NIC_Intel-XL710' and
19256            '64B' and
19257            ('BASE' or 'SCALE') and
19258            'NDRPDR' and
19259            '1T1C' and
19260            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19261            not 'VHOST' and
19262            'MEMIF'"
19263   parameters:
19264   - "latency"
19265   - "parent"
19266   - "tags"
19267   sort:
19268   - "L2XCFWD"
19269   - "L2XCFWD"
19270   - "L2XCFWD"
19271   - "L2BDMACLRN"
19272   - "L2BDMACLRN"
19273   - "L2BDMACLRN"
19274   - "IP4FWD"
19275   layout:
19276     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
19277     layout: "plot-latency"
19278
19279 - type: "plot"
19280   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19281   algorithm: "plot_latency_error_bars"
19282   output-file-type: ".html"
19283   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19284   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19285   filter: "'NIC_Intel-XL710' and
19286            '64B' and
19287            ('BASE' or 'SCALE') and
19288            'NDRPDR' and
19289            '2T2C' and
19290            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19291            not 'VHOST' and
19292            'MEMIF'"
19293   parameters:
19294   - "latency"
19295   - "parent"
19296   - "tags"
19297   sort:
19298   - "L2XCFWD"
19299   - "L2XCFWD"
19300   - "L2XCFWD"
19301   - "L2BDMACLRN"
19302   - "L2BDMACLRN"
19303   - "L2BDMACLRN"
19304   - "IP4FWD"
19305   layout:
19306     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
19307     layout: "plot-latency"
19308
19309 # Packet Latency - VPP Container Memif 3n-skx-x710
19310 - type: "plot"
19311   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19312   algorithm: "plot_latency_error_bars"
19313   output-file-type: ".html"
19314   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19315   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19316   filter: "'NIC_Intel-X710' and
19317            '64B' and
19318            ('BASE' or 'SCALE') and
19319            'NDRPDR' and
19320            '2T1C' and
19321            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19322            not 'VHOST' and
19323            'MEMIF'"
19324   parameters:
19325   - "latency"
19326   - "parent"
19327   - "tags"
19328   sort:
19329   - "L2XCFWD"
19330   - "L2XCFWD"
19331   - "L2XCFWD"
19332   - "L2BDMACLRN"
19333   - "L2BDMACLRN"
19334   - "L2BDMACLRN"
19335   - "IP4FWD"
19336   layout:
19337     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19338     layout: "plot-latency"
19339
19340 - type: "plot"
19341   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19342   algorithm: "plot_latency_error_bars"
19343   output-file-type: ".html"
19344   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19345   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19346   filter: "'NIC_Intel-X710' and
19347            '64B' and
19348            ('BASE' or 'SCALE') and
19349            'NDRPDR' and
19350            '4T2C' and
19351            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19352            not 'VHOST' and
19353            'MEMIF'"
19354   parameters:
19355   - "latency"
19356   - "parent"
19357   - "tags"
19358   sort:
19359   - "L2XCFWD"
19360   - "L2XCFWD"
19361   - "L2XCFWD"
19362   - "L2BDMACLRN"
19363   - "L2BDMACLRN"
19364   - "L2BDMACLRN"
19365   - "IP4FWD"
19366   layout:
19367     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19368     layout: "plot-latency"
19369
19370 # Packet Latency - VPP Container Memif 2n-skx-x710
19371 - type: "plot"
19372   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19373   algorithm: "plot_latency_error_bars"
19374   output-file-type: ".html"
19375   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19376   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19377   filter: "'NIC_Intel-X710' and
19378            '64B' and
19379            ('BASE' or 'SCALE') and
19380            'NDRPDR' and
19381            '2T1C' and
19382            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19383            not 'VHOST' and
19384            not 'NF_DENSITY' and
19385            'MEMIF'"
19386   parameters:
19387   - "latency"
19388   - "parent"
19389   - "tags"
19390   sort:
19391   - "L2XCFWD"
19392   - "L2XCFWD"
19393   - "L2XCFWD"
19394   - "L2BDMACLRN"
19395   - "L2BDMACLRN"
19396   - "L2BDMACLRN"
19397   - "IP4FWD"
19398   layout:
19399     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
19400     layout: "plot-latency"
19401
19402 - type: "plot"
19403   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19404   algorithm: "plot_latency_error_bars"
19405   output-file-type: ".html"
19406   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19407   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19408   filter: "'NIC_Intel-X710' and
19409            '64B' and
19410            ('BASE' or 'SCALE') and
19411            'NDRPDR' and
19412            '4T2C' and
19413            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19414            not 'VHOST' and
19415            not 'NF_DENSITY' and
19416            'MEMIF'"
19417   parameters:
19418   - "latency"
19419   - "parent"
19420   - "tags"
19421   sort:
19422   - "L2XCFWD"
19423   - "L2XCFWD"
19424   - "L2XCFWD"
19425   - "L2BDMACLRN"
19426   - "L2BDMACLRN"
19427   - "L2BDMACLRN"
19428   - "IP4FWD"
19429   layout:
19430     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
19431     layout: "plot-latency"
19432
19433 ## Packet Latency - VPP Container Memif 2n-skx-xxv710
19434 #- type: "plot"
19435 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19436 #  algorithm: "plot_latency_error_bars"
19437 #  output-file-type: ".html"
19438 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19439 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19440 #  filter: "'NIC_Intel-XXV710' and
19441 #           '64B' and
19442 #           ('BASE' or 'SCALE') and
19443 #           'NDRPDR' and
19444 #           '2T1C' and
19445 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19446 #           not 'VHOST' and
19447 #           'MEMIF'"
19448 #  parameters:
19449 #  - "latency"
19450 #  - "parent"
19451 #  - "tags"
19452 #  sort:
19453 #  - "L2XCFWD"
19454 #  - "L2XCFWD"
19455 #  - "L2XCFWD"
19456 #  - "L2BDMACLRN"
19457 #  - "L2BDMACLRN"
19458 #  - "L2BDMACLRN"
19459 #  - "IP4FWD"
19460 #  layout:
19461 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
19462 #    layout: "plot-latency"
19463 #
19464 #- type: "plot"
19465 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19466 #  algorithm: "plot_latency_error_bars"
19467 #  output-file-type: ".html"
19468 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19469 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19470 #  filter: "'NIC_Intel-XXV710' and
19471 #           '64B' and
19472 #           ('BASE' or 'SCALE') and
19473 #           'NDRPDR' and
19474 #           '4T2C' and
19475 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19476 #           not 'VHOST' and
19477 #           'MEMIF'"
19478 #  parameters:
19479 #  - "latency"
19480 #  - "parent"
19481 #  - "tags"
19482 #  sort:
19483 #  - "L2XCFWD"
19484 #  - "L2XCFWD"
19485 #  - "L2XCFWD"
19486 #  - "L2BDMACLRN"
19487 #  - "L2BDMACLRN"
19488 #  - "L2BDMACLRN"
19489 #  - "IP4FWD"
19490 #  layout:
19491 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
19492 #    layout: "plot-latency"
19493
19494 ################################################################################
19495
19496 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19497 #- type: "plot"
19498 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19499 #  algorithm: "plot_latency_error_bars"
19500 #  output-file-type: ".html"
19501 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19502 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19503 #  filter: "'NIC_Intel-X520-DA2' and
19504 #           '64B' and
19505 #           ('BASE' or 'SCALE') and
19506 #           'NDRPDR' and
19507 #           '1T1C' and
19508 #           'L2XCFWD' and
19509 #           not 'VHOST' and
19510 #           not 'NF_DENSITY' and
19511 #           'MEMIF'"
19512 #  parameters:
19513 #  - "latency"
19514 #  - "parent"
19515 #  - "tags"
19516 #  sort:
19517 #  - "1VNF"
19518 #  - "2VNF"
19519 #  - "4VNF"
19520 #  - "2VNF"
19521 #  - "4VNF"
19522 #  layout:
19523 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19524 #    layout: "plot-latency"
19525 #
19526 #- type: "plot"
19527 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19528 #  algorithm: "plot_latency_error_bars"
19529 #  output-file-type: ".html"
19530 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19531 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19532 #  filter: "'NIC_Intel-X520-DA2' and
19533 #           '64B' and
19534 #           ('BASE' or 'SCALE') and
19535 #           'NDRPDR' and
19536 #           '2T2C' and
19537 #           'L2XCFWD' and
19538 #           not 'VHOST' and
19539 #           not 'NF_DENSITY' and
19540 #           'MEMIF'"
19541 #  parameters:
19542 #  - "latency"
19543 #  - "parent"
19544 #  - "tags"
19545 #  sort:
19546 #  - "1VNF"
19547 #  - "2VNF"
19548 #  - "4VNF"
19549 #  - "2VNF"
19550 #  - "4VNF"
19551 #  layout:
19552 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19553 #    layout: "plot-latency"
19554 #
19555 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19556 #- type: "plot"
19557 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19558 #  algorithm: "plot_latency_error_bars"
19559 #  output-file-type: ".html"
19560 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19561 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19562 #  filter: "'NIC_Intel-X520-DA2' and
19563 #           '64B' and
19564 #           ('BASE' or 'SCALE') and
19565 #           'NDRPDR' and
19566 #           '1T1C' and
19567 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19568 #           not 'VHOST' and
19569 #           not 'NF_DENSITY' and
19570 #           'MEMIF'"
19571 #  parameters:
19572 #  - "latency"
19573 #  - "parent"
19574 #  - "tags"
19575 #  sort:
19576 #  - "1VNF"
19577 #  - "2VNF"
19578 #  - "4VNF"
19579 #  - "2VNF"
19580 #  - "4VNF"
19581 #  layout:
19582 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19583 #    layout: "plot-latency"
19584 #
19585 #- type: "plot"
19586 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19587 #  algorithm: "plot_latency_error_bars"
19588 #  output-file-type: ".html"
19589 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19590 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19591 #  filter: "'NIC_Intel-X520-DA2' and
19592 #           '64B' and
19593 #           ('BASE' or 'SCALE') and
19594 #           'NDRPDR' and
19595 #           '2T2C' and
19596 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19597 #           not 'VHOST' and
19598 #           not 'NF_DENSITY' and
19599 #           'MEMIF'"
19600 #  parameters:
19601 #  - "latency"
19602 #  - "parent"
19603 #  - "tags"
19604 #  sort:
19605 #  - "1VNF"
19606 #  - "2VNF"
19607 #  - "4VNF"
19608 #  - "2VNF"
19609 #  - "4VNF"
19610 #  layout:
19611 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19612 #    layout: "plot-latency"
19613 #
19614 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19615 #- type: "plot"
19616 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19617 #  algorithm: "plot_latency_error_bars"
19618 #  output-file-type: ".html"
19619 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19620 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19621 #  filter: "'NIC_Intel-X710' and
19622 #           '64B' and
19623 #           ('BASE' or 'SCALE') and
19624 #           'NDRPDR' and
19625 #           '1T1C' and
19626 #           'L2XCFWD' and
19627 #           not 'VHOST' and
19628 #           not 'NF_DENSITY' and
19629 #           'MEMIF'"
19630 #  parameters:
19631 #  - "latency"
19632 #  - "parent"
19633 #  - "tags"
19634 #  sort:
19635 #  - "1VNF"
19636 #  - "2VNF"
19637 #  - "4VNF"
19638 #  - "2VNF"
19639 #  - "4VNF"
19640 #  layout:
19641 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19642 #    layout: "plot-latency"
19643 #
19644 #- type: "plot"
19645 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19646 #  algorithm: "plot_latency_error_bars"
19647 #  output-file-type: ".html"
19648 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19649 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19650 #  filter: "'NIC_Intel-X710' and
19651 #           '64B' and
19652 #           ('BASE' or 'SCALE') and
19653 #           'NDRPDR' and
19654 #           '2T2C' and
19655 #           'L2XCFWD' and
19656 #           not 'VHOST' and
19657 #           not 'NF_DENSITY' and
19658 #           'MEMIF'"
19659 #  parameters:
19660 #  - "latency"
19661 #  - "parent"
19662 #  - "tags"
19663 #  sort:
19664 #  - "1VNF"
19665 #  - "2VNF"
19666 #  - "4VNF"
19667 #  - "2VNF"
19668 #  - "4VNF"
19669 #  layout:
19670 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19671 #    layout: "plot-latency"
19672 #
19673 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19674 #- type: "plot"
19675 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19676 #  algorithm: "plot_latency_error_bars"
19677 #  output-file-type: ".html"
19678 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19679 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19680 #  filter: "'NIC_Intel-X710' and
19681 #           '64B' and
19682 #           ('BASE' or 'SCALE') and
19683 #           'NDRPDR' and
19684 #           '1T1C' and
19685 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19686 #           not 'VHOST' and
19687 #           not 'NF_DENSITY' and
19688 #           'MEMIF'"
19689 #  parameters:
19690 #  - "latency"
19691 #  - "parent"
19692 #  - "tags"
19693 #  sort:
19694 #  - "1VNF"
19695 #  - "2VNF"
19696 #  - "4VNF"
19697 #  - "2VNF"
19698 #  - "4VNF"
19699 #  layout:
19700 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19701 #    layout: "plot-latency"
19702 #
19703 #- type: "plot"
19704 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19705 #  algorithm: "plot_latency_error_bars"
19706 #  output-file-type: ".html"
19707 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19708 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19709 #  filter: "'NIC_Intel-X710' and
19710 #           '64B' and
19711 #           ('BASE' or 'SCALE') and
19712 #           'NDRPDR' and
19713 #           '2T2C' and
19714 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19715 #           not 'VHOST' and
19716 #           not 'NF_DENSITY' and
19717 #           'MEMIF'"
19718 #  parameters:
19719 #  - "latency"
19720 #  - "parent"
19721 #  - "tags"
19722 #  sort:
19723 #  - "1VNF"
19724 #  - "2VNF"
19725 #  - "4VNF"
19726 #  - "2VNF"
19727 #  - "4VNF"
19728 #  layout:
19729 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19730 #    layout: "plot-latency"
19731
19732 ################################################################################
19733
19734 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19735 - type: "plot"
19736   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19737   algorithm: "plot_latency_error_bars"
19738   output-file-type: ".html"
19739   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19740   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19741   filter: "'NIC_Intel-X520-DA2' and
19742            '64B' and
19743            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19744            'NDRPDR' and
19745            '1T1C' and
19746            'IP4FWD' and
19747            not 'IPSEC' and
19748            not 'DOT1Q' and
19749            not 'VHOST'"
19750   parameters:
19751   - "latency"
19752   - "parent"
19753   - "tags"
19754   sort:
19755   - "DOT1Q"
19756   - "IP4BASE"
19757   - "FIB_20K"
19758   - "FIB_200K"
19759   - "FIB_2M"
19760   layout:
19761     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19762     layout: "plot-latency"
19763
19764 - type: "plot"
19765   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19766   algorithm: "plot_latency_error_bars"
19767   output-file-type: ".html"
19768   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19769   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19770   filter: "'NIC_Intel-X520-DA2' and
19771            '64B' and
19772            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19773            'NDRPDR' and
19774            '2T2C' and
19775            'IP4FWD' and
19776            not 'IPSEC' and
19777            not 'DOT1Q' and
19778            not 'VHOST'"
19779   parameters:
19780   - "latency"
19781   - "parent"
19782   - "tags"
19783   sort:
19784   - "DOT1Q"
19785   - "IP4BASE"
19786   - "FIB_20K"
19787   - "FIB_200K"
19788   - "FIB_2M"
19789   layout:
19790     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19791     layout: "plot-latency"
19792
19793 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19794 - type: "plot"
19795   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19796   algorithm: "plot_latency_error_bars"
19797   output-file-type: ".html"
19798   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19799   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19800   filter: "'NIC_Intel-X520-DA2' and
19801            '64B' and
19802            ('IP4BASE' or
19803             'POLICE_MARK' or
19804             'COPWHLIST' or
19805             ('NAT44' and 'BASE') or
19806             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19807            'NDRPDR' and
19808            '1T1C' and
19809            'IP4FWD' and
19810            not 'IPSEC' and
19811            not 'VHOST'"
19812   parameters:
19813   - "latency"
19814   - "parent"
19815   - "tags"
19816   sort:
19817   - "DOT1Q"
19818   - "IP4BASE"
19819   - "NAT44"
19820   - "POLICE_MARK"
19821   - "COPWHLIST"
19822   - "IACL"
19823   - "OACL"
19824   layout:
19825     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19826     layout: "plot-latency"
19827
19828 - type: "plot"
19829   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19830   algorithm: "plot_latency_error_bars"
19831   output-file-type: ".html"
19832   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19833   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19834   filter: "'NIC_Intel-X520-DA2' and
19835            '64B' and
19836            ('IP4BASE' or
19837             'POLICE_MARK' or
19838             'COPWHLIST' or
19839             ('NAT44' and 'BASE') or
19840             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19841            'NDRPDR' and
19842            '2T2C' and
19843            'IP4FWD' and
19844            not 'IPSEC' and
19845            not 'VHOST'"
19846   parameters:
19847   - "latency"
19848   - "parent"
19849   - "tags"
19850   sort:
19851   - "DOT1Q"
19852   - "IP4BASE"
19853   - "NAT44"
19854   - "POLICE_MARK"
19855   - "COPWHLIST"
19856   - "IACL"
19857   - "OACL"
19858   layout:
19859     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19860     layout: "plot-latency"
19861
19862 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19863 - type: "plot"
19864   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19865   algorithm: "plot_latency_error_bars"
19866   output-file-type: ".html"
19867   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19868   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19869   filter: "'NIC_Intel-X520-DA2' and
19870            '64B' and
19871            'NDRPDR' and
19872            '1T1C' and
19873            'IP4FWD' and
19874            ('NAT44' or 'IP4BASE') and
19875            not 'DOT1Q' and
19876            not 'IPSEC' and
19877            not 'VHOST'"
19878   parameters:
19879   - "latency"
19880   - "parent"
19881   - "tags"
19882   sort:
19883   - "IP4BASE"
19884   - "BASE"
19885   - "SRC_USER_10"
19886   - "SRC_USER_100"
19887   - "SRC_USER_1000"
19888   - "SRC_USER_2000"
19889   layout:
19890     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19891     layout: "plot-latency"
19892
19893 - type: "plot"
19894   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19895   algorithm: "plot_latency_error_bars"
19896   output-file-type: ".html"
19897   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19898   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19899   filter: "'NIC_Intel-X520-DA2' and
19900            '64B' and
19901            'NDRPDR' and
19902            '2T2C' and
19903            'IP4FWD' and
19904            ('NAT44' or 'IP4BASE') and
19905            not 'DOT1Q' and
19906            not 'IPSEC' and
19907            not 'VHOST'"
19908   parameters:
19909   - "latency"
19910   - "parent"
19911   - "tags"
19912   sort:
19913   - "IP4BASE"
19914   - "BASE"
19915   - "SRC_USER_10"
19916   - "SRC_USER_100"
19917   - "SRC_USER_1000"
19918   - "SRC_USER_2000"
19919   layout:
19920     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
19921     layout: "plot-latency"
19922
19923 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
19924 - type: "plot"
19925   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19926   algorithm: "plot_latency_error_bars"
19927   output-file-type: ".html"
19928   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19929   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19930   filter: "'NIC_Intel-X520-DA2' and
19931            '64B' and
19932            'NDRPDR' and
19933            '1T1C' and
19934            'IP4FWD' and
19935            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19936            not 'IPSEC' and
19937            not 'DOT1Q' and
19938            not 'VHOST'"
19939   parameters:
19940   - "latency"
19941   - "parent"
19942   - "tags"
19943   sort:
19944   - "IP4BASE"
19945   - "ACL_STATELESS"
19946   - "ACL_STATEFUL"
19947   - "ACL_STATELESS"
19948   - "ACL_STATEFUL"
19949   layout:
19950     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
19951     layout: "plot-latency"
19952
19953 - type: "plot"
19954   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19955   algorithm: "plot_latency_error_bars"
19956   output-file-type: ".html"
19957   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19958   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19959   filter: "'NIC_Intel-X520-DA2' and
19960            '64B' and
19961            'NDRPDR' and
19962            '2T2C' and
19963            'IP4FWD' and
19964            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19965            not 'IPSEC' and
19966            not 'DOT1Q' and
19967            not 'VHOST'"
19968   parameters:
19969   - "latency"
19970   - "parent"
19971   - "tags"
19972   sort:
19973   - "IP4BASE"
19974   - "ACL_STATELESS"
19975   - "ACL_STATEFUL"
19976   - "ACL_STATELESS"
19977   - "ACL_STATEFUL"
19978   layout:
19979     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
19980     layout: "plot-latency"
19981
19982 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
19983 - type: "plot"
19984   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19985   algorithm: "plot_latency_error_bars"
19986   output-file-type: ".html"
19987   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19988   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19989   filter: "'NIC_Intel-X520-DA2' and
19990            '64B' and
19991            'NDRPDR' and
19992            '1T1C' and
19993            'IP4FWD' and
19994            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19995            not 'IPSEC' and
19996            not 'DOT1Q' and
19997            not 'VHOST'"
19998   parameters:
19999   - "latency"
20000   - "parent"
20001   - "tags"
20002   sort:
20003   - "IP4BASE"
20004   - "ACL_STATELESS"
20005   - "ACL_STATEFUL"
20006   - "ACL_STATELESS"
20007   - "ACL_STATEFUL"
20008   layout:
20009     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
20010     layout: "plot-latency"
20011
20012 - type: "plot"
20013   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20014   algorithm: "plot_latency_error_bars"
20015   output-file-type: ".html"
20016   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20017   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20018   filter: "'NIC_Intel-X520-DA2' and
20019            '64B' and
20020            'NDRPDR' and
20021            '2T2C' and
20022            'IP4FWD' and
20023            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20024            not 'IPSEC' and
20025            not 'DOT1Q' and
20026            not 'VHOST'"
20027   parameters:
20028   - "latency"
20029   - "parent"
20030   - "tags"
20031   sort:
20032   - "IP4BASE"
20033   - "ACL_STATELESS"
20034   - "ACL_STATEFUL"
20035   - "ACL_STATELESS"
20036   - "ACL_STATEFUL"
20037   layout:
20038     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
20039     layout: "plot-latency"
20040
20041 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
20042 - type: "plot"
20043   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20044   algorithm: "plot_latency_error_bars"
20045   output-file-type: ".html"
20046   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20047   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20048   filter: "'NIC_Intel-X710' and
20049            '64B' and
20050            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20051            'NDRPDR' and
20052            '1T1C' and
20053            'IP4FWD' and
20054            not 'IPSEC' and
20055            not 'DOT1Q' and
20056            not 'VHOST'"
20057   parameters:
20058   - "latency"
20059   - "parent"
20060   - "tags"
20061   sort:
20062   - "IP4BASE"
20063   - "FIB_20K"
20064   - "FIB_200K"
20065   - "FIB_2M"
20066   layout:
20067     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20068     layout: "plot-latency"
20069
20070 - type: "plot"
20071   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20072   algorithm: "plot_latency_error_bars"
20073   output-file-type: ".html"
20074   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20075   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20076   filter: "'NIC_Intel-X710' and
20077            '64B' and
20078            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20079            'NDRPDR' and
20080            '2T2C' and
20081            'IP4FWD' and
20082            not 'IPSEC' and
20083            not 'DOT1Q' and
20084            not 'VHOST'"
20085   parameters:
20086   - "latency"
20087   - "parent"
20088   - "tags"
20089   sort:
20090   - "IP4BASE"
20091   - "FIB_20K"
20092   - "FIB_200K"
20093   - "FIB_2M"
20094   layout:
20095     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20096     layout: "plot-latency"
20097
20098 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20099 - type: "plot"
20100   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20101   algorithm: "plot_latency_error_bars"
20102   output-file-type: ".html"
20103   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20104   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20105   filter: "'NIC_Intel-X710' and
20106            '64B' and
20107            ('IP4BASE' or
20108             'POLICE_MARK' or
20109             'COPWHLIST' or
20110             ('NAT44' and 'BASE') or
20111             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20112            'NDRPDR' and
20113            '1T1C' and
20114            'IP4FWD' and
20115            not 'IPSEC' and
20116            not 'VHOST'"
20117   parameters:
20118   - "latency"
20119   - "parent"
20120   - "tags"
20121   sort:
20122   - "DOT1Q"
20123   - "IP4BASE"
20124   - "NAT44"
20125   - "POLICE_MARK"
20126   - "COPWHLIST"
20127   - "IACL"
20128   - "OACL"
20129   layout:
20130     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20131     layout: "plot-latency"
20132
20133 - type: "plot"
20134   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20135   algorithm: "plot_latency_error_bars"
20136   output-file-type: ".html"
20137   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20138   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20139   filter: "'NIC_Intel-X710' and
20140            '64B' and
20141            ('IP4BASE' or
20142             'POLICE_MARK' or
20143             'COPWHLIST' or
20144             ('NAT44' and 'BASE') or
20145             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20146            'NDRPDR' and
20147            '2T2C' and
20148            'IP4FWD' and
20149            not 'IPSEC' and
20150            not 'VHOST'"
20151   parameters:
20152   - "latency"
20153   - "parent"
20154   - "tags"
20155   sort:
20156   - "DOT1Q"
20157   - "IP4BASE"
20158   - "NAT44"
20159   - "POLICE_MARK"
20160   - "COPWHLIST"
20161   - "IACL"
20162   - "OACL"
20163   layout:
20164     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20165     layout: "plot-latency"
20166
20167 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20168 - type: "plot"
20169   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20170   algorithm: "plot_latency_error_bars"
20171   output-file-type: ".html"
20172   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20173   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20174   filter: "'NIC_Intel-X710' and
20175            '64B' and
20176            'NDRPDR' and
20177            '1T1C' and
20178            'IP4FWD' and
20179            ('NAT44' or 'IP4BASE') and
20180            not 'IPSEC' and
20181            not 'VHOST'"
20182   parameters:
20183   - "latency"
20184   - "parent"
20185   - "tags"
20186   sort:
20187   - "IP4BASE"
20188   - "BASE"
20189   - "SRC_USER_10"
20190   - "SRC_USER_100"
20191   - "SRC_USER_1000"
20192   - "SRC_USER_2000"
20193   layout:
20194     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20195     layout: "plot-latency"
20196
20197 - type: "plot"
20198   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20199   algorithm: "plot_latency_error_bars"
20200   output-file-type: ".html"
20201   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20202   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20203   filter: "'NIC_Intel-X710' and
20204            '64B' and
20205            'NDRPDR' and
20206            '2T2C' and
20207            'IP4FWD' and
20208            ('NAT44' or 'IP4BASE') and
20209            not 'IPSEC' and
20210            not 'VHOST'"
20211   parameters:
20212   - "latency"
20213   - "parent"
20214   - "tags"
20215   sort:
20216   - "IP4BASE"
20217   - "BASE"
20218   - "SRC_USER_10"
20219   - "SRC_USER_100"
20220   - "SRC_USER_1000"
20221   - "SRC_USER_2000"
20222   layout:
20223     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20224     layout: "plot-latency"
20225
20226 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20227 - type: "plot"
20228   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20229   algorithm: "plot_latency_error_bars"
20230   output-file-type: ".html"
20231   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20232   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20233   filter: "'NIC_Intel-X710' and
20234            '64B' and
20235            'NDRPDR' and
20236            '1T1C' and
20237            'IP4FWD' and
20238            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20239            not 'IPSEC' and
20240            not 'VHOST'"
20241   parameters:
20242   - "latency"
20243   - "parent"
20244   - "tags"
20245   sort:
20246   - "IP4BASE"
20247   - "ACL_STATELESS"
20248   - "ACL_STATEFUL"
20249   - "ACL_STATELESS"
20250   - "ACL_STATEFUL"
20251   layout:
20252     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20253     layout: "plot-latency"
20254
20255 - type: "plot"
20256   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20257   algorithm: "plot_latency_error_bars"
20258   output-file-type: ".html"
20259   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20260   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20261   filter: "'NIC_Intel-X710' and
20262            '64B' and
20263            'NDRPDR' and
20264            '2T2C' and
20265            'IP4FWD' and
20266            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20267            not 'IPSEC' and
20268            not 'VHOST'"
20269   parameters:
20270   - "latency"
20271   - "parent"
20272   - "tags"
20273   sort:
20274   - "IP4BASE"
20275   - "ACL_STATELESS"
20276   - "ACL_STATEFUL"
20277   - "ACL_STATELESS"
20278   - "ACL_STATEFUL"
20279   layout:
20280     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20281     layout: "plot-latency"
20282
20283 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20284 - type: "plot"
20285   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20286   algorithm: "plot_latency_error_bars"
20287   output-file-type: ".html"
20288   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20289   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20290   filter: "'NIC_Intel-XL710' and
20291            '64B' and
20292            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20293            'NDRPDR' and
20294            '1T1C' and
20295            'IP4FWD' and
20296            not 'IPSEC' and
20297            not 'VHOST'"
20298   parameters:
20299   - "latency"
20300   - "parent"
20301   - "tags"
20302   sort:
20303   - "IP4BASE"
20304   - "FIB_20K"
20305   - "FIB_200K"
20306   - "FIB_2M"
20307   layout:
20308     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
20309     layout: "plot-latency"
20310
20311 - type: "plot"
20312   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20313   algorithm: "plot_latency_error_bars"
20314   output-file-type: ".html"
20315   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20316   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20317   filter: "'NIC_Intel-XL710' and
20318            '64B' and
20319            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20320            'NDRPDR' and
20321            '2T2C' and
20322            'IP4FWD' and
20323            not 'IPSEC' and
20324            not 'VHOST'"
20325   parameters:
20326   - "latency"
20327   - "parent"
20328   - "tags"
20329   sort:
20330   - "IP4BASE"
20331   - "FIB_20K"
20332   - "FIB_200K"
20333   - "FIB_2M"
20334   layout:
20335     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
20336     layout: "plot-latency"
20337
20338 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20339 - type: "plot"
20340   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20341   algorithm: "plot_latency_error_bars"
20342   output-file-type: ".html"
20343   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20344   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20345   filter: "'NIC_Intel-X710' and
20346            '64B' and
20347            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20348            'NDRPDR' and
20349            '2T1C' and
20350            'IP4FWD' and
20351            not 'IPSEC' and
20352            not 'DOT1Q' and
20353            not 'VHOST'"
20354   parameters:
20355   - "latency"
20356   - "parent"
20357   - "tags"
20358   sort:
20359   - "IP4BASE"
20360   - "FIB_20K"
20361   - "FIB_200K"
20362   - "FIB_2M"
20363   layout:
20364     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20365     layout: "plot-latency"
20366
20367 - type: "plot"
20368   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20369   algorithm: "plot_latency_error_bars"
20370   output-file-type: ".html"
20371   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20372   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20373   filter: "'NIC_Intel-X710' and
20374            '64B' and
20375            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20376            'NDRPDR' and
20377            '4T2C' and
20378            'IP4FWD' and
20379            not 'IPSEC' and
20380            not 'DOT1Q' and
20381            not 'VHOST'"
20382   parameters:
20383   - "latency"
20384   - "parent"
20385   - "tags"
20386   sort:
20387   - "IP4BASE"
20388   - "FIB_20K"
20389   - "FIB_200K"
20390   - "FIB_2M"
20391   layout:
20392     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20393     layout: "plot-latency"
20394
20395 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20396 - type: "plot"
20397   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20398   algorithm: "plot_latency_error_bars"
20399   output-file-type: ".html"
20400   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20401   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20402   filter: "'NIC_Intel-X710' and
20403            '64B' and
20404            ('IP4BASE' or
20405             'POLICE_MARK' or
20406             'COPWHLIST' or
20407             ('NAT44' and 'BASE') or
20408             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20409            'NDRPDR' and
20410            '2T1C' and
20411            'IP4FWD' and
20412            not 'IPSEC' and
20413            not 'VHOST'"
20414   parameters:
20415   - "latency"
20416   - "parent"
20417   - "tags"
20418   sort:
20419   - "DOT1Q"
20420   - "IP4BASE"
20421   - "NAT44"
20422   - "POLICE_MARK"
20423   - "COPWHLIST"
20424   - "IACL"
20425   - "OACL"
20426   layout:
20427     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20428     layout: "plot-latency"
20429
20430 - type: "plot"
20431   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20432   algorithm: "plot_latency_error_bars"
20433   output-file-type: ".html"
20434   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20435   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20436   filter: "'NIC_Intel-X710' and
20437            '64B' and
20438            ('IP4BASE' or
20439             'POLICE_MARK' or
20440             'COPWHLIST' or
20441             ('NAT44' and 'BASE') or
20442             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20443            'NDRPDR' and
20444            '4T2C' and
20445            'IP4FWD' and
20446            not 'IPSEC' and
20447            not 'VHOST'"
20448   parameters:
20449   - "latency"
20450   - "parent"
20451   - "tags"
20452   sort:
20453   - "DOT1Q"
20454   - "IP4BASE"
20455   - "NAT44"
20456   - "POLICE_MARK"
20457   - "COPWHLIST"
20458   - "IACL"
20459   - "OACL"
20460   layout:
20461     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20462     layout: "plot-latency"
20463
20464 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20465 - type: "plot"
20466   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20467   algorithm: "plot_latency_error_bars"
20468   output-file-type: ".html"
20469   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20470   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20471   filter: "'NIC_Intel-X710' and
20472            '64B' and
20473            'NDRPDR' and
20474            '2T1C' and
20475            'IP4FWD' and
20476            ('NAT44' or 'IP4BASE') and
20477            not 'IPSEC' and
20478            not 'VHOST'"
20479   parameters:
20480   - "latency"
20481   - "parent"
20482   - "tags"
20483   sort:
20484   - "IP4BASE"
20485   - "BASE"
20486   - "SRC_USER_10"
20487   - "SRC_USER_100"
20488   - "SRC_USER_1000"
20489   - "SRC_USER_2000"
20490   layout:
20491     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20492     layout: "plot-latency"
20493
20494 - type: "plot"
20495   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20496   algorithm: "plot_latency_error_bars"
20497   output-file-type: ".html"
20498   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20499   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20500   filter: "'NIC_Intel-X710' and
20501            '64B' and
20502            'NDRPDR' and
20503            '4T2C' and
20504            'IP4FWD' and
20505            ('NAT44' or 'IP4BASE') and
20506            not 'IPSEC' and
20507            not 'VHOST'"
20508   parameters:
20509   - "latency"
20510   - "parent"
20511   - "tags"
20512   sort:
20513   - "IP4BASE"
20514   - "BASE"
20515   - "SRC_USER_10"
20516   - "SRC_USER_100"
20517   - "SRC_USER_1000"
20518   - "SRC_USER_2000"
20519   layout:
20520     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20521     layout: "plot-latency"
20522
20523 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20524 - type: "plot"
20525   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20526   algorithm: "plot_latency_error_bars"
20527   output-file-type: ".html"
20528   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20529   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20530   filter: "'NIC_Intel-X710' and
20531            '64B' and
20532            'NDRPDR' and
20533            '2T1C' and
20534            'IP4FWD' and
20535            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20536            not 'IPSEC' and
20537            not 'VHOST'"
20538   parameters:
20539   - "latency"
20540   - "parent"
20541   - "tags"
20542   sort:
20543   - "IP4BASE"
20544   - "ACL_STATELESS"
20545   - "ACL_STATEFUL"
20546   - "ACL_STATELESS"
20547   - "ACL_STATEFUL"
20548   layout:
20549     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20550     layout: "plot-latency"
20551
20552 - type: "plot"
20553   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20554   algorithm: "plot_latency_error_bars"
20555   output-file-type: ".html"
20556   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20557   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20558   filter: "'NIC_Intel-X710' and
20559            '64B' and
20560            'NDRPDR' and
20561            '4T2C' and
20562            'IP4FWD' and
20563            'IACL' and
20564            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20565            not 'IPSEC' and
20566            not 'VHOST'"
20567   parameters:
20568   - "latency"
20569   - "parent"
20570   - "tags"
20571   sort:
20572   - "IP4BASE"
20573   - "ACL_STATELESS"
20574   - "ACL_STATEFUL"
20575   - "ACL_STATELESS"
20576   - "ACL_STATEFUL"
20577   layout:
20578     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20579     layout: "plot-latency"
20580
20581 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20582 - type: "plot"
20583   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20584   algorithm: "plot_latency_error_bars"
20585   output-file-type: ".html"
20586   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20587   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20588   filter: "'NIC_Intel-X710' and
20589            '64B' and
20590            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20591            'NDRPDR' and
20592            '2T1C' and
20593            'IP4FWD' and
20594            not 'IPSEC' and
20595            not 'DOT1Q' and
20596            not 'VHOST'"
20597   parameters:
20598   - "latency"
20599   - "parent"
20600   - "tags"
20601   sort:
20602   - "IP4BASE"
20603   - "FIB_20K"
20604   - "FIB_200K"
20605   - "FIB_2M"
20606   layout:
20607     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20608     layout: "plot-latency"
20609
20610 - type: "plot"
20611   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20612   algorithm: "plot_latency_error_bars"
20613   output-file-type: ".html"
20614   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20615   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20616   filter: "'NIC_Intel-X710' and
20617            '64B' and
20618            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20619            'NDRPDR' and
20620            '4T2C' and
20621            'IP4FWD' and
20622            not 'IPSEC' and
20623            not 'DOT1Q' and
20624            not 'VHOST'"
20625   parameters:
20626   - "latency"
20627   - "parent"
20628   - "tags"
20629   sort:
20630   - "IP4BASE"
20631   - "FIB_20K"
20632   - "FIB_200K"
20633   - "FIB_2M"
20634   layout:
20635     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20636     layout: "plot-latency"
20637
20638 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20639 - type: "plot"
20640   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20641   algorithm: "plot_latency_error_bars"
20642   output-file-type: ".html"
20643   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20644   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20645   filter: "'NIC_Intel-X710' and
20646            '64B' and
20647            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20648            'NDRPDR' and
20649            '2T1C' and
20650            'IP4FWD' and
20651            not 'IPSEC' and
20652            not 'DOT1Q' and
20653            not 'VHOST'"
20654   parameters:
20655   - "latency"
20656   - "parent"
20657   - "tags"
20658   sort:
20659   - "IP4BASE"
20660   - "ACL_STATELESS"
20661   - "ACL_STATEFUL"
20662   - "ACL_STATELESS"
20663   - "ACL_STATEFUL"
20664   layout:
20665     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
20666     layout: "plot-latency"
20667
20668 - type: "plot"
20669   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20670   algorithm: "plot_latency_error_bars"
20671   output-file-type: ".html"
20672   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20673   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20674   filter: "'NIC_Intel-X710' and
20675            '64B' and
20676            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20677            'NDRPDR' and
20678            '4T2C' and
20679            'IP4FWD' and
20680            not 'IPSEC' and
20681            not 'DOT1Q' and
20682            not 'VHOST'"
20683   parameters:
20684   - "latency"
20685   - "parent"
20686   - "tags"
20687   sort:
20688   - "IP4BASE"
20689   - "ACL_STATELESS"
20690   - "ACL_STATEFUL"
20691   - "ACL_STATELESS"
20692   - "ACL_STATEFUL"
20693   layout:
20694     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
20695     layout: "plot-latency"
20696
20697 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20698 - type: "plot"
20699   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20700   algorithm: "plot_latency_error_bars"
20701   output-file-type: ".html"
20702   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20703   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20704   filter: "'NIC_Intel-XXV710' and
20705            '64B' and
20706            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20707            'NDRPDR' and
20708            '2T1C' and
20709            'IP4FWD' and
20710            not 'IPSEC' and
20711            not 'DOT1Q' and
20712            not 'VHOST'"
20713   parameters:
20714   - "latency"
20715   - "parent"
20716   - "tags"
20717   sort:
20718   - "IP4BASE"
20719   - "FIB_20K"
20720   - "FIB_200K"
20721   - "FIB_2M"
20722   layout:
20723     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20724     layout: "plot-latency"
20725
20726 - type: "plot"
20727   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20728   algorithm: "plot_latency_error_bars"
20729   output-file-type: ".html"
20730   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20731   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20732   filter: "'NIC_Intel-XXV710' and
20733            '64B' and
20734            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20735            'NDRPDR' and
20736            '4T2C' and
20737            'IP4FWD' and
20738            not 'IPSEC' and
20739            not 'DOT1Q' and
20740            not 'VHOST'"
20741   parameters:
20742   - "latency"
20743   - "parent"
20744   - "tags"
20745   sort:
20746   - "IP4BASE"
20747   - "FIB_20K"
20748   - "FIB_200K"
20749   - "FIB_2M"
20750   layout:
20751     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20752     layout: "plot-latency"
20753
20754 ################################################################################
20755
20756 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20757 - type: "plot"
20758   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20759   algorithm: "plot_latency_error_bars"
20760   output-file-type: ".html"
20761   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20762   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20763   filter: "'NIC_Intel-X520-DA2' and
20764            '64B' and
20765            'ENCAP' and
20766            'NDRPDR' and
20767            '1T1C' and
20768            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20769            not 'DOT1Q' and
20770            not 'VHOST' and
20771            not 'IPSECHW'"
20772   parameters:
20773   - "latency"
20774   - "parent"
20775   - "tags"
20776   sort:
20777   - "IP4BASE"
20778   - "L2BDMACLRN"
20779   - "L2XCFWD"
20780   - "LISP"
20781   layout:
20782     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20783     layout: "plot-latency"
20784
20785 - type: "plot"
20786   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20787   algorithm: "plot_latency_error_bars"
20788   output-file-type: ".html"
20789   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20790   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20791   filter: "'NIC_Intel-X520-DA2' and
20792            '64B' and
20793            'ENCAP' and
20794            'NDRPDR' and
20795            '2T2C' and
20796            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20797            not 'DOT1Q' and
20798            not 'VHOST' and
20799            not 'IPSECHW'"
20800   parameters:
20801   - "latency"
20802   - "parent"
20803   - "tags"
20804   sort:
20805   - "IP4BASE"
20806   - "L2BDMACLRN"
20807   - "L2XCFWD"
20808   - "LISP"
20809   layout:
20810     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20811     layout: "plot-latency"
20812
20813 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
20814 - type: "plot"
20815   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20816   algorithm: "plot_latency_error_bars"
20817   output-file-type: ".html"
20818   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20819   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20820   filter: "'NIC_Intel-X710' and
20821            '64B' and
20822            'ENCAP' and
20823            'NDRPDR' and
20824            '1T1C' and
20825            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20826            not 'VHOST' and
20827            not 'IPSECHW'"
20828   parameters:
20829   - "latency"
20830   - "parent"
20831   - "tags"
20832   sort:
20833   - "IP4BASE"
20834   - "LISP"
20835   - "VXLAN_1"
20836   - "VXLAN_10"
20837   - "VXLAN_100"
20838   - "VXLAN_1000"
20839   layout:
20840     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20841     layout: "plot-latency"
20842
20843 - type: "plot"
20844   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20845   algorithm: "plot_latency_error_bars"
20846   output-file-type: ".html"
20847   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20848   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20849   filter: "'NIC_Intel-X710' and
20850            '64B' and
20851            'ENCAP' and
20852            'NDRPDR' and
20853            '2T2C' and
20854            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20855            not 'VHOST' and
20856            not 'IPSECHW'"
20857   parameters:
20858   - "latency"
20859   - "parent"
20860   - "tags"
20861   sort:
20862   - "IP4BASE"
20863   - "LISP"
20864   - "VXLAN_1"
20865   - "VXLAN_10"
20866   - "VXLAN_100"
20867   - "VXLAN_1000"
20868   layout:
20869     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20870     layout: "plot-latency"
20871
20872 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
20873 - type: "plot"
20874   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20875   algorithm: "plot_latency_error_bars"
20876   output-file-type: ".html"
20877   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20878   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20879   filter: "'NIC_Intel-X710' and
20880            '64B' and
20881            'ENCAP' and
20882            'NDRPDR' and
20883            '1T1C' and
20884            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20885            not 'DOT1Q' and
20886            not 'VHOST' and
20887            not 'IPSECHW'"
20888   parameters:
20889   - "latency"
20890   - "parent"
20891   - "tags"
20892   sort:
20893   - "IP4BASE"
20894   - "L2BDMACLRN"
20895   - "L2XCFWD"
20896   - "LISP"
20897   layout:
20898     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20899     layout: "plot-latency"
20900
20901 - type: "plot"
20902   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20903   algorithm: "plot_latency_error_bars"
20904   output-file-type: ".html"
20905   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20906   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20907   filter: "'NIC_Intel-X710' and
20908            '64B' and
20909            'ENCAP' and
20910            'NDRPDR' and
20911            '2T2C' and
20912            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20913            not 'DOT1Q' and
20914            not 'VHOST' and
20915            not 'IPSECHW'"
20916   parameters:
20917   - "latency"
20918   - "parent"
20919   - "tags"
20920   sort:
20921   - "IP4BASE"
20922   - "L2BDMACLRN"
20923   - "L2XCFWD"
20924   - "LISP"
20925   layout:
20926     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20927     layout: "plot-latency"
20928
20929 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
20930 - type: "plot"
20931   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20932   algorithm: "plot_latency_error_bars"
20933   output-file-type: ".html"
20934   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20935   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20936   filter: "'NIC_Intel-X710' and
20937            '64B' and
20938            'ENCAP' and
20939            'NDRPDR' and
20940            '2T1C' and
20941            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20942            not 'VHOST' and
20943            not 'IPSECHW'"
20944   parameters:
20945   - "latency"
20946   - "parent"
20947   - "tags"
20948   sort:
20949   - "IP4BASE"
20950   - "LISP"
20951   - "VXLAN_1"
20952   - "VXLAN_10"
20953   - "VXLAN_100"
20954   - "VXLAN_1000"
20955   layout:
20956     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20957     layout: "plot-latency"
20958
20959 - type: "plot"
20960   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20961   algorithm: "plot_latency_error_bars"
20962   output-file-type: ".html"
20963   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20964   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20965   filter: "'NIC_Intel-X710' and
20966            '64B' and
20967            'ENCAP' and
20968            'NDRPDR' and
20969            '4T2C' and
20970            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20971            not 'VHOST' and
20972            not 'IPSECHW'"
20973   parameters:
20974   - "latency"
20975   - "parent"
20976   - "tags"
20977   sort:
20978   - "IP4BASE"
20979   - "LISP"
20980   - "VXLAN_1"
20981   - "VXLAN_10"
20982   - "VXLAN_100"
20983   - "VXLAN_1000"
20984   layout:
20985     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20986     layout: "plot-latency"
20987
20988 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
20989 - type: "plot"
20990   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20991   algorithm: "plot_latency_error_bars"
20992   output-file-type: ".html"
20993   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20994   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20995   filter: "'NIC_Intel-X710' and
20996            '64B' and
20997            'ENCAP' and
20998            'NDRPDR' and
20999            '2T1C' and
21000            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
21001            not 'DOT1Q' and
21002            not 'VHOST' and
21003            not 'IPSECHW'"
21004   parameters:
21005   - "latency"
21006   - "parent"
21007   - "tags"
21008   sort:
21009   - "IP4BASE"
21010   - "L2BDMACLRN"
21011   - "L2XCFWD"
21012   - "LISP"
21013   layout:
21014     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
21015     layout: "plot-latency"
21016
21017 - type: "plot"
21018   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21019   algorithm: "plot_latency_error_bars"
21020   output-file-type: ".html"
21021   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21022   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21023   filter: "'NIC_Intel-X710' and
21024            '64B' and
21025            'ENCAP' and
21026            'NDRPDR' and
21027            '4T2C' and
21028            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
21029            not 'DOT1Q' and
21030            not 'VHOST' and
21031            not 'IPSECHW'"
21032   parameters:
21033   - "latency"
21034   - "parent"
21035   - "tags"
21036   sort:
21037   - "IP4BASE"
21038   - "L2BDMACLRN"
21039   - "L2XCFWD"
21040   - "LISP"
21041   layout:
21042     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21043     layout: "plot-latency"
21044
21045 ################################################################################
21046
21047 # Packet Latency - VPP IPv6 3n-hsw-x520
21048 - type: "plot"
21049   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21050   algorithm: "plot_latency_error_bars"
21051   output-file-type: ".html"
21052   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21053   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21054   filter: "'NIC_Intel-X520-DA2' and
21055            '78B' and
21056            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21057            'NDRPDR' and
21058            '1T1C' and
21059            'IP6FWD' and
21060            not 'SRv6' and
21061            not 'IPSEC' and
21062            not 'VHOST'"
21063   parameters:
21064   - "latency"
21065   - "parent"
21066   - "tags"
21067   sort:
21068   - "IP6BASE"
21069   - "FIB_20K"
21070   - "FIB_200K"
21071   - "FIB_2M"
21072   layout:
21073     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
21074     layout: "plot-latency"
21075
21076 - type: "plot"
21077   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21078   algorithm: "plot_latency_error_bars"
21079   output-file-type: ".html"
21080   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21081   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21082   filter: "'NIC_Intel-X520-DA2' and
21083            '78B' and
21084            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21085            'NDRPDR' and
21086            '2T2C' and
21087            'IP6FWD' and
21088            not 'SRv6' and
21089            not 'IPSEC' and
21090            not 'VHOST'"
21091   parameters:
21092   - "latency"
21093   - "parent"
21094   - "tags"
21095   sort:
21096   - "IP6BASE"
21097   - "FIB_20K"
21098   - "FIB_200K"
21099   - "FIB_2M"
21100   layout:
21101     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
21102     layout: "plot-latency"
21103
21104 # Packet Latency - VPP IPv6 3n-hsw-x710
21105 - type: "plot"
21106   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21107   algorithm: "plot_latency_error_bars"
21108   output-file-type: ".html"
21109   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21110   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21111   filter: "'NIC_Intel-X710' and
21112            '78B' and
21113            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21114            'NDRPDR' and
21115            '1T1C' and
21116            'IP6FWD' and
21117            not 'SRv6' and
21118            not 'IPSEC' and
21119            not 'VHOST'"
21120   parameters:
21121   - "latency"
21122   - "parent"
21123   - "tags"
21124   sort:
21125   - "IP6BASE"
21126   - "FIB_20K"
21127   - "FIB_200K"
21128   - "FIB_2M"
21129   layout:
21130     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21131     layout: "plot-latency"
21132
21133 - type: "plot"
21134   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21135   algorithm: "plot_latency_error_bars"
21136   output-file-type: ".html"
21137   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21138   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21139   filter: "'NIC_Intel-X710' and
21140            '78B' and
21141            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21142            'NDRPDR' and
21143            '2T2C' and
21144            'IP6FWD' and
21145            not 'SRv6' and
21146            not 'IPSEC' and
21147            not 'VHOST'"
21148   parameters:
21149   - "latency"
21150   - "parent"
21151   - "tags"
21152   sort:
21153   - "IP6BASE"
21154   - "FIB_20K"
21155   - "FIB_200K"
21156   - "FIB_2M"
21157   layout:
21158     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21159     layout: "plot-latency"
21160
21161 # Packet Latency - VPP IPv6 3n-hsw-xl710
21162 - type: "plot"
21163   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21164   algorithm: "plot_latency_error_bars"
21165   output-file-type: ".html"
21166   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21167   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21168   filter: "'NIC_Intel-XL710' and
21169            '78B' and
21170            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21171            'NDRPDR' and
21172            '1T1C' and
21173            'IP6FWD' and
21174            not 'SRv6' and
21175            not 'IPSEC' and
21176            not 'VHOST'"
21177   parameters:
21178   - "latency"
21179   - "parent"
21180   - "tags"
21181   sort:
21182   - "IP6BASE"
21183   - "FIB_20K"
21184   - "FIB_200K"
21185   - "FIB_2M"
21186   layout:
21187     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
21188     layout: "plot-latency"
21189
21190 - type: "plot"
21191   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21192   algorithm: "plot_latency_error_bars"
21193   output-file-type: ".html"
21194   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21195   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21196   filter: "'NIC_Intel-XL710' and
21197            '78B' and
21198            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21199            'NDRPDR' and
21200            '2T2C' and
21201            'IP6FWD' and
21202            not 'SRv6' and
21203            not 'IPSEC' and
21204            not 'VHOST'"
21205   parameters:
21206   - "latency"
21207   - "parent"
21208   - "tags"
21209   sort:
21210   - "IP6BASE"
21211   - "FIB_20K"
21212   - "FIB_200K"
21213   - "FIB_2M"
21214   layout:
21215     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
21216     layout: "plot-latency"
21217
21218 # Packet Latency - VPP IPv6 3n-skx-x710
21219 - type: "plot"
21220   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21221   algorithm: "plot_latency_error_bars"
21222   output-file-type: ".html"
21223   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21224   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21225   filter: "'NIC_Intel-X710' and
21226            '78B' and
21227            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21228            'NDRPDR' and
21229            '2T1C' and
21230            'IP6FWD' and
21231            not 'SRv6' and
21232            not 'IPSEC' and
21233            not 'VHOST'"
21234   parameters:
21235   - "latency"
21236   - "parent"
21237   - "tags"
21238   sort:
21239   - "IP6BASE"
21240   - "FIB_20K"
21241   - "FIB_200K"
21242   - "FIB_2M"
21243   layout:
21244     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21245     layout: "plot-latency"
21246
21247 - type: "plot"
21248   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21249   algorithm: "plot_latency_error_bars"
21250   output-file-type: ".html"
21251   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21252   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21253   filter: "'NIC_Intel-X710' and
21254            '78B' and
21255            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21256            'NDRPDR' and
21257            '4T2C' and
21258            'IP6FWD' and
21259            not 'SRv6' and
21260            not 'IPSEC' and
21261            not 'VHOST'"
21262   parameters:
21263   - "latency"
21264   - "parent"
21265   - "tags"
21266   sort:
21267   - "IP6BASE"
21268   - "FIB_20K"
21269   - "FIB_200K"
21270   - "FIB_2M"
21271   layout:
21272     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21273     layout: "plot-latency"
21274
21275 # Packet Latency - VPP IPv6 3n-skx-xxv710
21276 - type: "plot"
21277   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21278   algorithm: "plot_latency_error_bars"
21279   output-file-type: ".html"
21280   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21281   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21282   filter: "'NIC_Intel-XXV710' and
21283            '78B' and
21284            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21285            'NDRPDR' and
21286            '2T1C' and
21287            'IP6FWD' and
21288            not 'SRv6' and
21289            not 'IPSEC' and
21290            not 'VHOST'"
21291   parameters:
21292   - "latency"
21293   - "parent"
21294   - "tags"
21295   sort:
21296   - "IP6BASE"
21297   - "FIB_20K"
21298   - "FIB_200K"
21299   - "FIB_2M"
21300   layout:
21301     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21302     layout: "plot-latency"
21303
21304 - type: "plot"
21305   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21306   algorithm: "plot_latency_error_bars"
21307   output-file-type: ".html"
21308   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21310   filter: "'NIC_Intel-XXV710' and
21311            '78B' and
21312            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21313            'NDRPDR' and
21314            '4T2C' and
21315            'IP6FWD' and
21316            not 'SRv6' and
21317            not 'IPSEC' and
21318            not 'VHOST'"
21319   parameters:
21320   - "latency"
21321   - "parent"
21322   - "tags"
21323   sort:
21324   - "IP6BASE"
21325   - "FIB_20K"
21326   - "FIB_200K"
21327   - "FIB_2M"
21328   layout:
21329     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21330     layout: "plot-latency"
21331
21332 # Packet Latency - VPP IPv6 2n-skx-x710
21333 - type: "plot"
21334   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21335   algorithm: "plot_latency_error_bars"
21336   output-file-type: ".html"
21337   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21338   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21339   filter: "'NIC_Intel-X710' and
21340            '78B' and
21341            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21342            'NDRPDR' and
21343            '2T1C' and
21344            'IP6FWD' and
21345            not 'SRv6' and
21346            not 'IPSEC' and
21347            not 'VHOST'"
21348   parameters:
21349   - "latency"
21350   - "parent"
21351   - "tags"
21352   sort:
21353   - "IP6BASE"
21354   - "FIB_20K"
21355   - "FIB_200K"
21356   - "FIB_2M"
21357   layout:
21358     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21359     layout: "plot-latency"
21360
21361 - type: "plot"
21362   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21363   algorithm: "plot_latency_error_bars"
21364   output-file-type: ".html"
21365   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21366   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21367   filter: "'NIC_Intel-X710' and
21368            '78B' and
21369            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21370            'NDRPDR' and
21371            '4T2C' and
21372            'IP6FWD' and
21373            not 'SRv6' and
21374            not 'IPSEC' and
21375            not 'VHOST'"
21376   parameters:
21377   - "latency"
21378   - "parent"
21379   - "tags"
21380   sort:
21381   - "IP6BASE"
21382   - "FIB_20K"
21383   - "FIB_200K"
21384   - "FIB_2M"
21385   layout:
21386     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21387     layout: "plot-latency"
21388
21389 # Packet Latency - VPP IPv6 2n-skx-xxv710
21390 - type: "plot"
21391   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21392   algorithm: "plot_latency_error_bars"
21393   output-file-type: ".html"
21394   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21395   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21396   filter: "'NIC_Intel-XXV710' and
21397            '78B' and
21398            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21399            'NDRPDR' and
21400            '2T1C' and
21401            'IP6FWD' and
21402            not 'SRv6' and
21403            not 'IPSEC' and
21404            not 'VHOST'"
21405   parameters:
21406   - "latency"
21407   - "parent"
21408   - "tags"
21409   sort:
21410   - "IP6BASE"
21411   - "FIB_20K"
21412   - "FIB_200K"
21413   - "FIB_2M"
21414   layout:
21415     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21416     layout: "plot-latency"
21417
21418 - type: "plot"
21419   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21420   algorithm: "plot_latency_error_bars"
21421   output-file-type: ".html"
21422   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21423   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21424   filter: "'NIC_Intel-XXV710' and
21425            '78B' and
21426            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21427            'NDRPDR' and
21428            '4T2C' and
21429            'IP6FWD' and
21430            not 'SRv6' and
21431            not 'IPSEC' and
21432            not 'VHOST'"
21433   parameters:
21434   - "latency"
21435   - "parent"
21436   - "tags"
21437   sort:
21438   - "IP6BASE"
21439   - "FIB_20K"
21440   - "FIB_200K"
21441   - "FIB_2M"
21442   layout:
21443     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21444     layout: "plot-latency"
21445
21446 ################################################################################
21447
21448 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21449 - type: "plot"
21450   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21451   algorithm: "plot_latency_error_bars"
21452   output-file-type: ".html"
21453   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21454   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21455   filter: "'NIC_Intel-X520-DA2' and
21456            '78B' and
21457            'ENCAP' and
21458            'NDRPDR' and
21459            '1T1C' and
21460            'LISP' and
21461            not 'VHOST'"
21462   parameters:
21463   - "latency"
21464   - "parent"
21465   - "tags"
21466   sort:
21467   - "IP4UNRLAY"
21468   - "IP6UNRLAY"
21469   layout:
21470     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
21471     layout: "plot-latency"
21472
21473 - type: "plot"
21474   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21475   algorithm: "plot_latency_error_bars"
21476   output-file-type: ".html"
21477   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21478   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21479   filter: "'NIC_Intel-X520-DA2' and
21480            '78B' and
21481            'ENCAP' and
21482            'NDRPDR' and
21483            '2T2C' and
21484            'LISP' and
21485            not 'VHOST'"
21486   parameters:
21487   - "latency"
21488   - "parent"
21489   - "tags"
21490   sort:
21491   - "IP4UNRLAY"
21492   - "IP6UNRLAY"
21493   layout:
21494     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
21495     layout: "plot-latency"
21496
21497 ################################################################################
21498
21499 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21500 - type: "plot"
21501   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21502   algorithm: "plot_latency_error_bars"
21503   output-file-type: ".html"
21504   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21505   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21506   filter: "'NIC_Intel-XL710' and
21507            '64B' and
21508            'IP4FWD' and
21509            'NDRPDR' and
21510            'BASE' and
21511            '1T1C' and
21512            'IPSECHW' and
21513            not 'VHOST'"
21514   parameters:
21515   - "latency"
21516   - "parent"
21517   - "tags"
21518   layout:
21519     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21520     layout: "plot-latency"
21521
21522 - type: "plot"
21523   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21524   algorithm: "plot_latency_error_bars"
21525   output-file-type: ".html"
21526   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21527   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21528   filter: "'NIC_Intel-XL710' and
21529            '64B' and
21530            'IP4FWD' and
21531            'NDRPDR' and
21532            'BASE' and
21533            '2T2C' and
21534            'IPSECHW' and
21535            not 'VHOST'"
21536   parameters:
21537   - "latency"
21538   - "parent"
21539   - "tags"
21540   layout:
21541     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21542     layout: "plot-latency"
21543
21544 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21545 - type: "plot"
21546   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21547   algorithm: "plot_latency_error_bars"
21548   output-file-type: ".html"
21549   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21550   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21551   filter: "'NIC_Intel-XL710' and
21552            '64B' and
21553            'IP4FWD' and
21554            'NDRPDR' and
21555            'SCALE' and
21556            '1T1C' and
21557            'IPSECHW' and
21558            not 'VHOST'"
21559   parameters:
21560   - "latency"
21561   - "parent"
21562   - "tags"
21563   layout:
21564     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21565     layout: "plot-latency"
21566
21567 - type: "plot"
21568   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21569   algorithm: "plot_latency_error_bars"
21570   output-file-type: ".html"
21571   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21572   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21573   filter: "'NIC_Intel-XL710' and
21574            '64B' and
21575            'IP4FWD' and
21576            'NDRPDR' and
21577            'SCALE' and
21578            '2T2C' and
21579            'IPSECHW' and
21580            not 'VHOST'"
21581   parameters:
21582   - "latency"
21583   - "parent"
21584   - "tags"
21585   layout:
21586     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21587     layout: "plot-latency"
21588
21589 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21590 - type: "plot"
21591   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21592   algorithm: "plot_latency_error_bars"
21593   output-file-type: ".html"
21594   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21595   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21596   filter: "'NIC_Intel-XL710' and
21597            '64B' and
21598            'IP4FWD' and
21599            'NDRPDR' and
21600            '1T1C' and
21601            'IPSECSW' and
21602            not 'VHOST'"
21603   parameters:
21604   - "latency"
21605   - "parent"
21606   - "tags"
21607   layout:
21608     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21609     layout: "plot-latency"
21610
21611 - type: "plot"
21612   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21613   algorithm: "plot_latency_error_bars"
21614   output-file-type: ".html"
21615   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21616   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21617   filter: "'NIC_Intel-XL710' and
21618            '64B' and
21619            'IP4FWD' and
21620            'NDRPDR' and
21621            '2T2C' and
21622            'IPSECSW' and
21623            not 'VHOST'"
21624   parameters:
21625   - "latency"
21626   - "parent"
21627   - "tags"
21628   layout:
21629     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21630     layout: "plot-latency"
21631
21632 ################################################################################
21633
21634 # Packet Latency - VPP SRv6 3n-hsw-x520
21635 - type: "plot"
21636   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21637   algorithm: "plot_latency_error_bars"
21638   output-file-type: ".html"
21639   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21640   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21641   filter: "'NIC_Intel-X520-DA2' and
21642            '78B' and
21643            'FEATURE' and
21644            'NDRPDR' and
21645            '1T1C' and
21646            'IP6FWD' and
21647            'SRv6'"
21648   parameters:
21649   - "latency"
21650   - "parent"
21651   - "tags"
21652   layout:
21653     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21654     layout: "plot-latency"
21655
21656 - type: "plot"
21657   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21658   algorithm: "plot_latency_error_bars"
21659   output-file-type: ".html"
21660   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21661   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21662   filter: "'NIC_Intel-X520-DA2' and
21663            '78B' and
21664            'FEATURE' and
21665            'NDRPDR' and
21666            '2T2C' and
21667            'IP6FWD' and
21668            'SRv6'"
21669   parameters:
21670   - "latency"
21671   - "parent"
21672   - "tags"
21673   layout:
21674     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21675     layout: "plot-latency"
21676
21677 ################################################################################
21678
21679 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21680 - type: "plot"
21681   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21682   algorithm: "plot_latency_error_bars"
21683   output-file-type: ".html"
21684   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21685   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21686   filter: "'NIC_Intel-X520-DA2' and
21687            '64B' and
21688            'NDRPDR' and
21689            'ETH' and
21690            'IP4FWD' and
21691            '1T1C' and
21692            'VHOST_1024' and
21693            not 'VXLAN' and
21694            not 'DOT1Q'"
21695   parameters:
21696   - "latency"
21697   - "parent"
21698   - "tags"
21699   sort:
21700   - "not CFS_OPT"
21701   - "1VM"
21702   - "2VM"
21703   layout:
21704     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21705     layout: "plot-latency"
21706
21707 - type: "plot"
21708   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21709   algorithm: "plot_latency_error_bars"
21710   output-file-type: ".html"
21711   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21712   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21713   filter: "'NIC_Intel-X520-DA2' and
21714            '64B' and
21715            'NDRPDR' and
21716            'ETH' and
21717            'IP4FWD' and
21718            '2T2C' and
21719            'VHOST_1024' and
21720            not 'VXLAN' and
21721            not 'DOT1Q'"
21722   parameters:
21723   - "latency"
21724   - "parent"
21725   - "tags"
21726   sort:
21727   - "not CFS_OPT"
21728   - "1VM"
21729   - "2VM"
21730   layout:
21731     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21732     layout: "plot-latency"
21733
21734 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
21735 - type: "plot"
21736   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21737   algorithm: "plot_latency_error_bars"
21738   output-file-type: ".html"
21739   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21740   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21741   filter: "'NIC_Intel-X520-DA2' and
21742            '64B' and
21743            'NDRPDR' and
21744            ('ETH' or 'DOT1Q') and
21745            'BASE' and
21746            '1T1C' and
21747            ('L2BDMACLRN' or 'L2XCFWD') and
21748            'VHOST_1024' and
21749            not 'VXLAN' and
21750            not 'IP4FWD' and
21751            not '2VM'"
21752   parameters:
21753   - "latency"
21754   - "parent"
21755   - "tags"
21756   sort:
21757   - "L2BDMACLRN"
21758   - "L2BDMACLRN"
21759   - "L2BDMACLRN"
21760   - "L2XCFWD"
21761   - "L2XCFWD"
21762   - "L2XCFWD"
21763   layout:
21764     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21765     layout: "plot-latency"
21766
21767 - type: "plot"
21768   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21769   algorithm: "plot_latency_error_bars"
21770   output-file-type: ".html"
21771   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21772   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21773   filter: "'NIC_Intel-X520-DA2' and
21774            '64B' and
21775            'NDRPDR' and
21776            ('ETH' or 'DOT1Q') and
21777            'BASE' and
21778            '2T2C' and
21779            ('L2BDMACLRN' or 'L2XCFWD') and
21780            'VHOST_1024' and
21781            not 'VXLAN' and
21782            not 'IP4FWD' and
21783            not '2VM'"
21784   parameters:
21785   - "latency"
21786   - "parent"
21787   - "tags"
21788   sort:
21789   - "L2BDMACLRN"
21790   - "L2BDMACLRN"
21791   - "L2BDMACLRN"
21792   - "L2XCFWD"
21793   - "L2XCFWD"
21794   - "L2XCFWD"
21795   layout:
21796     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21797     layout: "plot-latency"
21798
21799 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
21800 - type: "plot"
21801   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21802   algorithm: "plot_latency_error_bars"
21803   output-file-type: ".html"
21804   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21805   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21806   filter: "'NIC_Intel-X520-DA2' and
21807            '64B' and
21808            'NDRPDR' and
21809            ('ETH' or 'DOT1Q') and
21810            '1T1C' and
21811            ('L2BDMACLRN' or 'L2XCFWD') and
21812            'VHOST_1024' and
21813            not 'CFS_OPT' and
21814            not 'DOT1Q' and
21815            not 'VXLAN' and
21816            not 'IP4FWD' and
21817            not 'LBOND'"
21818   parameters:
21819   - "latency"
21820   - "parent"
21821   - "tags"
21822 #  sort:
21823 #  - "1VM"
21824 #  - "L2XCFWD"
21825 #  - "1VM"
21826 #  - "L2BDMACLRN"
21827   layout:
21828     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
21829     layout: "plot-latency"
21830
21831 - type: "plot"
21832   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21833   algorithm: "plot_latency_error_bars"
21834   output-file-type: ".html"
21835   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21836   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21837   filter: "'NIC_Intel-X520-DA2' and
21838            '64B' and
21839            'NDRPDR' and
21840            ('ETH' or 'DOT1Q') and
21841            '2T2C' and
21842            ('L2BDMACLRN' or 'L2XCFWD') and
21843            'VHOST_1024' and
21844            not 'CFS_OPT' and
21845            not 'DOT1Q' and
21846            not 'VXLAN' and
21847            not 'IP4FWD' and
21848            not 'LBOND'"
21849   parameters:
21850   - "latency"
21851   - "parent"
21852   - "tags"
21853 #  sort:
21854 #  - "1VM"
21855 #  - "L2XCFWD"
21856 #  - "1VM"
21857 #  - "L2BDMACLRN"
21858   layout:
21859     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
21860     layout: "plot-latency"
21861
21862 # Packet Latency - VPP vhost ip4 3n-hsw-x710
21863 - type: "plot"
21864   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21865   algorithm: "plot_latency_error_bars"
21866   output-file-type: ".html"
21867   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21868   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21869   filter: "'NIC_Intel-X710' and
21870            '64B' and
21871            'NDRPDR' and
21872            'ETH' and
21873            'IP4FWD' and
21874            '1T1C' and
21875            'VHOST_1024' and
21876            not 'VXLAN' and
21877            not 'CFS_OPT' and
21878            not 'DOT1Q'"
21879   parameters:
21880   - "latency"
21881   - "parent"
21882   - "tags"
21883   sort:
21884   - "1VM"
21885   - "2VM"
21886   layout:
21887     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21888     layout: "plot-latency"
21889
21890 - type: "plot"
21891   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21892   algorithm: "plot_latency_error_bars"
21893   output-file-type: ".html"
21894   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21895   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21896   filter: "'NIC_Intel-X710' and
21897            '64B' and
21898            'NDRPDR' and
21899            'ETH' and
21900            'IP4FWD' and
21901            '2T2C' and
21902            'VHOST_1024' and
21903            not 'VXLAN' and
21904            not 'CFS_OPT' and
21905            not 'DOT1Q'"
21906   parameters:
21907   - "latency"
21908   - "parent"
21909   - "tags"
21910   sort:
21911   - "1VM"
21912   - "2VM"
21913   layout:
21914     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21915     layout: "plot-latency"
21916
21917 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
21918 - type: "plot"
21919   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21920   algorithm: "plot_latency_error_bars"
21921   output-file-type: ".html"
21922   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21923   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21924   filter: "'NIC_Intel-X710' and
21925            '64B' and
21926            'NDRPDR' and
21927            ('ETH' or 'DOT1Q') and
21928            'BASE' and
21929            '1T1C' and
21930            ('L2BDMACLRN' or 'L2XCFWD') and
21931            'VHOST_1024' and
21932            not 'VXLAN' and
21933            not 'IP4FWD' and
21934            not '2VM'"
21935   parameters:
21936   - "latency"
21937   - "parent"
21938   - "tags"
21939   sort:
21940   - "L2BDMACLRN"
21941   - "L2BDMACLRN"
21942   - "L2BDMACLRN"
21943   - "L2XCFWD"
21944   - "L2XCFWD"
21945   - "L2XCFWD"
21946   layout:
21947     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21948     layout: "plot-latency"
21949
21950 - type: "plot"
21951   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21952   algorithm: "plot_latency_error_bars"
21953   output-file-type: ".html"
21954   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21955   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21956   filter: "'NIC_Intel-X710' and
21957            '64B' and
21958            'NDRPDR' and
21959            ('ETH' or 'DOT1Q') and
21960            'BASE' and
21961            '2T2C' and
21962            ('L2BDMACLRN' or 'L2XCFWD') and
21963            'VHOST_1024' and
21964            not 'VXLAN' and
21965            not 'IP4FWD' and
21966            not '2VM'"
21967   parameters:
21968   - "latency"
21969   - "parent"
21970   - "tags"
21971   sort:
21972   - "L2BDMACLRN"
21973   - "L2BDMACLRN"
21974   - "L2BDMACLRN"
21975   - "L2XCFWD"
21976   - "L2XCFWD"
21977   - "L2XCFWD"
21978   layout:
21979     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21980     layout: "plot-latency"
21981
21982 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
21983 - type: "plot"
21984   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21985   algorithm: "plot_latency_error_bars"
21986   output-file-type: ".html"
21987   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21988   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21989   filter: "'NIC_Intel-X710' and
21990            '64B' and
21991            'NDRPDR' and
21992            ('ETH' or 'DOT1Q') and
21993            '1T1C' and
21994            ('L2BDMACLRN' or 'L2XCFWD') and
21995            'VHOST_1024' and
21996            not 'CFS_OPT' and
21997            not 'VXLAN' and
21998            not 'IP4FWD' and
21999            not 'LBOND'"
22000   parameters:
22001   - "latency"
22002   - "parent"
22003   - "tags"
22004   sort:
22005   - "L2BDMACLRN"
22006   - "L2BDMACLRN"
22007   - "L2BDMACLRN"
22008   - "L2XCFWD"
22009   - "L2XCFWD"
22010   - "L2XCFWD"
22011   layout:
22012     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
22013     layout: "plot-latency"
22014
22015 - type: "plot"
22016   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
22017   algorithm: "plot_latency_error_bars"
22018   output-file-type: ".html"
22019   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
22020   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22021   filter: "'NIC_Intel-X710' and
22022            '64B' and
22023            'NDRPDR' and
22024            ('ETH' or 'DOT1Q') and
22025            '2T2C' and
22026            ('L2BDMACLRN' or 'L2XCFWD') and
22027            'VHOST_1024' and
22028            not 'CFS_OPT' and
22029            not 'VXLAN' and
22030            not 'IP4FWD' and
22031            not 'LBOND'"
22032   parameters:
22033   - "latency"
22034   - "parent"
22035   - "tags"
22036   sort:
22037   - "L2BDMACLRN"
22038   - "L2BDMACLRN"
22039   - "L2BDMACLRN"
22040   - "L2XCFWD"
22041   - "L2XCFWD"
22042   - "L2XCFWD"
22043   layout:
22044     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
22045     layout: "plot-latency"
22046
22047 # Packet Latency - VPP vhost ip4 3n-skx-x710
22048 - type: "plot"
22049   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22050   algorithm: "plot_latency_error_bars"
22051   output-file-type: ".html"
22052   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22053   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22054   filter: "'NIC_Intel-X710' and
22055            '64B' and
22056            'NDRPDR' and
22057            'ETH' and
22058            'IP4FWD' and
22059            '2T1C' and
22060            'VHOST_1024' and
22061            not 'VXLAN' and
22062            not 'DOT1Q'"
22063   parameters:
22064   - "latency"
22065   - "parent"
22066   - "tags"
22067   sort:
22068   - "1VM"
22069   - "2VM"
22070   layout:
22071     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22072     layout: "plot-latency"
22073
22074 - type: "plot"
22075   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22076   algorithm: "plot_latency_error_bars"
22077   output-file-type: ".html"
22078   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22079   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22080   filter: "'NIC_Intel-X710' and
22081            '64B' and
22082            'NDRPDR' and
22083            'ETH' and
22084            'IP4FWD' and
22085            '4T2C' and
22086            'VHOST_1024' and
22087            not 'VXLAN' and
22088            not 'DOT1Q'"
22089   parameters:
22090   - "latency"
22091   - "parent"
22092   - "tags"
22093   sort:
22094   - "1VM"
22095   - "2VM"
22096   layout:
22097     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22098     layout: "plot-latency"
22099
22100 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22101 - type: "plot"
22102   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22103   algorithm: "plot_latency_error_bars"
22104   output-file-type: ".html"
22105   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22107   filter: "'NIC_Intel-X710' and
22108            '64B' and
22109            'NDRPDR' and
22110            ('ETH' or 'DOT1Q') and
22111            'BASE' and
22112            '2T1C' and
22113            ('L2BDMACLRN' or 'L2XCFWD') and
22114            'VHOST_1024' and
22115            not 'VXLAN' and
22116            not 'IP4FWD' and
22117            not '2VM'"
22118   parameters:
22119   - "latency"
22120   - "parent"
22121   - "tags"
22122   sort:
22123   - "L2BDMACLRN"
22124   - "L2BDMACLRN"
22125   - "L2BDMACLRN"
22126   - "L2XCFWD"
22127   - "L2XCFWD"
22128   - "L2XCFWD"
22129   layout:
22130     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
22131     layout: "plot-latency"
22132
22133 - type: "plot"
22134   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22135   algorithm: "plot_latency_error_bars"
22136   output-file-type: ".html"
22137   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22138   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22139   filter: "'NIC_Intel-X710' and
22140            '64B' and
22141            'NDRPDR' and
22142            ('ETH' or 'DOT1Q') and
22143            'BASE' and
22144            '4T2C' and
22145            ('L2BDMACLRN' or 'L2XCFWD') and
22146            'VHOST_1024' and
22147            not 'VXLAN' and
22148            not 'IP4FWD' and
22149            not '2VM'"
22150   parameters:
22151   - "latency"
22152   - "parent"
22153   - "tags"
22154   sort:
22155   - "L2BDMACLRN"
22156   - "L2BDMACLRN"
22157   - "L2BDMACLRN"
22158   - "L2XCFWD"
22159   - "L2XCFWD"
22160   - "L2XCFWD"
22161   layout:
22162     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
22163     layout: "plot-latency"
22164
22165 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22166 - type: "plot"
22167   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22168   algorithm: "plot_latency_error_bars"
22169   output-file-type: ".html"
22170   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22172   filter: "'NIC_Intel-X710' and
22173            '64B' and
22174            'NDRPDR' and
22175            ('ETH' or 'DOT1Q') and
22176            '2T1C' and
22177            ('L2BDMACLRN' or 'L2XCFWD') and
22178            'VHOST_1024' and
22179            not 'CFS_OPT' and
22180            not 'VXLAN' and
22181            not 'IP4FWD' and
22182            not 'LBOND'"
22183   parameters:
22184   - "latency"
22185   - "parent"
22186   - "tags"
22187   sort:
22188   - "L2BDMACLRN"
22189   - "L2BDMACLRN"
22190   - "L2BDMACLRN"
22191   - "L2XCFWD"
22192   - "L2XCFWD"
22193   - "L2XCFWD"
22194   layout:
22195     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
22196     layout: "plot-latency"
22197
22198 - type: "plot"
22199   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22200   algorithm: "plot_latency_error_bars"
22201   output-file-type: ".html"
22202   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22203   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22204   filter: "'NIC_Intel-X710' and
22205            '64B' and
22206            'NDRPDR' and
22207            ('ETH' or 'DOT1Q') and
22208            '4T2C' and
22209            ('L2BDMACLRN' or 'L2XCFWD') and
22210            'VHOST_1024' and
22211            not 'CFS_OPT' and
22212            not 'VXLAN' and
22213            not 'IP4FWD' and
22214            not 'LBOND'"
22215   parameters:
22216   - "latency"
22217   - "parent"
22218   - "tags"
22219   sort:
22220   - "L2BDMACLRN"
22221   - "L2BDMACLRN"
22222   - "L2BDMACLRN"
22223   - "L2XCFWD"
22224   - "L2XCFWD"
22225   - "L2XCFWD"
22226   layout:
22227     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
22228     layout: "plot-latency"
22229
22230 # Packet Latency - VPP vhost ip4 2n-skx-x710
22231 - type: "plot"
22232   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22233   algorithm: "plot_latency_error_bars"
22234   output-file-type: ".html"
22235   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22236   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22237   filter: "'NIC_Intel-X710' and
22238            '64B' and
22239            'NDRPDR' and
22240            'ETH' and
22241            'IP4FWD' and
22242            '2T1C' and
22243            'VHOST_1024' and
22244            not 'VXLAN' and
22245            not 'NF_DENSITY' and
22246            not 'CFS_OPT' and
22247            not 'DOT1Q'"
22248   parameters:
22249   - "latency"
22250   - "parent"
22251   - "tags"
22252   sort:
22253   - "1VM"
22254   - "2VM"
22255   layout:
22256     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22257     layout: "plot-latency"
22258
22259 - type: "plot"
22260   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22261   algorithm: "plot_latency_error_bars"
22262   output-file-type: ".html"
22263   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22264   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22265   filter: "'NIC_Intel-X710' and
22266            '64B' and
22267            'NDRPDR' and
22268            'ETH' and
22269            'IP4FWD' and
22270            '4T2C' and
22271            'VHOST_1024' and
22272            not 'VXLAN' and
22273            not 'NF_DENSITY' and
22274            not 'CFS_OPT' and
22275            not 'DOT1Q'"
22276   parameters:
22277   - "latency"
22278   - "parent"
22279   - "tags"
22280   sort:
22281   - "1VM"
22282   - "2VM"
22283   layout:
22284     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22285     layout: "plot-latency"
22286
22287 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22288 - type: "plot"
22289   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22290   algorithm: "plot_latency_error_bars"
22291   output-file-type: ".html"
22292   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22293   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22294   filter: "'NIC_Intel-X710' and
22295            '64B' and
22296            'NDRPDR' and
22297            ('ETH' or 'DOT1Q') and
22298            'BASE' and
22299            '2T1C' and
22300            ('L2BDMACLRN' or 'L2XCFWD') and
22301            'VHOST_1024' and
22302            not 'VXLAN' and
22303            not 'NF_DENSITY' and
22304            not 'IP4FWD' and
22305            not '2VM'"
22306   parameters:
22307   - "latency"
22308   - "parent"
22309   - "tags"
22310 #  sort:
22311 #  - "not CFS_OPT"
22312 #  - "L2XCFWD"
22313 #  - "not CFS_OPT"
22314 #  - "CFS_OPT"
22315   layout:
22316     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
22317     layout: "plot-latency"
22318
22319 - type: "plot"
22320   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22321   algorithm: "plot_latency_error_bars"
22322   output-file-type: ".html"
22323   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22324   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22325   filter: "'NIC_Intel-X710' and
22326            '64B' and
22327            'NDRPDR' and
22328            ('ETH' or 'DOT1Q') and
22329            'BASE' and
22330            '4T2C' and
22331            ('L2BDMACLRN' or 'L2XCFWD') and
22332            'VHOST_1024' and
22333            not 'VXLAN' and
22334            not 'NF_DENSITY' and
22335            not 'IP4FWD' and
22336            not '2VM'"
22337   parameters:
22338   - "latency"
22339   - "parent"
22340   - "tags"
22341 #  sort:
22342 #  - "not CFS_OPT"
22343 #  - "L2XCFWD"
22344 #  - "not CFS_OPT"
22345 #  - "CFS_OPT"
22346   layout:
22347     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
22348     layout: "plot-latency"
22349
22350 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
22351 - type: "plot"
22352   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22353   algorithm: "plot_latency_error_bars"
22354   output-file-type: ".html"
22355   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22356   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22357   filter: "'NIC_Intel-X710' and
22358            '64B' and
22359            'NDRPDR' and
22360            ('ETH' or 'DOT1Q') and
22361            '2T1C' and
22362            ('L2BDMACLRN' or 'L2XCFWD') and
22363            'VHOST_1024' and
22364            not 'CFS_OPT' and
22365            not 'VXLAN' and
22366            not 'NF_DENSITY' and
22367            not 'DOT1Q' and
22368            not 'IP4FWD'"
22369   parameters:
22370   - "latency"
22371   - "parent"
22372   - "tags"
22373 #  sort:
22374 #  - "1VM"
22375 #  - "L2XCFWD"
22376 #  - "1VM"
22377 #  - "L2BDMACLRN"
22378   layout:
22379     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
22380     layout: "plot-latency"
22381
22382 - type: "plot"
22383   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22384   algorithm: "plot_latency_error_bars"
22385   output-file-type: ".html"
22386   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22387   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22388   filter: "'NIC_Intel-X710' and
22389            '64B' and
22390            'NDRPDR' and
22391            ('ETH' or 'DOT1Q') and
22392            '4T2C' and
22393            ('L2BDMACLRN' or 'L2XCFWD') and
22394            'VHOST_1024' and
22395            not 'CFS_OPT' and
22396            not 'VXLAN' and
22397            not 'NF_DENSITY' and
22398            not 'DOT1Q' and
22399            not 'IP4FWD'"
22400   parameters:
22401   - "latency"
22402   - "parent"
22403   - "tags"
22404 #  sort:
22405 #  - "1VM"
22406 #  - "L2XCFWD"
22407 #  - "1VM"
22408 #  - "L2BDMACLRN"
22409   layout:
22410     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
22411     layout: "plot-latency"
22412
22413 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
22414 - type: "plot"
22415   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22416   algorithm: "plot_latency_error_bars"
22417   output-file-type: ".html"
22418   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22419   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22420   filter: "'NIC_Intel-XXV710' and
22421            '64B' and
22422            'NDRPDR' and
22423            'ETH' and
22424            'IP4FWD' and
22425            '2T1C' and
22426            'VHOST_1024' and
22427            not 'VXLAN' and
22428            not 'CFS_OPT' and
22429            not 'DOT1Q'"
22430   parameters:
22431   - "latency"
22432   - "parent"
22433   - "tags"
22434   sort:
22435   - "not CFS_OPT"
22436   - "1VM"
22437   - "2VM"
22438   layout:
22439     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22440     layout: "plot-latency"
22441
22442 - type: "plot"
22443   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22444   algorithm: "plot_latency_error_bars"
22445   output-file-type: ".html"
22446   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22447   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22448   filter: "'NIC_Intel-XXV710' and
22449            '64B' and
22450            'NDRPDR' and
22451            'ETH' and
22452            'IP4FWD' and
22453            '4T2C' and
22454            'VHOST_1024' and
22455            not 'VXLAN' and
22456            not 'CFS_OPT' and
22457            not 'DOT1Q'"
22458   parameters:
22459   - "latency"
22460   - "parent"
22461   - "tags"
22462   sort:
22463   - "not CFS_OPT"
22464   - "1VM"
22465   - "2VM"
22466   layout:
22467     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22468     layout: "plot-latency"
22469
22470 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
22471 #- type: "plot"
22472 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22473 #  algorithm: "plot_latency_error_bars"
22474 #  output-file-type: ".html"
22475 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22476 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22477 #  filter: "'NIC_Intel-XXV710' and
22478 #           '64B' and
22479 #           'NDRPDR' and
22480 #           ('ETH' or 'DOT1Q') and
22481 #           'BASE' and
22482 #           '2T1C' and
22483 #           ('L2BDMACLRN' or 'L2XCFWD') and
22484 #           'VHOST_1024' and
22485 #           not 'VXLAN' and
22486 #           not 'IP4FWD' and
22487 #           not '2VM'"
22488 #  parameters:
22489 #  - "latency"
22490 #  - "parent"
22491 #  - "tags"
22492 ##  sort:
22493 ##  - "not CFS_OPT"
22494 ##  - "L2XCFWD"
22495 ##  - "not CFS_OPT"
22496 ##  - "CFS_OPT"
22497 #  layout:
22498 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
22499 #    layout: "plot-latency"
22500 #
22501 #- type: "plot"
22502 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22503 #  algorithm: "plot_latency_error_bars"
22504 #  output-file-type: ".html"
22505 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22506 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22507 #  filter: "'NIC_Intel-XXV710' and
22508 #           '64B' and
22509 #           'NDRPDR' and
22510 #           ('ETH' or 'DOT1Q') and
22511 #           'BASE' and
22512 #           '4T2C' and
22513 #           ('L2BDMACLRN' or 'L2XCFWD') and
22514 #           'VHOST_1024' and
22515 #           not 'VXLAN' and
22516 #           not 'IP4FWD' and
22517 #           not '2VM'"
22518 #  parameters:
22519 #  - "latency"
22520 #  - "parent"
22521 #  - "tags"
22522 ##  sort:
22523 ##  - "not CFS_OPT"
22524 ##  - "L2XCFWD"
22525 ##  - "not CFS_OPT"
22526 ##  - "CFS_OPT"
22527 #  layout:
22528 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
22529 #    layout: "plot-latency"
22530 #
22531 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
22532 #- type: "plot"
22533 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22534 #  algorithm: "plot_latency_error_bars"
22535 #  output-file-type: ".html"
22536 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22537 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22538 #  filter: "'NIC_Intel-XXV710' and
22539 #           '64B' and
22540 #           'NDRPDR' and
22541 #           ('ETH' or 'DOT1Q') and
22542 #           '2T1C' and
22543 #           ('L2BDMACLRN' or 'L2XCFWD') and
22544 #           'VHOST_1024' and
22545 #           not 'CFS_OPT' and
22546 #           not 'VXLAN' and
22547 #           not 'DOT1Q' and
22548 #           not 'IP4FWD'"
22549 #  parameters:
22550 #  - "latency"
22551 #  - "parent"
22552 #  - "tags"
22553 ##  sort:
22554 ##  - "1VM"
22555 ##  - "L2XCFWD"
22556 ##  - "1VM"
22557 ##  - "L2BDMACLRN"
22558 #  layout:
22559 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
22560 #    layout: "plot-latency"
22561 #
22562 #- type: "plot"
22563 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22564 #  algorithm: "plot_latency_error_bars"
22565 #  output-file-type: ".html"
22566 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22567 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22568 #  filter: "'NIC_Intel-XXV710' and
22569 #           '64B' and
22570 #           'NDRPDR' and
22571 #           ('ETH' or 'DOT1Q') and
22572 #           '4T2C' and
22573 #           ('L2BDMACLRN' or 'L2XCFWD') and
22574 #           'VHOST_1024' and
22575 #           not 'CFS_OPT' and
22576 #           not 'VXLAN' and
22577 #           not 'DOT1Q' and
22578 #           not 'IP4FWD'"
22579 #  parameters:
22580 #  - "latency"
22581 #  - "parent"
22582 #  - "tags"
22583 ##  sort:
22584 ##  - "1VM"
22585 ##  - "L2XCFWD"
22586 ##  - "1VM"
22587 ##  - "L2BDMACLRN"
22588 #  layout:
22589 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
22590 #    layout: "plot-latency"
22591
22592 ################################################################################
22593
22594 # Packet Latency - VPP VTS 3n-hsw-x520
22595 - type: "plot"
22596   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22597   algorithm: "plot_latency_error_bars"
22598   output-file-type: ".html"
22599   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22600   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22601   filter: "'NIC_Intel-X520-DA2' and
22602            '114B' and
22603            'NDRPDR' and
22604            '1T1C' and
22605            'VTS'"
22606   parameters:
22607   - "latency"
22608   - "parent"
22609   - "tags"
22610   layout:
22611     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
22612     layout: "plot-latency"
22613
22614 - type: "plot"
22615   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22616   algorithm: "plot_latency_error_bars"
22617   output-file-type: ".html"
22618   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22619   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22620   filter: "'NIC_Intel-X520-DA2' and
22621            '114B' and
22622            'NDRPDR' and
22623            '2T2C' and
22624            'VTS'"
22625   parameters:
22626   - "latency"
22627   - "parent"
22628   - "tags"
22629   layout:
22630     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
22631     layout: "plot-latency"
22632
22633 ################################################################################
22634
22635 # Packet Latency - DPDK l3fwd 3n-hsw-x520
22636 - type: "plot"
22637   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22638   algorithm: "plot_latency_error_bars"
22639   output-file-type: ".html"
22640   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22641   data: "plot-dpdk-throughput-latency-3n-hsw"
22642   filter: "'NIC_Intel-X520-DA2' and
22643            '64B' and
22644            'BASE' and
22645            'NDRPDR' and
22646            '1T1C' and
22647            'IP4FWD'"
22648   parameters:
22649   - "latency"
22650   - "parent"
22651   - "tags"
22652   layout:
22653     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
22654     layout: "plot-latency"
22655
22656 - type: "plot"
22657   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22658   algorithm: "plot_latency_error_bars"
22659   output-file-type: ".html"
22660   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22661   data: "plot-dpdk-throughput-latency-3n-hsw"
22662   filter: "'NIC_Intel-X520-DA2' and
22663            '64B' and
22664            'BASE' and
22665            'NDRPDR' and
22666            '2T2C' and
22667            'IP4FWD'"
22668   parameters:
22669   - "latency"
22670   - "parent"
22671   - "tags"
22672   layout:
22673     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
22674     layout: "plot-latency"
22675
22676 # Packet Latency - DPDK l3fwd 3n-hsw-x710
22677 - type: "plot"
22678   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22679   algorithm: "plot_latency_error_bars"
22680   output-file-type: ".html"
22681   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22682   data: "plot-dpdk-throughput-latency-3n-hsw"
22683   filter: "'NIC_Intel-X710' and
22684            '64B' and
22685            'BASE' and
22686            'NDRPDR' and
22687            '1T1C' and
22688            'IP4FWD'"
22689   parameters:
22690   - "latency"
22691   - "parent"
22692   - "tags"
22693   layout:
22694     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
22695     layout: "plot-latency"
22696
22697 - type: "plot"
22698   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22699   algorithm: "plot_latency_error_bars"
22700   output-file-type: ".html"
22701   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22702   data: "plot-dpdk-throughput-latency-3n-hsw"
22703   filter: "'NIC_Intel-X710' and
22704            '64B' and
22705            'BASE' and
22706            'NDRPDR' and
22707            '2T2C' and
22708            'IP4FWD'"
22709   parameters:
22710   - "latency"
22711   - "parent"
22712   - "tags"
22713   layout:
22714     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
22715     layout: "plot-latency"
22716
22717 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
22718 - type: "plot"
22719   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22720   algorithm: "plot_latency_error_bars"
22721   output-file-type: ".html"
22722   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22723   data: "plot-dpdk-throughput-latency-3n-hsw"
22724   filter: "'NIC_Intel-XL710' and
22725            '64B' and
22726            'BASE' and
22727            'NDRPDR' and
22728            '1T1C' and
22729            'IP4FWD'"
22730   parameters:
22731   - "latency"
22732   - "parent"
22733   - "tags"
22734   layout:
22735     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
22736     layout: "plot-latency"
22737
22738 - type: "plot"
22739   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22740   algorithm: "plot_latency_error_bars"
22741   output-file-type: ".html"
22742   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22743   data: "plot-dpdk-throughput-latency-3n-hsw"
22744   filter: "'NIC_Intel-XL710' and
22745            '64B' and
22746            'BASE' and
22747            'NDRPDR' and
22748            '2T2C' and
22749            'IP4FWD'"
22750   parameters:
22751   - "latency"
22752   - "parent"
22753   - "tags"
22754   layout:
22755     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
22756     layout: "plot-latency"
22757
22758 # Packet Latency - DPDK l3fwd 3n-skx-x710
22759 - type: "plot"
22760   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22761   algorithm: "plot_latency_error_bars"
22762   output-file-type: ".html"
22763   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22764   data: "plot-dpdk-throughput-latency-3n-skx"
22765   filter: "'NIC_Intel-X710' and
22766            '64B' and
22767            'BASE' and
22768            'NDRPDR' and
22769            '2T1C' and
22770            'IP4FWD'"
22771   parameters:
22772   - "latency"
22773   - "parent"
22774   - "tags"
22775   layout:
22776     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
22777     layout: "plot-latency"
22778
22779 - type: "plot"
22780   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22781   algorithm: "plot_latency_error_bars"
22782   output-file-type: ".html"
22783   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22784   data: "plot-dpdk-throughput-latency-3n-skx"
22785   filter: "'NIC_Intel-X710' and
22786            '64B' and
22787            'BASE' and
22788            'NDRPDR' and
22789            '4T2C' and
22790            'IP4FWD'"
22791   parameters:
22792   - "latency"
22793   - "parent"
22794   - "tags"
22795   layout:
22796     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
22797     layout: "plot-latency"
22798
22799 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
22800 - type: "plot"
22801   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22802   algorithm: "plot_latency_error_bars"
22803   output-file-type: ".html"
22804   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22805   data: "plot-dpdk-throughput-latency-3n-skx"
22806   filter: "'NIC_Intel-XXV710' and
22807            '64B' and
22808            'BASE' and
22809            'NDRPDR' and
22810            '2T1C' and
22811            'IP4FWD'"
22812   parameters:
22813   - "latency"
22814   - "parent"
22815   - "tags"
22816   layout:
22817     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
22818     layout: "plot-latency"
22819
22820 - type: "plot"
22821   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22822   algorithm: "plot_latency_error_bars"
22823   output-file-type: ".html"
22824   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22825   data: "plot-dpdk-throughput-latency-3n-skx"
22826   filter: "'NIC_Intel-XXV710' and
22827            '64B' and
22828            'BASE' and
22829            'NDRPDR' and
22830            '4T2C' and
22831            'IP4FWD'"
22832   parameters:
22833   - "latency"
22834   - "parent"
22835   - "tags"
22836   layout:
22837     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
22838     layout: "plot-latency"
22839
22840 # Packet Latency - DPDK l3fwd 2n-skx-x710
22841 - type: "plot"
22842   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22843   algorithm: "plot_latency_error_bars"
22844   output-file-type: ".html"
22845   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22846   data: "plot-dpdk-throughput-latency-2n-skx"
22847   filter: "'NIC_Intel-X710' and
22848            '64B' and
22849            'BASE' and
22850            'NDRPDR' and
22851            '2T1C' and
22852            'IP4FWD'"
22853   parameters:
22854   - "latency"
22855   - "parent"
22856   - "tags"
22857   layout:
22858     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
22859     layout: "plot-latency"
22860
22861 - type: "plot"
22862   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22863   algorithm: "plot_latency_error_bars"
22864   output-file-type: ".html"
22865   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22866   data: "plot-dpdk-throughput-latency-2n-skx"
22867   filter: "'NIC_Intel-X710' and
22868            '64B' and
22869            'BASE' and
22870            'NDRPDR' and
22871            '4T2C' and
22872            'IP4FWD'"
22873   parameters:
22874   - "latency"
22875   - "parent"
22876   - "tags"
22877   layout:
22878     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
22879     layout: "plot-latency"
22880
22881 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
22882 - type: "plot"
22883   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22884   algorithm: "plot_latency_error_bars"
22885   output-file-type: ".html"
22886   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22887   data: "plot-dpdk-throughput-latency-2n-skx"
22888   filter: "'NIC_Intel-XXV710' and
22889            '64B' and
22890            'BASE' and
22891            'NDRPDR' and
22892            '2T1C' and
22893            'IP4FWD'"
22894   parameters:
22895   - "latency"
22896   - "parent"
22897   - "tags"
22898   layout:
22899     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
22900     layout: "plot-latency"
22901
22902 - type: "plot"
22903   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22904   algorithm: "plot_latency_error_bars"
22905   output-file-type: ".html"
22906   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22907   data: "plot-dpdk-throughput-latency-2n-skx"
22908   filter: "'NIC_Intel-XXV710' and
22909            '64B' and
22910            'BASE' and
22911            'NDRPDR' and
22912            '4T2C' and
22913            'IP4FWD'"
22914   parameters:
22915   - "latency"
22916   - "parent"
22917   - "tags"
22918   layout:
22919     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
22920     layout: "plot-latency"
22921
22922 ################################################################################
22923
22924 # Packet Latency - DPDK testpmd 3n-hsw-x520
22925 - type: "plot"
22926   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22927   algorithm: "plot_latency_error_bars"
22928   output-file-type: ".html"
22929   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22930   data: "plot-dpdk-throughput-latency-3n-hsw"
22931   filter: "'NIC_Intel-X520-DA2' and
22932            '64B' and
22933            'BASE' and
22934            'NDRPDR' and
22935            '1T1C' and
22936            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22937   parameters:
22938   - "latency"
22939   - "parent"
22940   - "tags"
22941   layout:
22942     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
22943     layout: "plot-latency"
22944
22945 - type: "plot"
22946   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22947   algorithm: "plot_latency_error_bars"
22948   output-file-type: ".html"
22949   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22950   data: "plot-dpdk-throughput-latency-3n-hsw"
22951   filter: "'NIC_Intel-X520-DA2' and
22952            '64B' and
22953            'BASE' and
22954            'NDRPDR' and
22955            '2T2C' and
22956            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22957   parameters:
22958   - "latency"
22959   - "parent"
22960   - "tags"
22961   layout:
22962     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
22963     layout: "plot-latency"
22964
22965 # Packet Latency - DPDK testpmd 3n-hsw-x710
22966 - type: "plot"
22967   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22968   algorithm: "plot_latency_error_bars"
22969   output-file-type: ".html"
22970   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22971   data: "plot-dpdk-throughput-latency-3n-hsw"
22972   filter: "'NIC_Intel-X710' and
22973            '64B' and
22974            'BASE' and
22975            'NDRPDR' and
22976            '1T1C' and
22977            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22978   parameters:
22979   - "latency"
22980   - "parent"
22981   - "tags"
22982   layout:
22983     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
22984     layout: "plot-latency"
22985
22986 - type: "plot"
22987   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22988   algorithm: "plot_latency_error_bars"
22989   output-file-type: ".html"
22990   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22991   data: "plot-dpdk-throughput-latency-3n-hsw"
22992   filter: "'NIC_Intel-X710' and
22993            '64B' and
22994            'BASE' and
22995            'NDRPDR' and
22996            '2T2C' and
22997            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22998   parameters:
22999   - "latency"
23000   - "parent"
23001   - "tags"
23002   layout:
23003     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
23004     layout: "plot-latency"
23005
23006 # Packet Latency - DPDK testpmd 3n-hsw-xl710
23007 - type: "plot"
23008   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23009   algorithm: "plot_latency_error_bars"
23010   output-file-type: ".html"
23011   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23012   data: "plot-dpdk-throughput-latency-3n-hsw"
23013   filter: "'NIC_Intel-XL710' and
23014            '64B' and
23015            'BASE' and
23016            'NDRPDR' and
23017            '1T1C' and
23018            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23019   parameters:
23020   - "latency"
23021   - "parent"
23022   - "tags"
23023   layout:
23024     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
23025     layout: "plot-latency"
23026
23027 - type: "plot"
23028   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23029   algorithm: "plot_latency_error_bars"
23030   output-file-type: ".html"
23031   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23032   data: "plot-dpdk-throughput-latency-3n-hsw"
23033   filter: "'NIC_Intel-XL710' and
23034            '64B' and
23035            'BASE' and
23036            'NDRPDR' and
23037            '2T2C' and
23038            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23039   parameters:
23040   - "latency"
23041   - "parent"
23042   - "tags"
23043   layout:
23044     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
23045     layout: "plot-latency"
23046
23047 # Packet Latency - DPDK testpmd 3n-skx-x710
23048 - type: "plot"
23049   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23050   algorithm: "plot_latency_error_bars"
23051   output-file-type: ".html"
23052   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23053   data: "plot-dpdk-throughput-latency-3n-skx"
23054   filter: "'NIC_Intel-X710' and
23055            '64B' and
23056            'BASE' and
23057            'NDRPDR' and
23058            '2T1C' and
23059            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23060   parameters:
23061   - "latency"
23062   - "parent"
23063   - "tags"
23064   layout:
23065     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
23066     layout: "plot-latency"
23067
23068 - type: "plot"
23069   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23070   algorithm: "plot_latency_error_bars"
23071   output-file-type: ".html"
23072   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23073   data: "plot-dpdk-throughput-latency-3n-skx"
23074   filter: "'NIC_Intel-X710' and
23075            '64B' and
23076            'BASE' and
23077            'NDRPDR' and
23078            '4T2C' and
23079            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23080   parameters:
23081   - "latency"
23082   - "parent"
23083   - "tags"
23084   layout:
23085     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
23086     layout: "plot-latency"
23087
23088 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23089 - type: "plot"
23090   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23091   algorithm: "plot_latency_error_bars"
23092   output-file-type: ".html"
23093   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23094   data: "plot-dpdk-throughput-latency-3n-skx"
23095   filter: "'NIC_Intel-XXV710' and
23096            '64B' and
23097            'BASE' and
23098            'NDRPDR' and
23099            '2T1C' and
23100            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23101   parameters:
23102   - "latency"
23103   - "parent"
23104   - "tags"
23105   layout:
23106     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23107     layout: "plot-latency"
23108
23109 - type: "plot"
23110   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23111   algorithm: "plot_latency_error_bars"
23112   output-file-type: ".html"
23113   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23114   data: "plot-dpdk-throughput-latency-3n-skx"
23115   filter: "'NIC_Intel-XXV710' and
23116            '64B' and
23117            'BASE' and
23118            'NDRPDR' and
23119            '4T2C' and
23120            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23121   parameters:
23122   - "latency"
23123   - "parent"
23124   - "tags"
23125   layout:
23126     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23127     layout: "plot-latency"
23128
23129 # Packet Latency - DPDK testpmd 2n-skx-x710
23130 - type: "plot"
23131   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23132   algorithm: "plot_latency_error_bars"
23133   output-file-type: ".html"
23134   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23135   data: "plot-dpdk-throughput-latency-2n-skx"
23136   filter: "'NIC_Intel-X710' and
23137            '64B' and
23138            'BASE' and
23139            'NDRPDR' and
23140            '2T1C' and
23141            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23142   parameters:
23143   - "latency"
23144   - "parent"
23145   - "tags"
23146   layout:
23147     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23148     layout: "plot-latency"
23149
23150 - type: "plot"
23151   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23152   algorithm: "plot_latency_error_bars"
23153   output-file-type: ".html"
23154   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23155   data: "plot-dpdk-throughput-latency-2n-skx"
23156   filter: "'NIC_Intel-X710' and
23157            '64B' and
23158            'BASE' and
23159            'NDRPDR' and
23160            '4T2C' and
23161            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23162   parameters:
23163   - "latency"
23164   - "parent"
23165   - "tags"
23166   layout:
23167     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23168     layout: "plot-latency"
23169
23170 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23171 - type: "plot"
23172   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23173   algorithm: "plot_latency_error_bars"
23174   output-file-type: ".html"
23175   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23176   data: "plot-dpdk-throughput-latency-2n-skx"
23177   filter: "'NIC_Intel-XXV710' and
23178            '64B' and
23179            'BASE' and
23180            'NDRPDR' and
23181            '2T1C' and
23182            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23183   parameters:
23184   - "latency"
23185   - "parent"
23186   - "tags"
23187   layout:
23188     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23189     layout: "plot-latency"
23190
23191 - type: "plot"
23192   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23193   algorithm: "plot_latency_error_bars"
23194   output-file-type: ".html"
23195   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23196   data: "plot-dpdk-throughput-latency-2n-skx"
23197   filter: "'NIC_Intel-XXV710' and
23198            '64B' and
23199            'BASE' and
23200            'NDRPDR' and
23201            '4T2C' and
23202            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23203   parameters:
23204   - "latency"
23205   - "parent"
23206   - "tags"
23207   layout:
23208     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
23209     layout: "plot-latency"
23210
23211 ################################################################################
23212
23213 # Speedup - VPP Container Memif 3n-hsw-x520
23214 - type: "plot"
23215   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23216   algorithm: "plot_throughput_speedup_analysis"
23217   output-file-type: ".html"
23218   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23219   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23220   filter: "'NIC_Intel-X520-DA2' and
23221            '64B' and
23222            ('BASE' or 'SCALE') and
23223            'NDRPDR' and
23224            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23225            not 'VHOST' and
23226            'MEMIF'"
23227   parameters:
23228   - "throughput"
23229   - "parent"
23230   - "tags"
23231   sort:
23232   - "L2XCFWD"
23233   - "L2XCFWD"
23234   - "L2XCFWD"
23235   - "L2BDMACLRN"
23236   - "L2BDMACLRN"
23237   - "L2BDMACLRN"
23238   - "IP4FWD"
23239   layout:
23240     title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
23241     layout: "plot-throughput-speedup-analysis"
23242
23243 - type: "plot"
23244   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23245   algorithm: "plot_throughput_speedup_analysis"
23246   output-file-type: ".html"
23247   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23248   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23249   filter: "'NIC_Intel-X520-DA2' and
23250            '64B' and
23251            ('BASE' or 'SCALE') and
23252            'NDRPDR' and
23253            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23254            not 'VHOST' and
23255            'MEMIF'"
23256   parameters:
23257   - "throughput"
23258   - "parent"
23259   - "tags"
23260   sort:
23261   - "L2XCFWD"
23262   - "L2XCFWD"
23263   - "L2XCFWD"
23264   - "L2BDMACLRN"
23265   - "L2BDMACLRN"
23266   - "L2BDMACLRN"
23267   - "IP4FWD"
23268   layout:
23269     title: "memif-3n-hsw-x520-64b-base_and_features-pdr"
23270     layout: "plot-throughput-speedup-analysis"
23271
23272 # Speedup - VPP Container Memif 3n-hsw-x710
23273 - type: "plot"
23274   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23275   algorithm: "plot_throughput_speedup_analysis"
23276   output-file-type: ".html"
23277   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23278   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23279   filter: "'NIC_Intel-X710' and
23280            '64B' and
23281            ('BASE' or 'SCALE') and
23282            'NDRPDR' and
23283            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23284            not 'VHOST' and
23285            'MEMIF'"
23286   parameters:
23287   - "throughput"
23288   - "parent"
23289   - "tags"
23290   sort:
23291   - "L2XCFWD"
23292   - "L2XCFWD"
23293   - "L2XCFWD"
23294   - "L2BDMACLRN"
23295   - "L2BDMACLRN"
23296   - "L2BDMACLRN"
23297   - "IP4FWD"
23298   layout:
23299     title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
23300     layout: "plot-throughput-speedup-analysis"
23301
23302 - type: "plot"
23303   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23304   algorithm: "plot_throughput_speedup_analysis"
23305   output-file-type: ".html"
23306   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23307   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23308   filter: "'NIC_Intel-X710' and
23309            '64B' and
23310            ('BASE' or 'SCALE') and
23311            'NDRPDR' and
23312            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23313            not 'VHOST' and
23314            'MEMIF'"
23315   parameters:
23316   - "throughput"
23317   - "parent"
23318   - "tags"
23319   sort:
23320   - "L2XCFWD"
23321   - "L2XCFWD"
23322   - "L2XCFWD"
23323   - "L2BDMACLRN"
23324   - "L2BDMACLRN"
23325   - "L2BDMACLRN"
23326   - "IP4FWD"
23327   layout:
23328     title: "memif-3n-hsw-x710-64b-base_and_features-pdr"
23329     layout: "plot-throughput-speedup-analysis"
23330
23331 # Speedup - VPP Container Memif 3n-hsw-xl710
23332 - type: "plot"
23333   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23334   algorithm: "plot_throughput_speedup_analysis"
23335   output-file-type: ".html"
23336   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23337   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23338   filter: "'NIC_Intel-XL710' and
23339            '64B' and
23340            ('BASE' or 'SCALE') and
23341            'NDRPDR' and
23342            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23343            not 'VHOST' and
23344            'MEMIF'"
23345   parameters:
23346   - "throughput"
23347   - "parent"
23348   - "tags"
23349   sort:
23350   - "L2XCFWD"
23351   - "L2XCFWD"
23352   - "L2XCFWD"
23353   - "L2BDMACLRN"
23354   - "L2BDMACLRN"
23355   - "L2BDMACLRN"
23356   - "IP4FWD"
23357   layout:
23358     title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
23359     layout: "plot-throughput-speedup-analysis"
23360
23361 - type: "plot"
23362   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23363   algorithm: "plot_throughput_speedup_analysis"
23364   output-file-type: ".html"
23365   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23366   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23367   filter: "'NIC_Intel-XL710' and
23368            '64B' and
23369            ('BASE' or 'SCALE') and
23370            'NDRPDR' and
23371            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23372            not 'VHOST' and
23373            'MEMIF'"
23374   parameters:
23375   - "throughput"
23376   - "parent"
23377   - "tags"
23378   sort:
23379   - "L2XCFWD"
23380   - "L2XCFWD"
23381   - "L2XCFWD"
23382   - "L2BDMACLRN"
23383   - "L2BDMACLRN"
23384   - "L2BDMACLRN"
23385   - "IP4FWD"
23386   layout:
23387     title: "memif-3n-hsw-xl710-64b-base_and_features-pdr"
23388     layout: "plot-throughput-speedup-analysis"
23389
23390 # Speedup - VPP Container Memif 3n-skx-x710
23391 - type: "plot"
23392   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23393   algorithm: "plot_throughput_speedup_analysis"
23394   output-file-type: ".html"
23395   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23397   filter: "'NIC_Intel-X710' and
23398            '64B' and
23399            ('BASE' or 'SCALE') and
23400            'NDRPDR' and
23401            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23402            not 'VHOST' and
23403            'MEMIF'"
23404   parameters:
23405   - "throughput"
23406   - "parent"
23407   - "tags"
23408   sort:
23409   - "L2XCFWD"
23410   - "L2XCFWD"
23411   - "L2XCFWD"
23412   - "L2BDMACLRN"
23413   - "L2BDMACLRN"
23414   - "L2BDMACLRN"
23415   - "IP4FWD"
23416   layout:
23417     title: "memif-3n-skx-x710-64b-base_and_features-ndr"
23418     layout: "plot-throughput-speedup-analysis"
23419
23420 - type: "plot"
23421   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23422   algorithm: "plot_throughput_speedup_analysis"
23423   output-file-type: ".html"
23424   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23425   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23426   filter: "'NIC_Intel-X710' and
23427            '64B' and
23428            ('BASE' or 'SCALE') and
23429            'NDRPDR' and
23430            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23431            not 'VHOST' and
23432            'MEMIF'"
23433   parameters:
23434   - "throughput"
23435   - "parent"
23436   - "tags"
23437   sort:
23438   - "L2XCFWD"
23439   - "L2XCFWD"
23440   - "L2XCFWD"
23441   - "L2BDMACLRN"
23442   - "L2BDMACLRN"
23443   - "L2BDMACLRN"
23444   - "IP4FWD"
23445   layout:
23446     title: "memif-3n-skx-x710-64b-base_and_features-pdr"
23447     layout: "plot-throughput-speedup-analysis"
23448
23449 # Speedup - VPP Container Memif 2n-skx-x710
23450 - type: "plot"
23451   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23452   algorithm: "plot_throughput_speedup_analysis"
23453   output-file-type: ".html"
23454   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23455   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23456   filter: "'NIC_Intel-X710' and
23457            '64B' and
23458            ('BASE' or 'SCALE') and
23459            'NDRPDR' and
23460            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23461            not 'VHOST' and
23462            not 'NF_DENSITY' and
23463            'MEMIF'"
23464   parameters:
23465   - "throughput"
23466   - "parent"
23467   - "tags"
23468   sort:
23469   - "L2XCFWD"
23470   - "L2XCFWD"
23471   - "L2XCFWD"
23472   - "L2BDMACLRN"
23473   - "L2BDMACLRN"
23474   - "L2BDMACLRN"
23475   - "IP4FWD"
23476   layout:
23477     title: "memif-2n-skx-x710-64b-base_and_features-ndr"
23478     layout: "plot-throughput-speedup-analysis"
23479
23480 - type: "plot"
23481   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23482   algorithm: "plot_throughput_speedup_analysis"
23483   output-file-type: ".html"
23484   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23485   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23486   filter: "'NIC_Intel-X710' and
23487            '64B' and
23488            ('BASE' or 'SCALE') and
23489            'NDRPDR' and
23490            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23491            not 'VHOST' and
23492            not 'NF_DENSITY' and
23493            'MEMIF'"
23494   parameters:
23495   - "throughput"
23496   - "parent"
23497   - "tags"
23498   sort:
23499   - "L2XCFWD"
23500   - "L2XCFWD"
23501   - "L2XCFWD"
23502   - "L2BDMACLRN"
23503   - "L2BDMACLRN"
23504   - "L2BDMACLRN"
23505   - "IP4FWD"
23506   layout:
23507     title: "memif-2n-skx-x710-64b-base_and_features-pdr"
23508     layout: "plot-throughput-speedup-analysis"
23509
23510 ## Speedup - VPP Container Memif 2n-skx-xxv710
23511 #- type: "plot"
23512 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23513 #  algorithm: "plot_throughput_speedup_analysis"
23514 #  output-file-type: ".html"
23515 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23516 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23517 #  filter: "'NIC_Intel-XXV710' and
23518 #           '64B' and
23519 #           ('BASE' or 'SCALE') and
23520 #           'NDRPDR' and
23521 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23522 #           not 'VHOST' and
23523 #           'MEMIF'"
23524 #  parameters:
23525 #  - "throughput"
23526 #  - "parent"
23527 #  - "tags"
23528 #  sort:
23529 #  - "L2XCFWD"
23530 #  - "L2XCFWD"
23531 #  - "L2XCFWD"
23532 #  - "L2BDMACLRN"
23533 #  - "L2BDMACLRN"
23534 #  - "L2BDMACLRN"
23535 #  - "IP4FWD"
23536 #  layout:
23537 #    title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
23538 #    layout: "plot-throughput-speedup-analysis"
23539 #
23540 #- type: "plot"
23541 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23542 #  algorithm: "plot_throughput_speedup_analysis"
23543 #  output-file-type: ".html"
23544 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23545 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23546 #  filter: "'NIC_Intel-XXV710' and
23547 #           '64B' and
23548 #           ('BASE' or 'SCALE') and
23549 #           'NDRPDR' and
23550 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23551 #           not 'VHOST' and
23552 #           'MEMIF'"
23553 #  parameters:
23554 #  - "throughput"
23555 #  - "parent"
23556 #  - "tags"
23557 #  sort:
23558 #  - "L2XCFWD"
23559 #  - "L2XCFWD"
23560 #  - "L2XCFWD"
23561 #  - "L2BDMACLRN"
23562 #  - "L2BDMACLRN"
23563 #  - "L2BDMACLRN"
23564 #  - "IP4FWD"
23565 #  layout:
23566 #    title: "memif-2n-skx-xxv710-64b-base_and_features-pdr"
23567 #    layout: "plot-throughput-speedup-analysis"
23568
23569 ################################################################################
23570
23571 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
23572 #- type: "plot"
23573 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23574 #  algorithm: "plot_throughput_speedup_analysis"
23575 #  output-file-type: ".html"
23576 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23577 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23578 #  filter: "'NIC_Intel-X520-DA2' and
23579 #           '64B' and
23580 #           ('BASE' or 'SCALE') and
23581 #           'NDRPDR' and
23582 #           'L2XCFWD' and
23583 #           not 'VHOST' and
23584 #           not 'NF_DENSITY' and
23585 #           'MEMIF'"
23586 #  parameters:
23587 #  - "throughput"
23588 #  - "parent"
23589 #  - "tags"
23590 #  sort:
23591 #  - "1VNF"
23592 #  - "2VNF"
23593 #  - "4VNF"
23594 #  - "2VNF"
23595 #  - "4VNF"
23596 #  layout:
23597 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
23598 #    layout: "plot-throughput-speedup-analysis"
23599 #
23600 #- type: "plot"
23601 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23602 #  algorithm: "plot_throughput_speedup_analysis"
23603 #  output-file-type: ".html"
23604 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23605 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23606 #  filter: "'NIC_Intel-X520-DA2' and
23607 #           '64B' and
23608 #           ('BASE' or 'SCALE') and
23609 #           'NDRPDR' and
23610 #           'L2XCFWD' and
23611 #           not 'VHOST' and
23612 #           not 'NF_DENSITY' and
23613 #           'MEMIF'"
23614 #  parameters:
23615 #  - "throughput"
23616 #  - "parent"
23617 #  - "tags"
23618 #  sort:
23619 #  - "1VNF"
23620 #  - "2VNF"
23621 #  - "4VNF"
23622 #  - "2VNF"
23623 #  - "4VNF"
23624 #  layout:
23625 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
23626 #    layout: "plot-throughput-speedup-analysis"
23627 #
23628 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
23629 #- type: "plot"
23630 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23631 #  algorithm: "plot_throughput_speedup_analysis"
23632 #  output-file-type: ".html"
23633 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23634 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23635 #  filter: "'NIC_Intel-X520-DA2' and
23636 #           '64B' and
23637 #           ('BASE' or 'SCALE') and
23638 #           'NDRPDR' and
23639 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23640 #           not 'VHOST' and
23641 #           not 'NF_DENSITY' and
23642 #           'MEMIF'"
23643 #  parameters:
23644 #  - "throughput"
23645 #  - "parent"
23646 #  - "tags"
23647 #  sort:
23648 #  - "1VNF"
23649 #  - "2VNF"
23650 #  - "4VNF"
23651 #  - "2VNF"
23652 #  - "4VNF"
23653 #  layout:
23654 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
23655 #    layout: "plot-throughput-speedup-analysis"
23656 #
23657 #- type: "plot"
23658 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23659 #  algorithm: "plot_throughput_speedup_analysis"
23660 #  output-file-type: ".html"
23661 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23662 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23663 #  filter: "'NIC_Intel-X520-DA2' and
23664 #           '64B' and
23665 #           ('BASE' or 'SCALE') and
23666 #           'NDRPDR' and
23667 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23668 #           not 'VHOST' and
23669 #           not 'NF_DENSITY' and
23670 #           'MEMIF'"
23671 #  parameters:
23672 #  - "throughput"
23673 #  - "parent"
23674 #  - "tags"
23675 #  sort:
23676 #  - "1VNF"
23677 #  - "2VNF"
23678 #  - "4VNF"
23679 #  - "2VNF"
23680 #  - "4VNF"
23681 #  layout:
23682 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
23683 #    layout: "plot-throughput-speedup-analysis"
23684 #
23685 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
23686 #- type: "plot"
23687 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23688 #  algorithm: "plot_throughput_speedup_analysis"
23689 #  output-file-type: ".html"
23690 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23691 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23692 #  filter: "'NIC_Intel-X710' and
23693 #           '64B' and
23694 #           ('BASE' or 'SCALE') and
23695 #           'NDRPDR' and
23696 #           'L2XCFWD' and
23697 #           not 'VHOST' and
23698 #           not 'NF_DENSITY' and
23699 #           'MEMIF'"
23700 #  parameters:
23701 #  - "throughput"
23702 #  - "parent"
23703 #  - "tags"
23704 #  sort:
23705 #  - "1VNF"
23706 #  - "2VNF"
23707 #  - "4VNF"
23708 #  - "2VNF"
23709 #  - "4VNF"
23710 #  layout:
23711 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
23712 #    layout: "plot-throughput-speedup-analysis"
23713 #
23714 #- type: "plot"
23715 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23716 #  algorithm: "plot_throughput_speedup_analysis"
23717 #  output-file-type: ".html"
23718 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23719 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23720 #  filter: "'NIC_Intel-X710' and
23721 #           '64B' and
23722 #           ('BASE' or 'SCALE') and
23723 #           'NDRPDR' and
23724 #           'L2XCFWD' and
23725 #           not 'VHOST' and
23726 #           not 'NF_DENSITY' and
23727 #           'MEMIF'"
23728 #  parameters:
23729 #  - "throughput"
23730 #  - "parent"
23731 #  - "tags"
23732 #  sort:
23733 #  - "1VNF"
23734 #  - "2VNF"
23735 #  - "4VNF"
23736 #  - "2VNF"
23737 #  - "4VNF"
23738 #  layout:
23739 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
23740 #    layout: "plot-throughput-speedup-analysis"
23741 #
23742 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
23743 #- type: "plot"
23744 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23745 #  algorithm: "plot_throughput_speedup_analysis"
23746 #  output-file-type: ".html"
23747 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23748 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23749 #  filter: "'NIC_Intel-X710' and
23750 #           '64B' and
23751 #           ('BASE' or 'SCALE') and
23752 #           'NDRPDR' and
23753 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23754 #           not 'VHOST' and
23755 #           not 'NF_DENSITY' and
23756 #           'MEMIF'"
23757 #  parameters:
23758 #  - "throughput"
23759 #  - "parent"
23760 #  - "tags"
23761 #  sort:
23762 #  - "1VNF"
23763 #  - "2VNF"
23764 #  - "4VNF"
23765 #  - "2VNF"
23766 #  - "4VNF"
23767 #  layout:
23768 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
23769 #    layout: "plot-throughput-speedup-analysis"
23770 #
23771 #- type: "plot"
23772 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23773 #  algorithm: "plot_throughput_speedup_analysis"
23774 #  output-file-type: ".html"
23775 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23776 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23777 #  filter: "'NIC_Intel-X710' and
23778 #           '64B' and
23779 #           ('BASE' or 'SCALE') and
23780 #           'NDRPDR' and
23781 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23782 #           not 'VHOST' and
23783 #           not 'NF_DENSITY' and
23784 #           'MEMIF'"
23785 #  parameters:
23786 #  - "throughput"
23787 #  - "parent"
23788 #  - "tags"
23789 #  sort:
23790 #  - "1VNF"
23791 #  - "2VNF"
23792 #  - "4VNF"
23793 #  - "2VNF"
23794 #  - "4VNF"
23795 #  layout:
23796 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
23797 #    layout: "plot-throughput-speedup-analysis"
23798
23799 ################################################################################
23800
23801 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
23802 - type: "plot"
23803   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23804   algorithm: "plot_throughput_speedup_analysis"
23805   output-file-type: ".html"
23806   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23807   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23808   filter: "'NIC_Intel-X520-DA2' and
23809            '64B' and
23810            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23811            'NDRPDR' and
23812            'IP4FWD' and
23813            not 'IPSEC' and
23814            not 'DOT1Q' and
23815            not 'VHOST'"
23816   parameters:
23817   - "throughput"
23818   - "parent"
23819   - "tags"
23820   sort:
23821   - "DOT1Q"
23822   - "IP4BASE"
23823   - "FIB_20K"
23824   - "FIB_200K"
23825   - "FIB_2M"
23826   layout:
23827     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
23828     layout: "plot-throughput-speedup-analysis"
23829
23830 - type: "plot"
23831   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23832   algorithm: "plot_throughput_speedup_analysis"
23833   output-file-type: ".html"
23834   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23835   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23836   filter: "'NIC_Intel-X520-DA2' and
23837            '64B' and
23838            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23839            'NDRPDR' and
23840            'IP4FWD' and
23841            not 'IPSEC' and
23842            not 'DOT1Q' and
23843            not 'VHOST'"
23844   parameters:
23845   - "throughput"
23846   - "parent"
23847   - "tags"
23848   sort:
23849   - "DOT1Q"
23850   - "IP4BASE"
23851   - "FIB_20K"
23852   - "FIB_200K"
23853   - "FIB_2M"
23854   layout:
23855     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
23856     layout: "plot-throughput-speedup-analysis"
23857
23858 # Speedup - VPP IPv4 3n-hsw-x520 features
23859 - type: "plot"
23860   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
23861   algorithm: "plot_throughput_speedup_analysis"
23862   output-file-type: ".html"
23863   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
23864   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23865   filter: "'NIC_Intel-X520-DA2' and
23866            '64B' and
23867            ('IP4BASE' or
23868             'POLICE_MARK' or
23869             'COPWHLIST' or
23870             ('NAT44' and 'BASE') or
23871             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23872            'NDRPDR' and
23873            'IP4FWD' and
23874            not 'IPSEC' and
23875            not 'VHOST'"
23876   parameters:
23877   - "throughput"
23878   - "parent"
23879   - "tags"
23880   sort:
23881   - "DOT1Q"
23882   - "IP4BASE"
23883   - "NAT44"
23884   - "POLICE_MARK"
23885   - "COPWHLIST"
23886   - "IACL"
23887   - "OACL"
23888   layout:
23889     title: "ip4-3n-hsw-x520-64b-features-ndr"
23890     layout: "plot-throughput-speedup-analysis"
23891
23892 - type: "plot"
23893   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
23894   algorithm: "plot_throughput_speedup_analysis"
23895   output-file-type: ".html"
23896   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
23897   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23898   filter: "'NIC_Intel-X520-DA2' and
23899            '64B' and
23900            ('IP4BASE' or
23901             'POLICE_MARK' or
23902             'COPWHLIST' or
23903             ('NAT44' and 'BASE') or
23904             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23905            'NDRPDR' and
23906            'IP4FWD' and
23907            not 'IPSEC' and
23908            not 'VHOST'"
23909   parameters:
23910   - "throughput"
23911   - "parent"
23912   - "tags"
23913   sort:
23914   - "DOT1Q"
23915   - "IP4BASE"
23916   - "NAT44"
23917   - "POLICE_MARK"
23918   - "COPWHLIST"
23919   - "IACL"
23920   - "OACL"
23921   layout:
23922     title: "ip4-3n-hsw-x520-64b-features-pdr"
23923     layout: "plot-throughput-speedup-analysis"
23924
23925 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
23926 - type: "plot"
23927   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23928   algorithm: "plot_throughput_speedup_analysis"
23929   output-file-type: ".html"
23930   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23931   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23932   filter: "'NIC_Intel-X520-DA2' and
23933            '64B' and
23934            'NDRPDR' and
23935            'IP4FWD' and
23936            ('NAT44' or 'IP4BASE') and
23937            not 'DOT1Q' and
23938            not 'IPSEC' and
23939            not 'VHOST'"
23940   parameters:
23941   - "throughput"
23942   - "parent"
23943   - "tags"
23944   sort:
23945   - "IP4BASE"
23946   - "BASE"
23947   - "SRC_USER_10"
23948   - "SRC_USER_100"
23949   - "SRC_USER_1000"
23950   - "SRC_USER_2000"
23951   layout:
23952     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
23953     layout: "plot-throughput-speedup-analysis"
23954
23955 - type: "plot"
23956   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23957   algorithm: "plot_throughput_speedup_analysis"
23958   output-file-type: ".html"
23959   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23960   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23961   filter: "'NIC_Intel-X520-DA2' and
23962            '64B' and
23963            'NDRPDR' and
23964            'IP4FWD' and
23965            ('NAT44' or 'IP4BASE') and
23966            not 'DOT1Q' and
23967            not 'IPSEC' and
23968            not 'VHOST'"
23969   parameters:
23970   - "throughput"
23971   - "parent"
23972   - "tags"
23973   sort:
23974   - "IP4BASE"
23975   - "BASE"
23976   - "SRC_USER_10"
23977   - "SRC_USER_100"
23978   - "SRC_USER_1000"
23979   - "SRC_USER_2000"
23980   layout:
23981     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
23982     layout: "plot-throughput-speedup-analysis"
23983
23984 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
23985 - type: "plot"
23986   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23987   algorithm: "plot_throughput_speedup_analysis"
23988   output-file-type: ".html"
23989   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23990   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23991   filter: "'NIC_Intel-X520-DA2' and
23992            '64B' and
23993            'NDRPDR' and
23994            'IP4FWD' and
23995            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
23996            not 'IPSEC' and
23997            not 'DOT1Q' and
23998            not 'VHOST'"
23999   parameters:
24000   - "throughput"
24001   - "parent"
24002   - "tags"
24003   sort:
24004   - "IP4BASE"
24005   - "ACL_STATELESS"
24006   - "ACL_STATEFUL"
24007   - "ACL_STATELESS"
24008   - "ACL_STATEFUL"
24009   layout:
24010     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
24011     layout: "plot-throughput-speedup-analysis"
24012
24013 - type: "plot"
24014   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24015   algorithm: "plot_throughput_speedup_analysis"
24016   output-file-type: ".html"
24017   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24018   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24019   filter: "'NIC_Intel-X520-DA2' and
24020            '64B' and
24021            'NDRPDR' and
24022            'IP4FWD' and
24023            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24024            not 'IPSEC' and
24025            not 'DOT1Q' and
24026            not 'VHOST'"
24027   parameters:
24028   - "throughput"
24029   - "parent"
24030   - "tags"
24031   sort:
24032   - "IP4BASE"
24033   - "ACL_STATELESS"
24034   - "ACL_STATEFUL"
24035   - "ACL_STATELESS"
24036   - "ACL_STATEFUL"
24037   layout:
24038     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
24039     layout: "plot-throughput-speedup-analysis"
24040
24041 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
24042 - type: "plot"
24043   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24044   algorithm: "plot_throughput_speedup_analysis"
24045   output-file-type: ".html"
24046   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24047   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24048   filter: "'NIC_Intel-X520-DA2' and
24049            '64B' and
24050            'NDRPDR' and
24051            'IP4FWD' and
24052            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24053            not 'IPSEC' and
24054            not 'DOT1Q' and
24055            not 'VHOST'"
24056   parameters:
24057   - "throughput"
24058   - "parent"
24059   - "tags"
24060   sort:
24061   - "IP4BASE"
24062   - "ACL_STATELESS"
24063   - "ACL_STATEFUL"
24064   - "ACL_STATELESS"
24065   - "ACL_STATEFUL"
24066   layout:
24067     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
24068     layout: "plot-throughput-speedup-analysis"
24069
24070 - type: "plot"
24071   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24072   algorithm: "plot_throughput_speedup_analysis"
24073   output-file-type: ".html"
24074   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24075   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24076   filter: "'NIC_Intel-X520-DA2' and
24077            '64B' and
24078            'NDRPDR' and
24079            'IP4FWD' and
24080            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24081            not 'IPSEC' and
24082            not 'DOT1Q' and
24083            not 'VHOST'"
24084   parameters:
24085   - "throughput"
24086   - "parent"
24087   - "tags"
24088   sort:
24089   - "IP4BASE"
24090   - "ACL_STATELESS"
24091   - "ACL_STATEFUL"
24092   - "ACL_STATELESS"
24093   - "ACL_STATEFUL"
24094   layout:
24095     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24096     layout: "plot-throughput-speedup-analysis"
24097
24098 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24099 - type: "plot"
24100   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24101   algorithm: "plot_throughput_speedup_analysis"
24102   output-file-type: ".html"
24103   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24104   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24105   filter: "'NIC_Intel-X710' and
24106            '64B' and
24107            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24108            'NDRPDR' and
24109            'IP4FWD' and
24110            not 'IPSEC' and
24111            not 'DOT1Q' and
24112            not 'VHOST'"
24113   parameters:
24114   - "throughput"
24115   - "parent"
24116   - "tags"
24117   sort:
24118   - "IP4BASE"
24119   - "FIB_20K"
24120   - "FIB_200K"
24121   - "FIB_2M"
24122   layout:
24123     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24124     layout: "plot-throughput-speedup-analysis"
24125
24126 - type: "plot"
24127   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24128   algorithm: "plot_throughput_speedup_analysis"
24129   output-file-type: ".html"
24130   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24131   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24132   filter: "'NIC_Intel-X710' and
24133            '64B' and
24134            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24135            'NDRPDR' and
24136            'IP4FWD' and
24137            not 'IPSEC' and
24138            not 'DOT1Q' and
24139            not 'VHOST'"
24140   parameters:
24141   - "throughput"
24142   - "parent"
24143   - "tags"
24144   sort:
24145   - "IP4BASE"
24146   - "FIB_20K"
24147   - "FIB_200K"
24148   - "FIB_2M"
24149   layout:
24150     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24151     layout: "plot-throughput-speedup-analysis"
24152
24153 # Speedup - VPP IPv4 3n-hsw-x710 features
24154 - type: "plot"
24155   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24156   algorithm: "plot_throughput_speedup_analysis"
24157   output-file-type: ".html"
24158   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24159   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24160   filter: "'NIC_Intel-X710' and
24161            '64B' and
24162            ('IP4BASE' or
24163             'POLICE_MARK' or
24164             'COPWHLIST' or
24165             ('NAT44' and 'BASE') or
24166             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24167            'NDRPDR' and
24168            'IP4FWD' and
24169            not 'IPSEC' and
24170            not 'VHOST'"
24171   parameters:
24172   - "throughput"
24173   - "parent"
24174   - "tags"
24175   sort:
24176   - "DOT1Q"
24177   - "IP4BASE"
24178   - "NAT44"
24179   - "POLICE_MARK"
24180   - "COPWHLIST"
24181   - "IACL"
24182   - "OACL"
24183   layout:
24184     title: "ip4-3n-hsw-x710-64b-features-ndr"
24185     layout: "plot-throughput-speedup-analysis"
24186
24187 - type: "plot"
24188   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24189   algorithm: "plot_throughput_speedup_analysis"
24190   output-file-type: ".html"
24191   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
24192   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24193   filter: "'NIC_Intel-X710' and
24194            '64B' and
24195            ('IP4BASE' or
24196             'POLICE_MARK' or
24197             'COPWHLIST' or
24198             ('NAT44' and 'BASE') or
24199             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24200            'NDRPDR' and
24201            'IP4FWD' and
24202            not 'IPSEC' and
24203            not 'VHOST'"
24204   parameters:
24205   - "throughput"
24206   - "parent"
24207   - "tags"
24208   sort:
24209   - "DOT1Q"
24210   - "IP4BASE"
24211   - "NAT44"
24212   - "POLICE_MARK"
24213   - "COPWHLIST"
24214   - "IACL"
24215   - "OACL"
24216   layout:
24217     title: "ip4-3n-hsw-x710-64b-features-pdr"
24218     layout: "plot-throughput-speedup-analysis"
24219
24220 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
24221 - type: "plot"
24222   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24223   algorithm: "plot_throughput_speedup_analysis"
24224   output-file-type: ".html"
24225   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24226   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24227   filter: "'NIC_Intel-X710' and
24228            '64B' and
24229            'NDRPDR' and
24230            'IP4FWD' and
24231            ('NAT44' or 'IP4BASE') and
24232            not 'IPSEC' and
24233            not 'VHOST'"
24234   parameters:
24235   - "throughput"
24236   - "parent"
24237   - "tags"
24238   sort:
24239   - "IP4BASE"
24240   - "BASE"
24241   - "SRC_USER_10"
24242   - "SRC_USER_100"
24243   - "SRC_USER_1000"
24244   - "SRC_USER_2000"
24245   layout:
24246     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
24247     layout: "plot-throughput-speedup-analysis"
24248
24249 - type: "plot"
24250   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24251   algorithm: "plot_throughput_speedup_analysis"
24252   output-file-type: ".html"
24253   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24254   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24255   filter: "'NIC_Intel-X710' and
24256            '64B' and
24257            'NDRPDR' and
24258            'IP4FWD' and
24259            ('NAT44' or 'IP4BASE') and
24260            not 'IPSEC' and
24261            not 'VHOST'"
24262   parameters:
24263   - "throughput"
24264   - "parent"
24265   - "tags"
24266   sort:
24267   - "IP4BASE"
24268   - "BASE"
24269   - "SRC_USER_10"
24270   - "SRC_USER_100"
24271   - "SRC_USER_1000"
24272   - "SRC_USER_2000"
24273   layout:
24274     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
24275     layout: "plot-throughput-speedup-analysis"
24276
24277 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
24278 - type: "plot"
24279   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24280   algorithm: "plot_throughput_speedup_analysis"
24281   output-file-type: ".html"
24282   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24283   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24284   filter: "'NIC_Intel-X710' and
24285            '64B' and
24286            'NDRPDR' and
24287            'IP4FWD' and
24288            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24289            not 'IPSEC' and
24290            not 'VHOST'"
24291   parameters:
24292   - "throughput"
24293   - "parent"
24294   - "tags"
24295   sort:
24296   - "IP4BASE"
24297   - "ACL_STATELESS"
24298   - "ACL_STATEFUL"
24299   - "ACL_STATELESS"
24300   - "ACL_STATEFUL"
24301   layout:
24302     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
24303     layout: "plot-throughput-speedup-analysis"
24304
24305 - type: "plot"
24306   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24307   algorithm: "plot_throughput_speedup_analysis"
24308   output-file-type: ".html"
24309   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24310   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24311   filter: "'NIC_Intel-X710' and
24312            '64B' and
24313            'NDRPDR' and
24314            'IP4FWD' and
24315            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24316            not 'IPSEC' and
24317            not 'VHOST'"
24318   parameters:
24319   - "throughput"
24320   - "parent"
24321   - "tags"
24322   sort:
24323   - "IP4BASE"
24324   - "ACL_STATELESS"
24325   - "ACL_STATEFUL"
24326   - "ACL_STATELESS"
24327   - "ACL_STATEFUL"
24328   layout:
24329     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
24330     layout: "plot-throughput-speedup-analysis"
24331
24332 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
24333 - type: "plot"
24334   title: "Speedup: ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24335   algorithm: "plot_throughput_speedup_analysis"
24336   output-file-type: ".html"
24337   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24338   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24339   filter: "'NIC_Intel-XL710' and
24340            '64B' and
24341            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24342            'NDRPDR' and
24343            'IP4FWD' and
24344            not 'IPSEC' and
24345            not 'VHOST'"
24346   parameters:
24347   - "throughput"
24348   - "parent"
24349   - "tags"
24350   sort:
24351   - "IP4BASE"
24352   - "FIB_20K"
24353   - "FIB_200K"
24354   - "FIB_2M"
24355   layout:
24356     title: "ip4-3n-hsw-xl710-64b-base-ndr"
24357     layout: "plot-throughput-speedup-analysis"
24358
24359 - type: "plot"
24360   title: "Speedup: ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24361   algorithm: "plot_throughput_speedup_analysis"
24362   output-file-type: ".html"
24363   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24364   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24365   filter: "'NIC_Intel-XL710' and
24366            '64B' and
24367            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24368            'NDRPDR' and
24369            'IP4FWD' and
24370            not 'IPSEC' and
24371            not 'VHOST'"
24372   parameters:
24373   - "throughput"
24374   - "parent"
24375   - "tags"
24376   sort:
24377   - "IP4BASE"
24378   - "FIB_20K"
24379   - "FIB_200K"
24380   - "FIB_2M"
24381   layout:
24382     title: "ip4-3n-hsw-xl710-64b-base-pdr"
24383     layout: "plot-throughput-speedup-analysis"
24384
24385 # Speedup - VPP IPv4 3n-skx-x710 base and scale
24386 - type: "plot"
24387   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24388   algorithm: "plot_throughput_speedup_analysis"
24389   output-file-type: ".html"
24390   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24391   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24392   filter: "'NIC_Intel-X710' and
24393            '64B' and
24394            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24395            'NDRPDR' and
24396            'IP4FWD' and
24397            not 'IPSEC' and
24398            not 'DOT1Q' and
24399            not 'VHOST'"
24400   parameters:
24401   - "throughput"
24402   - "parent"
24403   - "tags"
24404   sort:
24405   - "IP4BASE"
24406   - "FIB_20K"
24407   - "FIB_200K"
24408   - "FIB_2M"
24409   layout:
24410     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
24411     layout: "plot-throughput-speedup-analysis"
24412
24413 - type: "plot"
24414   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24415   algorithm: "plot_throughput_speedup_analysis"
24416   output-file-type: ".html"
24417   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24419   filter: "'NIC_Intel-X710' and
24420            '64B' and
24421            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24422            'NDRPDR' and
24423            'IP4FWD' and
24424            not 'IPSEC' and
24425            not 'DOT1Q' and
24426            not 'VHOST'"
24427   parameters:
24428   - "throughput"
24429   - "parent"
24430   - "tags"
24431   sort:
24432   - "IP4BASE"
24433   - "FIB_20K"
24434   - "FIB_200K"
24435   - "FIB_2M"
24436   layout:
24437     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
24438     layout: "plot-throughput-speedup-analysis"
24439
24440 # Speedup - VPP IPv4 3n-skx-x710 features
24441 - type: "plot"
24442   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
24443   algorithm: "plot_throughput_speedup_analysis"
24444   output-file-type: ".html"
24445   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
24446   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24447   filter: "'NIC_Intel-X710' and
24448            '64B' and
24449            ('IP4BASE' or
24450             'POLICE_MARK' or
24451             'COPWHLIST' or
24452             ('NAT44' and 'BASE') or
24453             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24454            'NDRPDR' and
24455            'IP4FWD' and
24456            not 'IPSEC' and
24457            not 'VHOST'"
24458   parameters:
24459   - "throughput"
24460   - "parent"
24461   - "tags"
24462   sort:
24463   - "DOT1Q"
24464   - "IP4BASE"
24465   - "NAT44"
24466   - "POLICE_MARK"
24467   - "COPWHLIST"
24468   - "IACL"
24469   - "OACL"
24470   layout:
24471     title: "ip4-3n-skx-x710-64b-features-ndr"
24472     layout: "plot-throughput-speedup-analysis"
24473
24474 - type: "plot"
24475   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
24476   algorithm: "plot_throughput_speedup_analysis"
24477   output-file-type: ".html"
24478   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
24479   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24480   filter: "'NIC_Intel-X710' and
24481            '64B' and
24482            ('IP4BASE' or
24483             'POLICE_MARK' or
24484             'COPWHLIST' or
24485             ('NAT44' and 'BASE') or
24486             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24487            'NDRPDR' and
24488            'IP4FWD' and
24489            not 'IPSEC' and
24490            not 'VHOST'"
24491   parameters:
24492   - "throughput"
24493   - "parent"
24494   - "tags"
24495   sort:
24496   - "DOT1Q"
24497   - "IP4BASE"
24498   - "NAT44"
24499   - "POLICE_MARK"
24500   - "COPWHLIST"
24501   - "IACL"
24502   - "OACL"
24503   layout:
24504     title: "ip4-3n-skx-x710-64b-features-pdr"
24505     layout: "plot-throughput-speedup-analysis"
24506
24507 # Speedup - VPP IPv4 3n-skx-x710 features nat44
24508 - type: "plot"
24509   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24510   algorithm: "plot_throughput_speedup_analysis"
24511   output-file-type: ".html"
24512   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24513   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24514   filter: "'NIC_Intel-X710' and
24515            '64B' and
24516            'NDRPDR' and
24517            'IP4FWD' and
24518            ('NAT44' or 'IP4BASE') and
24519            not 'IPSEC' and
24520            not 'VHOST'"
24521   parameters:
24522   - "throughput"
24523   - "parent"
24524   - "tags"
24525   sort:
24526   - "IP4BASE"
24527   - "BASE"
24528   - "SRC_USER_10"
24529   - "SRC_USER_100"
24530   - "SRC_USER_1000"
24531   - "SRC_USER_2000"
24532   layout:
24533     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
24534     layout: "plot-throughput-speedup-analysis"
24535
24536 - type: "plot"
24537   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24538   algorithm: "plot_throughput_speedup_analysis"
24539   output-file-type: ".html"
24540   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24541   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24542   filter: "'NIC_Intel-X710' and
24543            '64B' and
24544            'NDRPDR' and
24545            'IP4FWD' and
24546            ('NAT44' or 'IP4BASE') and
24547            not 'IPSEC' and
24548            not 'VHOST'"
24549   parameters:
24550   - "throughput"
24551   - "parent"
24552   - "tags"
24553   sort:
24554   - "IP4BASE"
24555   - "BASE"
24556   - "SRC_USER_10"
24557   - "SRC_USER_100"
24558   - "SRC_USER_1000"
24559   - "SRC_USER_2000"
24560   layout:
24561     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
24562     layout: "plot-throughput-speedup-analysis"
24563
24564 # Speedup - VPP IPv4 3n-skx-x710 features iacl
24565 - type: "plot"
24566   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24567   algorithm: "plot_throughput_speedup_analysis"
24568   output-file-type: ".html"
24569   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24570   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24571   filter: "'NIC_Intel-X710' and
24572            '64B' and
24573            'NDRPDR' and
24574            'IP4FWD' and
24575            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24576            not 'IPSEC' and
24577            not 'VHOST'"
24578   parameters:
24579   - "throughput"
24580   - "parent"
24581   - "tags"
24582   sort:
24583   - "IP4BASE"
24584   - "ACL_STATELESS"
24585   - "ACL_STATEFUL"
24586   - "ACL_STATELESS"
24587   - "ACL_STATEFUL"
24588   layout:
24589     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
24590     layout: "plot-throughput-speedup-analysis"
24591
24592 - type: "plot"
24593   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24594   algorithm: "plot_throughput_speedup_analysis"
24595   output-file-type: ".html"
24596   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24597   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24598   filter: "'NIC_Intel-X710' and
24599            '64B' and
24600            'NDRPDR' and
24601            'IP4FWD' and
24602            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24603            not 'IPSEC' and
24604            not 'VHOST'"
24605   parameters:
24606   - "throughput"
24607   - "parent"
24608   - "tags"
24609   sort:
24610   - "IP4BASE"
24611   - "ACL_STATELESS"
24612   - "ACL_STATEFUL"
24613   - "ACL_STATELESS"
24614   - "ACL_STATEFUL"
24615   layout:
24616     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
24617     layout: "plot-throughput-speedup-analysis"
24618
24619 ## Speedup - VPP IPv4 3n-skx-x710 features oacl
24620 #- type: "plot"
24621 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24622 #  algorithm: "plot_throughput_speedup_analysis"
24623 #  output-file-type: ".html"
24624 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24625 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24626 #  filter: "'NIC_Intel-X710' and
24627 #           '64B' and
24628 #           'NDRPDR' and
24629 #           'IP4FWD' and
24630 #           'OACL' and
24631 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24632 #           not 'IPSEC' and
24633 #           not 'VHOST'"
24634 #  parameters:
24635 #  - "throughput"
24636 #  - "parent"
24637 #  - "tags"
24638 #  sort:
24639 #  - "ACL_STATELESS"
24640 #  - "ACL_STATEFUL"
24641 #  - "ACL_STATELESS"
24642 #  - "ACL_STATEFUL"
24643 #  layout:
24644 #    title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
24645 #    layout: "plot-throughput-speedup-analysis"
24646 #
24647 #- type: "plot"
24648 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24649 #  algorithm: "plot_throughput_speedup_analysis"
24650 #  output-file-type: ".html"
24651 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24652 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24653 #  filter: "'NIC_Intel-X710' and
24654 #           '64B' and
24655 #           'NDRPDR' and
24656 #           'IP4FWD' and
24657 #           'OACL' and
24658 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24659 #           not 'IPSEC' and
24660 #           not 'VHOST'"
24661 #  parameters:
24662 #  - "throughput"
24663 #  - "parent"
24664 #  - "tags"
24665 #  sort:
24666 #  - "ACL_STATELESS"
24667 #  - "ACL_STATEFUL"
24668 #  - "ACL_STATELESS"
24669 #  - "ACL_STATEFUL"
24670 #  layout:
24671 #    title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
24672 #    layout: "plot-throughput-speedup-analysis"
24673
24674 # Speedup - VPP IPv4 2n-skx-x710 base and scale
24675 - type: "plot"
24676   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24677   algorithm: "plot_throughput_speedup_analysis"
24678   output-file-type: ".html"
24679   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24680   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24681   filter: "'NIC_Intel-X710' and
24682            '64B' and
24683            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24684            'NDRPDR' and
24685            'IP4FWD' and
24686            not 'IPSEC' and
24687            not 'DOT1Q' and
24688            not 'VHOST'"
24689   parameters:
24690   - "throughput"
24691   - "parent"
24692   - "tags"
24693   sort:
24694   - "IP4BASE"
24695   - "FIB_20K"
24696   - "FIB_200K"
24697   - "FIB_2M"
24698   layout:
24699     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
24700     layout: "plot-throughput-speedup-analysis"
24701
24702 - type: "plot"
24703   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24704   algorithm: "plot_throughput_speedup_analysis"
24705   output-file-type: ".html"
24706   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24707   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24708   filter: "'NIC_Intel-X710' and
24709            '64B' and
24710            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24711            'NDRPDR' and
24712            'IP4FWD' and
24713            not 'IPSEC' and
24714            not 'DOT1Q' and
24715            not 'VHOST'"
24716   parameters:
24717   - "throughput"
24718   - "parent"
24719   - "tags"
24720   sort:
24721   - "IP4BASE"
24722   - "FIB_20K"
24723   - "FIB_200K"
24724   - "FIB_2M"
24725   layout:
24726     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
24727     layout: "plot-throughput-speedup-analysis"
24728
24729 # Speedup - VPP IPv4 2n-skx-x710 features iacl
24730 - type: "plot"
24731   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24732   algorithm: "plot_throughput_speedup_analysis"
24733   output-file-type: ".html"
24734   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24735   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24736   filter: "'NIC_Intel-X710' and
24737            '64B' and
24738            'NDRPDR' and
24739            'IP4FWD' and
24740            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24741            not 'IPSEC' and
24742            not 'VHOST'"
24743   parameters:
24744   - "throughput"
24745   - "parent"
24746   - "tags"
24747   sort:
24748   - "IP4BASE"
24749   - "ACL_STATELESS"
24750   - "ACL_STATEFUL"
24751   - "ACL_STATELESS"
24752   - "ACL_STATEFUL"
24753   layout:
24754     title: "ip4-2n-skx-x710-64b-features-iacl-ndr"
24755     layout: "plot-throughput-speedup-analysis"
24756
24757 - type: "plot"
24758   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24759   algorithm: "plot_throughput_speedup_analysis"
24760   output-file-type: ".html"
24761   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24762   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24763   filter: "'NIC_Intel-X710' and
24764            '64B' and
24765            'NDRPDR' and
24766            'IP4FWD' and
24767            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24768            not 'IPSEC' and
24769            not 'VHOST'"
24770   parameters:
24771   - "throughput"
24772   - "parent"
24773   - "tags"
24774   sort:
24775   - "IP4BASE"
24776   - "ACL_STATELESS"
24777   - "ACL_STATEFUL"
24778   - "ACL_STATELESS"
24779   - "ACL_STATEFUL"
24780   layout:
24781     title: "ip4-2n-skx-x710-64b-features-iacl-pdr"
24782     layout: "plot-throughput-speedup-analysis"
24783
24784 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
24785 - type: "plot"
24786   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24787   algorithm: "plot_throughput_speedup_analysis"
24788   output-file-type: ".html"
24789   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24790   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24791   filter: "'NIC_Intel-XXV710' and
24792            '64B' and
24793            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24794            'NDRPDR' and
24795            'IP4FWD' and
24796            not 'IPSEC' and
24797            not 'DOT1Q' and
24798            not 'VHOST'"
24799   parameters:
24800   - "throughput"
24801   - "parent"
24802   - "tags"
24803   sort:
24804   - "IP4BASE"
24805   - "FIB_20K"
24806   - "FIB_200K"
24807   - "FIB_2M"
24808   layout:
24809     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
24810     layout: "plot-throughput-speedup-analysis"
24811
24812 - type: "plot"
24813   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24814   algorithm: "plot_throughput_speedup_analysis"
24815   output-file-type: ".html"
24816   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24817   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24818   filter: "'NIC_Intel-XXV710' and
24819            '64B' and
24820            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24821            'NDRPDR' and
24822            'IP4FWD' and
24823            not 'IPSEC' and
24824            not 'DOT1Q' and
24825            not 'VHOST'"
24826   parameters:
24827   - "throughput"
24828   - "parent"
24829   - "tags"
24830   sort:
24831   - "IP4BASE"
24832   - "FIB_20K"
24833   - "FIB_200K"
24834   - "FIB_2M"
24835   layout:
24836     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
24837     layout: "plot-throughput-speedup-analysis"
24838
24839 ## Speedup - VPP IPv4 2n-dnv-x553 base
24840 #- type: "plot"
24841 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
24842 #  algorithm: "plot_throughput_speedup_analysis"
24843 #  output-file-type: ".html"
24844 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
24845 #  data: "intel-dnv-vpp"
24846 #  filter: "'NIC_Intel-X553' and
24847 #           '64B' and
24848 #           'IP4BASE' and
24849 #           'NDRPDR' and
24850 #           'IP4FWD' and
24851 #           not 'IPSEC' and
24852 #           not 'VHOST'"
24853 #  parameters:
24854 #  - "throughput"
24855 #  - "parent"
24856 #  - "tags"
24857 #  sort:
24858 #  - "IP4BASE"
24859 #  layout:
24860 #    title: "ip4-2n-dnv-x553-64b-base-ndr"
24861 #    layout: "plot-throughput-speedup-analysis"
24862 #
24863 #- type: "plot"
24864 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
24865 #  algorithm: "plot_throughput_speedup_analysis"
24866 #  output-file-type: ".html"
24867 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
24868 #  data: "intel-dnv-vpp"
24869 #  filter: "'NIC_Intel-X553' and
24870 #           '64B' and
24871 #           'IP4BASE' and
24872 #           'NDRPDR' and
24873 #           'IP4FWD' and
24874 #           not 'IPSEC' and
24875 #           not 'VHOST'"
24876 #  parameters:
24877 #  - "throughput"
24878 #  - "parent"
24879 #  - "tags"
24880 #  sort:
24881 #  - "IP4BASE"
24882 #  layout:
24883 #    title: "ip4-2n-dnv-x553-64b-base-pdr"
24884 #    layout: "plot-throughput-speedup-analysis"
24885
24886 ################################################################################
24887
24888 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
24889 - type: "plot"
24890   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24891   algorithm: "plot_throughput_speedup_analysis"
24892   output-file-type: ".html"
24893   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24894   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24895   filter: "'NIC_Intel-X520-DA2' and
24896            '64B' and
24897            'ENCAP' and
24898            'NDRPDR' and
24899            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24900            not 'DOT1Q' and
24901            not 'VHOST' and
24902            not 'IPSECHW'"
24903   parameters:
24904   - "throughput"
24905   - "parent"
24906   - "tags"
24907   sort:
24908   - "IP4BASE"
24909   - "L2BDMACLRN"
24910   - "L2XCFWD"
24911   - "LISP"
24912   layout:
24913     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
24914     layout: "plot-throughput-speedup-analysis"
24915
24916 - type: "plot"
24917   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24918   algorithm: "plot_throughput_speedup_analysis"
24919   output-file-type: ".html"
24920   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24921   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24922   filter: "'NIC_Intel-X520-DA2' and
24923            '64B' and
24924            'ENCAP' and
24925            'NDRPDR' and
24926            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24927            not 'DOT1Q' and
24928            not 'VHOST' and
24929            not 'IPSECHW'"
24930   parameters:
24931   - "throughput"
24932   - "parent"
24933   - "tags"
24934   sort:
24935   - "IP4BASE"
24936   - "L2BDMACLRN"
24937   - "L2XCFWD"
24938   - "LISP"
24939   layout:
24940     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
24941     layout: "plot-throughput-speedup-analysis"
24942
24943 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
24944 - type: "plot"
24945   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24946   algorithm: "plot_throughput_speedup_analysis"
24947   output-file-type: ".html"
24948   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24949   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24950   filter: "'NIC_Intel-X710' and
24951            '64B' and
24952            'ENCAP' and
24953            'NDRPDR' and
24954            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24955            not 'VHOST' and
24956            not 'IPSECHW'"
24957   parameters:
24958   - "throughput"
24959   - "parent"
24960   - "tags"
24961   sort:
24962   - "IP4BASE"
24963   - "LISP"
24964   - "VXLAN_1"
24965   - "VXLAN_10"
24966   - "VXLAN_100"
24967   - "VXLAN_1000"
24968   layout:
24969     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
24970     layout: "plot-throughput-speedup-analysis"
24971
24972 - type: "plot"
24973   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24974   algorithm: "plot_throughput_speedup_analysis"
24975   output-file-type: ".html"
24976   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24977   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24978   filter: "'NIC_Intel-X710' and
24979            '64B' and
24980            'ENCAP' and
24981            'NDRPDR' and
24982            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24983            not 'VHOST' and
24984            not 'IPSECHW'"
24985   parameters:
24986   - "throughput"
24987   - "parent"
24988   - "tags"
24989   sort:
24990   - "IP4BASE"
24991   - "LISP"
24992   - "VXLAN_1"
24993   - "VXLAN_10"
24994   - "VXLAN_100"
24995   - "VXLAN_1000"
24996   layout:
24997     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
24998     layout: "plot-throughput-speedup-analysis"
24999
25000 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
25001 - type: "plot"
25002   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25003   algorithm: "plot_throughput_speedup_analysis"
25004   output-file-type: ".html"
25005   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25006   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25007   filter: "'NIC_Intel-X710' and
25008            '64B' and
25009            'ENCAP' and
25010            'NDRPDR' and
25011            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
25012            not 'DOT1Q' and
25013            not 'VHOST' and
25014            not 'IPSECHW'"
25015   parameters:
25016   - "throughput"
25017   - "parent"
25018   - "tags"
25019   sort:
25020   - "IP4BASE"
25021   - "L2BDMACLRN"
25022   - "L2XCFWD"
25023   - "LISP"
25024   layout:
25025     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
25026     layout: "plot-throughput-speedup-analysis"
25027
25028 - type: "plot"
25029   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25030   algorithm: "plot_throughput_speedup_analysis"
25031   output-file-type: ".html"
25032   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25033   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25034   filter: "'NIC_Intel-X710' and
25035            '64B' and
25036            'ENCAP' and
25037            'NDRPDR' and
25038            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
25039            not 'DOT1Q' and
25040            not 'VHOST' and
25041            not 'IPSECHW'"
25042   parameters:
25043   - "throughput"
25044   - "parent"
25045   - "tags"
25046   sort:
25047   - "IP4BASE"
25048   - "L2BDMACLRN"
25049   - "L2XCFWD"
25050   - "LISP"
25051   layout:
25052     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25053     layout: "plot-throughput-speedup-analysis"
25054
25055 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25056 - type: "plot"
25057   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25058   algorithm: "plot_throughput_speedup_analysis"
25059   output-file-type: ".html"
25060   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25061   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25062   filter: "'NIC_Intel-X710' and
25063            '64B' and
25064            'ENCAP' and
25065            'NDRPDR' and
25066            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25067            not 'VHOST' and
25068            not 'IPSECHW'"
25069   parameters:
25070   - "throughput"
25071   - "parent"
25072   - "tags"
25073   sort:
25074   - "IP4BASE"
25075   - "LISP"
25076   - "VXLAN_1"
25077   - "VXLAN_10"
25078   - "VXLAN_100"
25079   - "VXLAN_1000"
25080   layout:
25081     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25082     layout: "plot-throughput-speedup-analysis"
25083
25084 - type: "plot"
25085   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25086   algorithm: "plot_throughput_speedup_analysis"
25087   output-file-type: ".html"
25088   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25089   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25090   filter: "'NIC_Intel-X710' and
25091            '64B' and
25092            'ENCAP' and
25093            'NDRPDR' and
25094            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25095            not 'VHOST' and
25096            not 'IPSECHW'"
25097   parameters:
25098   - "throughput"
25099   - "parent"
25100   - "tags"
25101   sort:
25102   - "IP4BASE"
25103   - "LISP"
25104   - "VXLAN_1"
25105   - "VXLAN_10"
25106   - "VXLAN_100"
25107   - "VXLAN_1000"
25108   layout:
25109     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
25110     layout: "plot-throughput-speedup-analysis"
25111
25112 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
25113 - type: "plot"
25114   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25115   algorithm: "plot_throughput_speedup_analysis"
25116   output-file-type: ".html"
25117   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25118   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25119   filter: "'NIC_Intel-X710' and
25120            '64B' and
25121            'ENCAP' and
25122            'NDRPDR' and
25123            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25124            not 'DOT1Q' and
25125            not 'VHOST' and
25126            not 'IPSECHW'"
25127   parameters:
25128   - "throughput"
25129   - "parent"
25130   - "tags"
25131   sort:
25132   - "IP4BASE"
25133   - "L2BDMACLRN"
25134   - "L2XCFWD"
25135   - "LISP"
25136   layout:
25137     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
25138     layout: "plot-throughput-speedup-analysis"
25139
25140 - type: "plot"
25141   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25142   algorithm: "plot_throughput_speedup_analysis"
25143   output-file-type: ".html"
25144   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25145   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25146   filter: "'NIC_Intel-X710' and
25147            '64B' and
25148            'ENCAP' and
25149            'NDRPDR' and
25150            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25151            not 'DOT1Q' and
25152            not 'VHOST' and
25153            not 'IPSECHW'"
25154   parameters:
25155   - "throughput"
25156   - "parent"
25157   - "tags"
25158   sort:
25159   - "IP4BASE"
25160   - "L2BDMACLRN"
25161   - "L2XCFWD"
25162   - "LISP"
25163   layout:
25164     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
25165     layout: "plot-throughput-speedup-analysis"
25166
25167 ################################################################################
25168
25169 # Speedup - VPP IPv6 3n-hsw-x520
25170 - type: "plot"
25171   title: "Speedup: ip6-3n-hsw-x520-78b-base-ndr-tsa"
25172   algorithm: "plot_throughput_speedup_analysis"
25173   output-file-type: ".html"
25174   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-ndr-tsa"
25175   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25176   filter: "'NIC_Intel-X520-DA2' and
25177            '78B' and
25178            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25179            'NDRPDR' and
25180            'IP6FWD' and
25181            not 'SRv6' and
25182            not 'IPSEC' and
25183            not 'VHOST'"
25184   parameters:
25185   - "throughput"
25186   - "parent"
25187   - "tags"
25188   sort:
25189   - "IP6BASE"
25190   - "FIB_20K"
25191   - "FIB_200K"
25192   - "FIB_2M"
25193   layout:
25194     title: "ip6-3n-hsw-x520-78b-base-ndr"
25195     layout: "plot-throughput-speedup-analysis"
25196
25197 - type: "plot"
25198   title: "Speedup: ip6-3n-hsw-x520-78b-base-pdr-tsa"
25199   algorithm: "plot_throughput_speedup_analysis"
25200   output-file-type: ".html"
25201   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-pdr-tsa"
25202   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25203   filter: "'NIC_Intel-X520-DA2' and
25204            '78B' and
25205            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25206            'NDRPDR' and
25207            'IP6FWD' and
25208            not 'SRv6' and
25209            not 'IPSEC' and
25210            not 'VHOST'"
25211   parameters:
25212   - "throughput"
25213   - "parent"
25214   - "tags"
25215   sort:
25216   - "IP6BASE"
25217   - "FIB_20K"
25218   - "FIB_200K"
25219   - "FIB_2M"
25220   layout:
25221     title: "ip6-3n-hsw-x520-78b-base-pdr"
25222     layout: "plot-throughput-speedup-analysis"
25223
25224 # Speedup - VPP IPv6 3n-hsw-x710
25225 - type: "plot"
25226   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25227   algorithm: "plot_throughput_speedup_analysis"
25228   output-file-type: ".html"
25229   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25230   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25231   filter: "'NIC_Intel-X710' and
25232            '78B' and
25233            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25234            'NDRPDR' and
25235            'IP6FWD' and
25236            not 'SRv6' and
25237            not 'IPSEC' and
25238            not 'VHOST'"
25239   parameters:
25240   - "throughput"
25241   - "parent"
25242   - "tags"
25243   sort:
25244   - "IP6BASE"
25245   - "FIB_20K"
25246   - "FIB_200K"
25247   - "FIB_2M"
25248   layout:
25249     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
25250     layout: "plot-throughput-speedup-analysis"
25251
25252 - type: "plot"
25253   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25254   algorithm: "plot_throughput_speedup_analysis"
25255   output-file-type: ".html"
25256   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25257   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25258   filter: "'NIC_Intel-X710' and
25259            '78B' and
25260            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25261            'NDRPDR' and
25262            'IP6FWD' and
25263            not 'SRv6' and
25264            not 'IPSEC' and
25265            not 'VHOST'"
25266   parameters:
25267   - "throughput"
25268   - "parent"
25269   - "tags"
25270   sort:
25271   - "IP6BASE"
25272   - "FIB_20K"
25273   - "FIB_200K"
25274   - "FIB_2M"
25275   layout:
25276     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
25277     layout: "plot-throughput-speedup-analysis"
25278
25279 # Speedup - VPP IPv6 3n-hsw-x710 features
25280 - type: "plot"
25281   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25282   algorithm: "plot_throughput_speedup_analysis"
25283   output-file-type: ".html"
25284   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25285   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25286   filter: "'NIC_Intel-X710' and
25287            '78B' and
25288            ('IP6BASE' or
25289             'POLICE_MARK' or
25290             'COPWHLIST' or
25291             'IACLDST') and
25292            'NDRPDR' and
25293            'IP6FWD' and
25294            not 'SRv6' and
25295            not 'IPSEC' and
25296            not 'VHOST'"
25297   parameters:
25298   - "throughput"
25299   - "parent"
25300   - "tags"
25301   sort:
25302   - "IP6BASE"
25303   - "POLICE_MARK"
25304   - "COPWHLIST"
25305   - "IACLDST"
25306   layout:
25307     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
25308     layout: "plot-throughput-speedup-analysis"
25309
25310 - type: "plot"
25311   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25312   algorithm: "plot_throughput_speedup_analysis"
25313   output-file-type: ".html"
25314   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25315   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25316   filter: "'NIC_Intel-X710' and
25317            '78B' and
25318            ('IP6BASE' or
25319             'POLICE_MARK' or
25320             'COPWHLIST' or
25321             'IACLDST') and
25322            'NDRPDR' and
25323            'IP6FWD' and
25324            not 'SRv6' and
25325            not 'IPSEC' and
25326            not 'VHOST'"
25327   parameters:
25328   - "throughput"
25329   - "parent"
25330   - "tags"
25331   sort:
25332   - "IP6BASE"
25333   - "POLICE_MARK"
25334   - "COPWHLIST"
25335   - "IACLDST"
25336   layout:
25337     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
25338     layout: "plot-throughput-speedup-analysis"
25339
25340 # Speedup - VPP IPv6 3n-hsw-xl710
25341 - type: "plot"
25342   title: "Speedup: ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25343   algorithm: "plot_throughput_speedup_analysis"
25344   output-file-type: ".html"
25345   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25346   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25347   filter: "'NIC_Intel-XL710' and
25348            '78B' and
25349            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25350            'NDRPDR' and
25351            'IP6FWD' and
25352            not 'SRv6' and
25353            not 'IPSEC' and
25354            not 'VHOST'"
25355   parameters:
25356   - "throughput"
25357   - "parent"
25358   - "tags"
25359   sort:
25360   - "IP6BASE"
25361   - "FIB_20K"
25362   - "FIB_200K"
25363   - "FIB_2M"
25364   layout:
25365     title: "ip6-3n-hsw-xl710-78b-base-ndr"
25366     layout: "plot-throughput-speedup-analysis"
25367
25368 - type: "plot"
25369   title: "Speedup: ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25370   algorithm: "plot_throughput_speedup_analysis"
25371   output-file-type: ".html"
25372   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25373   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25374   filter: "'NIC_Intel-XL710' and
25375            '78B' and
25376            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25377            'NDRPDR' and
25378            'IP6FWD' and
25379            not 'SRv6' and
25380            not 'IPSEC' and
25381            not 'VHOST'"
25382   parameters:
25383   - "throughput"
25384   - "parent"
25385   - "tags"
25386   sort:
25387   - "IP6BASE"
25388   - "FIB_20K"
25389   - "FIB_200K"
25390   - "FIB_2M"
25391   layout:
25392     title: "ip6-3n-hsw-xl710-78b-base-pdr"
25393     layout: "plot-throughput-speedup-analysis"
25394
25395 # Speedup - VPP IPv6 3n-skx-x710
25396 - type: "plot"
25397   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25398   algorithm: "plot_throughput_speedup_analysis"
25399   output-file-type: ".html"
25400   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25401   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25402   filter: "'NIC_Intel-X710' and
25403            '78B' and
25404            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25405            'NDRPDR' and
25406            'IP6FWD' and
25407            not 'SRv6' and
25408            not 'IPSEC' and
25409            not 'VHOST'"
25410   parameters:
25411   - "throughput"
25412   - "parent"
25413   - "tags"
25414   sort:
25415   - "IP6BASE"
25416   - "FIB_20K"
25417   - "FIB_200K"
25418   - "FIB_2M"
25419   layout:
25420     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
25421     layout: "plot-throughput-speedup-analysis"
25422
25423 - type: "plot"
25424   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25425   algorithm: "plot_throughput_speedup_analysis"
25426   output-file-type: ".html"
25427   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25428   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25429   filter: "'NIC_Intel-X710' and
25430            '78B' and
25431            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25432            'NDRPDR' and
25433            'IP6FWD' and
25434            not 'SRv6' and
25435            not 'IPSEC' and
25436            not 'VHOST'"
25437   parameters:
25438   - "throughput"
25439   - "parent"
25440   - "tags"
25441   sort:
25442   - "IP6BASE"
25443   - "FIB_20K"
25444   - "FIB_200K"
25445   - "FIB_2M"
25446   layout:
25447     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
25448     layout: "plot-throughput-speedup-analysis"
25449
25450 # Speedup - VPP IPv6 3n-skx-x710 features
25451 - type: "plot"
25452   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25453   algorithm: "plot_throughput_speedup_analysis"
25454   output-file-type: ".html"
25455   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25456   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25457   filter: "'NIC_Intel-X710' and
25458            '78B' and
25459            ('IP6BASE' or
25460             'POLICE_MARK' or
25461             'COPWHLIST' or
25462             'IACLDST') and
25463            'NDRPDR' and
25464            'IP6FWD' and
25465            not 'SRv6' and
25466            not 'IPSEC' and
25467            not 'VHOST'"
25468   parameters:
25469   - "throughput"
25470   - "parent"
25471   - "tags"
25472   sort:
25473   - "IP6BASE"
25474   - "POLICE_MARK"
25475   - "COPWHLIST"
25476   - "IACLDST"
25477   layout:
25478     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
25479     layout: "plot-throughput-speedup-analysis"
25480
25481 - type: "plot"
25482   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25483   algorithm: "plot_throughput_speedup_analysis"
25484   output-file-type: ".html"
25485   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25486   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25487   filter: "'NIC_Intel-X710' and
25488            '78B' and
25489            ('IP6BASE' or
25490             'POLICE_MARK' or
25491             'COPWHLIST' or
25492             'IACLDST') and
25493            'NDRPDR' and
25494            'IP6FWD' and
25495            not 'SRv6' and
25496            not 'IPSEC' and
25497            not 'VHOST'"
25498   parameters:
25499   - "throughput"
25500   - "parent"
25501   - "tags"
25502   sort:
25503   - "IP6BASE"
25504   - "POLICE_MARK"
25505   - "COPWHLIST"
25506   - "IACLDST"
25507   layout:
25508     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
25509     layout: "plot-throughput-speedup-analysis"
25510
25511 # Speedup - VPP IPv6 3n-skx-xxv710
25512 - type: "plot"
25513   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25514   algorithm: "plot_throughput_speedup_analysis"
25515   output-file-type: ".html"
25516   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25517   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25518   filter: "'NIC_Intel-XXV710' and
25519            '78B' and
25520            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25521            'NDRPDR' and
25522            'IP6FWD' and
25523            not 'SRv6' and
25524            not 'IPSEC' and
25525            not 'VHOST'"
25526   parameters:
25527   - "throughput"
25528   - "parent"
25529   - "tags"
25530   sort:
25531   - "IP6BASE"
25532   - "FIB_20K"
25533   - "FIB_200K"
25534   - "FIB_2M"
25535   layout:
25536     title: "ip6-3n-skx-xxv710-78b-base_and_scale-ndr"
25537     layout: "plot-throughput-speedup-analysis"
25538
25539 - type: "plot"
25540   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25541   algorithm: "plot_throughput_speedup_analysis"
25542   output-file-type: ".html"
25543   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25544   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25545   filter: "'NIC_Intel-XXV710' and
25546            '78B' and
25547            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25548            'NDRPDR' and
25549            'IP6FWD' and
25550            not 'SRv6' and
25551            not 'IPSEC' and
25552            not 'VHOST'"
25553   parameters:
25554   - "throughput"
25555   - "parent"
25556   - "tags"
25557   sort:
25558   - "IP6BASE"
25559   - "FIB_20K"
25560   - "FIB_200K"
25561   - "FIB_2M"
25562   layout:
25563     title: "ip6-3n-skx-xxv710-78b-base_and_scale-pdr"
25564     layout: "plot-throughput-speedup-analysis"
25565
25566 # Speedup - VPP IPv6 2n-skx-x710
25567 - type: "plot"
25568   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25569   algorithm: "plot_throughput_speedup_analysis"
25570   output-file-type: ".html"
25571   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25572   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25573   filter: "'NIC_Intel-X710' and
25574            '78B' and
25575            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25576            'NDRPDR' and
25577            'IP6FWD' and
25578            not 'SRv6' and
25579            not 'IPSEC' and
25580            not 'VHOST'"
25581   parameters:
25582   - "throughput"
25583   - "parent"
25584   - "tags"
25585   sort:
25586   - "IP6BASE"
25587   - "FIB_20K"
25588   - "FIB_200K"
25589   - "FIB_2M"
25590   layout:
25591     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
25592     layout: "plot-throughput-speedup-analysis"
25593
25594 - type: "plot"
25595   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25596   algorithm: "plot_throughput_speedup_analysis"
25597   output-file-type: ".html"
25598   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25599   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25600   filter: "'NIC_Intel-X710' and
25601            '78B' and
25602            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25603            'NDRPDR' and
25604            'IP6FWD' and
25605            not 'SRv6' and
25606            not 'IPSEC' and
25607            not 'VHOST'"
25608   parameters:
25609   - "throughput"
25610   - "parent"
25611   - "tags"
25612   sort:
25613   - "IP6BASE"
25614   - "FIB_20K"
25615   - "FIB_200K"
25616   - "FIB_2M"
25617   layout:
25618     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
25619     layout: "plot-throughput-speedup-analysis"
25620
25621 # Speedup - VPP IPv6 2n-skx-xxv710
25622 - type: "plot"
25623   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25624   algorithm: "plot_throughput_speedup_analysis"
25625   output-file-type: ".html"
25626   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25627   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25628   filter: "'NIC_Intel-XXV710' and
25629            '78B' and
25630            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25631            'NDRPDR' and
25632            'IP6FWD' and
25633            not 'SRv6' and
25634            not 'IPSEC' and
25635            not 'VHOST'"
25636   parameters:
25637   - "throughput"
25638   - "parent"
25639   - "tags"
25640   sort:
25641   - "IP6BASE"
25642   - "FIB_20K"
25643   - "FIB_200K"
25644   - "FIB_2M"
25645   layout:
25646     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
25647     layout: "plot-throughput-speedup-analysis"
25648
25649 - type: "plot"
25650   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25651   algorithm: "plot_throughput_speedup_analysis"
25652   output-file-type: ".html"
25653   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25654   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25655   filter: "'NIC_Intel-XXV710' and
25656            '78B' and
25657            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25658            'NDRPDR' and
25659            'IP6FWD' and
25660            not 'SRv6' and
25661            not 'IPSEC' and
25662            not 'VHOST'"
25663   parameters:
25664   - "throughput"
25665   - "parent"
25666   - "tags"
25667   sort:
25668   - "IP6BASE"
25669   - "FIB_20K"
25670   - "FIB_200K"
25671   - "FIB_2M"
25672   layout:
25673     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
25674     layout: "plot-throughput-speedup-analysis"
25675
25676 ## Speedup - VPP IPv6 2n-dnv-x553 base
25677 #- type: "plot"
25678 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
25679 #  algorithm: "plot_throughput_speedup_analysis"
25680 #  output-file-type: ".html"
25681 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
25682 #  data: "intel-dnv-vpp"
25683 #  filter: "'NIC_Intel-X553' and
25684 #           '78B' and
25685 #           'IP6BASE' and
25686 #           'NDRPDR' and
25687 #           'IP6FWD' and
25688 #           not 'SRv6' and
25689 #           not 'IPSEC' and
25690 #           not 'VHOST'"
25691 #  parameters:
25692 #  - "throughput"
25693 #  - "parent"
25694 #  - "tags"
25695 #  sort:
25696 #  - "IP6BASE"
25697 #  layout:
25698 #    title: "ip6-2n-dnv-x553-78b-base-ndr"
25699 #    layout: "plot-throughput-speedup-analysis"
25700 #
25701 #- type: "plot"
25702 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
25703 #  algorithm: "plot_throughput_speedup_analysis"
25704 #  output-file-type: ".html"
25705 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
25706 #  data: "intel-dnv-vpp"
25707 #  filter: "'NIC_Intel-X553' and
25708 #           '78B' and
25709 #           'IP6BASE' and
25710 #           'NDRPDR' and
25711 #           'IP6FWD' and
25712 #           not 'SRv6' and
25713 #           not 'IPSEC' and
25714 #           not 'VHOST'"
25715 #  parameters:
25716 #  - "throughput"
25717 #  - "parent"
25718 #  - "tags"
25719 #  sort:
25720 #  - "IP6BASE"
25721 #  layout:
25722 #    title: "ip6-2n-dnv-x553-78b-base-pdr"
25723 #    layout: "plot-throughput-speedup-analysis"
25724
25725 ################################################################################
25726
25727 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
25728 - type: "plot"
25729   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25730   algorithm: "plot_throughput_speedup_analysis"
25731   output-file-type: ".html"
25732   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25733   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25734   filter: "'NIC_Intel-X520-DA2' and
25735            '78B' and
25736            'ENCAP' and
25737            'NDRPDR' and
25738            'LISP' and
25739            not 'VHOST'"
25740   parameters:
25741   - "throughput"
25742   - "parent"
25743   - "tags"
25744   sort:
25745   - "IP4UNRLAY"
25746   - "IP6UNRLAY"
25747   layout:
25748     title: "ip6tun-3n-hsw-x520-78b-base-ndr"
25749     layout: "plot-throughput-speedup-analysis"
25750
25751 - type: "plot"
25752   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25753   algorithm: "plot_throughput_speedup_analysis"
25754   output-file-type: ".html"
25755   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25756   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25757   filter: "'NIC_Intel-X520-DA2' and
25758            '78B' and
25759            'ENCAP' and
25760            'NDRPDR' and
25761            'LISP' and
25762            not 'VHOST'"
25763   parameters:
25764   - "throughput"
25765   - "parent"
25766   - "tags"
25767   sort:
25768   - "IP4UNRLAY"
25769   - "IP6UNRLAY"
25770   layout:
25771     title: "ip6tun-3n-hsw-x520-78b-base-pdr"
25772     layout: "plot-throughput-speedup-analysis"
25773
25774 ################################################################################
25775
25776 # Speedup - VPP IPSec 3n-hsw-xl710 base
25777 - type: "plot"
25778   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25779   algorithm: "plot_throughput_speedup_analysis"
25780   output-file-type: ".html"
25781   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25782   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25783   filter: "'NIC_Intel-XL710' and
25784            '64B' and
25785            'IP4FWD' and
25786            'NDRPDR' and
25787            'BASE' and
25788            'IPSECHW' and
25789            not 'VHOST'"
25790   parameters:
25791   - "throughput"
25792   - "parent"
25793   - "tags"
25794   layout:
25795     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
25796     layout: "plot-throughput-speedup-analysis"
25797
25798 - type: "plot"
25799   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25800   algorithm: "plot_throughput_speedup_analysis"
25801   output-file-type: ".html"
25802   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25803   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25804   filter: "'NIC_Intel-XL710' and
25805            '64B' and
25806            'IP4FWD' and
25807            'NDRPDR' and
25808            'BASE' and
25809            'IPSECHW' and
25810            not 'VHOST'"
25811   parameters:
25812   - "throughput"
25813   - "parent"
25814   - "tags"
25815   layout:
25816     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
25817     layout: "plot-throughput-speedup-analysis"
25818
25819 # Speedup - VPP IPSec 3n-hsw-xl710 scale
25820 - type: "plot"
25821   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25822   algorithm: "plot_throughput_speedup_analysis"
25823   output-file-type: ".html"
25824   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25825   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25826   filter: "'NIC_Intel-XL710' and
25827            '64B' and
25828            'IP4FWD' and
25829            'NDRPDR' and
25830            'SCALE' and
25831            'IPSECHW' and
25832            not 'VHOST'"
25833   parameters:
25834   - "throughput"
25835   - "parent"
25836   - "tags"
25837   layout:
25838     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
25839     layout: "plot-throughput-speedup-analysis"
25840
25841 - type: "plot"
25842   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25843   algorithm: "plot_throughput_speedup_analysis"
25844   output-file-type: ".html"
25845   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25846   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25847   filter: "'NIC_Intel-XL710' and
25848            '64B' and
25849            'IP4FWD' and
25850            'NDRPDR' and
25851            'SCALE' and
25852            'IPSECHW' and
25853            not 'VHOST'"
25854   parameters:
25855   - "throughput"
25856   - "parent"
25857   - "tags"
25858   layout:
25859     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
25860     layout: "plot-throughput-speedup-analysis"
25861
25862 # Speedup - VPP IPSec 3n-hsw-xl710 sw
25863 - type: "plot"
25864   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25865   algorithm: "plot_throughput_speedup_analysis"
25866   output-file-type: ".html"
25867   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25868   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25869   filter: "'NIC_Intel-XL710' and
25870            '64B' and
25871            'IP4FWD' and
25872            'NDRPDR' and
25873            'IPSECSW' and
25874            not 'VHOST'"
25875   parameters:
25876   - "throughput"
25877   - "parent"
25878   - "tags"
25879   layout:
25880     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
25881     layout: "plot-throughput-speedup-analysis"
25882
25883 - type: "plot"
25884   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25885   algorithm: "plot_throughput_speedup_analysis"
25886   output-file-type: ".html"
25887   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25888   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25889   filter: "'NIC_Intel-XL710' and
25890            '64B' and
25891            'IP4FWD' and
25892            'NDRPDR' and
25893            'IPSECSW' and
25894            not 'VHOST'"
25895   parameters:
25896   - "throughput"
25897   - "parent"
25898   - "tags"
25899   layout:
25900     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
25901     layout: "plot-throughput-speedup-analysis"
25902
25903 ################################################################################
25904
25905 # Speedup - VPP SRv6 3n-hsw-x520
25906 - type: "plot"
25907   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
25908   algorithm: "plot_throughput_speedup_analysis"
25909   output-file-type: ".html"
25910   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
25911   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25912   filter: "'NIC_Intel-X520-DA2' and
25913            '78B' and
25914            'FEATURE' and
25915            'NDRPDR' and
25916            'IP6FWD' and
25917            'SRv6'"
25918   parameters:
25919   - "throughput"
25920   - "parent"
25921   - "tags"
25922   layout:
25923     title: "srv6-3n-hsw-x520-78b-features-ndr"
25924     layout: "plot-throughput-speedup-analysis"
25925
25926 - type: "plot"
25927   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
25928   algorithm: "plot_throughput_speedup_analysis"
25929   output-file-type: ".html"
25930   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
25931   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25932   filter: "'NIC_Intel-X520-DA2' and
25933            '78B' and
25934            'FEATURE' and
25935            'NDRPDR' and
25936            'IP6FWD' and
25937            'SRv6'"
25938   parameters:
25939   - "throughput"
25940   - "parent"
25941   - "tags"
25942   layout:
25943     title: "srv6-3n-hsw-x520-78b-features-pdr"
25944     layout: "plot-throughput-speedup-analysis"
25945
25946 ################################################################################
25947
25948 # Speedup - VPP L2 3n-hsw-x520 base and scale
25949 - type: "plot"
25950   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25951   algorithm: "plot_throughput_speedup_analysis"
25952   output-file-type: ".html"
25953   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25954   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25955   filter: "'NIC_Intel-X520-DA2' and
25956            '64B' and
25957            ('BASE' or 'SCALE') and
25958            'NDRPDR' and
25959            'ETH' and
25960            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25961            not 'VHOST' and
25962            not 'MEMIF'"
25963   parameters:
25964   - "throughput"
25965   - "parent"
25966   - "tags"
25967   sort:
25968   - "L2XCFWD"
25969   - "L2PATCH"
25970   - "L2BDMACLRN"
25971   - "FIB_10K"
25972   - "FIB_100K"
25973   - "FIB_1M"
25974   layout:
25975     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25976     layout: "plot-throughput-speedup-analysis"
25977
25978 - type: "plot"
25979   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25980   algorithm: "plot_throughput_speedup_analysis"
25981   output-file-type: ".html"
25982   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25983   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25984   filter: "'NIC_Intel-X520-DA2' and
25985            '64B' and
25986            ('BASE' or 'SCALE') and
25987            'NDRPDR' and
25988            'ETH' and
25989            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25990            not 'VHOST' and
25991            not 'MEMIF'"
25992   parameters:
25993   - "throughput"
25994   - "parent"
25995   - "tags"
25996   sort:
25997   - "L2XCFWD"
25998   - "L2PATCH"
25999   - "L2BDMACLRN"
26000   - "FIB_10K"
26001   - "FIB_100K"
26002   - "FIB_1M"
26003   layout:
26004     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
26005     layout: "plot-throughput-speedup-analysis"
26006
26007 # Speedup - VPP L2 3n-hsw-x520 features
26008 - type: "plot"
26009   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26010   algorithm: "plot_throughput_speedup_analysis"
26011   output-file-type: ".html"
26012   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26013   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26014   filter: "'NIC_Intel-X520-DA2' and
26015            '64B' and
26016            'NDRPDR' and
26017            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26018            not 'ACL' and
26019            not 'VHOST' and
26020            not 'MEMIF'"
26021   parameters:
26022   - "throughput"
26023   - "parent"
26024   - "tags"
26025   sort:
26026   - "L2XCBASE"    # l2xcbase
26027   - "L2BDBASE"    # l2bdbase
26028   - "L2XCFWD"     # dot1q-l2xcbase
26029   - "L2BDMACLRN"  # dot1q-l2bdbase
26030   layout:
26031     title: "l2sw-3n-hsw-x520-64b-features-ndr"
26032     layout: "plot-throughput-speedup-analysis"
26033
26034 - type: "plot"
26035   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26036   algorithm: "plot_throughput_speedup_analysis"
26037   output-file-type: ".html"
26038   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26039   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26040   filter: "'NIC_Intel-X520-DA2' and
26041            '64B' and
26042            'NDRPDR' and
26043            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26044            not 'ACL' and
26045            not 'VHOST' and
26046            not 'MEMIF'"
26047   parameters:
26048   - "throughput"
26049   - "parent"
26050   - "tags"
26051   sort:
26052   - "L2XCBASE"    # l2xcbase
26053   - "L2BDBASE"    # l2bdbase
26054   - "L2XCFWD"     # dot1q-l2xcbase
26055   - "L2BDMACLRN"  # dot1q-l2bdbase
26056   layout:
26057     title: "l2sw-3n-hsw-x520-64b-features-pdr"
26058     layout: "plot-throughput-speedup-analysis"
26059
26060 # Speedup - VPP L2 3n-hsw-x520 features-iacl
26061 - type: "plot"
26062   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26063   algorithm: "plot_throughput_speedup_analysis"
26064   output-file-type: ".html"
26065   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26066   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26067   filter: "'NIC_Intel-X520-DA2' and
26068            'NDRPDR' and
26069            '64B' and
26070            'FEATURE' and
26071            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26072            'IACL' and
26073            ('ACL1' or 'ACL50') and
26074            ('10K_FLOWS' or '10k_FLOWS') and
26075            not 'MACIP' and
26076            not 'VHOST' and
26077            not 'MEMIF'"
26078   parameters:
26079   - "throughput"
26080   - "parent"
26081   - "tags"
26082   layout:
26083     title: "l2sw-3n-hsw-x520-64b-features-iacl-ndr"
26084     layout: "plot-throughput-speedup-analysis"
26085
26086 - type: "plot"
26087   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26088   algorithm: "plot_throughput_speedup_analysis"
26089   output-file-type: ".html"
26090   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26091   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26092   filter: "'NIC_Intel-X520-DA2' and
26093            'NDRPDR' and
26094            '64B' and
26095            'FEATURE' and
26096            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26097            'IACL' and
26098            ('ACL1' or 'ACL50') and
26099            ('10K_FLOWS' or '10k_FLOWS') and
26100            not 'MACIP' and
26101            not 'VHOST' and
26102            not 'MEMIF'"
26103   parameters:
26104   - "throughput"
26105   - "parent"
26106   - "tags"
26107   layout:
26108     title: "l2sw-3n-hsw-x520-64b-features-iacl-pdr"
26109     layout: "plot-throughput-speedup-analysis"
26110
26111 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26112 - type: "plot"
26113   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26114   algorithm: "plot_throughput_speedup_analysis"
26115   output-file-type: ".html"
26116   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26117   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26118   filter: "'NIC_Intel-X520-DA2' and
26119            'NDRPDR' and
26120            '64B' and
26121            'FEATURE' and
26122            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26123            'OACL' and
26124            ('ACL1' or 'ACL50') and
26125            ('10K_FLOWS' or '10k_FLOWS') and
26126            not 'MACIP' and
26127            not 'VHOST' and
26128            not 'MEMIF'"
26129   parameters:
26130   - "throughput"
26131   - "parent"
26132   - "tags"
26133   layout:
26134     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26135     layout: "plot-throughput-speedup-analysis"
26136
26137 - type: "plot"
26138   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26139   algorithm: "plot_throughput_speedup_analysis"
26140   output-file-type: ".html"
26141   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26142   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26143   filter: "'NIC_Intel-X520-DA2' and
26144            'NDRPDR' and
26145            '64B' and
26146            'FEATURE' and
26147            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26148            'OACL' and
26149            ('ACL1' or 'ACL50') and
26150            ('10K_FLOWS' or '10k_FLOWS') and
26151            not 'MACIP' and
26152            not 'VHOST' and
26153            not 'MEMIF'"
26154   parameters:
26155   - "throughput"
26156   - "parent"
26157   - "tags"
26158   layout:
26159     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26160     layout: "plot-throughput-speedup-analysis"
26161
26162 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26163 - type: "plot"
26164   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26165   algorithm: "plot_throughput_speedup_analysis"
26166   output-file-type: ".html"
26167   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26168   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26169   filter: "'NIC_Intel-X520-DA2' and
26170            'NDRPDR' and
26171            '64B' and
26172            'FEATURE' and
26173            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26174            'OACL' and
26175            ('ACL1' or 'ACL50') and
26176            ('10K_FLOWS' or '10k_FLOWS') and
26177            not 'MACIP' and
26178            not 'VHOST' and
26179            not 'MEMIF'"
26180   parameters:
26181   - "throughput"
26182   - "parent"
26183   - "tags"
26184   layout:
26185     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26186     layout: "plot-throughput-speedup-analysis"
26187
26188 - type: "plot"
26189   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26190   algorithm: "plot_throughput_speedup_analysis"
26191   output-file-type: ".html"
26192   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26193   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26194   filter: "'NIC_Intel-X520-DA2' and
26195            'NDRPDR' and
26196            '64B' and
26197            'FEATURE' and
26198            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26199            'OACL' and
26200            ('ACL1' or 'ACL50') and
26201            ('10K_FLOWS' or '10k_FLOWS') and
26202            not 'MACIP' and
26203            not 'VHOST' and
26204            not 'MEMIF'"
26205   parameters:
26206   - "throughput"
26207   - "parent"
26208   - "tags"
26209   layout:
26210     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26211     layout: "plot-throughput-speedup-analysis"
26212
26213 # Speedup - VPP L2 3n-hsw-x520 features-macip
26214 - type: "plot"
26215   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26216   algorithm: "plot_throughput_speedup_analysis"
26217   output-file-type: ".html"
26218   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26219   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26220   filter: "'NIC_Intel-X520-DA2' and
26221            'NDRPDR' and
26222            '64B' and
26223            'FEATURE' and
26224            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26225            'MACIP' and
26226            ('ACL1' or 'ACL50') and
26227            ('10K_FLOWS' or '10k_FLOWS') and
26228            not 'VHOST' and
26229            not 'MEMIF'"
26230   parameters:
26231   - "throughput"
26232   - "parent"
26233   - "tags"
26234   layout:
26235     title: "l2sw-3n-hsw-x520-64b-features-macip-ndr"
26236     layout: "plot-throughput-speedup-analysis"
26237
26238 - type: "plot"
26239   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26240   algorithm: "plot_throughput_speedup_analysis"
26241   output-file-type: ".html"
26242   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26243   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26244   filter: "'NIC_Intel-X520-DA2' and
26245            'NDRPDR' and
26246            '64B' and
26247            'FEATURE' and
26248            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26249            'MACIP' and
26250            ('ACL1' or 'ACL50') and
26251            ('10K_FLOWS' or '10k_FLOWS') and
26252            not 'VHOST' and
26253            not 'MEMIF'"
26254   parameters:
26255   - "throughput"
26256   - "parent"
26257   - "tags"
26258   layout:
26259     title: "l2sw-3n-hsw-x520-64b-features-macip-pdr"
26260     layout: "plot-throughput-speedup-analysis"
26261
26262 # Speedup - VPP L2 3n-hsw-x710 base and scale
26263 - type: "plot"
26264   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26265   algorithm: "plot_throughput_speedup_analysis"
26266   output-file-type: ".html"
26267   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26268   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26269   filter: "'NIC_Intel-X710' and
26270            '64B' and
26271            ('BASE' or 'SCALE') and
26272            'NDRPDR' and
26273            'ETH' and
26274            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26275            not 'VHOST' and
26276            not 'MEMIF' and
26277            not 'DRV_AVF'"
26278   parameters:
26279   - "throughput"
26280   - "parent"
26281   - "tags"
26282   sort:
26283   - "L2PATCH"
26284   - "L2XCFWD"
26285   - "L2BDMACLRN"
26286   - "FIB_10K"
26287   - "FIB_100K"
26288   - "FIB_1M"
26289   layout:
26290     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26291     layout: "plot-throughput-speedup-analysis"
26292
26293 - type: "plot"
26294   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26295   algorithm: "plot_throughput_speedup_analysis"
26296   output-file-type: ".html"
26297   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26298   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26299   filter: "'NIC_Intel-X710' and
26300            '64B' and
26301            ('BASE' or 'SCALE') and
26302            'NDRPDR' and
26303            'ETH' and
26304            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26305            not 'VHOST' and
26306            not 'MEMIF' and
26307            not 'DRV_AVF'"
26308   parameters:
26309   - "throughput"
26310   - "parent"
26311   - "tags"
26312   sort:
26313   - "L2PATCH"
26314   - "L2XCFWD"
26315   - "L2BDMACLRN"
26316   - "FIB_10K"
26317   - "FIB_100K"
26318   - "FIB_1M"
26319   layout:
26320     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26321     layout: "plot-throughput-speedup-analysis"
26322
26323 # Speedup - VPP L2 3n-hsw-x710 features
26324 - type: "plot"
26325   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26326   algorithm: "plot_throughput_speedup_analysis"
26327   output-file-type: ".html"
26328   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26329   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26330   filter: "'NIC_Intel-X710' and
26331            '64B' and
26332            'NDRPDR' and
26333            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26334            not 'ACL' and
26335            not 'VHOST' and
26336            not 'L2OVRLAY' and
26337            not 'MEMIF'"
26338   parameters:
26339   - "throughput"
26340   - "parent"
26341   - "tags"
26342   sort:
26343   - "L2XCBASE"    # l2xcbase
26344   - "L2BDBASE"    # l2bdbase
26345   - "L2XCFWD"     # dot1q-l2xcbase
26346   - "L2BDMACLRN"  # dot1q-l2bdbase
26347   layout:
26348     title: "l2sw-3n-hsw-x710-64b-features-ndr"
26349     layout: "plot-throughput-speedup-analysis"
26350
26351 - type: "plot"
26352   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26353   algorithm: "plot_throughput_speedup_analysis"
26354   output-file-type: ".html"
26355   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26356   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26357   filter: "'NIC_Intel-X710' and
26358            '64B' and
26359            'NDRPDR' and
26360            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26361            not 'ACL' and
26362            not 'VHOST' and
26363            not 'L2OVRLAY' and
26364            not 'MEMIF'"
26365   parameters:
26366   - "throughput"
26367   - "parent"
26368   - "tags"
26369   sort:
26370   - "L2XCBASE"    # l2xcbase
26371   - "L2BDBASE"    # l2bdbase
26372   - "L2XCFWD"     # dot1q-l2xcbase
26373   - "L2BDMACLRN"  # dot1q-l2bdbase
26374   layout:
26375     title: "l2sw-3n-hsw-x710-64b-features-pdr"
26376     layout: "plot-throughput-speedup-analysis"
26377
26378 # Speedup - VPP L2 3n-hsw-x710 features-iacl
26379 - type: "plot"
26380   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26381   algorithm: "plot_throughput_speedup_analysis"
26382   output-file-type: ".html"
26383   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26384   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26385   filter: "'NIC_Intel-X710' and
26386            'NDRPDR' and
26387            '64B' and
26388            'FEATURE' and
26389            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26390            'IACL' and
26391            ('ACL1' or 'ACL50') and
26392            ('10K_FLOWS' or '10k_FLOWS') and
26393            not 'MACIP' and
26394            not 'VHOST' and
26395            not 'MEMIF'"
26396   parameters:
26397   - "throughput"
26398   - "parent"
26399   - "tags"
26400   layout:
26401     title: "l2sw-3n-hsw-x710-64b-features-iacl-ndr"
26402     layout: "plot-throughput-speedup-analysis"
26403
26404 - type: "plot"
26405   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26406   algorithm: "plot_throughput_speedup_analysis"
26407   output-file-type: ".html"
26408   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26409   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26410   filter: "'NIC_Intel-X710' and
26411            'NDRPDR' and
26412            '64B' and
26413            'FEATURE' and
26414            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26415            'IACL' and
26416            ('ACL1' or 'ACL50') and
26417            ('10K_FLOWS' or '10k_FLOWS') and
26418            not 'MACIP' and
26419            not 'VHOST' and
26420            not 'MEMIF'"
26421   parameters:
26422   - "throughput"
26423   - "parent"
26424   - "tags"
26425   layout:
26426     title: "l2sw-3n-hsw-x710-64b-features-iacl-pdr"
26427     layout: "plot-throughput-speedup-analysis"
26428
26429 # Speedup - VPP L2 3n-hsw-xl710 base and scale
26430 - type: "plot"
26431   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26432   algorithm: "plot_throughput_speedup_analysis"
26433   output-file-type: ".html"
26434   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26435   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26436   filter: "'NIC_Intel-XL710' and
26437            '64B' and
26438            'BASE' and
26439            'NDRPDR' and
26440            'ETH' and
26441            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26442            not 'VHOST' and
26443            not 'MEMIF'"
26444   parameters:
26445   - "throughput"
26446   - "parent"
26447   - "tags"
26448   sort:
26449   - "L2PATCH"
26450   - "L2XCFWD"
26451   - "L2BDMACLRN"
26452   layout:
26453     title: "l2sw-3n-hsw-xl710-64b-base-ndr"
26454     layout: "plot-throughput-speedup-analysis"
26455
26456 - type: "plot"
26457   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26458   algorithm: "plot_throughput_speedup_analysis"
26459   output-file-type: ".html"
26460   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26461   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26462   filter: "'NIC_Intel-XL710' and
26463            '64B' and
26464            'BASE' and
26465            'NDRPDR' and
26466            'ETH' and
26467            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26468            not 'VHOST' and
26469            not 'MEMIF'"
26470   parameters:
26471   - "throughput"
26472   - "parent"
26473   - "tags"
26474   sort:
26475   - "L2PATCH"
26476   - "L2XCFWD"
26477   - "L2BDMACLRN"
26478   layout:
26479     title: "l2sw-3n-hsw-xl710-64b-base-pdr"
26480     layout: "plot-throughput-speedup-analysis"
26481
26482 # Speedup - VPP L2 3n-skx-x710 base and scale
26483 - type: "plot"
26484   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26485   algorithm: "plot_throughput_speedup_analysis"
26486   output-file-type: ".html"
26487   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26488   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26489   filter: "'NIC_Intel-X710' and
26490            '64B' and
26491            ('BASE' or 'SCALE') and
26492            'NDRPDR' and
26493            'ETH' and
26494            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26495            not 'VHOST' and
26496            not 'DRV_AVF' and
26497            not 'MEMIF'"
26498   parameters:
26499   - "throughput"
26500   - "parent"
26501   - "tags"
26502   sort:
26503   - "L2PATCH"
26504   - "L2XCBASE"
26505   - "BASE"
26506   - "FIB_10K"
26507   - "FIB_100K"
26508   - "FIB_1M"
26509   layout:
26510     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
26511     layout: "plot-throughput-speedup-analysis"
26512
26513 - type: "plot"
26514   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26515   algorithm: "plot_throughput_speedup_analysis"
26516   output-file-type: ".html"
26517   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26518   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26519   filter: "'NIC_Intel-X710' and
26520            '64B' and
26521            ('BASE' or 'SCALE') and
26522            'NDRPDR' and
26523            'ETH' and
26524            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26525            not 'VHOST' and
26526            not 'DRV_AVF' and
26527            not 'MEMIF'"
26528   parameters:
26529   - "throughput"
26530   - "parent"
26531   - "tags"
26532   sort:
26533   - "L2PATCH"
26534   - "L2XCBASE"
26535   - "BASE"
26536   - "FIB_10K"
26537   - "FIB_100K"
26538   - "FIB_1M"
26539   layout:
26540     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
26541     layout: "plot-throughput-speedup-analysis"
26542
26543 # Speedup - VPP L2 3n-skx-x710 features
26544 - type: "plot"
26545   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
26546   algorithm: "plot_throughput_speedup_analysis"
26547   output-file-type: ".html"
26548   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
26549   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26550   filter: "'NIC_Intel-X710' and
26551            '64B' and
26552            'NDRPDR' and
26553            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26554            not 'ACL' and
26555            not 'VHOST' and
26556            not 'DRV_AVF' and
26557            not 'L2OVRLAY' and
26558            not 'MEMIF'"
26559   parameters:
26560   - "throughput"
26561   - "parent"
26562   - "tags"
26563   sort:
26564   - "L2XCBASE"    # l2xcbase
26565   - "L2BDBASE"    # l2bdbase
26566   - "L2XCFWD"     # dot1q-l2xcbase
26567   - "L2BDMACLRN"  # dot1q-l2bdbase
26568   layout:
26569     title: "l2sw-3n-skx-x710-64b-features-ndr"
26570     layout: "plot-throughput-speedup-analysis"
26571
26572 - type: "plot"
26573   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
26574   algorithm: "plot_throughput_speedup_analysis"
26575   output-file-type: ".html"
26576   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
26577   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26578   filter: "'NIC_Intel-X710' and
26579            '64B' and
26580            'NDRPDR' and
26581            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26582            not 'ACL' and
26583            not 'VHOST' and
26584            not 'DRV_AVF' and
26585            not 'L2OVRLAY' and
26586            not 'MEMIF'"
26587   parameters:
26588   - "throughput"
26589   - "parent"
26590   - "tags"
26591   sort:
26592   - "L2XCBASE"    # l2xcbase
26593   - "L2BDBASE"    # l2bdbase
26594   - "L2XCFWD"     # dot1q-l2xcbase
26595   - "L2BDMACLRN"  # dot1q-l2bdbase
26596   layout:
26597     title: "l2sw-3n-skx-x710-64b-features-pdr"
26598     layout: "plot-throughput-speedup-analysis"
26599
26600 # Speedup - VPP L2 3n-skx-x710 features-iacl
26601 - type: "plot"
26602   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26603   algorithm: "plot_throughput_speedup_analysis"
26604   output-file-type: ".html"
26605   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26606   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26607   filter: "'NIC_Intel-X710' and
26608            'NDRPDR' and
26609            '64B' and
26610            'FEATURE' and
26611            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26612            'IACL' and
26613            ('ACL1' or 'ACL50') and
26614            ('10K_FLOWS' or '10k_FLOWS') and
26615            not 'MACIP' and
26616            not 'VHOST' and
26617            not 'MEMIF'"
26618   parameters:
26619   - "throughput"
26620   - "parent"
26621   - "tags"
26622   layout:
26623     title: "l2sw-3n-skx-x710-64b-features-iacl-ndr"
26624     layout: "plot-throughput-speedup-analysis"
26625
26626 - type: "plot"
26627   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26628   algorithm: "plot_throughput_speedup_analysis"
26629   output-file-type: ".html"
26630   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26631   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26632   filter: "'NIC_Intel-X710' and
26633            'NDRPDR' and
26634            '64B' and
26635            'FEATURE' and
26636            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26637            'IACL' and
26638            ('ACL1' or 'ACL50') and
26639            ('10K_FLOWS' or '10k_FLOWS') and
26640            not 'MACIP' and
26641            not 'VHOST' and
26642            not 'MEMIF'"
26643   parameters:
26644   - "throughput"
26645   - "parent"
26646   - "tags"
26647   layout:
26648     title: "l2sw-3n-skx-x710-64b-features-iacl-pdr"
26649     layout: "plot-throughput-speedup-analysis"
26650
26651 # Speedup - VPP L2 3n-skx-xxv710 base and scale
26652 - type: "plot"
26653   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26654   algorithm: "plot_throughput_speedup_analysis"
26655   output-file-type: ".html"
26656   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26657   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26658   filter: "'NIC_Intel-XXV710' and
26659            '64B' and
26660            ('BASE' or 'SCALE') and
26661            'NDRPDR' and
26662            'ETH' and
26663            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26664            not 'DRV_AVF' and
26665            not 'VHOST' and
26666            not 'MEMIF'"
26667   parameters:
26668   - "throughput"
26669   - "parent"
26670   - "tags"
26671 #  sort:
26672 #  - "L2PATCH"
26673 #  - "L2PATCH"
26674 #  - "L2XCBASE"
26675 #  - "L2BDMACLRN"
26676   layout:
26677     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
26678     layout: "plot-throughput-speedup-analysis"
26679
26680 - type: "plot"
26681   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26682   algorithm: "plot_throughput_speedup_analysis"
26683   output-file-type: ".html"
26684   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26685   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26686   filter: "'NIC_Intel-XXV710' and
26687            '64B' and
26688            ('BASE' or 'SCALE') and
26689            'NDRPDR' and
26690            'ETH' and
26691            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26692            not 'DRV_AVF' and
26693            not 'VHOST' and
26694            not 'MEMIF'"
26695   parameters:
26696   - "throughput"
26697   - "parent"
26698   - "tags"
26699 #  sort:
26700 #  - "L2PATCH"
26701 #  - "L2PATCH"
26702 #  - "L2XCBASE"
26703 #  - "L2BDMACLRN"
26704   layout:
26705     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
26706     layout: "plot-throughput-speedup-analysis"
26707
26708 # Speedup - VPP L2 2n-skx-x710 base and scale
26709 - type: "plot"
26710   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26711   algorithm: "plot_throughput_speedup_analysis"
26712   output-file-type: ".html"
26713   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26714   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26715   filter: "'NIC_Intel-X710' and
26716            '64B' and
26717            ('BASE' or 'SCALE') and
26718            'NDRPDR' and
26719            'ETH' and
26720            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26721            not 'VHOST' and
26722            not 'MEMIF'"
26723   parameters:
26724   - "throughput"
26725   - "parent"
26726   - "tags"
26727   sort:
26728   - "L2PATCH"
26729   - "L2XCBASE"
26730   - "BASE"
26731   - "FIB_10K"
26732   - "FIB_100K"
26733   - "FIB_1M"
26734   layout:
26735     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
26736     layout: "plot-throughput-speedup-analysis"
26737
26738 - type: "plot"
26739   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26740   algorithm: "plot_throughput_speedup_analysis"
26741   output-file-type: ".html"
26742   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26743   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26744   filter: "'NIC_Intel-X710' and
26745            '64B' and
26746            ('BASE' or 'SCALE') and
26747            'NDRPDR' and
26748            'ETH' and
26749            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26750            not 'VHOST' and
26751            not 'MEMIF'"
26752   parameters:
26753   - "throughput"
26754   - "parent"
26755   - "tags"
26756   sort:
26757   - "L2PATCH"
26758   - "L2XCBASE"
26759   - "BASE"
26760   - "FIB_10K"
26761   - "FIB_100K"
26762   - "FIB_1M"
26763   layout:
26764     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
26765     layout: "plot-throughput-speedup-analysis"
26766
26767 # Speedup - VPP L2 2n-skx-xxv710 base and scale
26768 - type: "plot"
26769   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26770   algorithm: "plot_throughput_speedup_analysis"
26771   output-file-type: ".html"
26772   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26773   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26774   filter: "'NIC_Intel-XXV710' and
26775            '64B' and
26776            ('BASE' or 'SCALE') and
26777            'NDRPDR' and
26778            'ETH' and
26779            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26780            not 'VHOST' and
26781            not 'MEMIF'"
26782   parameters:
26783   - "throughput"
26784   - "parent"
26785   - "tags"
26786   sort:
26787   - "L2PATCH"
26788   - "L2XCBASE"
26789   - "BASE"
26790   - "FIB_10K"
26791   - "FIB_100K"
26792   - "FIB_1M"
26793   layout:
26794     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
26795     layout: "plot-throughput-speedup-analysis"
26796
26797 - type: "plot"
26798   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26799   algorithm: "plot_throughput_speedup_analysis"
26800   output-file-type: ".html"
26801   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26802   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26803   filter: "'NIC_Intel-XXV710' and
26804            '64B' and
26805            ('BASE' or 'SCALE') and
26806            'NDRPDR' and
26807            'ETH' and
26808            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26809            not 'VHOST' and
26810            not 'MEMIF'"
26811   parameters:
26812   - "throughput"
26813   - "parent"
26814   - "tags"
26815   sort:
26816   - "L2PATCH"
26817   - "L2XCBASE"
26818   - "BASE"
26819   - "FIB_10K"
26820   - "FIB_100K"
26821   - "FIB_1M"
26822   layout:
26823     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
26824     layout: "plot-throughput-speedup-analysis"
26825
26826 ## Speedup - VPP L2 2n-dnv-x553 base
26827 #- type: "plot"
26828 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26829 #  algorithm: "plot_throughput_speedup_analysis"
26830 #  output-file-type: ".html"
26831 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26832 #  data: "intel-dnv-vpp"
26833 #  filter: "'NIC_Intel-X553' and
26834 #           '64B' and
26835 #           ('BASE' or 'SCALE') and
26836 #           'NDRPDR' and
26837 #           'ETH' and
26838 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26839 #           not 'VHOST' and
26840 #           not 'MEMIF'"
26841 #  parameters:
26842 #  - "throughput"
26843 #  - "parent"
26844 #  - "tags"
26845 #  sort:
26846 #  - "L2XCBASE"
26847 #  - "L2BDMACLRN"
26848 #  - "L2PATCH"
26849 #  layout:
26850 #    title: "l2sw-2n-dnv-x553-64b-base-ndr"
26851 #    layout: "plot-throughput-speedup-analysis"
26852 #
26853 #- type: "plot"
26854 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26855 #  algorithm: "plot_throughput_speedup_analysis"
26856 #  output-file-type: ".html"
26857 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26858 #  data: "intel-dnv-vpp"
26859 #  filter: "'NIC_Intel-X553' and
26860 #           '64B' and
26861 #           ('BASE' or 'SCALE') and
26862 #           'NDRPDR' and
26863 #           'ETH' and
26864 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26865 #           not 'VHOST' and
26866 #           not 'MEMIF'"
26867 #  parameters:
26868 #  - "throughput"
26869 #  - "parent"
26870 #  - "tags"
26871 #  sort:
26872 #  - "L2XCBASE"
26873 #  - "L2BDMACLRN"
26874 #  - "L2PATCH"
26875 #  layout:
26876 #    title: "l2sw-2n-dnv-x553-64b-base-pdr"
26877 #    layout: "plot-throughput-speedup-analysis"
26878
26879 ################################################################################
26880
26881 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
26882 - type: "plot"
26883   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26884   algorithm: "plot_throughput_speedup_analysis"
26885   output-file-type: ".html"
26886   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26887   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26888   filter: "'NIC_Intel-X520-DA2' and
26889            '64B' and
26890            'NDRPDR' and
26891            'ETH' and
26892            'IP4FWD' and
26893            'VHOST_1024' and
26894            not 'VXLAN' and
26895            not 'DOT1Q'"
26896   parameters:
26897   - "throughput"
26898   - "parent"
26899   - "tags"
26900   sort:
26901   - "not CFS_OPT"
26902   - "1VM"
26903   - "2VM"
26904   layout:
26905     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
26906     layout: "plot-throughput-speedup-analysis"
26907
26908 - type: "plot"
26909   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26910   algorithm: "plot_throughput_speedup_analysis"
26911   output-file-type: ".html"
26912   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26913   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26914   filter: "'NIC_Intel-X520-DA2' and
26915            '64B' and
26916            'NDRPDR' and
26917            'ETH' and
26918            'IP4FWD' and
26919            'VHOST_1024' and
26920            not 'VXLAN' and
26921            not 'DOT1Q'"
26922   parameters:
26923   - "throughput"
26924   - "parent"
26925   - "tags"
26926   sort:
26927   - "not CFS_OPT"
26928   - "1VM"
26929   - "2VM"
26930   layout:
26931     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
26932     layout: "plot-throughput-speedup-analysis"
26933
26934 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
26935 - type: "plot"
26936   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26937   algorithm: "plot_throughput_speedup_analysis"
26938   output-file-type: ".html"
26939   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26940   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26941   filter: "'NIC_Intel-X520-DA2' and
26942            '64B' and
26943            'NDRPDR' and
26944            ('ETH' or 'DOT1Q') and
26945            'BASE' and
26946            ('L2BDMACLRN' or 'L2XCFWD') and
26947            'VHOST_1024' and
26948            not 'VXLAN' and
26949            not 'IP4FWD' and
26950            not '2VM'"
26951   parameters:
26952   - "throughput"
26953   - "parent"
26954   - "tags"
26955   sort:
26956   - "L2BDMACLRN"
26957   - "L2BDMACLRN"
26958   - "L2BDMACLRN"
26959   - "L2XCFWD"
26960   - "L2XCFWD"
26961   - "L2XCFWD"
26962   layout:
26963     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr"
26964     layout: "plot-throughput-speedup-analysis"
26965
26966 - type: "plot"
26967   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26968   algorithm: "plot_throughput_speedup_analysis"
26969   output-file-type: ".html"
26970   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26971   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26972   filter: "'NIC_Intel-X520-DA2' and
26973            '64B' and
26974            'NDRPDR' and
26975            ('ETH' or 'DOT1Q') and
26976            'BASE' and
26977            ('L2BDMACLRN' or 'L2XCFWD') and
26978            'VHOST_1024' and
26979            not 'VXLAN' and
26980            not 'IP4FWD' and
26981            not '2VM'"
26982   parameters:
26983   - "throughput"
26984   - "parent"
26985   - "tags"
26986   sort:
26987   - "L2BDMACLRN"
26988   - "L2BDMACLRN"
26989   - "L2BDMACLRN"
26990   - "L2XCFWD"
26991   - "L2XCFWD"
26992   - "L2XCFWD"
26993   layout:
26994     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr"
26995     layout: "plot-throughput-speedup-analysis"
26996
26997 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
26998 - type: "plot"
26999   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27000   algorithm: "plot_throughput_speedup_analysis"
27001   output-file-type: ".html"
27002   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27003   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27004   filter: "'NIC_Intel-X520-DA2' and
27005            '64B' and
27006            'NDRPDR' and
27007            ('ETH' or 'DOT1Q') and
27008            ('L2BDMACLRN' or 'L2XCFWD') and
27009            'VHOST_1024' and
27010            not 'CFS_OPT' and
27011            not 'DOT1Q' and
27012            not 'VXLAN' and
27013            not 'IP4FWD' and
27014            not 'LBOND'"
27015   parameters:
27016   - "throughput"
27017   - "parent"
27018   - "tags"
27019 #  sort:
27020 #  - "1VM"
27021 #  - "L2XCFWD"
27022 #  - "1VM"
27023 #  - "L2BDMACLRN"
27024   layout:
27025     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
27026     layout: "plot-throughput-speedup-analysis"
27027
27028 - type: "plot"
27029   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27030   algorithm: "plot_throughput_speedup_analysis"
27031   output-file-type: ".html"
27032   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27033   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27034   filter: "'NIC_Intel-X520-DA2' and
27035            '64B' and
27036            'NDRPDR' and
27037            ('ETH' or 'DOT1Q') and
27038            ('L2BDMACLRN' or 'L2XCFWD') and
27039            'VHOST_1024' and
27040            not 'CFS_OPT' and
27041            not 'DOT1Q' and
27042            not 'VXLAN' and
27043            not 'IP4FWD' and
27044            not 'LBOND'"
27045   parameters:
27046   - "throughput"
27047   - "parent"
27048   - "tags"
27049 #  sort:
27050 #  - "1VM"
27051 #  - "L2XCFWD"
27052 #  - "1VM"
27053 #  - "L2BDMACLRN"
27054   layout:
27055     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27056     layout: "plot-throughput-speedup-analysis"
27057
27058 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
27059 - type: "plot"
27060   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27061   algorithm: "plot_throughput_speedup_analysis"
27062   output-file-type: ".html"
27063   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27064   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27065   filter: "'NIC_Intel-X710' and
27066            '64B' and
27067            'NDRPDR' and
27068            'ETH' and
27069            'IP4FWD' and
27070            'VHOST_1024' and
27071            not 'VXLAN' and
27072            not 'CFS_OPT' and
27073            not 'DOT1Q'"
27074   parameters:
27075   - "throughput"
27076   - "parent"
27077   - "tags"
27078   sort:
27079   - "1VM"
27080   - "2VM"
27081   layout:
27082     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27083     layout: "plot-throughput-speedup-analysis"
27084
27085 - type: "plot"
27086   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27087   algorithm: "plot_throughput_speedup_analysis"
27088   output-file-type: ".html"
27089   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27090   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27091   filter: "'NIC_Intel-X710' and
27092            '64B' and
27093            'NDRPDR' and
27094            'ETH' and
27095            'IP4FWD' and
27096            'VHOST_1024' and
27097            not 'VXLAN' and
27098            not 'CFS_OPT' and
27099            not 'DOT1Q'"
27100   parameters:
27101   - "throughput"
27102   - "parent"
27103   - "tags"
27104   sort:
27105   - "1VM"
27106   - "2VM"
27107   layout:
27108     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27109     layout: "plot-throughput-speedup-analysis"
27110
27111 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27112 - type: "plot"
27113   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27114   algorithm: "plot_throughput_speedup_analysis"
27115   output-file-type: ".html"
27116   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27117   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27118   filter: "'NIC_Intel-X710' and
27119            '64B' and
27120            'NDRPDR' and
27121            ('ETH' or 'DOT1Q') and
27122            'BASE' and
27123            ('L2BDMACLRN' or 'L2XCFWD') and
27124            'VHOST_1024' and
27125            not 'VXLAN' and
27126            not 'IP4FWD' and
27127            not '2VM'"
27128   parameters:
27129   - "throughput"
27130   - "parent"
27131   - "tags"
27132   sort:
27133   - "L2BDMACLRN"
27134   - "L2BDMACLRN"
27135   - "L2BDMACLRN"
27136   - "L2XCFWD"
27137   - "L2XCFWD"
27138   - "L2XCFWD"
27139   layout:
27140     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr"
27141     layout: "plot-throughput-speedup-analysis"
27142
27143 - type: "plot"
27144   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27145   algorithm: "plot_throughput_speedup_analysis"
27146   output-file-type: ".html"
27147   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27148   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27149   filter: "'NIC_Intel-X710' and
27150            '64B' and
27151            'NDRPDR' and
27152            ('ETH' or 'DOT1Q') and
27153            'BASE' and
27154            ('L2BDMACLRN' or 'L2XCFWD') and
27155            'VHOST_1024' and
27156            not 'VXLAN' and
27157            not 'IP4FWD' and
27158            not '2VM'"
27159   parameters:
27160   - "throughput"
27161   - "parent"
27162   - "tags"
27163   sort:
27164   - "L2BDMACLRN"
27165   - "L2BDMACLRN"
27166   - "L2BDMACLRN"
27167   - "L2XCFWD"
27168   - "L2XCFWD"
27169   - "L2XCFWD"
27170   layout:
27171     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr"
27172     layout: "plot-throughput-speedup-analysis"
27173
27174 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27175 - type: "plot"
27176   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27177   algorithm: "plot_throughput_speedup_analysis"
27178   output-file-type: ".html"
27179   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27180   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27181   filter: "'NIC_Intel-X710' and
27182            '64B' and
27183            'NDRPDR' and
27184            ('ETH' or 'DOT1Q') and
27185            ('L2BDMACLRN' or 'L2XCFWD') and
27186            'VHOST_1024' and
27187            not 'CFS_OPT' and
27188            not 'VXLAN' and
27189            not 'IP4FWD' and
27190            not 'LBOND'"
27191   parameters:
27192   - "throughput"
27193   - "parent"
27194   - "tags"
27195   sort:
27196   - "L2BDMACLRN"
27197   - "L2BDMACLRN"
27198   - "L2BDMACLRN"
27199   - "L2XCFWD"
27200   - "L2XCFWD"
27201   - "L2XCFWD"
27202   layout:
27203     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr"
27204     layout: "plot-throughput-speedup-analysis"
27205
27206 - type: "plot"
27207   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27208   algorithm: "plot_throughput_speedup_analysis"
27209   output-file-type: ".html"
27210   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27211   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27212   filter: "'NIC_Intel-X710' and
27213            '64B' and
27214            'NDRPDR' and
27215            ('ETH' or 'DOT1Q') and
27216            ('L2BDMACLRN' or 'L2XCFWD') and
27217            'VHOST_1024' and
27218            not 'CFS_OPT' and
27219            not 'VXLAN' and
27220            not 'IP4FWD' and
27221            not 'LBOND'"
27222   parameters:
27223   - "throughput"
27224   - "parent"
27225   - "tags"
27226   sort:
27227   - "L2BDMACLRN"
27228   - "L2BDMACLRN"
27229   - "L2BDMACLRN"
27230   - "L2XCFWD"
27231   - "L2XCFWD"
27232   - "L2XCFWD"
27233   layout:
27234     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr"
27235     layout: "plot-throughput-speedup-analysis"
27236
27237 # Packet Speedup - VPP vhost ip4 3n-skx-x710
27238 - type: "plot"
27239   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27240   algorithm: "plot_throughput_speedup_analysis"
27241   output-file-type: ".html"
27242   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27243   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27244   filter: "'NIC_Intel-X710' and
27245            '64B' and
27246            'NDRPDR' and
27247            'ETH' and
27248            'IP4FWD' and
27249            'VHOST_1024' and
27250            not 'VXLAN' and
27251            not 'DOT1Q'"
27252   parameters:
27253   - "throughput"
27254   - "parent"
27255   - "tags"
27256   sort:
27257   - "1VM"
27258   - "2VM"
27259   layout:
27260     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
27261     layout: "plot-throughput-speedup-analysis"
27262
27263 - type: "plot"
27264   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27265   algorithm: "plot_throughput_speedup_analysis"
27266   output-file-type: ".html"
27267   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27269   filter: "'NIC_Intel-X710' and
27270            '64B' and
27271            'NDRPDR' and
27272            'ETH' and
27273            'IP4FWD' and
27274            'VHOST_1024' and
27275            not 'VXLAN' and
27276            not 'DOT1Q'"
27277   parameters:
27278   - "throughput"
27279   - "parent"
27280   - "tags"
27281   sort:
27282   - "1VM"
27283   - "2VM"
27284   layout:
27285     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
27286     layout: "plot-throughput-speedup-analysis"
27287
27288 # Packet Speedup - VPP vhost ip4 2n-skx-x710
27289 - type: "plot"
27290   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27291   algorithm: "plot_throughput_speedup_analysis"
27292   output-file-type: ".html"
27293   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27294   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27295   filter: "'NIC_Intel-X710' and
27296            '64B' and
27297            'NDRPDR' and
27298            'ETH' and
27299            'IP4FWD' and
27300            'VHOST_1024' and
27301            not 'VXLAN' and
27302            not 'NF_DENSITY' and
27303            not 'CFS_OPT' and
27304            not 'DOT1Q'"
27305   parameters:
27306   - "throughput"
27307   - "parent"
27308   - "tags"
27309   sort:
27310   - "1VM"
27311   - "2VM"
27312   layout:
27313     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
27314     layout: "plot-throughput-speedup-analysis"
27315
27316 - type: "plot"
27317   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27318   algorithm: "plot_throughput_speedup_analysis"
27319   output-file-type: ".html"
27320   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27321   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27322   filter: "'NIC_Intel-X710' and
27323            '64B' and
27324            'NDRPDR' and
27325            'ETH' and
27326            'IP4FWD' and
27327            'VHOST_1024' and
27328            not 'VXLAN' and
27329            not 'NF_DENSITY' and
27330            not 'CFS_OPT' and
27331            not 'DOT1Q'"
27332   parameters:
27333   - "throughput"
27334   - "parent"
27335   - "tags"
27336   sort:
27337   - "1VM"
27338   - "2VM"
27339   layout:
27340     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
27341     layout: "plot-throughput-speedup-analysis"
27342
27343 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
27344 - type: "plot"
27345   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27346   algorithm: "plot_throughput_speedup_analysis"
27347   output-file-type: ".html"
27348   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27349   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27350   filter: "'NIC_Intel-X710' and
27351            '64B' and
27352            'NDRPDR' and
27353            ('ETH' or 'DOT1Q') and
27354            'BASE' and
27355            ('L2BDMACLRN' or 'L2XCFWD') and
27356            'VHOST_1024' and
27357            not 'VXLAN' and
27358            not 'NF_DENSITY' and
27359            not 'IP4FWD' and
27360            not '2VM'"
27361   parameters:
27362   - "throughput"
27363   - "parent"
27364   - "tags"
27365 #  sort:
27366 #  - "not CFS_OPT"
27367 #  - "L2XCFWD"
27368 #  - "not CFS_OPT"
27369 #  - "CFS_OPT"
27370   layout:
27371     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr"
27372     layout: "plot-throughput-speedup-analysis"
27373
27374 - type: "plot"
27375   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27376   algorithm: "plot_throughput_speedup_analysis"
27377   output-file-type: ".html"
27378   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27379   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27380   filter: "'NIC_Intel-X710' and
27381            '64B' and
27382            'NDRPDR' and
27383            ('ETH' or 'DOT1Q') and
27384            'BASE' and
27385            ('L2BDMACLRN' or 'L2XCFWD') and
27386            'VHOST_1024' and
27387            not 'VXLAN' and
27388            not 'NF_DENSITY' and
27389            not 'IP4FWD' and
27390            not '2VM'"
27391   parameters:
27392   - "throughput"
27393   - "parent"
27394   - "tags"
27395 #  sort:
27396 #  - "not CFS_OPT"
27397 #  - "L2XCFWD"
27398 #  - "not CFS_OPT"
27399 #  - "CFS_OPT"
27400   layout:
27401     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr"
27402     layout: "plot-throughput-speedup-analysis"
27403
27404 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
27405 - type: "plot"
27406   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27407   algorithm: "plot_throughput_speedup_analysis"
27408   output-file-type: ".html"
27409   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27410   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27411   filter: "'NIC_Intel-X710' and
27412            '64B' and
27413            'NDRPDR' and
27414            ('ETH' or 'DOT1Q') and
27415            ('L2BDMACLRN' or 'L2XCFWD') and
27416            'VHOST_1024' and
27417            not 'CFS_OPT' and
27418            not 'VXLAN' and
27419            not 'NF_DENSITY' and
27420            not 'DOT1Q' and
27421            not 'IP4FWD'"
27422   parameters:
27423   - "throughput"
27424   - "parent"
27425   - "tags"
27426 #  sort:
27427 #  - "1VM"
27428 #  - "L2XCFWD"
27429 #  - "1VM"
27430 #  - "L2BDMACLRN"
27431   layout:
27432     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
27433     layout: "plot-throughput-speedup-analysis"
27434
27435 - type: "plot"
27436   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27437   algorithm: "plot_throughput_speedup_analysis"
27438   output-file-type: ".html"
27439   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27440   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27441   filter: "'NIC_Intel-X710' and
27442            '64B' and
27443            'NDRPDR' and
27444            ('ETH' or 'DOT1Q') and
27445            ('L2BDMACLRN' or 'L2XCFWD') and
27446            'VHOST_1024' and
27447            not 'CFS_OPT' and
27448            not 'VXLAN' and
27449            not 'NF_DENSITY' and
27450            not 'DOT1Q' and
27451            not 'IP4FWD'"
27452   parameters:
27453   - "throughput"
27454   - "parent"
27455   - "tags"
27456 #  sort:
27457 #  - "1VM"
27458 #  - "L2XCFWD"
27459 #  - "1VM"
27460 #  - "L2BDMACLRN"
27461   layout:
27462     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
27463     layout: "plot-throughput-speedup-analysis"
27464
27465 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
27466 - type: "plot"
27467   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27468   algorithm: "plot_throughput_speedup_analysis"
27469   output-file-type: ".html"
27470   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27471   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27472   filter: "'NIC_Intel-XXV710' and
27473            '64B' and
27474            'NDRPDR' and
27475            'ETH' and
27476            'IP4FWD' and
27477            'VHOST_1024' and
27478            not 'VXLAN' and
27479            not 'CFS_OPT' and
27480            not 'DOT1Q'"
27481   parameters:
27482   - "throughput"
27483   - "parent"
27484   - "tags"
27485   sort:
27486   - "not CFS_OPT"
27487   - "1VM"
27488   - "2VM"
27489   layout:
27490     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
27491     layout: "plot-throughput-speedup-analysis"
27492
27493 - type: "plot"
27494   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27495   algorithm: "plot_throughput_speedup_analysis"
27496   output-file-type: ".html"
27497   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27498   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27499   filter: "'NIC_Intel-XXV710' and
27500            '64B' and
27501            'NDRPDR' and
27502            'ETH' and
27503            'IP4FWD' and
27504            'VHOST_1024' and
27505            not 'VXLAN' and
27506            not 'CFS_OPT' and
27507            not 'DOT1Q'"
27508   parameters:
27509   - "throughput"
27510   - "parent"
27511   - "tags"
27512   sort:
27513   - "not CFS_OPT"
27514   - "1VM"
27515   - "2VM"
27516   layout:
27517     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
27518     layout: "plot-throughput-speedup-analysis"
27519
27520 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
27521 #- type: "plot"
27522 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27523 #  algorithm: "plot_throughput_speedup_analysis"
27524 #  output-file-type: ".html"
27525 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27526 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27527 #  filter: "'NIC_Intel-XXV710' and
27528 #           '64B' and
27529 #           'NDRPDR' and
27530 #           ('ETH' or 'DOT1Q') and
27531 #           'BASE' and
27532 #           ('L2BDMACLRN' or 'L2XCFWD') and
27533 #           'VHOST_1024' and
27534 #           not 'VXLAN' and
27535 #           not 'IP4FWD' and
27536 #           not '2VM'"
27537 #  parameters:
27538 #  - "throughput"
27539 #  - "parent"
27540 #  - "tags"
27541 ##  sort:
27542 ##  - "not CFS_OPT"
27543 ##  - "L2XCFWD"
27544 ##  - "not CFS_OPT"
27545 ##  - "CFS_OPT"
27546 #  layout:
27547 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr"
27548 #    layout: "plot-throughput-speedup-analysis"
27549 #
27550 #- type: "plot"
27551 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27552 #  algorithm: "plot_throughput_speedup_analysis"
27553 #  output-file-type: ".html"
27554 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27555 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27556 #  filter: "'NIC_Intel-XXV710' and
27557 #           '64B' and
27558 #           'NDRPDR' and
27559 #           ('ETH' or 'DOT1Q') and
27560 #           'BASE' and
27561 #           ('L2BDMACLRN' or 'L2XCFWD') and
27562 #           'VHOST_1024' and
27563 #           not 'VXLAN' and
27564 #           not 'IP4FWD' and
27565 #           not '2VM'"
27566 #  parameters:
27567 #  - "throughput"
27568 #  - "parent"
27569 #  - "tags"
27570 ##  sort:
27571 ##  - "not CFS_OPT"
27572 ##  - "L2XCFWD"
27573 ##  - "not CFS_OPT"
27574 ##  - "CFS_OPT"
27575 #  layout:
27576 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr"
27577 #    layout: "plot-throughput-speedup-analysis"
27578 #
27579 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
27580 #- type: "plot"
27581 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27582 #  algorithm: "plot_throughput_speedup_analysis"
27583 #  output-file-type: ".html"
27584 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27585 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27586 #  filter: "'NIC_Intel-XXV710' and
27587 #           '64B' and
27588 #           'NDRPDR' and
27589 #           ('ETH' or 'DOT1Q') and
27590 #           ('L2BDMACLRN' or 'L2XCFWD') and
27591 #           'VHOST_1024' and
27592 #           not 'CFS_OPT' and
27593 #           not 'VXLAN' and
27594 #           not 'DOT1Q' and
27595 #           not 'IP4FWD'"
27596 #  parameters:
27597 #  - "throughput"
27598 #  - "parent"
27599 #  - "tags"
27600 ##  sort:
27601 ##  - "1VM"
27602 ##  - "L2XCFWD"
27603 ##  - "1VM"
27604 ##  - "L2BDMACLRN"
27605 #  layout:
27606 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
27607 #    layout: "plot-throughput-speedup-analysis"
27608 #
27609 #- type: "plot"
27610 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27611 #  algorithm: "plot_throughput_speedup_analysis"
27612 #  output-file-type: ".html"
27613 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27614 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27615 #  filter: "'NIC_Intel-XXV710' and
27616 #           '64B' and
27617 #           'NDRPDR' and
27618 #           ('ETH' or 'DOT1Q') and
27619 #           ('L2BDMACLRN' or 'L2XCFWD') and
27620 #           'VHOST_1024' and
27621 #           not 'CFS_OPT' and
27622 #           not 'VXLAN' and
27623 #           not 'DOT1Q' and
27624 #           not 'IP4FWD'"
27625 #  parameters:
27626 #  - "throughput"
27627 #  - "parent"
27628 #  - "tags"
27629 ##  sort:
27630 ##  - "1VM"
27631 ##  - "L2XCFWD"
27632 ##  - "1VM"
27633 ##  - "L2BDMACLRN"
27634 #  layout:
27635 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
27636 #    layout: "plot-throughput-speedup-analysis"
27637
27638 ################################################################################
27639
27640 # Speedup - VPP vts 3n-hsw-x520
27641 - type: "plot"
27642   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27643   algorithm: "plot_throughput_speedup_analysis"
27644   output-file-type: ".html"
27645   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27646   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27647   filter: "'NIC_Intel-X520-DA2' and
27648            '114B' and
27649            'NDRPDR' and
27650            'VTS'"
27651   parameters:
27652   - "throughput"
27653   - "parent"
27654   - "tags"
27655   layout:
27656     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
27657     layout: "plot-throughput-speedup-analysis"
27658
27659 - type: "plot"
27660   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27661   algorithm: "plot_throughput_speedup_analysis"
27662   output-file-type: ".html"
27663   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27664   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27665   filter: "'NIC_Intel-X520-DA2' and
27666            '114B' and
27667            'NDRPDR' and
27668            'VTS'"
27669   parameters:
27670   - "throughput"
27671   - "parent"
27672   - "tags"
27673   layout:
27674     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27675     layout: "plot-throughput-speedup-analysis"