CSIT-1488: Add data to the Report 1904
[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         - 52  # NDRPDR full
382         - 53  # NDRPDR full
383         - 54  # NDRPDR full
384         - 56  # NDRPDR full
385
386     vpp-perf-results-3n-skx:
387       csit-vpp-perf-verify-1904-3n-skx:
388         - 26  # NDRPDR full
389         - 27  # NDRPDR full
390         - 30  # NDRPDR full
391         - 31  # NDRPDR full
392
393     vpp-perf-results-2n-skx:
394       csit-vpp-perf-verify-1904-2n-skx:
395         - 33  # NDRPDR full
396         - 39  # NDRPDR full
397         - 58  # NDRPDR full
398         - 62  # NDRPDR full
399
400     vpp-mrr-results-3n-hsw:
401       csit-vpp-perf-verify-1904-3n-hsw:
402         - 9   # MRR sel
403
404     vpp-mrr-results-3n-skx:
405       csit-vpp-perf-verify-1904-3n-skx:
406         - 7   # MRR sel
407
408     vpp-mrr-results-2n-skx:
409       csit-vpp-perf-verify-1904-2n-skx:
410         - 11  # MRR sel
411
412     vpp-func-results-ubuntu:
413       csit-vpp-functional-1904-ubuntu1604-virl:
414         - 33
415
416     vpp-func-results-centos:
417       csit-vpp-functional-1904-centos7-virl:
418         - 32
419
420     vpp-device-results-ubuntu:
421       csit-vpp-device-1904-ubuntu1804-1n-skx:
422         - 32
423
424 #    # VPP Ligato
425 #    ligato-perf-results-3n-hsw:
426 #      # csit-ligato-perf-verify-1904-3n-hsw:
427 #      csit-ligato-perf-verify-1901-3n-hsw:
428 #        - 10  # NDRPDR full
429
430     dpdk-perf-results-3n-hsw:
431       csit-dpdk-perf-verify-1904-3n-hsw:
432         - 5   # NDRPDR sel
433
434     dpdk-perf-results-3n-skx:
435       csit-dpdk-perf-verify-1904-3n-skx:
436         - 7   # NDRPDR sel
437
438     dpdk-perf-results-2n-skx:
439       csit-dpdk-perf-verify-1904-2n-skx:
440         - 9   # NDRPDR sel
441
442     # HoneyComb Functional
443     hc-func-results:
444       csit-hc2vpp-verify-func-1904-ubuntu1604:
445         - 4
446
447 #    # NSH SFC Functional
448 #    nsh-func-results:
449 #      # Not used
450 #      csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
451 #        - 1
452
453     # DMM Functional
454     dmm-func-results:
455       csit-dmm-functional-1904-ubuntu1604-virl:
456         - 1
457
458     ###########################################################################
459     # Tables (more than one data set)
460
461     # Performance changes
462
463 #    intel-dnv-vpp-changes-2n-dnv-h1:
464 #      intel-dnv-vpp-release-1810:
465 #        - 1
466 #    intel-dnv-vpp-changes-2n-dnv-ref:
467 #      intel-dnv-vpp-release-1901:
468 #        - 1
469 #    intel-dnv-vpp-changes-2n-dnv-cmp:
470 #      # intel-dnv-vpp-release-1904:
471 #      intel-dnv-vpp-release-1901:
472 #        - 1
473 #    intel-dnv-vpp-changes-2n-dnv:
474 #      - "intel-dnv-vpp-changes-2n-dnv-h1"
475 #      - "intel-dnv-vpp-changes-2n-dnv-ref"
476 #      - "intel-dnv-vpp-changes-2n-dnv-cmp"
477
478     vpp-performance-changes-3n-hsw-h1:
479       csit-vpp-perf-verify-1810-3n-hsw:
480         - 8   # NDRPDR sel
481         - 12  # NDRPDR sel
482         - 14  # NDRPDR sel
483         - 18  # NDRPDR sel
484         - 23  # NDRPDR sel
485         - 25  # NDRPDR sel
486         - 38  # NDRPDR sel
487         - 39  # NDRPDR sel
488         - 41  # NDRPDR sel
489         - 42  # NDRPDR sel
490     vpp-performance-changes-3n-hsw-ref:
491       csit-vpp-perf-verify-1901-3n-hsw:
492         - 10  # NDRPDR sel
493         - 19  # NDRPDR sel
494         - 31  # NDRPDR sel
495         - 36  # NDRPDR sel
496         - 40  # NDRPDR sel
497         - 42  # NDRPDR sel
498         - 44  # NDRPDR sel
499         - 46  # NDRPDR sel
500         - 47  # NDRPDR sel
501         - 48  # NDRPDR sel
502         - 61  # NDRPDR LB
503         - 62  # NDRPDR LB
504         - 63  # NDRPDR LB
505         - 64  # NDRPDR LB
506         - 65  # NDRPDR LB
507         - 66  # NDRPDR LB
508         - 67  # NDRPDR LB
509         - 69  # NDRPDR LB
510         - 70  # NDRPDR LB
511         - 71  # NDRPDR LB
512     vpp-performance-changes-3n-hsw-cmp:
513       csit-vpp-perf-verify-1904-3n-hsw:
514         - 11  # NDRPDR sel
515         - 12  # NDRPDR sel
516         - 20  # NDRPDR sel
517         - 21  # NDRPDR sel
518         - 23  # NDRPDR sel
519         - 24  # NDRPDR sel
520         - 25  # NDRPDR sel
521         - 26  # NDRPDR sel
522         - 29  # NDRPDR sel
523         - 30  # NDRPDR sel
524     vpp-performance-changes-3n-hsw:
525       - "vpp-performance-changes-3n-hsw-h1"
526       - "vpp-performance-changes-3n-hsw-ref"
527       - "vpp-performance-changes-3n-hsw-cmp"
528
529     vpp-performance-changes-3n-skx-h1:
530       csit-vpp-perf-verify-1810-3n-skx:
531         - 10  # NDRPDR sel
532         - 14  # NDRPDR sel
533         - 15  # NDRPDR sel
534         - 16  # NDRPDR sel
535         - 17  # NDRPDR sel
536         - 19  # NDRPDR sel
537         - 20  # NDRPDR sel
538         - 21  # NDRPDR sel
539         - 22  # NDRPDR sel
540         - 25  # NDRPDR sel
541     vpp-performance-changes-3n-skx-ref:
542       csit-vpp-perf-verify-1901-3n-skx:
543         - 18  # NDRPDR sel
544         - 19  # NDRPDR sel
545         - 20  # NDRPDR sel
546         - 28  # NDRPDR sel
547         - 31  # NDRPDR sel
548         - 33  # NDRPDR sel
549         - 36  # NDRPDR sel
550         - 38  # NDRPDR sel
551         - 47  # NDRPDR sel
552         - 48  # NDRPDR sel
553         - 54  # NDRPDR LB
554         - 57  # NDRPDR LB
555         - 58  # NDRPDR LB
556         - 59  # NDRPDR LB
557         - 60  # NDRPDR LB
558         - 63  # NDRPDR LB
559         - 64  # NDRPDR LB
560         - 65  # NDRPDR LB
561         - 66  # NDRPDR LB
562         - 67  # NDRPDR LB
563     vpp-performance-changes-3n-skx-cmp:
564       csit-vpp-perf-verify-1904-3n-skx:
565         - 8   # NDRPDR sel
566         - 9   # NDRPDR sel
567         - 10  # NDRPDR sel
568         - 11  # NDRPDR sel
569         - 12  # NDRPDR sel
570         - 14  # NDRPDR sel
571         - 16  # NDRPDR sel
572         - 21  # NDRPDR sel
573         - 23  # NDRPDR sel
574         - 25  # NDRPDR sel
575     vpp-performance-changes-3n-skx:
576       - "vpp-performance-changes-3n-skx-h1"
577       - "vpp-performance-changes-3n-skx-ref"
578       - "vpp-performance-changes-3n-skx-cmp"
579
580     vpp-performance-changes-2n-skx-h1:
581       csit-vpp-perf-verify-1810-2n-skx:
582         - 9   # NDRPDR sel
583         - 13  # NDRPDR sel
584         - 14  # NDRPDR sel
585         - 19  # NDRPDR sel
586         - 20  # NDRPDR sel
587         - 21  # NDRPDR sel
588         - 22  # NDRPDR sel
589         - 23  # NDRPDR sel
590         - 24  # NDRPDR sel
591         - 27  # NDRPDR sel
592     vpp-performance-changes-2n-skx-ref:
593       csit-vpp-perf-verify-1901-2n-skx:
594         - 5   # NDRPDR sel
595         - 12  # NDRPDR sel
596         - 13  # NDRPDR sel
597         - 21  # NDRPDR sel
598         - 23  # NDRPDR sel
599         - 31  # NDRPDR sel
600         - 34  # NDRPDR sel
601         - 40  # NDRPDR sel
602         - 42  # NDRPDR sel
603         - 43  # NDRPDR sel
604     vpp-performance-changes-2n-skx-cmp:
605       csit-vpp-perf-verify-1904-2n-skx:
606         - 12  # NDRPDR sel
607         - 14  # NDRPDR sel
608         - 16  # NDRPDR sel
609         - 17  # NDRPDR sel
610         - 18  # NDRPDR sel
611         - 21  # NDRPDR sel
612         - 27  # NDRPDR sel
613         - 30  # NDRPDR sel
614         - 31  # NDRPDR sel
615         - 32  # NDRPDR sel
616     vpp-performance-changes-2n-skx:
617       - "vpp-performance-changes-2n-skx-h1"
618       - "vpp-performance-changes-2n-skx-ref"
619       - "vpp-performance-changes-2n-skx-cmp"
620
621     vpp-soak-vs-ndr-2n-skx-ref:
622       csit-vpp-perf-verify-1904-2n-skx:
623         - 12  # NDRPDR sel
624         - 14  # NDRPDR sel
625         - 16  # NDRPDR sel
626         - 17  # NDRPDR sel
627         - 18  # NDRPDR sel
628         - 21  # NDRPDR sel
629         - 27  # NDRPDR sel
630         - 30  # NDRPDR sel
631         - 31  # NDRPDR sel
632         - 32  # NDRPDR sel
633     vpp-soak-vs-ndr-2n-skx-cmp:
634       csit-vpp-perf-verify-1904-2n-skx:
635         - 70  # soak
636         - 71  # soak
637     vpp-soak-vs-ndr-2n-skx:
638       csit-vpp-perf-verify-1904-2n-skx:
639         - 12  # NDRPDR sel
640         - 14  # NDRPDR sel
641         - 16  # NDRPDR sel
642         - 17  # NDRPDR sel
643         - 18  # NDRPDR sel
644         - 21  # NDRPDR sel
645         - 27  # NDRPDR sel
646         - 30  # NDRPDR sel
647         - 31  # NDRPDR sel
648         - 32  # NDRPDR sel
649         - 70  # soak
650         - 71  # soak
651
652     vpp-performance-changes-3n-hsw-mrr-h1:
653       csit-vpp-perf-verify-1810-3n-hsw:
654         - 9   # MRR sel
655     vpp-performance-changes-3n-hsw-mrr-ref:
656       csit-vpp-perf-verify-1901-3n-hsw:
657         - 35  # MRR sel
658     vpp-performance-changes-3n-hsw-mrr-cmp:
659       csit-vpp-perf-verify-1904-3n-hsw:
660         - 9   # MRR sel
661     vpp-performance-changes-3n-hsw-mrr:
662       - "vpp-performance-changes-3n-hsw-mrr-h1"
663       - "vpp-performance-changes-3n-hsw-mrr-ref"
664       - "vpp-performance-changes-3n-hsw-mrr-cmp"
665
666     vpp-performance-changes-3n-skx-mrr-h1:
667       csit-vpp-perf-verify-1810-3n-skx:
668         - 9   # MRR sel
669         - 11  # MRR sel
670         - 12  # MRR sel
671         - 13  # MRR sel
672     vpp-performance-changes-3n-skx-mrr-ref:
673       csit-vpp-perf-verify-1901-3n-skx:
674         - 32  # MRR sel
675     vpp-performance-changes-3n-skx-mrr-cmp:
676       csit-vpp-perf-verify-1904-3n-skx:
677         - 7   # MRR sel
678     vpp-performance-changes-3n-skx-mrr:
679       - "vpp-performance-changes-3n-skx-mrr-h1"
680       - "vpp-performance-changes-3n-skx-mrr-ref"
681       - "vpp-performance-changes-3n-skx-mrr-cmp"
682
683     vpp-performance-changes-2n-skx-mrr-h1:
684       csit-vpp-perf-verify-1810-2n-skx:
685         - 8   # MRR sel
686         - 10  # MRR sel
687         - 11  # MRR sel
688         - 12  # MRR sel
689     vpp-performance-changes-2n-skx-mrr-ref:
690       csit-vpp-perf-verify-1901-2n-skx:
691         - 22  # MRR sel
692     vpp-performance-changes-2n-skx-mrr-cmp:
693       csit-vpp-perf-verify-1904-2n-skx:
694         - 11  # MRR sel
695     vpp-performance-changes-2n-skx-mrr:
696       - "vpp-performance-changes-2n-skx-mrr-h1"
697       - "vpp-performance-changes-2n-skx-mrr-ref"
698       - "vpp-performance-changes-2n-skx-mrr-cmp"
699
700     dpdk-performance-changes-3n-hsw-h1:
701       csit-dpdk-perf-verify-1810-3n-hsw:
702         - 1   # NDRPDR sel
703         - 2   # NDRPDR sel
704         - 3   # NDRPDR sel
705         - 4   # NDRPDR sel
706         - 5   # NDRPDR sel
707         - 6   # NDRPDR sel
708         - 7   # NDRPDR sel
709         - 8   # NDRPDR sel
710         - 9   # NDRPDR sel
711         - 10  # NDRPDR sel
712     dpdk-performance-changes-3n-hsw-ref:
713       csit-dpdk-perf-verify-1901-3n-hsw:
714         - 13  # NDRPDR sel
715         - 14  # NDRPDR sel
716         - 16  # NDRPDR sel
717         - 17  # NDRPDR sel
718         - 18  # NDRPDR sel
719         - 19  # NDRPDR sel
720         - 20  # NDRPDR sel
721         - 21  # NDRPDR sel
722         - 22  # NDRPDR sel
723         - 23  # NDRPDR sel
724     dpdk-performance-changes-3n-hsw-cmp:
725       csit-dpdk-perf-verify-1904-3n-hsw:
726         - 2   # NDRPDR sel
727         - 3   # NDRPDR sel
728         - 5   # NDRPDR sel
729         - 6   # NDRPDR sel
730         - 13  # NDRPDR sel
731         - 14  # NDRPDR sel
732         - 15  # NDRPDR sel
733         - 18  # NDRPDR sel
734         - 19  # NDRPDR sel
735         - 20  # NDRPDR sel
736     dpdk-performance-changes-3n-hsw:
737       - "dpdk-performance-changes-3n-hsw-h1"
738       - "dpdk-performance-changes-3n-hsw-ref"
739       - "dpdk-performance-changes-3n-hsw-cmp"
740
741     dpdk-performance-changes-3n-skx-h1:
742       csit-dpdk-perf-verify-1810-3n-skx:
743         - 3   # NDRPDR sel
744         - 4   # NDRPDR sel
745         - 6   # NDRPDR sel
746         - 7   # NDRPDR sel
747         - 8   # NDRPDR sel
748         - 9   # NDRPDR sel
749         - 10  # NDRPDR sel
750         - 11  # NDRPDR sel
751         - 12  # NDRPDR sel
752         - 13  # NDRPDR sel
753     dpdk-performance-changes-3n-skx-ref:
754       csit-dpdk-perf-verify-1901-3n-skx:
755         - 3   # NDRPDR sel
756         - 5   # NDRPDR sel
757         - 6   # NDRPDR sel
758         - 7   # NDRPDR sel
759         - 8   # NDRPDR sel
760         - 9   # NDRPDR sel
761         - 10  # NDRPDR sel
762         - 11  # NDRPDR sel
763         - 12  # NDRPDR sel
764         - 13  # NDRPDR sel
765     dpdk-performance-changes-3n-skx-cmp:
766       csit-dpdk-perf-verify-1904-3n-skx:
767         - 2   # NDRPDR sel
768         - 3   # NDRPDR sel
769         - 4   # NDRPDR sel
770         - 5   # NDRPDR sel
771         - 6   # NDRPDR sel
772         - 7   # NDRPDR sel
773         - 11  # NDRPDR sel
774         - 12  # NDRPDR sel
775         - 13  # NDRPDR sel
776         - 14  # NDRPDR sel
777     dpdk-performance-changes-3n-skx:
778       - "dpdk-performance-changes-3n-skx-h1"
779       - "dpdk-performance-changes-3n-skx-ref"
780       - "dpdk-performance-changes-3n-skx-cmp"
781
782     dpdk-performance-changes-2n-skx-h1:
783       csit-dpdk-perf-verify-1810-2n-skx:
784         - 3   # NDRPDR sel
785         - 4   # NDRPDR sel
786         - 5   # NDRPDR sel
787         - 7   # NDRPDR sel
788         - 8   # NDRPDR sel
789         - 9   # NDRPDR sel
790         - 10  # NDRPDR sel
791         - 11  # NDRPDR sel
792         - 12  # NDRPDR sel
793         - 13  # NDRPDR sel
794     dpdk-performance-changes-2n-skx-ref:
795       csit-dpdk-perf-verify-1901-2n-skx:
796         - 12  # NDRPDR sel
797         - 13  # NDRPDR sel
798         - 14  # NDRPDR sel
799         - 15  # NDRPDR sel
800         - 16  # NDRPDR sel
801         - 17  # NDRPDR sel
802         - 18  # NDRPDR sel
803         - 19  # NDRPDR sel
804         - 20  # NDRPDR sel
805         - 21  # NDRPDR sel
806     dpdk-performance-changes-2n-skx-cmp:
807       csit-dpdk-perf-verify-1904-2n-skx:
808         - 2   # NDRPDR sel
809         - 3   # NDRPDR sel
810         - 4   # NDRPDR sel
811         - 5   # NDRPDR sel
812         - 7   # NDRPDR sel
813         - 8   # NDRPDR sel
814         - 9   # NDRPDR sel
815         - 10  # NDRPDR sel
816         - 11  # NDRPDR sel
817         - 12  # NDRPDR sel
818     dpdk-performance-changes-2n-skx:
819       - "dpdk-performance-changes-2n-skx-h1"
820       - "dpdk-performance-changes-2n-skx-ref"
821       - "dpdk-performance-changes-2n-skx-cmp"
822
823     # Compare testbeds
824
825     vpp-compare-testbeds-ref:
826       csit-vpp-perf-verify-1904-3n-hsw:
827         - 11  # NDRPDR sel
828         - 12  # NDRPDR sel
829         - 20  # NDRPDR sel
830         - 21  # NDRPDR sel
831         - 23  # NDRPDR sel
832         - 24  # NDRPDR sel
833         - 25  # NDRPDR sel
834         - 26  # NDRPDR sel
835         - 29  # NDRPDR sel
836         - 30  # NDRPDR sel
837     vpp-compare-testbeds-cmp:
838       csit-vpp-perf-verify-1904-3n-skx:
839         - 8   # NDRPDR sel
840         - 9   # NDRPDR sel
841         - 10  # NDRPDR sel
842         - 11  # NDRPDR sel
843         - 12  # NDRPDR sel
844         - 14  # NDRPDR sel
845         - 16  # NDRPDR sel
846         - 21  # NDRPDR sel
847         - 23  # NDRPDR sel
848         - 25  # NDRPDR sel
849     vpp-compare-testbeds:
850       - "vpp-compare-testbeds-ref"
851       - "vpp-compare-testbeds-cmp"
852
853     vpp-compare-testbeds-mrr-ref:
854       csit-vpp-perf-verify-1904-3n-hsw:
855         - 9   # MRR sel
856     vpp-compare-testbeds-mrr-cmp:
857       csit-vpp-perf-verify-1904-3n-skx:
858         - 7   # MRR sel
859     vpp-compare-testbeds-mrr:
860       - "vpp-compare-testbeds-mrr-ref"
861       - "vpp-compare-testbeds-mrr-cmp"
862
863     dpdk-compare-testbeds-ref:
864       csit-dpdk-perf-verify-1904-3n-hsw:
865         - 2   # NDRPDR sel
866         - 3   # NDRPDR sel
867         - 5   # NDRPDR sel
868         - 6   # NDRPDR sel
869         - 13  # NDRPDR sel
870         - 14  # NDRPDR sel
871         - 15  # NDRPDR sel
872         - 18  # NDRPDR sel
873         - 19  # NDRPDR sel
874         - 20  # NDRPDR sel
875     dpdk-compare-testbeds-cmp:
876       csit-dpdk-perf-verify-1904-3n-skx:
877         - 2   # NDRPDR sel
878         - 3   # NDRPDR sel
879         - 4   # NDRPDR sel
880         - 5   # NDRPDR sel
881         - 6   # NDRPDR sel
882         - 7   # NDRPDR sel
883         - 11  # NDRPDR sel
884         - 12  # NDRPDR sel
885         - 13  # NDRPDR sel
886         - 14  # NDRPDR sel
887     dpdk-compare-testbeds:
888       - "dpdk-compare-testbeds-ref"
889       - "dpdk-compare-testbeds-cmp"
890
891     # Compare topologies
892
893     vpp-compare-topologies-ref:
894       csit-vpp-perf-verify-1904-3n-skx:
895         - 8   # NDRPDR sel
896         - 9   # NDRPDR sel
897         - 10  # NDRPDR sel
898         - 11  # NDRPDR sel
899         - 12  # NDRPDR sel
900         - 14  # NDRPDR sel
901         - 16  # NDRPDR sel
902         - 21  # NDRPDR sel
903         - 23  # NDRPDR sel
904         - 25  # NDRPDR sel
905     vpp-compare-topologies-cmp:
906       csit-vpp-perf-verify-1904-2n-skx:
907         - 12  # NDRPDR sel
908         - 14  # NDRPDR sel
909         - 16  # NDRPDR sel
910         - 17  # NDRPDR sel
911         - 18  # NDRPDR sel
912         - 21  # NDRPDR sel
913         - 27  # NDRPDR sel
914         - 30  # NDRPDR sel
915         - 31  # NDRPDR sel
916         - 32  # NDRPDR sel
917     vpp-compare-topologies:
918       - "vpp-compare-topologies-ref"
919       - "vpp-compare-topologies-cmp"
920
921     vpp-compare-topologies-mrr-ref:
922       csit-vpp-perf-verify-1904-3n-skx:
923         - 7   # MRR sel
924     vpp-compare-topologies-mrr-cmp:
925       csit-vpp-perf-verify-1904-2n-skx:
926         - 11  # MRR sel
927     vpp-compare-topologies-mrr:
928       - "vpp-compare-topologies-mrr-ref"
929       - "vpp-compare-topologies-mrr-cmp"
930
931     dpdk-compare-topologies-ref:
932       csit-dpdk-perf-verify-1904-3n-skx:
933         - 2   # NDRPDR sel
934         - 3   # NDRPDR sel
935         - 4   # NDRPDR sel
936         - 5   # NDRPDR sel
937         - 6   # NDRPDR sel
938         - 7   # NDRPDR sel
939         - 11  # NDRPDR sel
940         - 12  # NDRPDR sel
941         - 13  # NDRPDR sel
942         - 14  # NDRPDR sel
943     dpdk-compare-topologies-cmp:
944       csit-dpdk-perf-verify-1904-2n-skx:
945         - 2   # NDRPDR sel
946         - 3   # NDRPDR sel
947         - 4   # NDRPDR sel
948         - 5   # NDRPDR sel
949         - 7   # NDRPDR sel
950         - 8   # NDRPDR sel
951         - 9   # NDRPDR sel
952         - 10  # NDRPDR sel
953         - 11  # NDRPDR sel
954         - 12  # NDRPDR sel
955     dpdk-compare-topologies:
956       - "dpdk-compare-topologies-ref"
957       - "dpdk-compare-topologies-cmp"
958
959   plot-layouts:
960
961     plot-soak-throughput:
962       titlefont:
963         size: 18
964       xaxis:
965         title: "<b>Test Cases [Index]</b>"
966         titlefont:
967           size: 16
968         autorange: True
969         fixedrange: False
970         gridcolor: "rgb(230, 230, 230)"
971         linecolor: "rgb(220, 220, 220)"
972         linewidth: 1
973         showgrid: True
974         showline: True
975         showticklabels: True
976         tickcolor: "rgb(220, 220, 220)"
977         tickmode: "linear"
978         tickfont:
979           size: 16
980         zeroline: False
981       yaxis:
982         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
983         titlefont:
984           size: 16
985         gridcolor: "rgb(230, 230, 230)"
986         hoverformat: ".4r"
987         tickformat: ".3r"
988         linecolor: "rgb(220, 220, 220)"
989         linewidth: 1
990         showgrid: True
991         showline: True
992         showticklabels: True
993         tickcolor: "rgb(220, 220, 220)"
994         tickfont:
995           size: 16
996         zeroline: False
997         range: [0,50]
998       autosize: False
999       margin:
1000         t: 50
1001         b: 0
1002         l: 80
1003         r: 20
1004       showlegend: True
1005       legend:
1006         orientation: "h"
1007         font:
1008           size: 16
1009       width: 700
1010       height: 900
1011
1012     plot-service-density:
1013       titlefont:
1014         size: 18
1015       xaxis:
1016         side: "top"
1017         autorange: True
1018         fixedrange: False
1019         showgrid: False
1020         showline: False
1021         showticklabels: False
1022         ticks: ""
1023         ticklen: 0
1024         tickwidth: 0
1025         zeroline: False
1026       yaxis:
1027         autorange: "reversed"
1028         showgrid: False
1029         showline: False
1030         showticklabels: False
1031         ticks: ""
1032         ticklen: 0
1033         tickwidth: 0
1034         zeroline: False
1035       autosize: True
1036       showlegend: False
1037       width: 700
1038       height: 700
1039
1040     plot-cps:
1041       titlefont:
1042         size: 18
1043       xaxis:
1044         title: "<b>Test Cases [Index]</b>"
1045         titlefont:
1046           size: 16
1047         autorange: True
1048         fixedrange: False
1049         gridcolor: "rgb(230, 230, 230)"
1050         linecolor: "rgb(220, 220, 220)"
1051         linewidth: 1
1052         showgrid: True
1053         showline: True
1054         showticklabels: True
1055         tickcolor: "rgb(220, 220, 220)"
1056         tickmode: "linear"
1057         tickfont:
1058           size: 16
1059         zeroline: False
1060       yaxis:
1061         title: "<b>Connections Per Second [cps]</b>"
1062         titlefont:
1063           size: 16
1064         gridcolor: "rgb(230, 230, 230)"
1065         hoverformat: ".4s"
1066         linecolor: "rgb(220, 220, 220)"
1067         linewidth: 1
1068         rangemode: "tozero"
1069         showgrid: True
1070         showline: True
1071         showticklabels: True
1072         tickcolor: "rgb(220, 220, 220)"
1073         tickformat: ".3s"
1074         tickfont:
1075           size: 16
1076         zeroline: False
1077       boxmode: "group"
1078       boxgroupgap: 0.5
1079       autosize: False
1080       margin:
1081         t: 50
1082         b: 20
1083         l: 80
1084         r: 20
1085       showlegend: True
1086       legend:
1087         orientation: "h"
1088         font:
1089           size: 16
1090       width: 700
1091       height: 800
1092
1093     plot-rps:
1094       titlefont:
1095         size: 18
1096       xaxis:
1097         title: "<b>Test Cases [Index]</b>"
1098         titlefont:
1099           size: 16
1100         autorange: True
1101         fixedrange: False
1102         gridcolor: "rgb(230, 230, 230)"
1103         linecolor: "rgb(220, 220, 220)"
1104         linewidth: 1
1105         showgrid: True
1106         showline: True
1107         showticklabels: True
1108         tickcolor: "rgb(220, 220, 220)"
1109         tickmode: "linear"
1110         tickfont:
1111           size: 16
1112         zeroline: False
1113       yaxis:
1114         title: "<b>Requests Per Second [rps]</b>"
1115         titlefont:
1116           size: 16
1117         gridcolor: "rgb(230, 230, 230)"
1118         hoverformat: ".4s"
1119         linecolor: "rgb(220, 220, 220)"
1120         linewidth: 1
1121         rangemode: "tozero"
1122         showgrid: True
1123         showline: True
1124         showticklabels: True
1125         tickcolor: "rgb(230, 230, 230)"
1126         tickformat: ".3s"
1127         tickfont:
1128           size: 16
1129         zeroline: False
1130       boxmode: "group"
1131       boxgroupgap: 0.5
1132       autosize: False
1133       margin:
1134         t: 50
1135         b: 20
1136         l: 80
1137         r: 20
1138       showlegend: True
1139       legend:
1140         orientation: "h"
1141         font:
1142           size: 16
1143       width: 700
1144       height: 800
1145
1146     plot-throughput:
1147       titlefont:
1148         size: 18
1149       xaxis:
1150         title: "<b>Test Cases [Index]</b>"
1151         titlefont:
1152           size: 16
1153         autorange: True
1154         fixedrange: False
1155         gridcolor: "rgb(230, 230, 230)"
1156         linecolor: "rgb(220, 220, 220)"
1157         linewidth: 1
1158         showgrid: True
1159         showline: True
1160         showticklabels: True
1161         tickcolor: "rgb(220, 220, 220)"
1162         tickmode: "linear"
1163         tickfont:
1164           size: 16
1165         zeroline: False
1166       yaxis:
1167         title: "<b>Packet Throughput [Mpps]</b>"
1168         titlefont:
1169           size: 16
1170         gridcolor: "rgb(230, 230, 230)"
1171         hoverformat: ".4r"
1172         tickformat: ".3r"
1173         linecolor: "rgb(220, 220, 220)"
1174         linewidth: 1
1175         showgrid: True
1176         showline: True
1177         showticklabels: True
1178         tickcolor: "rgb(220, 220, 220)"
1179         tickfont:
1180           size: 16
1181         zeroline: False
1182         range: [0,50]
1183       boxmode: "group"
1184       boxgroupgap: 0.5
1185       autosize: False
1186       margin:
1187         t: 50
1188         b: 0
1189         l: 80
1190         r: 20
1191       showlegend: True
1192       legend:
1193         orientation: "h"
1194         font:
1195           size: 16
1196       width: 700
1197       height: 900
1198
1199     plot-throughput-speedup-analysis:
1200       titlefont:
1201         size: 18
1202       xaxis:
1203         title: "<b>Number of Cores [Qty]</b>"
1204         titlefont:
1205           size: 16
1206         autorange: True
1207         fixedrange: False
1208         gridcolor: "rgb(230, 230, 230)"
1209         linecolor: "rgb(220, 220, 220)"
1210         linewidth: 1
1211         showgrid: True
1212         showline: True
1213         showticklabels: True
1214         tickcolor: "rgb(238, 238, 238)"
1215         tickmode: "linear"
1216         tickfont:
1217           size: 16
1218         zeroline: False
1219       yaxis:
1220         title: "<b>Packet Throughput [Mpps]</b>"
1221         titlefont:
1222           size: 16
1223         type: "linear"
1224         gridcolor: "rgb(230, 230, 230)"
1225         hoverformat: ".4s"
1226         linecolor: "rgb(220, 220, 220)"
1227         linewidth: 1
1228         showgrid: True
1229         showline: True
1230         showticklabels: True
1231         tickcolor: "rgb(220, 220, 220)"
1232         tickformat: ".4s"
1233         tickfont:
1234           size: 16
1235         zeroline: True
1236         rangemode: "tozero"
1237         range: [0,100]
1238       legend:
1239         orientation: "h"
1240         font:
1241           size: 16
1242         xanchor: "left"
1243         yanchor: "top"
1244         x: 0
1245         y: -0.2
1246         bgcolor: "rgba(255, 255, 255, 0)"
1247         bordercolor: "rgba(255, 255, 255, 0)"
1248         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1249       autosize: False
1250       margin:
1251           't': 50
1252           'b': 150
1253           'l': 85
1254           'r': 10
1255       showlegend: True
1256       width: 700
1257       height: 700
1258       hoverlabel:
1259         namelength: -1
1260       annotations: [
1261         {
1262           text: "_ _          __          ...",
1263           align: "left",
1264           showarrow: False,
1265           xref: "paper",
1266           yref: "paper",
1267           xanchor: "left",
1268           yanchor: "top",
1269           x: 0,
1270           y: -0.13,
1271           font: {
1272             family: "Consolas, Courier New",
1273             size: 15
1274           },
1275         },
1276         {
1277           text: "    Perfect     Measured     Limit",
1278           align: "left",
1279           showarrow: False,
1280           xref: "paper",
1281           yref: "paper",
1282           xanchor: "left",
1283           yanchor: "top",
1284           x: 0,
1285           y: -0.15,
1286           font: {
1287             family: "Consolas, Courier New",
1288             size: 15
1289           },
1290         },
1291       ]
1292
1293     plot-latency:
1294       titlefont:
1295         size: 18
1296       xaxis:
1297         title: "<b>Direction</b>"
1298         titlefont:
1299           size: 16
1300         autorange: True
1301         fixedrange: False
1302         gridcolor: "rgb(230, 230, 230)"
1303         linecolor: "rgb(220, 220, 220)"
1304         linewidth: 1
1305         showgrid: True
1306         showline: True
1307         showticklabels: False
1308         tickcolor: "rgb(220, 220, 220)"
1309         tickmode: "linear"
1310         tickfont:
1311           size: 16
1312         zeroline: False
1313       yaxis:
1314         title: "<b>Packet Latency [uSec]</b>"
1315         titlefont:
1316           size: 16
1317         type: "linear"
1318         gridcolor: "rgb(230, 230, 230)"
1319         hoverformat: ".4s"
1320         linecolor: "rgb(220, 220, 220)"
1321         linewidth: 1
1322         showgrid: True
1323         showline: True
1324         showticklabels: True
1325         tickcolor: "rgb(220, 220, 220)"
1326         tickformat: ".4s"
1327         tickfont:
1328           size: 16
1329         zeroline: True
1330         rangemode: "tozero"
1331       legend:
1332         orientation: "h"
1333         font:
1334           size: 16
1335         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1336       autosize: False
1337       margin:
1338           't': 50
1339           'b': 150
1340           'l': 80
1341           'r': 10
1342       showlegend: True
1343       width: 700
1344       height: 700
1345       hoverlabel:
1346         namelength: -1
1347
1348 - type: "static"
1349   src-path: "{DIR[RST]}"
1350   dst-path: "{DIR[WORKING,SRC]}"
1351
1352 - type: "input"
1353   general:
1354     file-name: "robot-plugin.zip"
1355     file-format: ".zip"
1356     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1357     extract: "robot-plugin/output.xml"
1358
1359   builds:
1360 ##    intel-dnv-vpp-release-1904:
1361 ##      - 1
1362 #
1363 #    intel-dnv-vpp-release-1901:
1364 #      - 1
1365 #
1366 #    intel-dnv-vpp-release-1810:
1367 #      - 1
1368
1369     csit-vpp-perf-verify-1810-3n-hsw:
1370       - 9   # MRR sel
1371       - 8   # NDRPDR sel
1372       - 12  # NDRPDR sel
1373       - 14  # NDRPDR sel
1374       - 18  # NDRPDR sel
1375       - 23  # NDRPDR sel
1376       - 25  # NDRPDR sel
1377       - 38  # NDRPDR sel
1378       - 39  # NDRPDR sel
1379       - 41  # NDRPDR sel
1380       - 42  # NDRPDR sel
1381 #      - 28  # WRK
1382 #      - 29  # WRK
1383 #      - 30  # WRK
1384 #      - 31  # WRK
1385 #      - 32  # WRK
1386 #      - 33  # WRK
1387 #      - 34  # WRK
1388 #      - 35  # WRK
1389 #      - 36  # WRK
1390 #      - 37  # WRK
1391     csit-vpp-perf-verify-1901-3n-hsw:
1392       - 35  # MRR sel
1393       - 10  # NDRPDR sel
1394       - 19  # NDRPDR sel
1395       - 31  # NDRPDR sel
1396       - 36  # NDRPDR sel
1397       - 40  # NDRPDR sel
1398       - 42  # NDRPDR sel
1399       - 44  # NDRPDR sel
1400       - 46  # NDRPDR sel
1401       - 47  # NDRPDR sel
1402       - 48  # NDRPDR sel
1403       - 61  # NDRPDR LB
1404       - 62  # NDRPDR LB
1405       - 63  # NDRPDR LB
1406       - 64  # NDRPDR LB
1407       - 65  # NDRPDR LB
1408       - 66  # NDRPDR LB
1409       - 67  # NDRPDR LB
1410       - 69  # NDRPDR LB
1411       - 70  # NDRPDR LB
1412       - 71  # NDRPDR LB
1413     # TODO: Add 1904 Data
1414     csit-vpp-perf-verify-1904-3n-hsw:
1415       - 9   # MRR sel
1416       - 32  # NDRPDR full
1417       - 33  # NDRPDR full
1418       - 35  # NDRPDR full
1419       - 36  # NDRPDR full
1420       - 37  # NDRPDR full
1421       - 38  # NDRPDR full
1422       - 40  # NDRPDR full
1423       - 45  # NDRPDR full
1424       - 46  # NDRPDR full
1425       - 48  # NDRPDR full
1426       - 49  # NDRPDR full
1427       - 50  # NDRPDR full
1428       - 51  # NDRPDR full
1429       - 52  # NDRPDR full
1430       - 53  # NDRPDR full
1431       - 54  # NDRPDR full
1432       - 56  # NDRPDR full
1433       - 11  # NDRPDR sel
1434       - 12  # NDRPDR sel
1435       - 20  # NDRPDR sel
1436       - 21  # NDRPDR sel
1437       - 23  # NDRPDR sel
1438       - 24  # NDRPDR sel
1439       - 25  # NDRPDR sel
1440       - 26  # NDRPDR sel
1441       - 29  # NDRPDR sel
1442       - 30  # NDRPDR sel
1443
1444     csit-vpp-perf-verify-1810-3n-skx:
1445       - 9   # MRR sel
1446       - 11  # MRR sel
1447       - 12  # MRR sel
1448       - 13  # MRR sel
1449       - 10  # NDRPDR sel
1450       - 14  # NDRPDR sel
1451       - 15  # NDRPDR sel
1452       - 16  # NDRPDR sel
1453       - 17  # NDRPDR sel
1454       - 19  # NDRPDR sel
1455       - 20  # NDRPDR sel
1456       - 21  # NDRPDR sel
1457       - 22  # NDRPDR sel
1458       - 25  # NDRPDR sel
1459     csit-vpp-perf-verify-1901-3n-skx:
1460       - 32  # MRR sel
1461       - 18  # NDRPDR sel
1462       - 19  # NDRPDR sel
1463       - 20  # NDRPDR sel
1464       - 28  # NDRPDR sel
1465       - 31  # NDRPDR sel
1466       - 33  # NDRPDR sel
1467       - 36  # NDRPDR sel
1468       - 38  # NDRPDR sel
1469       - 47  # NDRPDR sel
1470       - 48  # NDRPDR sel
1471       - 54  # NDRPDR LB
1472       - 57  # NDRPDR LB
1473       - 58  # NDRPDR LB
1474       - 59  # NDRPDR LB
1475       - 60  # NDRPDR LB
1476       - 63  # NDRPDR LB
1477       - 64  # NDRPDR LB
1478       - 65  # NDRPDR LB
1479       - 66  # NDRPDR LB
1480       - 67  # NDRPDR LB
1481     csit-vpp-perf-verify-1904-3n-skx:
1482       - 7   # MRR sel
1483       - 26  # NDRPDR full
1484       - 27  # NDRPDR full
1485       - 30  # NDRPDR full
1486       - 31  # NDRPDR full
1487       - 8   # NDRPDR sel
1488       - 9   # NDRPDR sel
1489       - 10  # NDRPDR sel
1490       - 11  # NDRPDR sel
1491       - 12  # NDRPDR sel
1492       - 14  # NDRPDR sel
1493       - 16  # NDRPDR sel
1494       - 21  # NDRPDR sel
1495       - 23  # NDRPDR sel
1496       - 25  # NDRPDR sel
1497
1498     csit-vpp-perf-verify-1810-2n-skx:
1499       - 8   # MRR sel
1500       - 10  # MRR sel
1501       - 11  # MRR sel
1502       - 12  # MRR sel
1503       - 9   # NDRPDR sel
1504       - 13  # NDRPDR sel
1505       - 14  # NDRPDR sel
1506       - 19  # NDRPDR sel
1507       - 20  # NDRPDR sel
1508       - 21  # NDRPDR sel
1509       - 22  # NDRPDR sel
1510       - 23  # NDRPDR sel
1511       - 24  # NDRPDR sel
1512       - 27  # NDRPDR sel
1513     csit-vpp-perf-verify-1901-2n-skx:
1514       - 22  # MRR sel
1515       - 5   # NDRPDR sel
1516       - 12  # NDRPDR sel
1517       - 13  # NDRPDR sel
1518       - 21  # NDRPDR sel
1519       - 23  # NDRPDR sel
1520       - 31  # NDRPDR sel
1521       - 34  # NDRPDR sel
1522       - 40  # NDRPDR sel
1523       - 42  # NDRPDR sel
1524       - 43  # NDRPDR sel
1525     csit-vpp-perf-verify-1904-2n-skx:
1526       - 11  # MRR sel
1527       - 33  # NDRPDR full
1528       - 39  # NDRPDR full
1529       - 58  # NDRPDR full
1530       - 62  # NDRPDR full
1531       - 12  # NDRPDR sel
1532       - 14  # NDRPDR sel
1533       - 16  # NDRPDR sel
1534       - 17  # NDRPDR sel
1535       - 18  # NDRPDR sel
1536       - 21  # NDRPDR sel
1537       - 27  # NDRPDR sel
1538       - 30  # NDRPDR sel
1539       - 31  # NDRPDR sel
1540       - 32  # NDRPDR sel
1541       - 40  # NFV MRR 64b
1542       - 41  # NFV MRR 64b
1543       - 42  # NFV MRR 64b
1544       - 47  # NFV MRR 64b
1545       - 48  # NFV MRR 64b
1546       - 49  # NFV MRR IMIX
1547       - 50  # NFV MRR IMIX
1548       - 51  # NFV MRR IMIX
1549       - 54  # NFV MRR IMIX
1550       - 55  # NFV MRR IMIX
1551       - 56  # NFV NDRPDR 64b
1552       - 59  # NFV NDRPDR 64b
1553       - 60  # NFV NDRPDR 64b
1554       - 65  # NFV NDRPDR 64b
1555       - 68  # NFV NDRPDR 64b
1556       - 66  # NFV NDRPDR IMIX
1557       - 67  # NFV NDRPDR IMIX
1558       - 69  # NFV NDRPDR IMIX
1559       - 82  # NFV NDRPDR IMIX
1560       - 83  # NFV NDRPDR IMIX
1561       - 80  # NFV MRR NDRPDR 64b IMIX
1562       - 81  # NFV MRR NDRPDR 64b IMIX
1563       - 84  # NFV MRR NDRPDR 64b IMIX
1564       - 85  # NFV MRR NDRPDR 64b IMIX
1565       - 86  # NFV MRR NDRPDR 64b IMIX
1566       - 70  # soak
1567       - 71  # soak
1568
1569 #    csit-ligato-perf-verify-1901-3n-hsw:
1570 #      - 10  # NDRPDR full
1571 #      - 8   # NDRPDR sel
1572 #      - 9   # NDRPDR sel
1573 #      - 11  # NDRPDR sel
1574 #      - 12  # NDRPDR sel
1575 #      - 13  # NDRPDR sel
1576 #      - 14  # NDRPDR sel
1577 #      - 15  # NDRPDR sel
1578 #      - 16  # NDRPDR sel
1579 #      - 17  # NDRPDR sel
1580 #      - 18  # NDRPDR sel
1581 ##    csit-ligato-perf-verify-1904-3n-hsw:
1582 ##      -
1583
1584     csit-dpdk-perf-verify-1810-3n-hsw:
1585       - 1   # NDRPDR sel
1586       - 2   # NDRPDR sel
1587       - 3   # NDRPDR sel
1588       - 4   # NDRPDR sel
1589       - 5   # NDRPDR sel
1590       - 6   # NDRPDR sel
1591       - 7   # NDRPDR sel
1592       - 8   # NDRPDR sel
1593       - 9   # NDRPDR sel
1594       - 10  # NDRPDR sel
1595     csit-dpdk-perf-verify-1901-3n-hsw:
1596       - 13  # NDRPDR sel
1597       - 14  # NDRPDR sel
1598       - 16  # NDRPDR sel
1599       - 17  # NDRPDR sel
1600       - 18  # NDRPDR sel
1601       - 19  # NDRPDR sel
1602       - 20  # NDRPDR sel
1603       - 21  # NDRPDR sel
1604       - 22  # NDRPDR sel
1605       - 23  # NDRPDR sel
1606     csit-dpdk-perf-verify-1904-3n-hsw:
1607       - 2   # NDRPDR sel
1608       - 3   # NDRPDR sel
1609       - 5   # NDRPDR sel
1610       - 6   # NDRPDR sel
1611       - 13  # NDRPDR sel
1612       - 14  # NDRPDR sel
1613       - 15  # NDRPDR sel
1614       - 18  # NDRPDR sel
1615       - 19  # NDRPDR sel
1616       - 20  # NDRPDR sel
1617
1618     csit-dpdk-perf-verify-1810-3n-skx:
1619       - 3   # NDRPDR sel
1620       - 4   # NDRPDR sel
1621       - 6   # NDRPDR sel
1622       - 7   # NDRPDR sel
1623       - 8   # NDRPDR sel
1624       - 9   # NDRPDR sel
1625       - 10  # NDRPDR sel
1626       - 11  # NDRPDR sel
1627       - 12  # NDRPDR sel
1628       - 13  # NDRPDR sel
1629     csit-dpdk-perf-verify-1901-3n-skx:
1630       - 3   # NDRPDR sel
1631       - 5   # NDRPDR sel
1632       - 6   # NDRPDR sel
1633       - 7   # NDRPDR sel
1634       - 8   # NDRPDR sel
1635       - 9   # NDRPDR sel
1636       - 10  # NDRPDR sel
1637       - 11  # NDRPDR sel
1638       - 12  # NDRPDR sel
1639       - 13  # NDRPDR sel
1640     csit-dpdk-perf-verify-1904-3n-skx:
1641       - 2   # NDRPDR sel
1642       - 3   # NDRPDR sel
1643       - 4   # NDRPDR sel
1644       - 5   # NDRPDR sel
1645       - 6   # NDRPDR sel
1646       - 7   # NDRPDR sel
1647       - 11  # NDRPDR sel
1648       - 12  # NDRPDR sel
1649       - 13  # NDRPDR sel
1650       - 14  # NDRPDR sel
1651
1652     csit-dpdk-perf-verify-1810-2n-skx:
1653       - 3   # NDRPDR sel
1654       - 4   # NDRPDR sel
1655       - 5   # NDRPDR sel
1656       - 7   # NDRPDR sel
1657       - 8   # NDRPDR sel
1658       - 9   # NDRPDR sel
1659       - 10  # NDRPDR sel
1660       - 11  # NDRPDR sel
1661       - 12  # NDRPDR sel
1662       - 13  # NDRPDR sel
1663     csit-dpdk-perf-verify-1901-2n-skx:
1664       - 12  # NDRPDR sel
1665       - 13  # NDRPDR sel
1666       - 14  # NDRPDR sel
1667       - 15  # NDRPDR sel
1668       - 16  # NDRPDR sel
1669       - 17  # NDRPDR sel
1670       - 18  # NDRPDR sel
1671       - 19  # NDRPDR sel
1672       - 20  # NDRPDR sel
1673       - 21  # NDRPDR sel
1674     csit-dpdk-perf-verify-1904-2n-skx:
1675       - 2   # NDRPDR sel
1676       - 3   # NDRPDR sel
1677       - 4   # NDRPDR sel
1678       - 5   # NDRPDR sel
1679       - 7   # NDRPDR sel
1680       - 8   # NDRPDR sel
1681       - 9   # NDRPDR sel
1682       - 10  # NDRPDR sel
1683       - 11  # NDRPDR sel
1684       - 12  # NDRPDR sel
1685
1686     csit-vpp-functional-1904-ubuntu1604-virl:
1687       - 33
1688     csit-vpp-functional-1904-centos7-virl:
1689       - 32
1690     csit-vpp-device-1904-ubuntu1804-1n-skx:
1691       - 32
1692 #    # Not used
1693 #    csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1694 #      - 1
1695     csit-dmm-functional-1904-ubuntu1604-virl:
1696       - 1
1697     csit-hc2vpp-verify-func-1904-ubuntu1604:
1698       - 4
1699
1700 - type: "output"
1701   output: "report"
1702   format:
1703     html:
1704     - full
1705     pdf:
1706     - minimal
1707
1708 ################################################################################
1709 ###                               T A B L E S                                ###
1710 ################################################################################
1711
1712 # VPP Soak vs NDR
1713 - type: "table"
1714   title: "VPP Soak vs NDR 2n-skx"
1715   algorithm: "table_soak_vs_ndr"
1716   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1717   reference:
1718     title: "NDR"
1719     data: "vpp-soak-vs-ndr-2n-skx-ref"
1720   compare:
1721     title: "Soak"
1722     data: "vpp-soak-vs-ndr-2n-skx-cmp"
1723   data: "vpp-soak-vs-ndr-2n-skx"
1724   include-tests: "NDR"
1725   filter: "('NDRPDR' or 'SOAK')"
1726   parameters:
1727     - "throughput"
1728     - "name"
1729     - "parent"
1730
1731 ################################################################################
1732
1733 # VPP Compare NICs 3n-hsw 1t1c ndr
1734 - type: "table"
1735   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1736   algorithm: "table_nics_comparison"
1737   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1738   reference:
1739     title: "Intel-x520"
1740     nic: "NIC_Intel-X520-DA2"
1741   compare:
1742     title: "Intel-x710"
1743     nic: "NIC_Intel-X710"
1744   data: "vpp-nic-comparison-3n-hsw"
1745   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1746   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1747   parameters:
1748   - "name"
1749   - "parent"
1750   - "throughput"
1751   - "tags"
1752
1753 # VPP Compare NICs 3n-hsw 2t2c ndr
1754 - type: "table"
1755   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1756   algorithm: "table_nics_comparison"
1757   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1758   reference:
1759     title: "Intel-x520"
1760     nic: "NIC_Intel-X520-DA2"
1761   compare:
1762     title: "Intel-x710"
1763     nic: "NIC_Intel-X710"
1764   data: "vpp-nic-comparison-3n-hsw"
1765   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1766   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1767   parameters:
1768   - "name"
1769   - "parent"
1770   - "throughput"
1771   - "tags"
1772
1773 # VPP Compare NICs 3n-hsw 1t1c pdr
1774 - type: "table"
1775   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1776   algorithm: "table_nics_comparison"
1777   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1778   reference:
1779     title: "Intel-x520"
1780     nic: "NIC_Intel-X520-DA2"
1781   compare:
1782     title: "Intel-x710"
1783     nic: "NIC_Intel-X710"
1784   data: "vpp-nic-comparison-3n-hsw"
1785   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1786   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1787   parameters:
1788   - "name"
1789   - "parent"
1790   - "throughput"
1791   - "tags"
1792
1793 # VPP Compare NICs 3n-hsw 2t2c pdr
1794 - type: "table"
1795   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1796   algorithm: "table_nics_comparison"
1797   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1798   reference:
1799     title: "Intel-x520"
1800     nic: "NIC_Intel-X520-DA2"
1801   compare:
1802     title: "Intel-x710"
1803     nic: "NIC_Intel-X710"
1804   data: "vpp-nic-comparison-3n-hsw"
1805   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1806   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1807   parameters:
1808   - "name"
1809   - "parent"
1810   - "throughput"
1811   - "tags"
1812
1813 # VPP Compare NICs 3n-hsw 1t1c mrr
1814 - type: "table"
1815   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1816   algorithm: "table_nics_comparison"
1817   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1818   reference:
1819     title: "Intel-x520"
1820     nic: "NIC_Intel-X520-DA2"
1821   compare:
1822     title: "Intel-x710"
1823     nic: "NIC_Intel-X710"
1824   data: "vpp-nic-comparison-3n-hsw-mrr"
1825   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1826   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1827   parameters:
1828   - "name"
1829   - "parent"
1830   - "result"
1831   - "tags"
1832
1833 # VPP Compare NICs 3n-hsw 2t2c mrr
1834 - type: "table"
1835   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1836   algorithm: "table_nics_comparison"
1837   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1838   reference:
1839     title: "Intel-x520"
1840     nic: "NIC_Intel-X520-DA2"
1841   compare:
1842     title: "Intel-x710"
1843     nic: "NIC_Intel-X710"
1844   data: "vpp-nic-comparison-3n-hsw-mrr"
1845   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1846   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1847   parameters:
1848   - "name"
1849   - "parent"
1850   - "result"
1851   - "tags"
1852
1853 # VPP Compare NICs 3n-hsw 4t4c mrr
1854 - type: "table"
1855   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1856   algorithm: "table_nics_comparison"
1857   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1858   reference:
1859     title: "Intel-x520"
1860     nic: "NIC_Intel-X520-DA2"
1861   compare:
1862     title: "Intel-x710"
1863     nic: "NIC_Intel-X710"
1864   data: "vpp-nic-comparison-3n-hsw-mrr"
1865   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1866   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1867   parameters:
1868   - "name"
1869   - "parent"
1870   - "result"
1871   - "tags"
1872
1873 # VPP Compare NICs 3n-skx 2t1c ndr
1874 - type: "table"
1875   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1876   algorithm: "table_nics_comparison"
1877   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1878   reference:
1879     title: "Intel-x710"
1880     nic: "NIC_Intel-X710"
1881   compare:
1882     title: "Intel-xxv710"
1883     nic: "NIC_Intel-XXV710"
1884   data: "vpp-nic-comparison-3n-skx"
1885   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1886   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1887   parameters:
1888   - "name"
1889   - "parent"
1890   - "throughput"
1891   - "tags"
1892
1893 # VPP Compare NICs 3n-skx 4t2c ndr
1894 - type: "table"
1895   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1896   algorithm: "table_nics_comparison"
1897   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1898   reference:
1899     title: "Intel-x710"
1900     nic: "NIC_Intel-X710"
1901   compare:
1902     title: "Intel-xxv710"
1903     nic: "NIC_Intel-XXV710"
1904   data: "vpp-nic-comparison-3n-skx"
1905   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1906   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1907   parameters:
1908   - "name"
1909   - "parent"
1910   - "throughput"
1911   - "tags"
1912
1913 # VPP Compare NICs 3n-skx 2t1c pdr
1914 - type: "table"
1915   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1916   algorithm: "table_nics_comparison"
1917   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1918   reference:
1919     title: "Intel-x710"
1920     nic: "NIC_Intel-X710"
1921   compare:
1922     title: "Intel-xxv710"
1923     nic: "NIC_Intel-XXV710"
1924   data: "vpp-nic-comparison-3n-skx"
1925   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1926   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1927   parameters:
1928   - "name"
1929   - "parent"
1930   - "throughput"
1931   - "tags"
1932
1933  # VPP Compare NICs 3n-skx 4t2c pdr
1934 - type: "table"
1935   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1936   algorithm: "table_nics_comparison"
1937   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1938   reference:
1939     title: "Intel-x710"
1940     nic: "NIC_Intel-X710"
1941   compare:
1942     title: "Intel-xxv710"
1943     nic: "NIC_Intel-XXV710"
1944   data: "vpp-nic-comparison-3n-skx"
1945   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1946   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1947   parameters:
1948   - "name"
1949   - "parent"
1950   - "throughput"
1951   - "tags"
1952
1953 # VPP Compare NICs 3n-skx 2t1c mrr
1954 - type: "table"
1955   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1956   algorithm: "table_nics_comparison"
1957   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1958   reference:
1959     title: "Intel-x710"
1960     nic: "NIC_Intel-X710"
1961   compare:
1962     title: "Intel-xxv710"
1963     nic: "NIC_Intel-XXV710"
1964   data: "vpp-nic-comparison-3n-skx-mrr"
1965   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1966   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1967   parameters:
1968   - "name"
1969   - "parent"
1970   - "result"
1971   - "tags"
1972
1973 # VPP Compare NICs 3n-skx 4t2c mrr
1974 - type: "table"
1975   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1976   algorithm: "table_nics_comparison"
1977   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1978   reference:
1979     title: "Intel-x710"
1980     nic: "NIC_Intel-X710"
1981   compare:
1982     title: "Intel-xxv710"
1983     nic: "NIC_Intel-XXV710"
1984   data: "vpp-nic-comparison-3n-skx-mrr"
1985   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1986   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1987   parameters:
1988   - "name"
1989   - "parent"
1990   - "result"
1991   - "tags"
1992
1993  # VPP Compare NICs 3n-skx 8t4c mrr
1994 - type: "table"
1995   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1996   algorithm: "table_nics_comparison"
1997   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1998   reference:
1999     title: "Intel-x710"
2000     nic: "NIC_Intel-X710"
2001   compare:
2002     title: "Intel-xxv710"
2003     nic: "NIC_Intel-XXV710"
2004   data: "vpp-nic-comparison-3n-skx-mrr"
2005   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2006   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2007   parameters:
2008   - "name"
2009   - "parent"
2010   - "result"
2011   - "tags"
2012
2013 # VPP Compare NICs 2n-skx 2t1c ndr
2014 - type: "table"
2015   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2016   algorithm: "table_nics_comparison"
2017   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2018   reference:
2019     title: "Intel-x710"
2020     nic: "NIC_Intel-X710"
2021   compare:
2022     title: "Intel-xxv710"
2023     nic: "NIC_Intel-XXV710"
2024   data: "vpp-nic-comparison-2n-skx"
2025   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2026   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2027   parameters:
2028   - "name"
2029   - "parent"
2030   - "throughput"
2031   - "tags"
2032
2033 # VPP Compare NICs 2n-skx 4t2c ndr
2034 - type: "table"
2035   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2036   algorithm: "table_nics_comparison"
2037   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2038   reference:
2039     title: "Intel-x710"
2040     nic: "NIC_Intel-X710"
2041   compare:
2042     title: "Intel-xxv710"
2043     nic: "NIC_Intel-XXV710"
2044   data: "vpp-nic-comparison-2n-skx"
2045   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2046   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2047   parameters:
2048   - "name"
2049   - "parent"
2050   - "throughput"
2051   - "tags"
2052
2053  # VPP Compare NICs 2n-skx 2t1c pdr
2054 - type: "table"
2055   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2056   algorithm: "table_nics_comparison"
2057   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2058   reference:
2059     title: "Intel-x710"
2060     nic: "NIC_Intel-X710"
2061   compare:
2062     title: "Intel-xxv710"
2063     nic: "NIC_Intel-XXV710"
2064   data: "vpp-nic-comparison-2n-skx"
2065   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2066   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2067   parameters:
2068   - "name"
2069   - "parent"
2070   - "throughput"
2071   - "tags"
2072
2073 # VPP Compare NICs 2n-skx 4t2c pdr
2074 - type: "table"
2075   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2076   algorithm: "table_nics_comparison"
2077   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2078   reference:
2079     title: "Intel-x710"
2080     nic: "NIC_Intel-X710"
2081   compare:
2082     title: "Intel-xxv710"
2083     nic: "NIC_Intel-XXV710"
2084   data: "vpp-nic-comparison-2n-skx"
2085   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2086   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2087   parameters:
2088   - "name"
2089   - "parent"
2090   - "throughput"
2091   - "tags"
2092
2093 # VPP Compare NICs 2n-skx 2t1c mrr
2094 - type: "table"
2095   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2096   algorithm: "table_nics_comparison"
2097   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2098   reference:
2099     title: "Intel-x710"
2100     nic: "NIC_Intel-X710"
2101   compare:
2102     title: "Intel-xxv710"
2103     nic: "NIC_Intel-XXV710"
2104   data: "vpp-nic-comparison-2n-skx-mrr"
2105   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2106   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2107   parameters:
2108   - "name"
2109   - "parent"
2110   - "result"
2111   - "tags"
2112
2113 # VPP Compare NICs 2n-skx 4t2c mrr
2114 - type: "table"
2115   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2116   algorithm: "table_nics_comparison"
2117   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2118   reference:
2119     title: "Intel-x710"
2120     nic: "NIC_Intel-X710"
2121   compare:
2122     title: "Intel-xxv710"
2123     nic: "NIC_Intel-XXV710"
2124   data: "vpp-nic-comparison-2n-skx-mrr"
2125   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2126   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2127   parameters:
2128   - "name"
2129   - "parent"
2130   - "result"
2131   - "tags"
2132
2133 # VPP Compare NICs 2n-skx 8t4c mrr
2134 - type: "table"
2135   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2136   algorithm: "table_nics_comparison"
2137   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2138   reference:
2139     title: "Intel-x710"
2140     nic: "NIC_Intel-X710"
2141   compare:
2142     title: "Intel-xxv710"
2143     nic: "NIC_Intel-XXV710"
2144   data: "vpp-nic-comparison-2n-skx-mrr"
2145   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2146   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2147   parameters:
2148   - "name"
2149   - "parent"
2150   - "result"
2151   - "tags"
2152
2153 ################################################################################
2154 # VPP
2155
2156 ## VPP Performance Changes 2n-dnv 1t1c pdr
2157 #- type: "table"
2158 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2159 #  algorithm: "table_performance_comparison"
2160 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2161 #  history:
2162 #    - title: "rls1810"
2163 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2164 #  reference:
2165 #    title: "rls1901"
2166 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2167 #  compare:
2168 #    title: "rls1904"
2169 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2170 #  data: "intel-dnv-vpp-changes-2n-dnv"
2171 #  include-tests: "PDR"
2172 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2173 #  parameters:
2174 #  - "name"
2175 #  - "parent"
2176 #  - "throughput"
2177 #
2178 ## VPP Performance Changes 2n-dnv 2t2c pdr
2179 #- type: "table"
2180 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2181 #  algorithm: "table_performance_comparison"
2182 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2183 #  history:
2184 #    - title: "rls1810"
2185 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2186 #  reference:
2187 #    title: "rls1901"
2188 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2189 #  compare:
2190 #    title: "rls1904"
2191 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2192 #  data: "intel-dnv-vpp-changes-2n-dnv"
2193 #  include-tests: "PDR"
2194 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2195 #  parameters:
2196 #  - "name"
2197 #  - "parent"
2198 #  - "throughput"
2199 #
2200 ## VPP Performance Changes 2n-dnv 1t1c ndr
2201 #- type: "table"
2202 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2203 #  algorithm: "table_performance_comparison"
2204 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2205 #  history:
2206 #    - title: "rls1810"
2207 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2208 #  reference:
2209 #    title: "rls1901"
2210 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2211 #  compare:
2212 #    title: "rls1904"
2213 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2214 #  data: "intel-dnv-vpp-changes-2n-dnv"
2215 #  include-tests: "NDR"
2216 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2217 #  parameters:
2218 #  - "name"
2219 #  - "parent"
2220 #  - "throughput"
2221 #
2222 ## VPP Performance Changes 2n-dnv 2t2c ndr
2223 #- type: "table"
2224 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2225 #  algorithm: "table_performance_comparison"
2226 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2227 #  history:
2228 #    - title: "rls1810"
2229 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2230 #  reference:
2231 #    title: "rls1901"
2232 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2233 #  compare:
2234 #    title: "rls1904"
2235 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2236 #  data: "intel-dnv-vpp-changes-2n-dnv"
2237 #  include-tests: "NDR"
2238 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2239 #  parameters:
2240 #  - "name"
2241 #  - "parent"
2242 #  - "throughput"
2243 #
2244 ## VPP Performance Changes 2n-dnv 1t1c MRR
2245 #- type: "table"
2246 #  title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2247 #  algorithm: "table_performance_comparison"
2248 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2249 #  history:
2250 #    - title: "rls1810"
2251 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2252 #  reference:
2253 #    title: "rls1901"
2254 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2255 #  compare:
2256 #    title: "rls1904"
2257 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2258 #  data: "intel-dnv-vpp-changes-2n-dnv"
2259 #  include-tests: "MRR"
2260 #  filter: "'1T1C' and 'MRR'"
2261 #  parameters:
2262 #  - "name"
2263 #  - "parent"
2264 #  - "result"
2265 #
2266 ## VPP Performance Changes 2n-dnv 2t2c MRR
2267 #- type: "table"
2268 #  title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2269 #  algorithm: "table_performance_comparison"
2270 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2271 #  history:
2272 #    - title: "rls1810"
2273 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2274 #  reference:
2275 #    title: "rls1901"
2276 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2277 #  compare:
2278 #    title: "rls1904"
2279 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2280 #  data: "intel-dnv-vpp-changes-2n-dnv"
2281 #  include-tests: "MRR"
2282 #  filter: "'2T2C' and 'MRR'"
2283 #  parameters:
2284 #  - "name"
2285 #  - "parent"
2286 #  - "result"
2287 #
2288 ## VPP Performance Changes 2n-dnv 4t4c MRR
2289 #- type: "table"
2290 #  title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2291 #  algorithm: "table_performance_comparison"
2292 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2293 #  history:
2294 #    - title: "rls1810"
2295 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2296 #  reference:
2297 #    title: "rls1901"
2298 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2299 #  compare:
2300 #    title: "rls1904"
2301 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2302 #  data: "intel-dnv-vpp-changes-2n-dnv"
2303 #  include-tests: "MRR"
2304 #  filter: "'4T4C' and 'MRR'"
2305 #  parameters:
2306 #  - "name"
2307 #  - "parent"
2308 #  - "result"
2309
2310 # VPP Performance Changes 3n-hsw 1t1c pdr
2311 - type: "table"
2312   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2313   algorithm: "table_performance_comparison"
2314   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2315   history:
2316     - title: "rls1810"
2317       data: "vpp-performance-changes-3n-hsw-h1"
2318   reference:
2319     title: "rls1901"
2320     data: "vpp-performance-changes-3n-hsw-ref"
2321   compare:
2322     title: "rls1904"
2323     data: "vpp-performance-changes-3n-hsw-cmp"
2324   data: "vpp-performance-changes-3n-hsw"
2325   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2326   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2327   parameters:
2328   - "name"
2329   - "parent"
2330   - "throughput"
2331
2332 # VPP Performance Changes 3n-hsw 2t2c pdr
2333 - type: "table"
2334   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2335   algorithm: "table_performance_comparison"
2336   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2337   history:
2338     - title: "rls1810"
2339       data: "vpp-performance-changes-3n-hsw-h1"
2340   reference:
2341     title: "rls1901"
2342     data: "vpp-performance-changes-3n-hsw-ref"
2343   compare:
2344     title: "rls1904"
2345     data: "vpp-performance-changes-3n-hsw-cmp"
2346   data: "vpp-performance-changes-3n-hsw"
2347   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2348   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2349   parameters:
2350   - "name"
2351   - "parent"
2352   - "throughput"
2353
2354 # VPP Performance Changes 3n-hsw 1t1c ndr
2355 - type: "table"
2356   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2357   algorithm: "table_performance_comparison"
2358   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2359   history:
2360     - title: "rls1810"
2361       data: "vpp-performance-changes-3n-hsw-h1"
2362   reference:
2363     title: "rls1901"
2364     data: "vpp-performance-changes-3n-hsw-ref"
2365   compare:
2366     title: "rls1904"
2367     data: "vpp-performance-changes-3n-hsw-cmp"
2368   data: "vpp-performance-changes-3n-hsw"
2369   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2370   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2371   parameters:
2372   - "name"
2373   - "parent"
2374   - "throughput"
2375
2376 # VPP Performance Changes 3n-hsw 2t2c ndr
2377 - type: "table"
2378   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2379   algorithm: "table_performance_comparison"
2380   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2381   history:
2382     - title: "rls1810"
2383       data: "vpp-performance-changes-3n-hsw-h1"
2384   reference:
2385     title: "rls1901"
2386     data: "vpp-performance-changes-3n-hsw-ref"
2387   compare:
2388     title: "rls1904"
2389     data: "vpp-performance-changes-3n-hsw-cmp"
2390   data: "vpp-performance-changes-3n-hsw"
2391   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2392   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2393   parameters:
2394   - "name"
2395   - "parent"
2396   - "throughput"
2397
2398 # VPP Performance Changes 3n-skx 2t1c pdr
2399 - type: "table"
2400   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2401   algorithm: "table_performance_comparison"
2402   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2403   history:
2404     - title: "rls1810"
2405       data: "vpp-performance-changes-3n-skx-h1"
2406   reference:
2407     title: "rls1901"
2408     data: "vpp-performance-changes-3n-skx-ref"
2409   compare:
2410     title: "rls1904"
2411     data: "vpp-performance-changes-3n-skx-cmp"
2412   data: "vpp-performance-changes-3n-skx"
2413   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2414   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2415   parameters:
2416   - "name"
2417   - "parent"
2418   - "throughput"
2419
2420 # VPP Performance Changes 3n-skx 4t2c pdr
2421 - type: "table"
2422   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2423   algorithm: "table_performance_comparison"
2424   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2425   history:
2426     - title: "rls1810"
2427       data: "vpp-performance-changes-3n-skx-h1"
2428   reference:
2429     title: "rls1901"
2430     data: "vpp-performance-changes-3n-skx-ref"
2431   compare:
2432     title: "rls1904"
2433     data: "vpp-performance-changes-3n-skx-cmp"
2434   data: "vpp-performance-changes-3n-skx"
2435   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2436   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2437   parameters:
2438   - "name"
2439   - "parent"
2440   - "throughput"
2441
2442 # VPP Performance Changes 3n-skx 2t1c ndr
2443 - type: "table"
2444   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2445   algorithm: "table_performance_comparison"
2446   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2447   history:
2448     - title: "rls1810"
2449       data: "vpp-performance-changes-3n-skx-h1"
2450   reference:
2451     title: "rls1901"
2452     data: "vpp-performance-changes-3n-skx-ref"
2453   compare:
2454     title: "rls1904"
2455     data: "vpp-performance-changes-3n-skx-cmp"
2456   data: "vpp-performance-changes-3n-skx"
2457   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2458   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2459   parameters:
2460   - "name"
2461   - "parent"
2462   - "throughput"
2463
2464 # VPP Performance Changes 3n-skx 4t2c ndr
2465 - type: "table"
2466   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2467   algorithm: "table_performance_comparison"
2468   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2469   history:
2470     - title: "rls1810"
2471       data: "vpp-performance-changes-3n-skx-h1"
2472   reference:
2473     title: "rls1901"
2474     data: "vpp-performance-changes-3n-skx-ref"
2475   compare:
2476     title: "rls1904"
2477     data: "vpp-performance-changes-3n-skx-cmp"
2478   data: "vpp-performance-changes-3n-skx"
2479   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2480   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2481   parameters:
2482   - "name"
2483   - "parent"
2484   - "throughput"
2485
2486 # VPP Performance Changes 2n-skx 2t1c pdr
2487 - type: "table"
2488   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2489   algorithm: "table_performance_comparison"
2490   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2491   history:
2492     - title: "rls1810"
2493       data: "vpp-performance-changes-2n-skx-h1"
2494   reference:
2495     title: "rls1901"
2496     data: "vpp-performance-changes-2n-skx-ref"
2497   compare:
2498     title: "rls1904"
2499     data: "vpp-performance-changes-2n-skx-cmp"
2500   data: "vpp-performance-changes-2n-skx"
2501   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2502   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2503   parameters:
2504   - "name"
2505   - "parent"
2506   - "throughput"
2507
2508 # VPP Performance Changes 2n-skx 4t2c pdr
2509 - type: "table"
2510   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2511   algorithm: "table_performance_comparison"
2512   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2513   history:
2514     - title: "rls1810"
2515       data: "vpp-performance-changes-2n-skx-h1"
2516   reference:
2517     title: "rls1901"
2518     data: "vpp-performance-changes-2n-skx-ref"
2519   compare:
2520     title: "rls1904"
2521     data: "vpp-performance-changes-2n-skx-cmp"
2522   data: "vpp-performance-changes-2n-skx"
2523   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2524   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2525   parameters:
2526   - "name"
2527   - "parent"
2528   - "throughput"
2529
2530 # VPP Performance Changes 2n-skx 2t1c ndr
2531 - type: "table"
2532   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2533   algorithm: "table_performance_comparison"
2534   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2535   history:
2536     - title: "rls1810"
2537       data: "vpp-performance-changes-2n-skx-h1"
2538   reference:
2539     title: "rls1901"
2540     data: "vpp-performance-changes-2n-skx-ref"
2541   compare:
2542     title: "rls1904"
2543     data: "vpp-performance-changes-2n-skx-cmp"
2544   data: "vpp-performance-changes-2n-skx"
2545   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2546   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2547   parameters:
2548   - "name"
2549   - "parent"
2550   - "throughput"
2551
2552 # VPP Performance Changes 2n-skx 4t2c ndr
2553 - type: "table"
2554   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2555   algorithm: "table_performance_comparison"
2556   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2557   history:
2558     - title: "rls1810"
2559       data: "vpp-performance-changes-2n-skx-h1"
2560   reference:
2561     title: "rls1901"
2562     data: "vpp-performance-changes-2n-skx-ref"
2563   compare:
2564     title: "rls1904"
2565     data: "vpp-performance-changes-2n-skx-cmp"
2566   data: "vpp-performance-changes-2n-skx"
2567   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2568   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2569   parameters:
2570   - "name"
2571   - "parent"
2572   - "throughput"
2573
2574 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2575 - type: "table"
2576   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2577   algorithm: "table_performance_comparison"
2578   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2579   reference:
2580     title: "3-Node Hsw"
2581     data: "vpp-compare-testbeds-ref"
2582   compare:
2583     title: "3-Node Skx"
2584     data: "vpp-compare-testbeds-cmp"
2585   data: "vpp-compare-testbeds"
2586   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2587   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2588   parameters:
2589   - "name"
2590   - "parent"
2591   - "throughput"
2592
2593 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2594 - type: "table"
2595   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2596   algorithm: "table_performance_comparison"
2597   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2598   reference:
2599     title: "3-Node Hsw"
2600     data: "vpp-compare-testbeds-ref"
2601   compare:
2602     title: "3-Node Skx"
2603     data: "vpp-compare-testbeds-cmp"
2604   data: "vpp-compare-testbeds"
2605   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2606   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2607   parameters:
2608   - "name"
2609   - "parent"
2610   - "throughput"
2611
2612 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2613 - type: "table"
2614   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2615   algorithm: "table_performance_comparison"
2616   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2617   reference:
2618     title: "3-Node Hsw"
2619     data: "vpp-compare-testbeds-ref"
2620   compare:
2621     title: "3-Node Skx"
2622     data: "vpp-compare-testbeds-cmp"
2623   data: "vpp-compare-testbeds"
2624   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2625   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2626   parameters:
2627   - "name"
2628   - "parent"
2629   - "throughput"
2630
2631 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2632 - type: "table"
2633   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2634   algorithm: "table_performance_comparison"
2635   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2636   reference:
2637     title: "3-Node Hsw"
2638     data: "vpp-compare-testbeds-ref"
2639   compare:
2640     title: "3-Node Skx"
2641     data: "vpp-compare-testbeds-cmp"
2642   data: "vpp-compare-testbeds"
2643   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2644   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2645   parameters:
2646   - "name"
2647   - "parent"
2648   - "throughput"
2649
2650 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2651 - type: "table"
2652   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2653   algorithm: "table_performance_comparison"
2654   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2655   reference:
2656     title: "3-Node Skx"
2657     data: "vpp-compare-topologies-ref"
2658   compare:
2659     title: "2-Node Skx"
2660     data: "vpp-compare-topologies-cmp"
2661   data: "vpp-compare-topologies"
2662   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2663   filter: "'NDRPDR' and '1C'"
2664   parameters:
2665   - "name"
2666   - "parent"
2667   - "throughput"
2668
2669 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2670 - type: "table"
2671   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2672   algorithm: "table_performance_comparison"
2673   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2674   reference:
2675     title: "3-Node Skx"
2676     data: "vpp-compare-topologies-ref"
2677   compare:
2678     title: "2-Node Skx"
2679     data: "vpp-compare-topologies-cmp"
2680   data: "vpp-compare-topologies"
2681   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2682   filter: "'NDRPDR' and '2C'"
2683   parameters:
2684   - "name"
2685   - "parent"
2686   - "throughput"
2687
2688 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2689 - type: "table"
2690   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2691   algorithm: "table_performance_comparison"
2692   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2693   reference:
2694     title: "3-Node Skx"
2695     data: "vpp-compare-topologies-ref"
2696   compare:
2697     title: "2-Node Skx"
2698     data: "vpp-compare-topologies-cmp"
2699   data: "vpp-compare-topologies"
2700   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2701   filter: "'NDRPDR' and '1C'"
2702   parameters:
2703   - "name"
2704   - "parent"
2705   - "throughput"
2706
2707 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2708 - type: "table"
2709   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2710   algorithm: "table_performance_comparison"
2711   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2712   reference:
2713     title: "3-Node Skx"
2714     data: "vpp-compare-topologies-ref"
2715   compare:
2716     title: "2-Node Skx"
2717     data: "vpp-compare-topologies-cmp"
2718   data: "vpp-compare-topologies"
2719   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2720   filter: "'NDRPDR' and '2C'"
2721   parameters:
2722   - "name"
2723   - "parent"
2724   - "throughput"
2725
2726 # VPP Performance Changes 3n-hsw 1t1c MRR
2727 - type: "table"
2728   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2729   algorithm: "table_performance_comparison"
2730   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2731   history:
2732     - title: "rls1810"
2733       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2734   reference:
2735     title: "rls1901"
2736     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2737   compare:
2738     title: "rls1904"
2739     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2740   data: "vpp-performance-changes-3n-hsw-mrr"
2741   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2742   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2743   parameters:
2744   - "name"
2745   - "parent"
2746   - "result"
2747
2748 # VPP Performance Changes 3n-hsw 2t2c MRR
2749 - type: "table"
2750   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2751   algorithm: "table_performance_comparison"
2752   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2753   history:
2754     - title: "rls1810"
2755       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2756   reference:
2757     title: "rls1901"
2758     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2759   compare:
2760     title: "rls1904"
2761     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2762   data: "vpp-performance-changes-3n-hsw-mrr"
2763   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2764   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2765   parameters:
2766   - "name"
2767   - "parent"
2768   - "result"
2769
2770 # VPP Performance Changes 3n-hsw 4t4c MRR
2771 - type: "table"
2772   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2773   algorithm: "table_performance_comparison"
2774   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2775   history:
2776     - title: "rls1810"
2777       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2778   reference:
2779     title: "rls1901"
2780     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2781   compare:
2782     title: "rls1904"
2783     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2784   data: "vpp-performance-changes-3n-hsw-mrr"
2785   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2786   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2787   parameters:
2788   - "name"
2789   - "parent"
2790   - "result"
2791
2792 # VPP Performance Changes 3n-skx 2t1c MRR
2793 - type: "table"
2794   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2795   algorithm: "table_performance_comparison"
2796   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2797   history:
2798     - title: "rls1810"
2799       data: "vpp-performance-changes-3n-skx-mrr-h1"
2800   reference:
2801     title: "rls1901"
2802     data: "vpp-performance-changes-3n-skx-mrr-ref"
2803   compare:
2804     title: "rls1904"
2805     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2806   data: "vpp-performance-changes-3n-skx-mrr"
2807   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2808   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2809   parameters:
2810   - "name"
2811   - "parent"
2812   - "result"
2813
2814 # VPP Performance Changes 3n-skx 4t2c MRR
2815 - type: "table"
2816   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2817   algorithm: "table_performance_comparison"
2818   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2819   history:
2820     - title: "rls1810"
2821       data: "vpp-performance-changes-3n-skx-mrr-h1"
2822   reference:
2823     title: "rls1901"
2824     data: "vpp-performance-changes-3n-skx-mrr-ref"
2825   compare:
2826     title: "rls1904"
2827     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2828   data: "vpp-performance-changes-3n-skx-mrr"
2829   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2830   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2831   parameters:
2832   - "name"
2833   - "parent"
2834   - "result"
2835
2836 # VPP Performance Changes 3n-skx 8t4c MRR
2837 - type: "table"
2838   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2839   algorithm: "table_performance_comparison"
2840   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2841   history:
2842     - title: "rls1810"
2843       data: "vpp-performance-changes-3n-skx-mrr-h1"
2844   reference:
2845     title: "rls1901"
2846     data: "vpp-performance-changes-3n-skx-mrr-ref"
2847   compare:
2848     title: "rls1904"
2849     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2850   data: "vpp-performance-changes-3n-skx-mrr"
2851   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2852   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2853   parameters:
2854   - "name"
2855   - "parent"
2856   - "result"
2857
2858 # VPP Performance Changes 2n-skx 2t1c MRR
2859 - type: "table"
2860   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2861   algorithm: "table_performance_comparison"
2862   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2863   history:
2864     - title: "rls1810"
2865       data: "vpp-performance-changes-2n-skx-mrr-h1"
2866   reference:
2867     title: "rls1901"
2868     data: "vpp-performance-changes-2n-skx-mrr-ref"
2869   compare:
2870     title: "rls1904"
2871     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2872   data: "vpp-performance-changes-2n-skx-mrr"
2873   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2874   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2875   parameters:
2876   - "name"
2877   - "parent"
2878   - "result"
2879
2880 # VPP Performance Changes 2n-skx 4t2c MRR
2881 - type: "table"
2882   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2883   algorithm: "table_performance_comparison"
2884   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2885   history:
2886     - title: "rls1810"
2887       data: "vpp-performance-changes-2n-skx-mrr-h1"
2888   reference:
2889     title: "rls1901"
2890     data: "vpp-performance-changes-2n-skx-mrr-ref"
2891   compare:
2892     title: "rls1904"
2893     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2894   data: "vpp-performance-changes-2n-skx-mrr"
2895   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2896   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2897   parameters:
2898   - "name"
2899   - "parent"
2900   - "result"
2901
2902 # VPP Performance Changes 2n-skx 8t4c MRR
2903 - type: "table"
2904   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2905   algorithm: "table_performance_comparison"
2906   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2907   history:
2908     - title: "rls1810"
2909       data: "vpp-performance-changes-2n-skx-mrr-h1"
2910   reference:
2911     title: "rls1901"
2912     data: "vpp-performance-changes-2n-skx-mrr-ref"
2913   compare:
2914     title: "rls1904"
2915     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2916   data: "vpp-performance-changes-2n-skx-mrr"
2917   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2918   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2919   parameters:
2920   - "name"
2921   - "parent"
2922   - "result"
2923
2924 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2925 - type: "table"
2926   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2927   algorithm: "table_performance_comparison"
2928   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2929   reference:
2930     title: "3-Node Hsw"
2931     data: "vpp-compare-testbeds-mrr-ref"
2932   compare:
2933     title: "3-Node Skx"
2934     data: "vpp-compare-testbeds-mrr-cmp"
2935   data: "vpp-compare-testbeds-mrr"
2936   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2937   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2938   parameters:
2939   - "name"
2940   - "parent"
2941   - "result"
2942
2943 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2944 - type: "table"
2945   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2946   algorithm: "table_performance_comparison"
2947   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2948   reference:
2949     title: "3-Node Hsw"
2950     data: "vpp-compare-testbeds-mrr-ref"
2951   compare:
2952     title: "3-Node Skx"
2953     data: "vpp-compare-testbeds-mrr-cmp"
2954   data: "vpp-compare-testbeds-mrr"
2955   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2956   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2957   parameters:
2958   - "name"
2959   - "parent"
2960   - "result"
2961
2962 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2963 - type: "table"
2964   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2965   algorithm: "table_performance_comparison"
2966   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2967   reference:
2968     title: "3-Node Hsw"
2969     data: "vpp-compare-testbeds-mrr-ref"
2970   compare:
2971     title: "3-Node Skx"
2972     data: "vpp-compare-testbeds-mrr-cmp"
2973   data: "vpp-compare-testbeds-mrr"
2974   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2975   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2976   parameters:
2977   - "name"
2978   - "parent"
2979   - "result"
2980
2981 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2982 - type: "table"
2983   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2984   algorithm: "table_performance_comparison"
2985   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2986   reference:
2987     title: "3-Node Skx"
2988     data: "vpp-compare-topologies-mrr-ref"
2989   compare:
2990     title: "2-Node Skx"
2991     data: "vpp-compare-topologies-mrr-cmp"
2992   data: "vpp-compare-topologies-mrr"
2993   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2994   filter: "'MRR' and '1C'"
2995   parameters:
2996   - "name"
2997   - "parent"
2998   - "result"
2999
3000 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
3001 - type: "table"
3002   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3003   algorithm: "table_performance_comparison"
3004   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3005   reference:
3006     title: "3-Node Skx"
3007     data: "vpp-compare-topologies-mrr-ref"
3008   compare:
3009     title: "2-Node Skx"
3010     data: "vpp-compare-topologies-mrr-cmp"
3011   data: "vpp-compare-topologies-mrr"
3012   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3013   filter: "'MRR' and '2C'"
3014   parameters:
3015   - "name"
3016   - "parent"
3017   - "result"
3018
3019 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3020 - type: "table"
3021   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3022   algorithm: "table_performance_comparison"
3023   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3024   reference:
3025     title: "3-Node Skx"
3026     data: "vpp-compare-topologies-mrr-ref"
3027   compare:
3028     title: "2-Node Skx"
3029     data: "vpp-compare-topologies-mrr-cmp"
3030   data: "vpp-compare-topologies-mrr"
3031   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3032   filter: "'MRR' and '4C'"
3033   parameters:
3034   - "name"
3035   - "parent"
3036   - "result"
3037
3038 # Detailed Test Results - VPP Performance Results 3n-hsw
3039 - type: "table"
3040   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3041   algorithm: "table_merged_details"
3042   output-file-ext: ".csv"
3043   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3044   columns:
3045   - title: "Name"
3046     data: "data name"
3047   - title: "Status"
3048     data: "data msg"
3049   rows: "generated"
3050   data: "vpp-perf-results-3n-hsw"
3051   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3052   parameters:
3053   - "name"
3054   - "parent"
3055   - "msg"
3056
3057 # Detailed Test Results - VPP Performance Results 3n-skx
3058 - type: "table"
3059   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3060   algorithm: "table_merged_details"
3061   output-file-ext: ".csv"
3062   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3063   columns:
3064   - title: "Name"
3065     data: "data name"
3066   - title: "Status"
3067     data: "data msg"
3068   rows: "generated"
3069   data: "vpp-perf-results-3n-skx"
3070   filter: "not 'CFS_OPT'"
3071   parameters:
3072   - "name"
3073   - "parent"
3074   - "msg"
3075
3076 # Detailed Test Results - VPP Performance Results 2n-skx
3077 - type: "table"
3078   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3079   algorithm: "table_merged_details"
3080   output-file-ext: ".csv"
3081   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3082   columns:
3083   - title: "Name"
3084     data: "data name"
3085   - title: "Status"
3086     data: "data msg"
3087   rows: "generated"
3088   data: "vpp-perf-results-2n-skx"
3089   filter: "not 'CFS_OPT'"
3090   parameters:
3091   - "name"
3092   - "parent"
3093   - "msg"
3094
3095 ## Detailed Test Results - VPP Performance Results 2n-dnv
3096 #- type: "table"
3097 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3098 #  algorithm: "table_details"
3099 #  output-file-ext: ".csv"
3100 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3101 #  columns:
3102 #  - title: "Name"
3103 #    data: "data name"
3104 #  - title: "Status"
3105 #    data: "data msg"
3106 #  rows: "generated"
3107 #  data: "intel-dnv-vpp"
3108 #  filter: "'NDRPDR'"
3109 #  parameters:
3110 #  - "name"
3111 #  - "parent"
3112 #  - "msg"
3113
3114 # Test configuration - VPP Performance Test Configs 3n-hsw
3115 - type: "table"
3116   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3117   algorithm: "table_merged_details"
3118   output-file-ext: ".csv"
3119   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3120   columns:
3121   - title: "Name"
3122     data: "data name"
3123   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3124     data: "data conf-history"
3125   rows: "generated"
3126   data: "vpp-perf-results-3n-hsw"
3127   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3128   parameters:
3129   - "parent"
3130   - "name"
3131   - "conf-history"
3132
3133 # Test configuration - VPP Performance Test Configs 3n-skx
3134 - type: "table"
3135   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3136   algorithm: "table_merged_details"
3137   output-file-ext: ".csv"
3138   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3139   columns:
3140   - title: "Name"
3141     data: "data name"
3142   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3143     data: "data conf-history"
3144   rows: "generated"
3145   data: "vpp-perf-results-3n-skx"
3146   filter: "not 'CFS_OPT'"
3147   parameters:
3148   - "parent"
3149   - "name"
3150   - "conf-history"
3151
3152 # Test configuration - VPP Performance Test Configs 2n-skx
3153 - type: "table"
3154   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3155   algorithm: "table_merged_details"
3156   output-file-ext: ".csv"
3157   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3158   columns:
3159   - title: "Name"
3160     data: "data name"
3161   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3162     data: "data conf-history"
3163   rows: "generated"
3164   data: "vpp-perf-results-2n-skx"
3165   filter: "not 'CFS_OPT'"
3166   parameters:
3167   - "parent"
3168   - "name"
3169   - "conf-history"
3170
3171 ## Test configuration - VPP Performance Test Configs 2n-dnv
3172 #- type: "table"
3173 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3174 #  algorithm: "table_details"
3175 #  output-file-ext: ".csv"
3176 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3177 #  columns:
3178 #  - title: "Name"
3179 #    data: "data name"
3180 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3181 #    data: "data conf-history"
3182 #  rows: "generated"
3183 #  data: "intel-dnv-vpp"
3184 #  filter: "'NDRPDR'"
3185 #  parameters:
3186 #  - "parent"
3187 #  - "name"
3188 #  - "conf-history"
3189
3190 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3191 - type: "table"
3192   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3193   algorithm: "table_merged_details"
3194   output-file-ext: ".csv"
3195   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3196   columns:
3197   - title: "Name"
3198     data: "data name"
3199   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3200     data: "data show-run"
3201   rows: "generated"
3202   data: "vpp-perf-results-3n-hsw"
3203   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3204   parameters:
3205   - "parent"
3206   - "name"
3207   - "show-run"
3208
3209 # Test Operational Data - VPP Performance Operational Data 3n-skx
3210 - type: "table"
3211   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3212   algorithm: "table_merged_details"
3213   output-file-ext: ".csv"
3214   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3215   columns:
3216   - title: "Name"
3217     data: "data name"
3218   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3219     data: "data show-run"
3220   rows: "generated"
3221   data: "vpp-perf-results-3n-skx"
3222   filter: "not 'CFS_OPT'"
3223   parameters:
3224   - "parent"
3225   - "name"
3226   - "show-run"
3227
3228 # Test Operational Data - VPP Performance Operational Data 2n-skx
3229 - type: "table"
3230   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3231   algorithm: "table_merged_details"
3232   output-file-ext: ".csv"
3233   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3234   columns:
3235   - title: "Name"
3236     data: "data name"
3237   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3238     data: "data show-run"
3239   rows: "generated"
3240   data: "vpp-perf-results-2n-skx"
3241   filter: "not 'CFS_OPT'"
3242   parameters:
3243   - "parent"
3244   - "name"
3245   - "show-run"
3246
3247 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3248 #- type: "table"
3249 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3250 #  algorithm: "table_details"
3251 #  output-file-ext: ".csv"
3252 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3253 #  columns:
3254 #  - title: "Name"
3255 #    data: "data name"
3256 #  - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3257 #    data: "data show-run"
3258 #  rows: "generated"
3259 #  data: "intel-dnv-vpp"
3260 #  filter: "'NDRPDR'"
3261 #  parameters:
3262 #  - "parent"
3263 #  - "name"
3264 #  - "show-run"
3265
3266 # Detailed Test Results - VPP MRR Results 3n-hsw
3267 - type: "table"
3268   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3269   algorithm: "table_details"
3270   output-file-ext: ".csv"
3271   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3272   columns:
3273   - title: "Name"
3274     data: "data name"
3275   - title: "Status"
3276     data: "data msg"
3277   rows: "generated"
3278   data: "vpp-mrr-results-3n-hsw"
3279   filter: "'MRR'"
3280   parameters:
3281   - "name"
3282   - "parent"
3283   - "msg"
3284
3285 # Detailed Test Results - VPP MRR Results 3n-skx
3286 - type: "table"
3287   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3288   algorithm: "table_details"
3289   output-file-ext: ".csv"
3290   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3291   columns:
3292   - title: "Name"
3293     data: "data name"
3294   - title: "Status"
3295     data: "data msg"
3296   rows: "generated"
3297   data: "vpp-mrr-results-3n-skx"
3298   filter: "'MRR'"
3299   parameters:
3300   - "name"
3301   - "parent"
3302   - "msg"
3303
3304 # Detailed Test Results - VPP MRR Results 2n-skx
3305 - type: "table"
3306   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3307   algorithm: "table_details"
3308   output-file-ext: ".csv"
3309   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3310   columns:
3311   - title: "Name"
3312     data: "data name"
3313   - title: "Status"
3314     data: "data msg"
3315   rows: "generated"
3316   data: "vpp-mrr-results-2n-skx"
3317   filter: "'MRR'"
3318   parameters:
3319   - "name"
3320   - "parent"
3321   - "msg"
3322
3323 ## Detailed Test Results - VPP MRR Results 2n-dnv
3324 #- type: "table"
3325 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3326 #  algorithm: "table_details"
3327 #  output-file-ext: ".csv"
3328 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3329 #  columns:
3330 #  - title: "Name"
3331 #    data: "data name"
3332 #  - title: "Status"
3333 #    data: "data msg"
3334 #  rows: "generated"
3335 #  data: "intel-dnv-vpp"
3336 #  filter: "'MRR'"
3337 #  parameters:
3338 #  - "name"
3339 #  - "parent"
3340 #  - "msg"
3341
3342 # Test configuration - VPP MRR Test Configs 3n-hsw
3343 - type: "table"
3344   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3345   algorithm: "table_details"
3346   output-file-ext: ".csv"
3347   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3348   columns:
3349   - title: "Name"
3350     data: "data name"
3351   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3352     data: "data conf-history"
3353   rows: "generated"
3354   data: "vpp-mrr-results-3n-hsw"
3355   filter: "'MRR'"
3356   parameters:
3357   - "parent"
3358   - "name"
3359   - "conf-history"
3360
3361 # Test configuration - VPP MRR Test Configs 3n-skx
3362 - type: "table"
3363   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3364   algorithm: "table_details"
3365   output-file-ext: ".csv"
3366   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3367   columns:
3368   - title: "Name"
3369     data: "data name"
3370   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3371     data: "data conf-history"
3372   rows: "generated"
3373   data: "vpp-mrr-results-3n-skx"
3374   filter: "'MRR'"
3375   parameters:
3376   - "parent"
3377   - "name"
3378   - "conf-history"
3379
3380 # Test configuration - VPP MRR Test Configs 2n-skx
3381 - type: "table"
3382   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3383   algorithm: "table_details"
3384   output-file-ext: ".csv"
3385   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3386   columns:
3387   - title: "Name"
3388     data: "data name"
3389   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3390     data: "data conf-history"
3391   rows: "generated"
3392   data: "vpp-mrr-results-2n-skx"
3393   filter: "'MRR'"
3394   parameters:
3395   - "parent"
3396   - "name"
3397   - "conf-history"
3398
3399 ## Test configuration - VPP MRR Test Configs 2n-dnv
3400 #- type: "table"
3401 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3402 #  algorithm: "table_details"
3403 #  output-file-ext: ".csv"
3404 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3405 #  columns:
3406 #  - title: "Name"
3407 #    data: "data name"
3408 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3409 #    data: "data conf-history"
3410 #  rows: "generated"
3411 #  data: "intel-dnv-vpp"
3412 #  filter: "'MRR'"
3413 #  parameters:
3414 #  - "parent"
3415 #  - "name"
3416 #  - "conf-history"
3417
3418 # Detailed Test Results - VPP Functional Results - Ubuntu
3419 - type: "table"
3420   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3421   algorithm: "table_details"
3422   output-file-ext: ".csv"
3423   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3424   columns:
3425   - title: "Name"
3426     data: "data name"
3427   - title: "Documentation"
3428     data: "data doc"
3429   - title: "Status"
3430     data: "data status"
3431   rows: "generated"
3432   data: "vpp-func-results-ubuntu"
3433   filter: "all"
3434   parameters:
3435   - "name"
3436   - "parent"
3437   - "doc"
3438   - "status"
3439
3440 # Detailed Test Results - VPP Functional Results - CentOS
3441 - type: "table"
3442   title: "Detailed Test Results - VPP Functional Results - CentOS"
3443   algorithm: "table_details"
3444   output-file-ext: ".csv"
3445   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3446   columns:
3447   - title: "Name"
3448     data: "data name"
3449   - title: "Documentation"
3450     data: "data doc"
3451   -
3452     title: "Status"
3453     data: "data status"
3454   rows: "generated"
3455   data:
3456     "vpp-func-results-centos"
3457   filter: "all"
3458   parameters:
3459   - "name"
3460   - "parent"
3461   - "doc"
3462   - "status"
3463
3464 # Test configuration - VPP Functional Test Configs - Ubuntu
3465 - type: "table"
3466   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3467   algorithm: "table_details"
3468   output-file-ext: ".csv"
3469   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3470   columns:
3471   - title: "Name"
3472     data: "data name"
3473   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3474     data: "data conf-history"
3475   rows: "generated"
3476   data: "vpp-func-results-ubuntu"
3477   filter: "all"
3478   parameters:
3479   - "parent"
3480   - "name"
3481   - "conf-history"
3482
3483 # Test configuration - VPP Functional Test Configs - CentOS
3484 - type: "table"
3485   title: "Test configuration - VPP Functional Test Configs - CentOS"
3486   algorithm: "table_details"
3487   output-file-ext: ".csv"
3488   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3489   columns:
3490   - title: "Name"
3491     data: "data name"
3492   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3493     data: "data conf-history"
3494   rows: "generated"
3495   data: "vpp-func-results-centos"
3496   filter: "all"
3497   parameters:
3498   - "parent"
3499   - "name"
3500   - "conf-history"
3501
3502 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3503 #- type: "table"
3504 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3505 #  algorithm: "table_details"
3506 #  output-file-ext: ".csv"
3507 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3508 #  columns:
3509 #  - title: "Name"
3510 #    data: "data name"
3511 #  - title: "Status"
3512 #    data: "data msg"
3513 #  rows: "generated"
3514 #  data: "ligato-perf-results-3n-hsw"
3515 #  filter: "all"
3516 #  parameters:
3517 #  - "name"
3518 #  - "parent"
3519 #  - "msg"
3520
3521 # Detailed Test Results - VPP Device Results - Ubuntu
3522 - type: "table"
3523   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3524   algorithm: "table_details"
3525   output-file-ext: ".csv"
3526   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3527   columns:
3528   - title: "Name"
3529     data: "data name"
3530   - title: "Documentation"
3531     data: "data doc"
3532   - title: "Status"
3533     data: "data status"
3534   rows: "generated"
3535   data: "vpp-device-results-ubuntu"
3536   filter: "all"
3537   parameters:
3538   - "name"
3539   - "parent"
3540   - "doc"
3541   - "status"
3542
3543 # Test configuration - VPP Device Test Configs - Ubuntu
3544 - type: "table"
3545   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3546   algorithm: "table_details"
3547   output-file-ext: ".csv"
3548   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3549   columns:
3550   - title: "Name"
3551     data: "data name"
3552   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3553     data: "data conf-history"
3554   rows: "generated"
3555   data: "vpp-device-results-ubuntu"
3556   filter: "all"
3557   parameters:
3558   - "parent"
3559   - "name"
3560   - "conf-history"
3561
3562 ################################################################################
3563
3564 # DPDK Performance Changes 3n-hsw 1t1c pdr
3565 - type: "table"
3566   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3567   algorithm: "table_performance_comparison"
3568   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3569   history:
3570     - title: "rls1810"
3571       data: "dpdk-performance-changes-3n-hsw-h1"
3572   reference:
3573     title: "rls1901"
3574     data: "dpdk-performance-changes-3n-hsw-ref"
3575   compare:
3576     title: "rls1904"
3577     data: "dpdk-performance-changes-3n-hsw-cmp"
3578   data: "dpdk-performance-changes-3n-hsw"
3579   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3580   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3581   parameters:
3582   - "name"
3583   - "parent"
3584   - "throughput"
3585
3586 # DPDK Performance Changes 3n-hsw 2t2c pdr
3587 - type: "table"
3588   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3589   algorithm: "table_performance_comparison"
3590   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3591   history:
3592     - title: "rls1810"
3593       data: "dpdk-performance-changes-3n-hsw-h1"
3594   reference:
3595     title: "rls1901"
3596     data: "dpdk-performance-changes-3n-hsw-ref"
3597   compare:
3598     title: "rls1904"
3599     data: "dpdk-performance-changes-3n-hsw-cmp"
3600   data: "dpdk-performance-changes-3n-hsw"
3601   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3602   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3603   parameters:
3604   - "name"
3605   - "parent"
3606   - "throughput"
3607
3608 # DPDK Performance Changes 3n-hsw 1t1c ndr
3609 - type: "table"
3610   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3611   algorithm: "table_performance_comparison"
3612   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3613   history:
3614     - title: "rls1810"
3615       data: "dpdk-performance-changes-3n-hsw-h1"
3616   reference:
3617     title: "rls1901"
3618     data: "dpdk-performance-changes-3n-hsw-ref"
3619   compare:
3620     title: "rls1904"
3621     data: "dpdk-performance-changes-3n-hsw-cmp"
3622   data: "dpdk-performance-changes-3n-hsw"
3623   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3624   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3625   parameters:
3626   - "name"
3627   - "parent"
3628   - "throughput"
3629
3630 # DPDK Performance Changes 3n-hsw 2t2c ndr
3631 - type: "table"
3632   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3633   algorithm: "table_performance_comparison"
3634   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3635   history:
3636     - title: "rls1810"
3637       data: "dpdk-performance-changes-3n-hsw-h1"
3638   reference:
3639     title: "rls1901"
3640     data: "dpdk-performance-changes-3n-hsw-ref"
3641   compare:
3642     title: "rls1904"
3643     data: "dpdk-performance-changes-3n-hsw-cmp"
3644   data: "dpdk-performance-changes-3n-hsw"
3645   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3646   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3647   parameters:
3648   - "name"
3649   - "parent"
3650   - "throughput"
3651
3652 # DPDK Performance Changes 3n-skx 2t1c pdr
3653 - type: "table"
3654   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3655   algorithm: "table_performance_comparison"
3656   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3657   history:
3658     - title: "rls1810"
3659       data: "dpdk-performance-changes-3n-skx-h1"
3660   reference:
3661     title: "rls1901"
3662     data: "dpdk-performance-changes-3n-skx-ref"
3663   compare:
3664     title: "rls1904"
3665     data: "dpdk-performance-changes-3n-skx-cmp"
3666   data: "dpdk-performance-changes-3n-skx"
3667   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3668   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3669   parameters:
3670   - "name"
3671   - "parent"
3672   - "throughput"
3673
3674 # DPDK Performance Changes 3n-skx 4t2c pdr
3675 - type: "table"
3676   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3677   algorithm: "table_performance_comparison"
3678   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3679   history:
3680     - title: "rls1810"
3681       data: "dpdk-performance-changes-3n-skx-h1"
3682   reference:
3683     title: "rls1901"
3684     data: "dpdk-performance-changes-3n-skx-ref"
3685   compare:
3686     title: "rls1904"
3687     data: "dpdk-performance-changes-3n-skx-cmp"
3688   data: "dpdk-performance-changes-3n-skx"
3689   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3690   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3691   parameters:
3692   - "name"
3693   - "parent"
3694   - "throughput"
3695
3696 # DPDK Performance Changes 3n-skx 2t1c ndr
3697 - type: "table"
3698   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3699   algorithm: "table_performance_comparison"
3700   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3701   history:
3702     - title: "rls1810"
3703       data: "dpdk-performance-changes-3n-skx-h1"
3704   reference:
3705     title: "rls1901"
3706     data: "dpdk-performance-changes-3n-skx-ref"
3707   compare:
3708     title: "rls1904"
3709     data: "dpdk-performance-changes-3n-skx-cmp"
3710   data: "dpdk-performance-changes-3n-skx"
3711   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3712   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3713   parameters:
3714   - "name"
3715   - "parent"
3716   - "throughput"
3717
3718 # DPDK Performance Changes 3n-skx 4t2c ndr
3719 - type: "table"
3720   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3721   algorithm: "table_performance_comparison"
3722   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3723   history:
3724     - title: "rls1810"
3725       data: "dpdk-performance-changes-3n-skx-h1"
3726   reference:
3727     title: "rls1901"
3728     data: "dpdk-performance-changes-3n-skx-ref"
3729   compare:
3730     title: "rls1904"
3731     data: "dpdk-performance-changes-3n-skx-cmp"
3732   data: "dpdk-performance-changes-3n-skx"
3733   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3734   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3735   parameters:
3736   - "name"
3737   - "parent"
3738   - "throughput"
3739
3740 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3741 - type: "table"
3742   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3743   algorithm: "table_performance_comparison"
3744   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3745   reference:
3746     title: "3-Node Hsw"
3747     data: "dpdk-compare-testbeds-ref"
3748   compare:
3749     title: "3-Node Skx"
3750     data: "dpdk-compare-testbeds-cmp"
3751   data: "dpdk-compare-testbeds"
3752   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3753   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3754   parameters:
3755   - "name"
3756   - "parent"
3757   - "throughput"
3758
3759 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3760 - type: "table"
3761   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3762   algorithm: "table_performance_comparison"
3763   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3764   reference:
3765     title: "3-Node Hsw"
3766     data: "dpdk-compare-testbeds-ref"
3767   compare:
3768     title: "3-Node Skx"
3769     data: "dpdk-compare-testbeds-cmp"
3770   data: "dpdk-compare-testbeds"
3771   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3772   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3773   parameters:
3774   - "name"
3775   - "parent"
3776   - "throughput"
3777
3778 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3779 - type: "table"
3780   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3781   algorithm: "table_performance_comparison"
3782   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3783   reference:
3784     title: "3-Node Skx"
3785     data: "dpdk-compare-topologies-ref"
3786   compare:
3787     title: "2-Node Skx"
3788     data: "dpdk-compare-topologies-cmp"
3789   data: "dpdk-compare-topologies"
3790   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3791   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3792   parameters:
3793   - "name"
3794   - "parent"
3795   - "throughput"
3796
3797 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3798 - type: "table"
3799   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3800   algorithm: "table_performance_comparison"
3801   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3802   reference:
3803     title: "3-Node Skx"
3804     data: "dpdk-compare-topologies-ref"
3805   compare:
3806     title: "2-Node Skx"
3807     data: "dpdk-compare-topologies-cmp"
3808   data: "dpdk-compare-topologies"
3809   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3810   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3811   parameters:
3812   - "name"
3813   - "parent"
3814   - "throughput"
3815
3816 # DPDK Performance Changes 2n-skx 2t1c pdr
3817 - type: "table"
3818   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3819   algorithm: "table_performance_comparison"
3820   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3821   history:
3822     - title: "rls1810"
3823       data: "dpdk-performance-changes-2n-skx-h1"
3824   reference:
3825     title: "rls1901"
3826     data: "dpdk-performance-changes-2n-skx-ref"
3827   compare:
3828     title: "rls1904"
3829     data: "dpdk-performance-changes-2n-skx-cmp"
3830   data: "dpdk-performance-changes-2n-skx"
3831   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3832   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3833   parameters:
3834   - "name"
3835   - "parent"
3836   - "throughput"
3837
3838 # DPDK Performance Changes 2n-skx 4t2c pdr
3839 - type: "table"
3840   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3841   algorithm: "table_performance_comparison"
3842   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3843   history:
3844     - title: "rls1810"
3845       data: "dpdk-performance-changes-2n-skx-h1"
3846   reference:
3847     title: "rls1901"
3848     data: "dpdk-performance-changes-2n-skx-ref"
3849   compare:
3850     title: "rls1904"
3851     data: "dpdk-performance-changes-2n-skx-cmp"
3852   data: "dpdk-performance-changes-2n-skx"
3853   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3854   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3855   parameters:
3856   - "name"
3857   - "parent"
3858   - "throughput"
3859
3860 # DPDK Performance Changes 2n-skx 2t1c ndr
3861 - type: "table"
3862   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3863   algorithm: "table_performance_comparison"
3864   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3865   history:
3866     - title: "rls1810"
3867       data: "dpdk-performance-changes-2n-skx-h1"
3868   reference:
3869     title: "rls1901"
3870     data: "dpdk-performance-changes-2n-skx-ref"
3871   compare:
3872     title: "rls1904"
3873     data: "dpdk-performance-changes-2n-skx-cmp"
3874   data: "dpdk-performance-changes-2n-skx"
3875   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3876   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3877   parameters:
3878   - "name"
3879   - "parent"
3880   - "throughput"
3881
3882 # DPDK Performance Changes 2n-skx 4t2c ndr
3883 - type: "table"
3884   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3885   algorithm: "table_performance_comparison"
3886   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3887   history:
3888     - title: "rls1810"
3889       data: "dpdk-performance-changes-2n-skx-h1"
3890   reference:
3891     title: "rls1901"
3892     data: "dpdk-performance-changes-2n-skx-ref"
3893   compare:
3894     title: "rls1904"
3895     data: "dpdk-performance-changes-2n-skx-cmp"
3896   data: "dpdk-performance-changes-2n-skx"
3897   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3898   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3899   parameters:
3900   - "name"
3901   - "parent"
3902   - "throughput"
3903
3904 # Detailed Test Results - DPDK Performance Results 3n-hsw
3905 - type: "table"
3906   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3907   algorithm: "table_details"
3908   output-file-ext: ".csv"
3909   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3910   columns:
3911   - title: "Name"
3912     data: "data name"
3913   - title: "Status"
3914     data: "data msg"
3915   rows: "generated"
3916   data: "dpdk-perf-results-3n-hsw"
3917   filter: "all"
3918   parameters:
3919   - "name"
3920   - "parent"
3921   - "msg"
3922
3923 # Detailed Test Results - DPDK Performance Results 3n-skx
3924 - type: "table"
3925   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3926   algorithm: "table_details"
3927   output-file-ext: ".csv"
3928   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3929   columns:
3930   - title: "Name"
3931     data: "data name"
3932   - title: "Status"
3933     data: "data msg"
3934   rows: "generated"
3935   data: "dpdk-perf-results-3n-skx"
3936   filter: "all"
3937   parameters:
3938   - "name"
3939   - "parent"
3940   - "msg"
3941
3942 # Detailed Test Results - DPDK Performance Results 2n-skx
3943 - type: "table"
3944   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3945   algorithm: "table_details"
3946   output-file-ext: ".csv"
3947   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3948   columns:
3949   - title: "Name"
3950     data: "data name"
3951   - title: "Status"
3952     data: "data msg"
3953   rows: "generated"
3954   data: "dpdk-perf-results-2n-skx"
3955   filter: "all"
3956   parameters:
3957   - "name"
3958   - "parent"
3959   - "msg"
3960
3961 ################################################################################
3962 # HoneyComb
3963 - type: "table"
3964   title: "Detailed Test Results - Honeycomb Functional Results"
3965   algorithm: "table_details"
3966   output-file-ext: ".csv"
3967   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3968   columns:
3969   - title: "Name"
3970     data: "data name"
3971   - title: "Documentation"
3972     data: "data doc"
3973   - title: "Status"
3974     data: "data status"
3975   rows: "generated"
3976   data:
3977     "hc-func-results"
3978   filter: "all"
3979   parameters:
3980   - "name"
3981   - "parent"
3982   - "doc"
3983   - "status"
3984
3985 ################################################################################
3986 # NSH SFC
3987 #-
3988 #  type: "table"
3989 #  title: "Detailed Test Results - NSH SFC Functional Results"
3990 #  algorithm: "table_details"
3991 #  output-file-ext: ".csv"
3992 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3993 #  columns:
3994 #  -
3995 #    title: "Name"
3996 #    data: "data name"
3997 #  -
3998 #    title: "Documentation"
3999 #    data: "data doc"
4000 #  -
4001 #    title: "Status"
4002 #    data: "data status"
4003 #  rows: "generated"
4004 #  data:
4005 #    "nsh-func-results"
4006 #  filter: "all"
4007 #  parameters:
4008 #  - "name"
4009 #  - "parent"
4010 #  - "doc"
4011 #  - "status"
4012
4013 ################################################################################
4014 # DMM
4015 - type: "table"
4016   title: "Detailed Test Results - DMM Functional Results"
4017   algorithm: "table_details"
4018   output-file-ext: ".csv"
4019   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4020   columns:
4021   - title: "Name"
4022     data: "data name"
4023   - title: "Documentation"
4024     data: "data doc"
4025   - title: "Status"
4026     data: "data status"
4027   rows: "generated"
4028   data:
4029     "dmm-func-results"
4030   filter: "all"
4031   parameters:
4032   - "name"
4033   - "parent"
4034   - "doc"
4035   - "status"
4036
4037 ################################################################################
4038 ###                                F I L E S                                 ###
4039 ################################################################################
4040
4041 # VPP Performance Results 3n-hsw
4042 - type: "file"
4043   title: "VPP Performance Results 3n-hsw"
4044   algorithm: "file_test_results"
4045   output-file-ext: ".rst"
4046   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4047   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"
4048   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4049   data: "vpp-perf-results-3n-hsw"
4050   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4051   parameters:
4052   - "name"
4053   - "doc"
4054   - "level"
4055   - "parent"
4056   data-start-level: 3
4057
4058 # VPP Performance Results 3n-skx
4059 - type: "file"
4060   title: "VPP Performance Results 3n-skx"
4061   algorithm: "file_test_results"
4062   output-file-ext: ".rst"
4063   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4064   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"
4065   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4066   data: "vpp-perf-results-3n-skx"
4067   filter: "not 'CFS_OPT'"
4068   parameters:
4069   - "name"
4070   - "doc"
4071   - "level"
4072   - "parent"
4073   data-start-level: 3
4074
4075 # VPP Performance Results 2n-skx
4076 - type: "file"
4077   title: "VPP Performance Results 2n-skx"
4078   algorithm: "file_test_results"
4079   output-file-ext: ".rst"
4080   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4081   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"
4082   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4083   data: "vpp-perf-results-2n-skx"
4084   filter: "not 'CFS_OPT'"
4085   parameters:
4086   - "name"
4087   - "doc"
4088   - "level"
4089   - "parent"
4090   data-start-level: 3
4091
4092 ## VPP Performance Results 2n-dnv
4093 #- type: "file"
4094 #  title: "VPP Performance Results 2n-dnv"
4095 #  algorithm: "file_test_results"
4096 #  output-file-ext: ".rst"
4097 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4098 #  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"
4099 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4100 #  data: "intel-dnv-vpp"
4101 #  filter: "'NDRPDR'"
4102 #  parameters:
4103 #  - "name"
4104 #  - "doc"
4105 #  - "level"
4106 #  - "parent"
4107 #  data-start-level: 3
4108
4109 # VPP Performance Configuration 3n-hsw
4110 - type: "file"
4111   title: "VPP Performance Configuration 3n-hsw"
4112   algorithm: "file_test_results"
4113   output-file-ext: ".rst"
4114   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4115   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"
4116   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4117   data: "vpp-perf-results-3n-hsw"
4118   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4119   parameters:
4120   - "name"
4121   - "doc"
4122   - "level"
4123   - "parent"
4124   data-start-level: 3
4125
4126 # VPP Performance Configuration 3n-skx
4127 - type: "file"
4128   title: "VPP Performance Configuration 3n-skx"
4129   algorithm: "file_test_results"
4130   output-file-ext: ".rst"
4131   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4132   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"
4133   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4134   data: "vpp-perf-results-3n-skx"
4135   filter: "not 'CFS_OPT'"
4136   parameters:
4137   - "name"
4138   - "doc"
4139   - "level"
4140   - "parent"
4141   data-start-level: 3
4142
4143 # VPP Performance Configuration 2n-skx
4144 - type: "file"
4145   title: "VPP Performance Configuration 2n-skx"
4146   algorithm: "file_test_results"
4147   output-file-ext: ".rst"
4148   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4149   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"
4150   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4151   data: "vpp-perf-results-2n-skx"
4152   filter: "not 'CFS_OPT'"
4153   parameters:
4154   - "name"
4155   - "doc"
4156   - "level"
4157   - "parent"
4158   data-start-level: 3
4159
4160 ## VPP Performance Configuration 2n-dnv
4161 #- type: "file"
4162 #  title: "VPP Performance Configuration 2n-dnv"
4163 #  algorithm: "file_test_results"
4164 #  output-file-ext: ".rst"
4165 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4166 #  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"
4167 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4168 #  data: "intel-dnv-vpp"
4169 #  filter: "'NDRPDR'"
4170 #  parameters:
4171 #  - "name"
4172 #  - "doc"
4173 #  - "level"
4174 #  - "parent"
4175 #  data-start-level: 3
4176
4177 # VPP Performance Operational Data 3n-hsw
4178 - type: "file"
4179   title: "VPP Performance Operational Data 3n-hsw"
4180   algorithm: "file_test_results"
4181   output-file-ext: ".rst"
4182   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4183   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"
4184   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4185   data: "vpp-perf-results-3n-hsw"
4186   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4187   parameters:
4188   - "name"
4189   - "doc"
4190   - "level"
4191   - "parent"
4192   data-start-level: 3
4193
4194 # VPP Performance Operational Data 3n-skx
4195 - type: "file"
4196   title: "VPP Performance Operational Data 3n-skx"
4197   algorithm: "file_test_results"
4198   output-file-ext: ".rst"
4199   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4200   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"
4201   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4202   data: "vpp-perf-results-3n-skx"
4203   filter: "not 'CFS_OPT'"
4204   parameters:
4205   - "name"
4206   - "doc"
4207   - "level"
4208   - "parent"
4209   data-start-level: 3
4210
4211 # VPP Performance Operational Data 2n-skx
4212 - type: "file"
4213   title: "VPP Performance Operational Data 2n-skx"
4214   algorithm: "file_test_results"
4215   output-file-ext: ".rst"
4216   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4217   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"
4218   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4219   data: "vpp-perf-results-2n-skx"
4220   filter: "not 'CFS_OPT'"
4221   parameters:
4222   - "name"
4223   - "doc"
4224   - "level"
4225   - "parent"
4226   data-start-level: 3
4227
4228 ## VPP Performance Operational Data 2n-dnv
4229 #- type: "file"
4230 #  title: "VPP Performance Operational Data 2n-dnv"
4231 #  algorithm: "file_test_results"
4232 #  output-file-ext: ".rst"
4233 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4234 #  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"
4235 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4236 #  data: "intel-dnv-vpp"
4237 #  filter: "'NDRPDR'"
4238 #  parameters:
4239 #  - "name"
4240 #  - "doc"
4241 #  - "level"
4242 #  - "parent"
4243 #  data-start-level: 3
4244
4245 # VPP MRR Results 3n-hsw
4246 - type: "file"
4247   title: "VPP MRR Results 3n-hsw"
4248   algorithm: "file_test_results"
4249   output-file-ext: ".rst"
4250   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4251   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"
4252   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4253   data: "vpp-mrr-results-3n-hsw"
4254   filter: "'MRR'"
4255   parameters:
4256   - "name"
4257   - "doc"
4258   - "level"
4259   - "parent"
4260   data-start-level: 3
4261
4262 # VPP MRR Results 3n-skx
4263 - type: "file"
4264   title: "VPP MRR Results 3n-skx"
4265   algorithm: "file_test_results"
4266   output-file-ext: ".rst"
4267   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4268   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"
4269   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4270   data: "vpp-mrr-results-3n-skx"
4271   filter: "'MRR'"
4272   parameters:
4273   - "name"
4274   - "doc"
4275   - "level"
4276   - "parent"
4277   data-start-level: 3
4278
4279 # VPP MRR Results 2n-skx
4280 - type: "file"
4281   title: "VPP MRR Results 2n-skx"
4282   algorithm: "file_test_results"
4283   output-file-ext: ".rst"
4284   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4285   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"
4286   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4287   data: "vpp-mrr-results-2n-skx"
4288   filter: "all"
4289   parameters:
4290   - "name"
4291   - "doc"
4292   - "level"
4293   - "parent"
4294   data-start-level: 3
4295
4296 ## VPP MRR Results 2n-dnv
4297 #- type: "file"
4298 #  title: "VPP MRR Results 2n-dnv"
4299 #  algorithm: "file_test_results"
4300 #  output-file-ext: ".rst"
4301 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4302 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4303 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4304 #  data: "intel-dnv-vpp"
4305 #  filter: "'MRR'"
4306 #  parameters:
4307 #  - "name"
4308 #  - "doc"
4309 #  - "level"
4310 #  - "parent"
4311 #  data-start-level: 3
4312
4313 # VPP MRR Configuration 3n-hsw
4314 - type: "file"
4315   title: "VPP MRR Configuration 3n-hsw"
4316   algorithm: "file_test_results"
4317   output-file-ext: ".rst"
4318   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4319   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4320   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4321   data: "vpp-mrr-results-3n-hsw"
4322   filter: "'MRR'"
4323   parameters:
4324   - "name"
4325   - "doc"
4326   - "level"
4327   - "parent"
4328   data-start-level: 3
4329
4330 # VPP MRR Configuration 3n-skx
4331 - type: "file"
4332   title: "VPP MRR Configuration 3n-skx"
4333   algorithm: "file_test_results"
4334   output-file-ext: ".rst"
4335   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4336   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4337   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4338   data: "vpp-mrr-results-3n-skx"
4339   filter: "'MRR'"
4340   parameters:
4341   - "name"
4342   - "doc"
4343   - "level"
4344   - "parent"
4345   data-start-level: 3
4346
4347 # VPP MRR Configuration 2n-skx
4348 - type: "file"
4349   title: "VPP MRR Configuration 2n-skx"
4350   algorithm: "file_test_results"
4351   output-file-ext: ".rst"
4352   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4353   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4354   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4355   data: "vpp-mrr-results-2n-skx"
4356   filter: "'MRR'"
4357   parameters:
4358   - "name"
4359   - "doc"
4360   - "level"
4361   - "parent"
4362   data-start-level: 3
4363
4364 ## VPP MRR Configuration 2n-dnv
4365 #- type: "file"
4366 #  title: "VPP MRR Configuration 2n-dnv"
4367 #  algorithm: "file_test_results"
4368 #  output-file-ext: ".rst"
4369 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4370 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4371 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4372 #  data: "intel-dnv-vpp"
4373 #  filter: "'MRR'"
4374 #  parameters:
4375 #  - "name"
4376 #  - "doc"
4377 #  - "level"
4378 #  - "parent"
4379 #  data-start-level: 3
4380
4381 # VPP Functional Results - Ubuntu
4382 - type: "file"
4383   title: "VPP Functional Results - Ubuntu"
4384   algorithm: "file_test_results"
4385   output-file-ext: ".rst"
4386   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4387   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4388   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4389   data: "vpp-func-results-ubuntu"
4390   filter: "all"
4391   parameters:
4392   - "name"
4393   - "doc"
4394   - "level"
4395   - "parent"
4396   data-start-level: 3
4397
4398 # VPP Functional Results - CentOS
4399 - type: "file"
4400   title: "VPP Functional Results - CentOS"
4401   algorithm: "file_test_results"
4402   output-file-ext: ".rst"
4403   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4404   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4405   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4406   data:
4407     "vpp-func-results-centos"
4408   filter: "all"
4409   parameters:
4410   - "name"
4411   - "doc"
4412   - "level"
4413   - "parent"
4414   data-start-level: 3
4415
4416 # VPP Functional Configuration - Ubuntu
4417 - type: "file"
4418   title: "VPP Functional Configuration - Ubuntu"
4419   algorithm: "file_test_results"
4420   output-file-ext: ".rst"
4421   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4422   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"
4423   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4424   data: "vpp-func-results-ubuntu"
4425   filter: "all"
4426   parameters:
4427   - "name"
4428   - "doc"
4429   - "level"
4430   - "parent"
4431   data-start-level: 3
4432
4433 # VPP Functional Configuration - CentOS
4434 - type: "file"
4435   title: "VPP Functional Configuration - CentOS"
4436   algorithm: "file_test_results"
4437   output-file-ext: ".rst"
4438   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4439   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"
4440   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4441   data:
4442     "vpp-func-results-centos"
4443   filter: "all"
4444   parameters:
4445   - "name"
4446   - "doc"
4447   - "level"
4448   - "parent"
4449   data-start-level: 3
4450
4451 # VPP Device Results - Ubuntu
4452 - type: "file"
4453   title: "VPP Device Results - Ubuntu"
4454   algorithm: "file_test_results"
4455   output-file-ext: ".rst"
4456   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4457   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"
4458   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4459   data: "vpp-device-results-ubuntu"
4460   filter: "all"
4461   parameters:
4462   - "name"
4463   - "doc"
4464   - "level"
4465   - "parent"
4466   data-start-level: 2
4467
4468 # VPP Device Configuration - Ubuntu
4469 - type: "file"
4470   title: "VPP Device Configuration - Ubuntu"
4471   algorithm: "file_test_results"
4472   output-file-ext: ".rst"
4473   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4474   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"
4475   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4476   data: "vpp-device-results-ubuntu"
4477   filter: "all"
4478   parameters:
4479   - "name"
4480   - "doc"
4481   - "level"
4482   - "parent"
4483   data-start-level: 2
4484
4485 ## Container Orchestrated Performance Results 3n-hsw
4486 #- type: "file"
4487 #  title: "Container Orchestrated Performance Results 3n-hsw"
4488 #  algorithm: "file_test_results"
4489 #  output-file-ext: ".rst"
4490 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4491 #  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"
4492 #  dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4493 #  data: "ligato-perf-results-3n-hsw"
4494 #  filter: "all"
4495 #  parameters:
4496 #  - "name"
4497 #  - "doc"
4498 #  - "level"
4499 #  - "parent"
4500 #  data-start-level: 3
4501
4502 # DPDK Performance Results 3n-hsw
4503 - type: "file"
4504   title: "DPDK Performance Results 3n-hsw"
4505   algorithm: "file_test_results"
4506   output-file-ext: ".rst"
4507   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4508   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"
4509   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4510   data: "dpdk-perf-results-3n-hsw"
4511   filter: "all"
4512   parameters:
4513   - "name"
4514   - "doc"
4515   - "level"
4516   - "parent"
4517   data-start-level: 3
4518
4519 # DPDK Performance Results 3n-skx
4520 - type: "file"
4521   title: "DPDK Performance Results 3n-skx"
4522   algorithm: "file_test_results"
4523   output-file-ext: ".rst"
4524   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4525   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"
4526   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4527   data: "dpdk-perf-results-3n-skx"
4528   filter: "all"
4529   parameters:
4530   - "name"
4531   - "doc"
4532   - "level"
4533   - "parent"
4534   data-start-level: 3
4535
4536 # DPDK Performance Results 2n-skx
4537 - type: "file"
4538   title: "DPDK Performance Results 2n-skx"
4539   algorithm: "file_test_results"
4540   output-file-ext: ".rst"
4541   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4542   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"
4543   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4544   data: "dpdk-perf-results-2n-skx"
4545   filter: "all"
4546   parameters:
4547   - "name"
4548   - "doc"
4549   - "level"
4550   - "parent"
4551   data-start-level: 3
4552
4553 # Honeycomb Functional Results
4554 - type: "file"
4555   title: "Honeycomb Functional Results"
4556   algorithm: "file_test_results"
4557   output-file-ext: ".rst"
4558   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4559   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"
4560   dir-tables: "{DIR[DTR,FUNC,HC]}"
4561   data:
4562     "hc-func-results"
4563   filter: "all"
4564   parameters:
4565   - "name"
4566   - "doc"
4567   - "level"
4568   - "parent"
4569   data-start-level: 3
4570
4571 # NSH SFC Functional Results
4572 #-
4573 #  type: "file"
4574 #  title: "NSH SFC Functional Results"
4575 #  algorithm: "file_test_results"
4576 #  output-file-ext: ".rst"
4577 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4578 #  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"
4579 #  dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4580 #  data:
4581 #    "nsh-func-results"
4582 #  filter: "all"
4583 #  parameters:
4584 #  - "name"
4585 #  - "doc"
4586 #  - "level"
4587 #  - "parent"
4588 #  data-start-level: 3
4589
4590 # DMM Functional Results
4591 - type: "file"
4592   title: "DMM Functional Results"
4593   algorithm: "file_test_results"
4594   output-file-ext: ".rst"
4595   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4596   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"
4597   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4598   data:
4599     "dmm-func-results"
4600   filter: "all"
4601   parameters:
4602   - "name"
4603   - "doc"
4604   - "level"
4605   - "parent"
4606   data-start-level: 3
4607
4608 ################################################################################
4609 ###                                P L O T S                                 ###
4610 ################################################################################
4611
4612 # Soak Test (PLRsearch), boxes
4613 - type: "plot"
4614   title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4615   algorithm: "plot_performance_box"
4616   output-file-type: ".html"
4617   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
4618   data: "plot-vpp-soak-2n-skx"
4619   filter: "('L2BDMACLRN' or 'L2PATCH' or 'L2XCBASE') and not 'VHOST' and not 'MEMIF'"
4620   parameters:
4621     - "throughput"
4622     - "parent"
4623     - "tags"
4624   sort:
4625     - "DRV_AVF"
4626     - "DRV_AVF"
4627     - "DRV_AVF"
4628     - "L2BDMACLRN"
4629     - "L2XCBASE"
4630     - "L2PATCH"
4631   traces:
4632     hoverinfo: "x+y"
4633     boxpoints: "all"
4634     whiskerwidth: 0
4635   layout:
4636     title: "2 Hours Soak Test (PLRsearch)"
4637     layout: "plot-soak-throughput"
4638
4639 # Soak Test (PLRsearch), boxes
4640 - type: "plot"
4641   title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4642   algorithm: "plot_performance_box"
4643   output-file-type: ".html"
4644   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
4645   data: "plot-vpp-soak-2n-skx"
4646   filter: "'L2BDMACLRN' and ('VHOST' or 'MEMIF') or 'IP4BASE' or 'IP6BASE'"
4647   parameters:
4648     - "throughput"
4649     - "parent"
4650     - "tags"
4651   sort:
4652     - "VHOST"
4653     - "MEMIF"
4654     - "IP4FWD"
4655     - "IP6FWD"
4656   traces:
4657     hoverinfo: "x+y"
4658     boxpoints: "all"
4659     whiskerwidth: 0
4660   layout:
4661     title: "2 Hours Soak Test (PLRsearch)"
4662     layout: "plot-soak-throughput"
4663
4664 ################################################################################
4665 # Plots - NF Density - VSC - MRR 64b
4666 - type: "plot"
4667   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4668   algorithm: "plot_service_density_heatmap_compare"
4669   output-file-type: ".html"
4670   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4671   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4672   filter: "'NIC_Intel-X710' and
4673            'NF_DENSITY' and
4674            'VHOST' and
4675            'CHAIN' and
4676            'NF_VPPIP4' and
4677            '64B' and
4678            '2T1C' and
4679            'MRR'"
4680   reference:
4681     include: "2"
4682     name: "VNF-1c"
4683   compare:
4684     include: "1"
4685     name: "VNF-0.5c"
4686   parameters:
4687   - "result"
4688   - "name"
4689   - "tags"
4690   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4691   x-axis: "X = VNFs per Service Chain"
4692   y-axis: "Y = Number of Service Chains"
4693   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4694   layout:
4695     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4696     layout: "plot-service-density"
4697
4698 - type: "plot"
4699   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4700   algorithm: "plot_service_density_heatmap_compare"
4701   output-file-type: ".html"
4702   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4703   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4704   filter: "'NIC_Intel-X710' and
4705            'NF_DENSITY' and
4706            'VHOST' and
4707            'CHAIN' and
4708            'NF_VPPIP4' and
4709            '64B' and
4710            '4T2C' and
4711            'MRR'"
4712   reference:
4713     include: "2"
4714     name: "VNF-1c"
4715   compare:
4716     include: "1"
4717     name: "VNF-0.5c"
4718   parameters:
4719   - "result"
4720   - "name"
4721   - "tags"
4722   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4723   x-axis: "X = VNFs per Service Chain"
4724   y-axis: "Y = Number of Service Chains"
4725   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4726   layout:
4727     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4728     layout: "plot-service-density"
4729
4730 - type: "plot"
4731   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4732   algorithm: "plot_service_density_heatmap_compare"
4733   output-file-type: ".html"
4734   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-mrr"
4735   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4736   filter: "'NIC_Intel-X710' and
4737            'NF_DENSITY' and
4738            'VHOST' and
4739            'CHAIN' and
4740            'NF_VPPIP4' and
4741            '64B' and
4742            '8T4C' and
4743            'MRR'"
4744   reference:
4745     include: "2"
4746     name: "VNF-1c"
4747   compare:
4748     include: "1"
4749     name: "VNF-0.5c"
4750   parameters:
4751   - "result"
4752   - "name"
4753   - "tags"
4754   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4755   x-axis: "X = VNFs per Service Chain"
4756   y-axis: "Y = Number of Service Chains"
4757   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4758   layout:
4759     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4760     layout: "plot-service-density"
4761
4762 # Plots - NF Density - VSC - MRR IMIX
4763 - type: "plot"
4764   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4765   algorithm: "plot_service_density_heatmap_compare"
4766   output-file-type: ".html"
4767   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4768   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4769   filter: "'NIC_Intel-X710' and
4770            'NF_DENSITY' and
4771            'VHOST' and
4772            'CHAIN' and
4773            'NF_VPPIP4' and
4774            'IMIX' and
4775            '2T1C' and
4776            'MRR'"
4777   reference:
4778     include: "2"
4779     name: "VNF-1c"
4780   compare:
4781     include: "1"
4782     name: "VNF-0.5c"
4783   parameters:
4784   - "result"
4785   - "name"
4786   - "tags"
4787   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4788   x-axis: "X = VNFs per Service Chain"
4789   y-axis: "Y = Number of Service Chains"
4790   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4791   layout:
4792     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4793     layout: "plot-service-density"
4794
4795 - type: "plot"
4796   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4797   algorithm: "plot_service_density_heatmap_compare"
4798   output-file-type: ".html"
4799   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4800   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4801   filter: "'NIC_Intel-X710' and
4802            'NF_DENSITY' and
4803            'VHOST' and
4804            'CHAIN' and
4805            'NF_VPPIP4' and
4806            'IMIX' and
4807            '4T2C' and
4808            'MRR'"
4809   reference:
4810     include: "2"
4811     name: "VNF-1c"
4812   compare:
4813     include: "1"
4814     name: "VNF-0.5c"
4815   parameters:
4816   - "result"
4817   - "name"
4818   - "tags"
4819   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4820   x-axis: "X = VNFs per Service Chain"
4821   y-axis: "Y = Number of Service Chains"
4822   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4823   layout:
4824     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4825     layout: "plot-service-density"
4826
4827 - type: "plot"
4828   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4829   algorithm: "plot_service_density_heatmap_compare"
4830   output-file-type: ".html"
4831   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-mrr"
4832   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4833   filter: "'NIC_Intel-X710' and
4834            'NF_DENSITY' and
4835            'VHOST' and
4836            'CHAIN' and
4837            'NF_VPPIP4' and
4838            'IMIX' and
4839            '8T4C' and
4840            'MRR'"
4841   reference:
4842     include: "2"
4843     name: "VNF-1c"
4844   compare:
4845     include: "1"
4846     name: "VNF-0.5c"
4847   parameters:
4848   - "result"
4849   - "name"
4850   - "tags"
4851   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4852   x-axis: "X = VNFs per Service Chain"
4853   y-axis: "Y = Number of Service Chains"
4854   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4855   layout:
4856     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4857     layout: "plot-service-density"
4858
4859 # Plots - NF Density - VSC - NDR 64b
4860 - type: "plot"
4861   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4862   algorithm: "plot_service_density_heatmap_compare"
4863   output-file-type: ".html"
4864   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4865   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4866   filter: "'NIC_Intel-X710' and
4867            'NF_DENSITY' and
4868            'VHOST' and
4869            'CHAIN' and
4870            'NF_VPPIP4' and
4871            '64B' and
4872            '2T1C' and
4873            'NDRPDR'"
4874   reference:
4875     include: "2"
4876     name: "VNF-1c"
4877   compare:
4878     include: "1"
4879     name: "VNF-0.5c"
4880   parameters:
4881   - "throughput"
4882   - "name"
4883   - "tags"
4884   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4885   x-axis: "X = VNFs per Service Chain"
4886   y-axis: "Y = Number of Service Chains"
4887   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4888   layout:
4889     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4890     layout: "plot-service-density"
4891
4892 - type: "plot"
4893   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4894   algorithm: "plot_service_density_heatmap_compare"
4895   output-file-type: ".html"
4896   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4897   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4898   filter: "'NIC_Intel-X710' and
4899            'NF_DENSITY' and
4900            'VHOST' and
4901            'CHAIN' and
4902            'NF_VPPIP4' and
4903            '64B' and
4904            '4T2C' and
4905            'NDRPDR'"
4906   reference:
4907     include: "2"
4908     name: "VNF-1c"
4909   compare:
4910     include: "1"
4911     name: "VNF-0.5c"
4912   parameters:
4913   - "throughput"
4914   - "name"
4915   - "tags"
4916   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4917   x-axis: "X = VNFs per Service Chain"
4918   y-axis: "Y = Number of Service Chains"
4919   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4920   layout:
4921     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4922     layout: "plot-service-density"
4923
4924 - type: "plot"
4925   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4926   algorithm: "plot_service_density_heatmap_compare"
4927   output-file-type: ".html"
4928   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-ndr"
4929   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4930   filter: "'NIC_Intel-X710' and
4931            'NF_DENSITY' and
4932            'VHOST' and
4933            'CHAIN' and
4934            'NF_VPPIP4' and
4935            '64B' and
4936            '8T4C' and
4937            'NDRPDR'"
4938   reference:
4939     include: "2"
4940     name: "VNF-1c"
4941   compare:
4942     include: "1"
4943     name: "VNF-0.5c"
4944   parameters:
4945   - "throughput"
4946   - "name"
4947   - "tags"
4948   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4949   x-axis: "X = VNFs per Service Chain"
4950   y-axis: "Y = Number of Service Chains"
4951   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4952   layout:
4953     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4954     layout: "plot-service-density"
4955
4956 # Plots - NF Density - VSC - NDR IMIX
4957 - type: "plot"
4958   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4959   algorithm: "plot_service_density_heatmap_compare"
4960   output-file-type: ".html"
4961   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4962   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4963   filter: "'NIC_Intel-X710' and
4964            'NF_DENSITY' and
4965            'VHOST' and
4966            'CHAIN' and
4967            'NF_VPPIP4' and
4968            'IMIX' and
4969            '2T1C' and
4970            'NDRPDR'"
4971   reference:
4972     include: "2"
4973     name: "VNF-1c"
4974   compare:
4975     include: "1"
4976     name: "VNF-0.5c"
4977   parameters:
4978   - "throughput"
4979   - "name"
4980   - "tags"
4981   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4982   x-axis: "X = VNFs per Service Chain"
4983   y-axis: "Y = Number of Service Chains"
4984   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4985   layout:
4986     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4987     layout: "plot-service-density"
4988
4989 - type: "plot"
4990   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4991   algorithm: "plot_service_density_heatmap_compare"
4992   output-file-type: ".html"
4993   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4994   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4995   filter: "'NIC_Intel-X710' and
4996            'NF_DENSITY' and
4997            'VHOST' and
4998            'CHAIN' and
4999            'NF_VPPIP4' and
5000            'IMIX' and
5001            '4T2C' and
5002            'NDRPDR'"
5003   reference:
5004     include: "2"
5005     name: "VNF-1c"
5006   compare:
5007     include: "1"
5008     name: "VNF-0.5c"
5009   parameters:
5010   - "throughput"
5011   - "name"
5012   - "tags"
5013   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5014   x-axis: "X = VNFs per Service Chain"
5015   y-axis: "Y = Number of Service Chains"
5016   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5017   layout:
5018     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5019     layout: "plot-service-density"
5020
5021 - type: "plot"
5022   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5023   algorithm: "plot_service_density_heatmap_compare"
5024   output-file-type: ".html"
5025   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-ndr"
5026   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5027   filter: "'NIC_Intel-X710' and
5028            'NF_DENSITY' and
5029            'VHOST' and
5030            'CHAIN' and
5031            'NF_VPPIP4' and
5032            'IMIX' and
5033            '8T4C' and
5034            'NDRPDR'"
5035   reference:
5036     include: "2"
5037     name: "VNF-1c"
5038   compare:
5039     include: "1"
5040     name: "VNF-0.5c"
5041   parameters:
5042   - "throughput"
5043   - "name"
5044   - "tags"
5045   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5046   x-axis: "X = VNFs per Service Chain"
5047   y-axis: "Y = Number of Service Chains"
5048   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5049   layout:
5050     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5051     layout: "plot-service-density"
5052
5053 # Plots - NF Density - VSC - PDR 64b
5054 - type: "plot"
5055   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5056   algorithm: "plot_service_density_heatmap_compare"
5057   output-file-type: ".html"
5058   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
5059   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5060   filter: "'NIC_Intel-X710' and
5061            'NF_DENSITY' and
5062            'VHOST' and
5063            'CHAIN' and
5064            'NF_VPPIP4' and
5065            '64B' and
5066            '2T1C' and
5067            'NDRPDR'"
5068   reference:
5069     include: "2"
5070     name: "VNF-1c"
5071   compare:
5072     include: "1"
5073     name: "VNF-0.5c"
5074   parameters:
5075   - "throughput"
5076   - "name"
5077   - "tags"
5078   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5079   x-axis: "X = VNFs per Service Chain"
5080   y-axis: "Y = Number of Service Chains"
5081   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5082   layout:
5083     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5084     layout: "plot-service-density"
5085
5086 - type: "plot"
5087   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5088   algorithm: "plot_service_density_heatmap_compare"
5089   output-file-type: ".html"
5090   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
5091   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5092   filter: "'NIC_Intel-X710' and
5093            'NF_DENSITY' and
5094            'VHOST' and
5095            'CHAIN' and
5096            'NF_VPPIP4' and
5097            '64B' and
5098            '4T2C' and
5099            'NDRPDR'"
5100   reference:
5101     include: "2"
5102     name: "VNF-1c"
5103   compare:
5104     include: "1"
5105     name: "VNF-0.5c"
5106   parameters:
5107   - "throughput"
5108   - "name"
5109   - "tags"
5110   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5111   x-axis: "X = VNFs per Service Chain"
5112   y-axis: "Y = Number of Service Chains"
5113   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5114   layout:
5115     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5116     layout: "plot-service-density"
5117
5118 - type: "plot"
5119   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5120   algorithm: "plot_service_density_heatmap_compare"
5121   output-file-type: ".html"
5122   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-pdr"
5123   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5124   filter: "'NIC_Intel-X710' and
5125            'NF_DENSITY' and
5126            'VHOST' and
5127            'CHAIN' and
5128            'NF_VPPIP4' and
5129            '64B' and
5130            '8T4C' and
5131            'NDRPDR'"
5132   reference:
5133     include: "2"
5134     name: "VNF-1c"
5135   compare:
5136     include: "1"
5137     name: "VNF-0.5c"
5138   parameters:
5139   - "throughput"
5140   - "name"
5141   - "tags"
5142   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5143   x-axis: "X = VNFs per Service Chain"
5144   y-axis: "Y = Number of Service Chains"
5145   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5146   layout:
5147     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5148     layout: "plot-service-density"
5149
5150 # Plots - NF Density - VSC - PDR IMIX
5151 - type: "plot"
5152   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5153   algorithm: "plot_service_density_heatmap_compare"
5154   output-file-type: ".html"
5155   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5156   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5157   filter: "'NIC_Intel-X710' and
5158            'NF_DENSITY' and
5159            'VHOST' and
5160            'CHAIN' and
5161            'NF_VPPIP4' and
5162            'IMIX' and
5163            '2T1C' and
5164            'NDRPDR'"
5165   reference:
5166     include: "2"
5167     name: "VNF-1c"
5168   compare:
5169     include: "1"
5170     name: "VNF-0.5c"
5171   parameters:
5172   - "throughput"
5173   - "name"
5174   - "tags"
5175   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5176   x-axis: "X = VNFs per Service Chain"
5177   y-axis: "Y = Number of Service Chains"
5178   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5179   layout:
5180     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5181     layout: "plot-service-density"
5182
5183 - type: "plot"
5184   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5185   algorithm: "plot_service_density_heatmap_compare"
5186   output-file-type: ".html"
5187   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5188   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5189   filter: "'NIC_Intel-X710' and
5190            'NF_DENSITY' and
5191            'VHOST' and
5192            'CHAIN' and
5193            'NF_VPPIP4' and
5194            'IMIX' and
5195            '4T2C' and
5196            'NDRPDR'"
5197   reference:
5198     include: "2"
5199     name: "VNF-1c"
5200   compare:
5201     include: "1"
5202     name: "VNF-0.5c"
5203   parameters:
5204   - "throughput"
5205   - "name"
5206   - "tags"
5207   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5208   x-axis: "X = VNFs per Service Chain"
5209   y-axis: "Y = Number of Service Chains"
5210   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5211   layout:
5212     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5213     layout: "plot-service-density"
5214
5215 - type: "plot"
5216   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5217   algorithm: "plot_service_density_heatmap_compare"
5218   output-file-type: ".html"
5219   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-pdr"
5220   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5221   filter: "'NIC_Intel-X710' and
5222            'NF_DENSITY' and
5223            'VHOST' and
5224            'CHAIN' and
5225            'NF_VPPIP4' and
5226            'IMIX' and
5227            '8T4C' and
5228            'NDRPDR'"
5229   reference:
5230     include: "2"
5231     name: "VNF-1c"
5232   compare:
5233     include: "1"
5234     name: "VNF-0.5c"
5235   parameters:
5236   - "throughput"
5237   - "name"
5238   - "tags"
5239   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5240   x-axis: "X = VNFs per Service Chain"
5241   y-axis: "Y = Number of Service Chains"
5242   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5243   layout:
5244     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5245     layout: "plot-service-density"
5246
5247 ################################################################################
5248 # Plots - NF Density - CSC - MRR 64b
5249 - type: "plot"
5250   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5251   algorithm: "plot_service_density_heatmap_compare"
5252   output-file-type: ".html"
5253   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5254   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5255   filter: "'NIC_Intel-X710' and
5256            'NF_DENSITY' and
5257            'DOCKER' and
5258            'CHAIN' and
5259            'NF_VPPIP4' and
5260            '64B' and
5261            '2T1C' and
5262            'MRR'"
5263   reference:
5264     include: "2"
5265     name: "CNF-1c"
5266   compare:
5267     include: "1"
5268     name: "CNF-0.5c"
5269   parameters:
5270   - "result"
5271   - "name"
5272   - "tags"
5273   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5274   x-axis: "X = CNFs per Service Chain"
5275   y-axis: "Y = Number of Service Chains"
5276   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5277   layout:
5278     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5279     layout: "plot-service-density"
5280
5281 - type: "plot"
5282   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5283   algorithm: "plot_service_density_heatmap_compare"
5284   output-file-type: ".html"
5285   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5286   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5287   filter: "'NIC_Intel-X710' and
5288            'NF_DENSITY' and
5289            'DOCKER' and
5290            'CHAIN' and
5291            'NF_VPPIP4' and
5292            '64B' and
5293            '4T2C' and
5294            'MRR'"
5295   reference:
5296     include: "2"
5297     name: "CNF-1c"
5298   compare:
5299     include: "1"
5300     name: "CNF-0.5c"
5301   parameters:
5302   - "result"
5303   - "name"
5304   - "tags"
5305   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5306   x-axis: "X = CNFs per Service Chain"
5307   y-axis: "Y = Number of Service Chains"
5308   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5309   layout:
5310     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5311     layout: "plot-service-density"
5312
5313 - type: "plot"
5314   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5315   algorithm: "plot_service_density_heatmap_compare"
5316   output-file-type: ".html"
5317   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-mrr"
5318   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5319   filter: "'NIC_Intel-X710' and
5320            'NF_DENSITY' and
5321            'DOCKER' and
5322            'CHAIN' and
5323            'NF_VPPIP4' and
5324            '64B' and
5325            '8T4C' and
5326            'MRR'"
5327   reference:
5328     include: "2"
5329     name: "CNF-1c"
5330   compare:
5331     include: "1"
5332     name: "CNF-0.5c"
5333   parameters:
5334   - "result"
5335   - "name"
5336   - "tags"
5337   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5338   x-axis: "X = CNFs per Service Chain"
5339   y-axis: "Y = Number of Service Chains"
5340   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5341   layout:
5342     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5343     layout: "plot-service-density"
5344
5345 # Plots - NF Density - CSC - MRR IMIX
5346 - type: "plot"
5347   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5348   algorithm: "plot_service_density_heatmap_compare"
5349   output-file-type: ".html"
5350   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5351   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5352   filter: "'NIC_Intel-X710' and
5353            'NF_DENSITY' and
5354            'DOCKER' and
5355            'CHAIN' and
5356            'NF_VPPIP4' and
5357            'IMIX' and
5358            '2T1C' and
5359            'MRR'"
5360   reference:
5361     include: "2"
5362     name: "CNF-1c"
5363   compare:
5364     include: "1"
5365     name: "CNF-0.5c"
5366   parameters:
5367   - "result"
5368   - "name"
5369   - "tags"
5370   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5371   x-axis: "X = CNFs per Service Chain"
5372   y-axis: "Y = Number of Service Chains"
5373   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5374   layout:
5375     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5376     layout: "plot-service-density"
5377
5378 - type: "plot"
5379   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5380   algorithm: "plot_service_density_heatmap_compare"
5381   output-file-type: ".html"
5382   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5383   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5384   filter: "'NIC_Intel-X710' and
5385            'NF_DENSITY' and
5386            'DOCKER' and
5387            'CHAIN' and
5388            'NF_VPPIP4' and
5389            'IMIX' and
5390            '4T2C' and
5391            'MRR'"
5392   reference:
5393     include: "2"
5394     name: "CNF-1c"
5395   compare:
5396     include: "1"
5397     name: "CNF-0.5c"
5398   parameters:
5399   - "result"
5400   - "name"
5401   - "tags"
5402   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5403   x-axis: "X = CNFs per Service Chain"
5404   y-axis: "Y = Number of Service Chains"
5405   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5406   layout:
5407     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5408     layout: "plot-service-density"
5409
5410 - type: "plot"
5411   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5412   algorithm: "plot_service_density_heatmap_compare"
5413   output-file-type: ".html"
5414   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-mrr"
5415   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5416   filter: "'NIC_Intel-X710' and
5417            'NF_DENSITY' and
5418            'DOCKER' and
5419            'CHAIN' and
5420            'NF_VPPIP4' and
5421            'IMIX' and
5422            '8T4C' and
5423            'MRR'"
5424   reference:
5425     include: "2"
5426     name: "CNF-1c"
5427   compare:
5428     include: "1"
5429     name: "CNF-0.5c"
5430   parameters:
5431   - "result"
5432   - "name"
5433   - "tags"
5434   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5435   x-axis: "X = CNFs per Service Chain"
5436   y-axis: "Y = Number of Service Chains"
5437   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5438   layout:
5439     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5440     layout: "plot-service-density"
5441
5442 # Plots - NF Density - CSC - NDR 64b
5443 - type: "plot"
5444   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5445   algorithm: "plot_service_density_heatmap_compare"
5446   output-file-type: ".html"
5447   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5448   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5449   filter: "'NIC_Intel-X710' and
5450            'NF_DENSITY' and
5451            'DOCKER' and
5452            'CHAIN' and
5453            'NF_VPPIP4' and
5454            '64B' and
5455            '2T1C' and
5456            'NDRPDR'"
5457   reference:
5458     include: "2"
5459     name: "CNF-1c"
5460   compare:
5461     include: "1"
5462     name: "CNF-0.5c"
5463   parameters:
5464   - "throughput"
5465   - "name"
5466   - "tags"
5467   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5468   x-axis: "X = CNFs per Service Chain"
5469   y-axis: "Y = Number of Service Chains"
5470   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5471   layout:
5472     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5473     layout: "plot-service-density"
5474
5475 - type: "plot"
5476   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5477   algorithm: "plot_service_density_heatmap_compare"
5478   output-file-type: ".html"
5479   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5480   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5481   filter: "'NIC_Intel-X710' and
5482            'NF_DENSITY' and
5483            'DOCKER' and
5484            'CHAIN' and
5485            'NF_VPPIP4' and
5486            '64B' and
5487            '4T2C' and
5488            'NDRPDR'"
5489   reference:
5490     include: "2"
5491     name: "CNF-1c"
5492   compare:
5493     include: "1"
5494     name: "CNF-0.5c"
5495   parameters:
5496   - "throughput"
5497   - "name"
5498   - "tags"
5499   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5500   x-axis: "X = CNFs per Service Chain"
5501   y-axis: "Y = Number of Service Chains"
5502   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5503   layout:
5504     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5505     layout: "plot-service-density"
5506
5507 - type: "plot"
5508   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5509   algorithm: "plot_service_density_heatmap_compare"
5510   output-file-type: ".html"
5511   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-ndr"
5512   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5513   filter: "'NIC_Intel-X710' and
5514            'NF_DENSITY' and
5515            'DOCKER' and
5516            'CHAIN' and
5517            'NF_VPPIP4' and
5518            '64B' and
5519            '8T4C' and
5520            'NDRPDR'"
5521   reference:
5522     include: "2"
5523     name: "CNF-1c"
5524   compare:
5525     include: "1"
5526     name: "CNF-0.5c"
5527   parameters:
5528   - "throughput"
5529   - "name"
5530   - "tags"
5531   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5532   x-axis: "X = CNFs per Service Chain"
5533   y-axis: "Y = Number of Service Chains"
5534   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5535   layout:
5536     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5537     layout: "plot-service-density"
5538
5539 # Plots - NF Density - CSC - NDR IMIX
5540 - type: "plot"
5541   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5542   algorithm: "plot_service_density_heatmap_compare"
5543   output-file-type: ".html"
5544   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5545   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5546   filter: "'NIC_Intel-X710' and
5547            'NF_DENSITY' and
5548            'DOCKER' and
5549            'CHAIN' and
5550            'NF_VPPIP4' and
5551            'IMIX' and
5552            '2T1C' and
5553            'NDRPDR'"
5554   reference:
5555     include: "2"
5556     name: "CNF-1c"
5557   compare:
5558     include: "1"
5559     name: "CNF-0.5c"
5560   parameters:
5561   - "throughput"
5562   - "name"
5563   - "tags"
5564   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5565   x-axis: "X = CNFs per Service Chain"
5566   y-axis: "Y = Number of Service Chains"
5567   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5568   layout:
5569     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5570     layout: "plot-service-density"
5571
5572 - type: "plot"
5573   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5574   algorithm: "plot_service_density_heatmap_compare"
5575   output-file-type: ".html"
5576   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5577   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5578   filter: "'NIC_Intel-X710' and
5579            'NF_DENSITY' and
5580            'DOCKER' and
5581            'CHAIN' and
5582            'NF_VPPIP4' and
5583            'IMIX' and
5584            '4T2C' and
5585            'NDRPDR'"
5586   reference:
5587     include: "2"
5588     name: "CNF-1c"
5589   compare:
5590     include: "1"
5591     name: "CNF-0.5c"
5592   parameters:
5593   - "throughput"
5594   - "name"
5595   - "tags"
5596   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5597   x-axis: "X = CNFs per Service Chain"
5598   y-axis: "Y = Number of Service Chains"
5599   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5600   layout:
5601     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5602     layout: "plot-service-density"
5603
5604 - type: "plot"
5605   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5606   algorithm: "plot_service_density_heatmap_compare"
5607   output-file-type: ".html"
5608   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-ndr"
5609   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5610   filter: "'NIC_Intel-X710' and
5611            'NF_DENSITY' and
5612            'DOCKER' and
5613            'CHAIN' and
5614            'NF_VPPIP4' and
5615            'IMIX' and
5616            '8T4C' and
5617            'NDRPDR'"
5618   reference:
5619     include: "2"
5620     name: "CNF-1c"
5621   compare:
5622     include: "1"
5623     name: "CNF-0.5c"
5624   parameters:
5625   - "throughput"
5626   - "name"
5627   - "tags"
5628   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5629   x-axis: "X = CNFs per Service Chain"
5630   y-axis: "Y = Number of Service Chains"
5631   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5632   layout:
5633     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5634     layout: "plot-service-density"
5635
5636 # Plots - NF Density - CSC - PDR 64b
5637 - type: "plot"
5638   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5639   algorithm: "plot_service_density_heatmap_compare"
5640   output-file-type: ".html"
5641   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5642   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5643   filter: "'NIC_Intel-X710' and
5644            'NF_DENSITY' and
5645            'DOCKER' and
5646            'CHAIN' and
5647            'NF_VPPIP4' and
5648            '64B' and
5649            '2T1C' and
5650            'NDRPDR'"
5651   reference:
5652     include: "2"
5653     name: "CNF-1c"
5654   compare:
5655     include: "1"
5656     name: "CNF-0.5c"
5657   parameters:
5658   - "throughput"
5659   - "name"
5660   - "tags"
5661   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5662   x-axis: "X = CNFs per Service Chain"
5663   y-axis: "Y = Number of Service Chains"
5664   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5665   layout:
5666     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5667     layout: "plot-service-density"
5668
5669 - type: "plot"
5670   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5671   algorithm: "plot_service_density_heatmap_compare"
5672   output-file-type: ".html"
5673   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5674   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5675   filter: "'NIC_Intel-X710' and
5676            'NF_DENSITY' and
5677            'DOCKER' and
5678            'CHAIN' and
5679            'NF_VPPIP4' and
5680            '64B' and
5681            '4T2C' and
5682            'NDRPDR'"
5683   reference:
5684     include: "2"
5685     name: "CNF-1c"
5686   compare:
5687     include: "1"
5688     name: "CNF-0.5c"
5689   parameters:
5690   - "throughput"
5691   - "name"
5692   - "tags"
5693   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5694   x-axis: "X = CNFs per Service Chain"
5695   y-axis: "Y = Number of Service Chains"
5696   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5697   layout:
5698     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5699     layout: "plot-service-density"
5700
5701 - type: "plot"
5702   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5703   algorithm: "plot_service_density_heatmap_compare"
5704   output-file-type: ".html"
5705   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-pdr"
5706   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5707   filter: "'NIC_Intel-X710' and
5708            'NF_DENSITY' and
5709            'DOCKER' and
5710            'CHAIN' and
5711            'NF_VPPIP4' and
5712            '64B' and
5713            '8T4C' and
5714            'NDRPDR'"
5715   reference:
5716     include: "2"
5717     name: "CNF-1c"
5718   compare:
5719     include: "1"
5720     name: "CNF-0.5c"
5721   parameters:
5722   - "throughput"
5723   - "name"
5724   - "tags"
5725   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5726   x-axis: "X = CNFs per Service Chain"
5727   y-axis: "Y = Number of Service Chains"
5728   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5729   layout:
5730     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5731     layout: "plot-service-density"
5732
5733 # Plots - NF Density - CSC - PDR IMIX
5734 - type: "plot"
5735   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5736   algorithm: "plot_service_density_heatmap_compare"
5737   output-file-type: ".html"
5738   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5739   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5740   filter: "'NIC_Intel-X710' and
5741            'NF_DENSITY' and
5742            'DOCKER' and
5743            'CHAIN' and
5744            'NF_VPPIP4' and
5745            'IMIX' and
5746            '2T1C' and
5747            'NDRPDR'"
5748   reference:
5749     include: "2"
5750     name: "CNF-1c"
5751   compare:
5752     include: "1"
5753     name: "CNF-0.5c"
5754   parameters:
5755   - "throughput"
5756   - "name"
5757   - "tags"
5758   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5759   x-axis: "X = CNFs per Service Chain"
5760   y-axis: "Y = Number of Service Chains"
5761   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5762   layout:
5763     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5764     layout: "plot-service-density"
5765
5766 - type: "plot"
5767   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5768   algorithm: "plot_service_density_heatmap_compare"
5769   output-file-type: ".html"
5770   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5771   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5772   filter: "'NIC_Intel-X710' and
5773            'NF_DENSITY' and
5774            'DOCKER' and
5775            'CHAIN' and
5776            'NF_VPPIP4' and
5777            'IMIX' and
5778            '4T2C' and
5779            'NDRPDR'"
5780   reference:
5781     include: "2"
5782     name: "CNF-1c"
5783   compare:
5784     include: "1"
5785     name: "CNF-0.5c"
5786   parameters:
5787   - "throughput"
5788   - "name"
5789   - "tags"
5790   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5791   x-axis: "X = CNFs per Service Chain"
5792   y-axis: "Y = Number of Service Chains"
5793   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5794   layout:
5795     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5796     layout: "plot-service-density"
5797
5798 - type: "plot"
5799   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5800   algorithm: "plot_service_density_heatmap_compare"
5801   output-file-type: ".html"
5802   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-pdr"
5803   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5804   filter: "'NIC_Intel-X710' and
5805            'NF_DENSITY' and
5806            'DOCKER' and
5807            'CHAIN' and
5808            'NF_VPPIP4' and
5809            'IMIX' and
5810            '8T4C' and
5811            'NDRPDR'"
5812   reference:
5813     include: "2"
5814     name: "CNF-1c"
5815   compare:
5816     include: "1"
5817     name: "CNF-0.5c"
5818   parameters:
5819   - "throughput"
5820   - "name"
5821   - "tags"
5822   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5823   x-axis: "X = CNFs per Service Chain"
5824   y-axis: "Y = Number of Service Chains"
5825   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5826   layout:
5827     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5828     layout: "plot-service-density"
5829
5830 ################################################################################
5831 # Plots - NF Density - CSP - MRR 64b
5832 - type: "plot"
5833   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5834   algorithm: "plot_service_density_heatmap_compare"
5835   output-file-type: ".html"
5836   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5837   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5838   filter: "'NIC_Intel-X710' and
5839            'NF_DENSITY' and
5840            'DOCKER' and
5841            'PIPELINE' and
5842            'NF_VPPIP4' and
5843            '64B' and
5844            '2T1C' and
5845            'MRR'"
5846   reference:
5847     include: "2"
5848     name: "CNF-1c"
5849   compare:
5850     include: "1"
5851     name: "CNF-0.5c"
5852   parameters:
5853   - "result"
5854   - "name"
5855   - "tags"
5856   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5857   x-axis: "X = CNFs per Service Pipeline"
5858   y-axis: "Y = Number of Service Pipelines"
5859   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5860   layout:
5861     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5862     layout: "plot-service-density"
5863
5864 - type: "plot"
5865   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5866   algorithm: "plot_service_density_heatmap_compare"
5867   output-file-type: ".html"
5868   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5869   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5870   filter: "'NIC_Intel-X710' and
5871            'NF_DENSITY' and
5872            'DOCKER' and
5873            'PIPELINE' and
5874            'NF_VPPIP4' and
5875            '64B' and
5876            '4T2C' and
5877            'MRR'"
5878   reference:
5879     include: "2"
5880     name: "CNF-1c"
5881   compare:
5882     include: "1"
5883     name: "CNF-0.5c"
5884   parameters:
5885   - "result"
5886   - "name"
5887   - "tags"
5888   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5889   x-axis: "X = CNFs per Service Pipeline"
5890   y-axis: "Y = Number of Service Pipelines"
5891   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5892   layout:
5893     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5894     layout: "plot-service-density"
5895
5896 - type: "plot"
5897   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5898   algorithm: "plot_service_density_heatmap_compare"
5899   output-file-type: ".html"
5900   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-mrr"
5901   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5902   filter: "'NIC_Intel-X710' and
5903            'NF_DENSITY' and
5904            'DOCKER' and
5905            'PIPELINE' and
5906            'NF_VPPIP4' and
5907            '64B' and
5908            '8T4C' and
5909            'MRR'"
5910   reference:
5911     include: "2"
5912     name: "CNF-1c"
5913   compare:
5914     include: "1"
5915     name: "CNF-0.5c"
5916   parameters:
5917   - "result"
5918   - "name"
5919   - "tags"
5920   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5921   x-axis: "X = CNFs per Service Pipeline"
5922   y-axis: "Y = Number of Service Pipelines"
5923   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5924   layout:
5925     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5926     layout: "plot-service-density"
5927
5928 # Plots - NF Density - CSP - MRR IMIX
5929 - type: "plot"
5930   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5931   algorithm: "plot_service_density_heatmap_compare"
5932   output-file-type: ".html"
5933   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5934   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5935   filter: "'NIC_Intel-X710' and
5936            'NF_DENSITY' and
5937            'DOCKER' and
5938            'PIPELINE' and
5939            'NF_VPPIP4' and
5940            'IMIX' and
5941            '2T1C' and
5942            'MRR'"
5943   reference:
5944     include: "2"
5945     name: "CNF-1c"
5946   compare:
5947     include: "1"
5948     name: "CNF-0.5c"
5949   parameters:
5950   - "result"
5951   - "name"
5952   - "tags"
5953   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5954   x-axis: "X = CNFs per Service Pipeline"
5955   y-axis: "Y = Number of Service Pipelines"
5956   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5957   layout:
5958     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5959     layout: "plot-service-density"
5960
5961 - type: "plot"
5962   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5963   algorithm: "plot_service_density_heatmap_compare"
5964   output-file-type: ".html"
5965   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5966   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5967   filter: "'NIC_Intel-X710' and
5968            'NF_DENSITY' and
5969            'DOCKER' and
5970            'PIPELINE' and
5971            'NF_VPPIP4' and
5972            'IMIX' and
5973            '4T2C' and
5974            'MRR'"
5975   reference:
5976     include: "2"
5977     name: "CNF-1c"
5978   compare:
5979     include: "1"
5980     name: "CNF-0.5c"
5981   parameters:
5982   - "result"
5983   - "name"
5984   - "tags"
5985   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5986   x-axis: "X = CNFs per Service Pipeline"
5987   y-axis: "Y = Number of Service Pipelines"
5988   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5989   layout:
5990     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5991     layout: "plot-service-density"
5992
5993 - type: "plot"
5994   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5995   algorithm: "plot_service_density_heatmap_compare"
5996   output-file-type: ".html"
5997   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-mrr"
5998   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5999   filter: "'NIC_Intel-X710' and
6000            'NF_DENSITY' and
6001            'DOCKER' and
6002            'PIPELINE' and
6003            'NF_VPPIP4' and
6004            'IMIX' and
6005            '8T4C' and
6006            'MRR'"
6007   reference:
6008     include: "2"
6009     name: "CNF-1c"
6010   compare:
6011     include: "1"
6012     name: "CNF-0.5c"
6013   parameters:
6014   - "result"
6015   - "name"
6016   - "tags"
6017   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6018   x-axis: "X = CNFs per Service Pipeline"
6019   y-axis: "Y = Number of Service Pipelines"
6020   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6021   layout:
6022     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
6023     layout: "plot-service-density"
6024
6025 # Plots - NF Density - CSP - NDR 64b
6026 - type: "plot"
6027   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6028   algorithm: "plot_service_density_heatmap_compare"
6029   output-file-type: ".html"
6030   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
6031   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6032   filter: "'NIC_Intel-X710' and
6033            'NF_DENSITY' and
6034            'DOCKER' and
6035            'PIPELINE' and
6036            'NF_VPPIP4' and
6037            '64B' and
6038            '2T1C' and
6039            'NDRPDR'"
6040   reference:
6041     include: "2"
6042     name: "CNF-1c"
6043   compare:
6044     include: "1"
6045     name: "CNF-0.5c"
6046   parameters:
6047   - "throughput"
6048   - "name"
6049   - "tags"
6050   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6051   x-axis: "X = CNFs per Service Pipeline"
6052   y-axis: "Y = Number of Service Pipelines"
6053   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6054   layout:
6055     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6056     layout: "plot-service-density"
6057
6058 - type: "plot"
6059   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6060   algorithm: "plot_service_density_heatmap_compare"
6061   output-file-type: ".html"
6062   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
6063   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6064   filter: "'NIC_Intel-X710' and
6065            'NF_DENSITY' and
6066            'DOCKER' and
6067            'PIPELINE' and
6068            'NF_VPPIP4' and
6069            '64B' and
6070            '4T2C' and
6071            'NDRPDR'"
6072   reference:
6073     include: "2"
6074     name: "CNF-1c"
6075   compare:
6076     include: "1"
6077     name: "CNF-0.5c"
6078   parameters:
6079   - "throughput"
6080   - "name"
6081   - "tags"
6082   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6083   x-axis: "X = CNFs per Service Pipeline"
6084   y-axis: "Y = Number of Service Pipelines"
6085   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6086   layout:
6087     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6088     layout: "plot-service-density"
6089
6090 - type: "plot"
6091   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6092   algorithm: "plot_service_density_heatmap_compare"
6093   output-file-type: ".html"
6094   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-ndr"
6095   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6096   filter: "'NIC_Intel-X710' and
6097            'NF_DENSITY' and
6098            'DOCKER' and
6099            'PIPELINE' and
6100            'NF_VPPIP4' and
6101            '64B' and
6102            '8T4C' and
6103            'NDRPDR'"
6104   reference:
6105     include: "2"
6106     name: "CNF-1c"
6107   compare:
6108     include: "1"
6109     name: "CNF-0.5c"
6110   parameters:
6111   - "throughput"
6112   - "name"
6113   - "tags"
6114   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6115   x-axis: "X = CNFs per Service Pipeline"
6116   y-axis: "Y = Number of Service Pipelines"
6117   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6118   layout:
6119     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6120     layout: "plot-service-density"
6121
6122 # Plots - NF Density - CSP - NDR IMIX
6123 - type: "plot"
6124   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6125   algorithm: "plot_service_density_heatmap_compare"
6126   output-file-type: ".html"
6127   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
6128   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6129   filter: "'NIC_Intel-X710' and
6130            'NF_DENSITY' and
6131            'DOCKER' and
6132            'PIPELINE' and
6133            'NF_VPPIP4' and
6134            'IMIX' and
6135            '2T1C' and
6136            'NDRPDR'"
6137   reference:
6138     include: "2"
6139     name: "CNF-1c"
6140   compare:
6141     include: "1"
6142     name: "CNF-0.5c"
6143   parameters:
6144   - "throughput"
6145   - "name"
6146   - "tags"
6147   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6148   x-axis: "X = CNFs per Service Pipeline"
6149   y-axis: "Y = Number of Service Pipelines"
6150   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6151   layout:
6152     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6153     layout: "plot-service-density"
6154
6155 - type: "plot"
6156   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6157   algorithm: "plot_service_density_heatmap_compare"
6158   output-file-type: ".html"
6159   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
6160   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6161   filter: "'NIC_Intel-X710' and
6162            'NF_DENSITY' and
6163            'DOCKER' and
6164            'PIPELINE' and
6165            'NF_VPPIP4' and
6166            'IMIX' and
6167            '4T2C' and
6168            'NDRPDR'"
6169   reference:
6170     include: "2"
6171     name: "CNF-1c"
6172   compare:
6173     include: "1"
6174     name: "CNF-0.5c"
6175   parameters:
6176   - "throughput"
6177   - "name"
6178   - "tags"
6179   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6180   x-axis: "X = CNFs per Service Pipeline"
6181   y-axis: "Y = Number of Service Pipelines"
6182   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6183   layout:
6184     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6185     layout: "plot-service-density"
6186
6187 - type: "plot"
6188   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6189   algorithm: "plot_service_density_heatmap_compare"
6190   output-file-type: ".html"
6191   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-ndr"
6192   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6193   filter: "'NIC_Intel-X710' and
6194            'NF_DENSITY' and
6195            'DOCKER' and
6196            'PIPELINE' and
6197            'NF_VPPIP4' and
6198            'IMIX' and
6199            '8T4C' and
6200            'NDRPDR'"
6201   reference:
6202     include: "2"
6203     name: "CNF-1c"
6204   compare:
6205     include: "1"
6206     name: "CNF-0.5c"
6207   parameters:
6208   - "throughput"
6209   - "name"
6210   - "tags"
6211   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6212   x-axis: "X = CNFs per Service Pipeline"
6213   y-axis: "Y = Number of Service Pipelines"
6214   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6215   layout:
6216     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6217     layout: "plot-service-density"
6218
6219 # Plots - NF Density - CSP - PDR 64b
6220 - type: "plot"
6221   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6222   algorithm: "plot_service_density_heatmap_compare"
6223   output-file-type: ".html"
6224   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
6225   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6226   filter: "'NIC_Intel-X710' and
6227            'NF_DENSITY' and
6228            'DOCKER' and
6229            'PIPELINE' and
6230            'NF_VPPIP4' and
6231            '64B' and
6232            '2T1C' and
6233            'NDRPDR'"
6234   reference:
6235     include: "2"
6236     name: "CNF-1c"
6237   compare:
6238     include: "1"
6239     name: "CNF-0.5c"
6240   parameters:
6241   - "throughput"
6242   - "name"
6243   - "tags"
6244   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6245   x-axis: "X = CNFs per Service Pipeline"
6246   y-axis: "Y = Number of Service Pipelines"
6247   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6248   layout:
6249     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6250     layout: "plot-service-density"
6251
6252 - type: "plot"
6253   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6254   algorithm: "plot_service_density_heatmap_compare"
6255   output-file-type: ".html"
6256   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
6257   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6258   filter: "'NIC_Intel-X710' and
6259            'NF_DENSITY' and
6260            'DOCKER' and
6261            'PIPELINE' and
6262            'NF_VPPIP4' and
6263            '64B' and
6264            '4T2C' and
6265            'NDRPDR'"
6266   reference:
6267     include: "2"
6268     name: "CNF-1c"
6269   compare:
6270     include: "1"
6271     name: "CNF-0.5c"
6272   parameters:
6273   - "throughput"
6274   - "name"
6275   - "tags"
6276   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6277   x-axis: "X = CNFs per Service Pipeline"
6278   y-axis: "Y = Number of Service Pipelines"
6279   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6280   layout:
6281     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6282     layout: "plot-service-density"
6283
6284 - type: "plot"
6285   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6286   algorithm: "plot_service_density_heatmap_compare"
6287   output-file-type: ".html"
6288   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-pdr"
6289   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6290   filter: "'NIC_Intel-X710' and
6291            'NF_DENSITY' and
6292            'DOCKER' and
6293            'PIPELINE' and
6294            'NF_VPPIP4' and
6295            '64B' and
6296            '8T4C' and
6297            'NDRPDR'"
6298   reference:
6299     include: "2"
6300     name: "CNF-1c"
6301   compare:
6302     include: "1"
6303     name: "CNF-0.5c"
6304   parameters:
6305   - "throughput"
6306   - "name"
6307   - "tags"
6308   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6309   x-axis: "X = CNFs per Service Pipeline"
6310   y-axis: "Y = Number of Service Pipelines"
6311   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6312   layout:
6313     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6314     layout: "plot-service-density"
6315
6316 # Plots - NF Density - CSP - PDR IMIX
6317 - type: "plot"
6318   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6319   algorithm: "plot_service_density_heatmap_compare"
6320   output-file-type: ".html"
6321   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
6322   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6323   filter: "'NIC_Intel-X710' and
6324            'NF_DENSITY' and
6325            'DOCKER' and
6326            'PIPELINE' and
6327            'NF_VPPIP4' and
6328            'IMIX' and
6329            '2T1C' and
6330            'NDRPDR'"
6331   reference:
6332     include: "2"
6333     name: "CNF-1c"
6334   compare:
6335     include: "1"
6336     name: "CNF-0.5c"
6337   parameters:
6338   - "throughput"
6339   - "name"
6340   - "tags"
6341   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6342   x-axis: "X = CNFs per Service Pipeline"
6343   y-axis: "Y = Number of Service Pipelines"
6344   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6345   layout:
6346     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6347     layout: "plot-service-density"
6348
6349 - type: "plot"
6350   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6351   algorithm: "plot_service_density_heatmap_compare"
6352   output-file-type: ".html"
6353   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
6354   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6355   filter: "'NIC_Intel-X710' and
6356            'NF_DENSITY' and
6357            'DOCKER' and
6358            'PIPELINE' and
6359            'NF_VPPIP4' and
6360            'IMIX' and
6361            '4T2C' and
6362            'NDRPDR'"
6363   reference:
6364     include: "2"
6365     name: "CNF-1c"
6366   compare:
6367     include: "1"
6368     name: "CNF-0.5c"
6369   parameters:
6370   - "throughput"
6371   - "name"
6372   - "tags"
6373   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6374   x-axis: "X = CNFs per Service Pipeline"
6375   y-axis: "Y = Number of Service Pipelines"
6376   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6377   layout:
6378     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6379     layout: "plot-service-density"
6380
6381 - type: "plot"
6382   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6383   algorithm: "plot_service_density_heatmap_compare"
6384   output-file-type: ".html"
6385   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-pdr"
6386   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6387   filter: "'NIC_Intel-X710' and
6388            'NF_DENSITY' and
6389            'DOCKER' and
6390            'PIPELINE' and
6391            'NF_VPPIP4' and
6392            'IMIX' and
6393            '8T4C' and
6394            'NDRPDR'"
6395   reference:
6396     include: "2"
6397     name: "CNF-1c"
6398   compare:
6399     include: "1"
6400     name: "CNF-0.5c"
6401   parameters:
6402   - "throughput"
6403   - "name"
6404   - "tags"
6405   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6406   x-axis: "X = CNFs per Service Pipeline"
6407   y-axis: "Y = Number of Service Pipelines"
6408   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6409   layout:
6410     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6411     layout: "plot-service-density"
6412
6413 ################################################################################
6414 ## Plots VPP HTTP Server Performance
6415 #- type: "plot"
6416 #  title: "VPP HTTP Server Performance"
6417 #  algorithm: "plot_http_server_performance_box"
6418 #  output-file-type: ".html"
6419 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6420 #  data:
6421 #    "plot-vpp-http-server-performance"
6422 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
6423 #  # each tag is enclosed with ' (apostrophe).
6424 #  filter: "'HTTP' and 'TCP_CPS'"
6425 #  parameters:
6426 #  - "result"
6427 #  - "name"
6428 #  traces:
6429 #    hoverinfo: "x+y"
6430 #    boxpoints: "outliers"
6431 #    whiskerwidth: 0
6432 #  layout:
6433 #    title: "VPP HTTP Server Performance"
6434 #    layout:
6435 #      "plot-cps"
6436 #
6437 #- type: "plot"
6438 #  title: "VPP HTTP Server Performance"
6439 #  algorithm: "plot_http_server_performance_box"
6440 #  output-file-type: ".html"
6441 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6442 #  data:
6443 #    "plot-vpp-http-server-performance"
6444 #  filter: "'HTTP' and 'TCP_RPS'"
6445 #  parameters:
6446 #  - "result"
6447 #  - "name"
6448 #  traces:
6449 #    hoverinfo: "x+y"
6450 #    boxpoints: "outliers"
6451 #    whiskerwidth: 0
6452 #  layout:
6453 #    title: "VPP HTTP Server Performance"
6454 #    layout:
6455 #      "plot-rps"
6456
6457 ################################################################################
6458
6459 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
6460 - type: "plot"
6461   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6462   algorithm: "plot_performance_box"
6463   output-file-type: ".html"
6464   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6465   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6466   filter: "'NIC_Intel-X520-DA2' and
6467            '64B' and
6468            ('BASE' or 'SCALE') and
6469            'NDRPDR' and
6470            'ETH' and
6471            '1T1C' and
6472            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6473            not 'VHOST' and
6474            not 'MEMIF'"
6475   parameters:
6476   - "throughput"
6477   - "parent"
6478   - "tags"
6479   sort:
6480   - "L2PATCH"
6481   - "L2XCBASE"
6482   - "BASE"
6483   - "FIB_10K"
6484   - "FIB_100K"
6485   - "FIB_1M"
6486   traces:
6487     hoverinfo: "x+y"
6488     boxpoints: "outliers"
6489     whiskerwidth: 0
6490   layout:
6491     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6492     layout: "plot-throughput"
6493
6494 - type: "plot"
6495   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6496   algorithm: "plot_performance_box"
6497   output-file-type: ".html"
6498   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6499   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6500   filter: "'NIC_Intel-X520-DA2' and
6501            '64B' and
6502            ('BASE' or 'SCALE') and
6503            'NDRPDR' and
6504            'ETH' and
6505            '1T1C' and
6506            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6507            not 'VHOST' and
6508            not 'MEMIF'"
6509   parameters:
6510   - "throughput"
6511   - "parent"
6512   - "tags"
6513   sort:
6514   - "L2PATCH"
6515   - "L2XCBASE"
6516   - "BASE"
6517   - "FIB_10K"
6518   - "FIB_100K"
6519   - "FIB_1M"
6520   traces:
6521     hoverinfo: "x+y"
6522     boxpoints: "outliers"
6523     whiskerwidth: 0
6524   layout:
6525     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6526     layout: "plot-throughput"
6527
6528 - type: "plot"
6529   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6530   algorithm: "plot_performance_box"
6531   output-file-type: ".html"
6532   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6533   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6534   filter: "'NIC_Intel-X520-DA2' and
6535            '64B' and
6536            ('BASE' or 'SCALE') and
6537            'NDRPDR' and
6538            'ETH' and
6539            '2T2C' and
6540            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6541            not 'VHOST' and
6542            not 'MEMIF'"
6543   parameters:
6544   - "throughput"
6545   - "parent"
6546   - "tags"
6547   sort:
6548   - "L2PATCH"
6549   - "L2XCBASE"
6550   - "BASE"
6551   - "FIB_10K"
6552   - "FIB_100K"
6553   - "FIB_1M"
6554   traces:
6555     hoverinfo: "x+y"
6556     boxpoints: "outliers"
6557     whiskerwidth: 0
6558   layout:
6559     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6560     layout: "plot-throughput"
6561
6562 - type: "plot"
6563   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6564   algorithm: "plot_performance_box"
6565   output-file-type: ".html"
6566   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6567   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6568   filter: "'NIC_Intel-X520-DA2' and
6569            '64B' and
6570            ('BASE' or 'SCALE') and
6571            'NDRPDR' and
6572            'ETH' and
6573            '2T2C' and
6574            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6575            not 'VHOST' and
6576            not 'MEMIF'"
6577   parameters:
6578   - "throughput"
6579   - "parent"
6580   - "tags"
6581   sort:
6582   - "L2PATCH"
6583   - "L2XCBASE"
6584   - "BASE"
6585   - "FIB_10K"
6586   - "FIB_100K"
6587   - "FIB_1M"
6588   traces:
6589     hoverinfo: "x+y"
6590     boxpoints: "outliers"
6591     whiskerwidth: 0
6592   layout:
6593     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6594     layout: "plot-throughput"
6595
6596 # Packet Throughput - VPP L2 3n-hsw-x520 features
6597 - type: "plot"
6598   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6599   algorithm: "plot_performance_box"
6600   output-file-type: ".html"
6601   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6602   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6603   filter: "'NIC_Intel-X520-DA2' and
6604            '64B' and
6605            'NDRPDR' and
6606            '1T1C' and
6607            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6608            not 'ACL' and
6609            not 'VHOST' and
6610            not 'MEMIF'"
6611   parameters:
6612   - "throughput"
6613   - "parent"
6614   - "tags"
6615   sort:
6616   - "L2XCBASE"    # l2xcbase
6617   - "L2BDBASE"    # l2bdbase
6618   - "L2XCFWD"     # dot1q-l2xcbase
6619   - "L2BDMACLRN"  # dot1q-l2bdbase
6620   traces:
6621     hoverinfo: "x+y"
6622     boxpoints: "outliers"
6623     whiskerwidth: 0
6624   layout:
6625     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6626     layout: "plot-throughput"
6627
6628 - type: "plot"
6629   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6630   algorithm: "plot_performance_box"
6631   output-file-type: ".html"
6632   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6633   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6634   filter: "'NIC_Intel-X520-DA2' and
6635            '64B' and
6636            'NDRPDR' and
6637            '1T1C' and
6638            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6639            not 'ACL' and
6640            not 'VHOST' and
6641            not 'MEMIF'"
6642   parameters:
6643   - "throughput"
6644   - "parent"
6645   - "tags"
6646   sort:
6647   - "L2XCBASE"    # l2xcbase
6648   - "L2BDBASE"    # l2bdbase
6649   - "L2XCFWD"     # dot1q-l2xcbase
6650   - "L2BDMACLRN"  # dot1q-l2bdbase
6651   traces:
6652     hoverinfo: "x+y"
6653     boxpoints: "outliers"
6654     whiskerwidth: 0
6655   layout:
6656     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6657     layout: "plot-throughput"
6658
6659 - type: "plot"
6660   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6661   algorithm: "plot_performance_box"
6662   output-file-type: ".html"
6663   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6664   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6665   filter: "'NIC_Intel-X520-DA2' and
6666            '64B' and
6667            'NDRPDR' and
6668            '2T2C' and
6669            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6670            not 'ACL' and
6671            not 'VHOST' and
6672            not 'MEMIF'"
6673   parameters:
6674   - "throughput"
6675   - "parent"
6676   - "tags"
6677   sort:
6678   - "L2XCBASE"    # l2xcbase
6679   - "L2BDBASE"    # l2bdbase
6680   - "L2XCFWD"     # dot1q-l2xcbase
6681   - "L2BDMACLRN"  # dot1q-l2bdbase
6682   traces:
6683     hoverinfo: "x+y"
6684     boxpoints: "outliers"
6685     whiskerwidth: 0
6686   layout:
6687     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6688     layout: "plot-throughput"
6689
6690 - type: "plot"
6691   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6692   algorithm: "plot_performance_box"
6693   output-file-type: ".html"
6694   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6695   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6696   filter: "'NIC_Intel-X520-DA2' and
6697            '64B' and
6698            'NDRPDR' and
6699            '2T2C' and
6700            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6701            not 'ACL' and
6702            not 'VHOST' and
6703            not 'MEMIF'"
6704   parameters:
6705   - "throughput"
6706   - "parent"
6707   - "tags"
6708   sort:
6709   - "L2XCBASE"    # l2xcbase
6710   - "L2BDBASE"    # l2bdbase
6711   - "L2XCFWD"     # dot1q-l2xcbase
6712   - "L2BDMACLRN"  # dot1q-l2bdbase
6713   traces:
6714     hoverinfo: "x+y"
6715     boxpoints: "outliers"
6716     whiskerwidth: 0
6717   layout:
6718     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6719     layout: "plot-throughput"
6720
6721 # Packet Throughput - VPP L2 3n-hsw-x520 features-iacl
6722 - type: "plot"
6723   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6724   algorithm: "plot_performance_box"
6725   output-file-type: ".html"
6726   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6727   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6728   filter: "'NIC_Intel-X520-DA2' and
6729            '64B' and
6730            'NDRPDR' and
6731            '1T1C' and
6732            'FEATURE' and
6733            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6734            'IACL' and
6735            ('ACL1' or 'ACL50') and
6736            ('10K_FLOWS' or '10k_FLOWS') and
6737            not 'MACIP' and
6738            not 'VHOST' and
6739            not 'MEMIF'"
6740   parameters:
6741   - "throughput"
6742   - "parent"
6743   - "tags"
6744   traces:
6745     hoverinfo: "x+y"
6746     boxpoints: "outliers"
6747     whiskerwidth: 0
6748   layout:
6749     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6750     layout: "plot-throughput"
6751
6752 - type: "plot"
6753   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6754   algorithm: "plot_performance_box"
6755   output-file-type: ".html"
6756   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6757   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6758   filter: "'NIC_Intel-X520-DA2' and
6759            '64B' and
6760            'NDRPDR' and
6761            '1T1C' and
6762            'FEATURE' and
6763            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6764            'IACL' and
6765            ('ACL1' or 'ACL50') and
6766            ('10K_FLOWS' or '10k_FLOWS') and
6767            not 'MACIP' and
6768            not 'VHOST' and
6769            not 'MEMIF'"
6770   parameters:
6771   - "throughput"
6772   - "parent"
6773   - "tags"
6774   traces:
6775     hoverinfo: "x+y"
6776     boxpoints: "outliers"
6777     whiskerwidth: 0
6778   layout:
6779     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6780     layout: "plot-throughput"
6781
6782 - type: "plot"
6783   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6784   algorithm: "plot_performance_box"
6785   output-file-type: ".html"
6786   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6787   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6788   filter: "'NIC_Intel-X520-DA2' and
6789            '64B' and
6790            'NDRPDR' and
6791            '2T2C' and
6792            'FEATURE' and
6793            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6794            'IACL' and
6795            ('ACL1' or 'ACL50') and
6796            ('10K_FLOWS' or '10k_FLOWS') and
6797            not 'MACIP' and
6798            not 'VHOST' and
6799            not 'MEMIF'"
6800   parameters:
6801   - "throughput"
6802   - "parent"
6803   - "tags"
6804   traces:
6805     hoverinfo: "x+y"
6806     boxpoints: "outliers"
6807     whiskerwidth: 0
6808   layout:
6809     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6810     layout: "plot-throughput"
6811
6812 - type: "plot"
6813   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6814   algorithm: "plot_performance_box"
6815   output-file-type: ".html"
6816   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6817   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6818   filter: "'NIC_Intel-X520-DA2' and
6819            '64B' and
6820            'NDRPDR' and
6821            '2T2C' and
6822            'FEATURE' and
6823            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6824            'IACL' and
6825            ('ACL1' or 'ACL50') and
6826            ('10K_FLOWS' or '10k_FLOWS') and
6827            not 'MACIP' and
6828            not 'VHOST' and
6829            not 'MEMIF'"
6830   parameters:
6831   - "throughput"
6832   - "parent"
6833   - "tags"
6834   traces:
6835     hoverinfo: "x+y"
6836     boxpoints: "outliers"
6837     whiskerwidth: 0
6838   layout:
6839     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6840     layout: "plot-throughput"
6841
6842 # Packet Throughput - VPP L2 3n-hsw-x520 features-oacl
6843 - type: "plot"
6844   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6845   algorithm: "plot_performance_box"
6846   output-file-type: ".html"
6847   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6848   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6849   filter: "'NIC_Intel-X520-DA2' and
6850            '64B' and
6851            'NDRPDR' and
6852            '1T1C' and
6853            'FEATURE' and
6854            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6855            'OACL' and
6856            ('ACL1' or 'ACL50') and
6857            ('10K_FLOWS' or '10k_FLOWS') and
6858            not 'MACIP' and
6859            not 'VHOST' and
6860            not 'MEMIF'"
6861   parameters:
6862   - "throughput"
6863   - "parent"
6864   - "tags"
6865   traces:
6866     hoverinfo: "x+y"
6867     boxpoints: "outliers"
6868     whiskerwidth: 0
6869   layout:
6870     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6871     layout: "plot-throughput"
6872
6873 - type: "plot"
6874   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6875   algorithm: "plot_performance_box"
6876   output-file-type: ".html"
6877   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6878   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6879   filter: "'NIC_Intel-X520-DA2' and
6880            '64B' and
6881            'NDRPDR' and
6882            '1T1C' and
6883            'FEATURE' and
6884            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6885            'OACL' and
6886            ('ACL1' or 'ACL50') and
6887            ('10K_FLOWS' or '10k_FLOWS') and
6888            not 'MACIP' and
6889            not 'VHOST' and
6890            not 'MEMIF'"
6891   parameters:
6892   - "throughput"
6893   - "parent"
6894   - "tags"
6895   traces:
6896     hoverinfo: "x+y"
6897     boxpoints: "outliers"
6898     whiskerwidth: 0
6899   layout:
6900     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6901     layout: "plot-throughput"
6902
6903 - type: "plot"
6904   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6905   algorithm: "plot_performance_box"
6906   output-file-type: ".html"
6907   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6908   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6909   filter: "'NIC_Intel-X520-DA2' and
6910            '64B' and
6911            'NDRPDR' and
6912            '2T2C' and
6913            'FEATURE' and
6914            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6915            'OACL' and
6916            ('ACL1' or 'ACL50') and
6917            ('10K_FLOWS' or '10k_FLOWS') and
6918            not 'MACIP' and
6919            not 'VHOST' and
6920            not 'MEMIF'"
6921   parameters:
6922   - "throughput"
6923   - "parent"
6924   - "tags"
6925   traces:
6926     hoverinfo: "x+y"
6927     boxpoints: "outliers"
6928     whiskerwidth: 0
6929   layout:
6930     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6931     layout: "plot-throughput"
6932
6933 - type: "plot"
6934   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6935   algorithm: "plot_performance_box"
6936   output-file-type: ".html"
6937   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6938   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6939   filter: "'NIC_Intel-X520-DA2' and
6940            '64B' and
6941            'NDRPDR' and
6942            '2T2C' and
6943            'FEATURE' and
6944            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6945            'OACL' and
6946            ('ACL1' or 'ACL50') and
6947            ('10K_FLOWS' or '10k_FLOWS') and
6948            not 'MACIP' and
6949            not 'VHOST' and
6950            not 'MEMIF'"
6951   parameters:
6952   - "throughput"
6953   - "parent"
6954   - "tags"
6955   traces:
6956     hoverinfo: "x+y"
6957     boxpoints: "outliers"
6958     whiskerwidth: 0
6959   layout:
6960     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6961     layout: "plot-throughput"
6962
6963 # Packet Throughput - VPP L2 3n-hsw-x520 features-macip
6964 - type: "plot"
6965   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6966   algorithm: "plot_performance_box"
6967   output-file-type: ".html"
6968   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6969   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6970   filter: "'NIC_Intel-X520-DA2' and
6971            '64B' and
6972            'NDRPDR' and
6973            '1T1C' and
6974            'FEATURE' and
6975            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6976            'MACIP' and
6977            ('ACL1' or 'ACL50') and
6978            ('10K_FLOWS' or '10k_FLOWS') and
6979            not 'VHOST' and
6980            not 'MEMIF'"
6981   parameters:
6982   - "throughput"
6983   - "parent"
6984   - "tags"
6985   traces:
6986     hoverinfo: "x+y"
6987     boxpoints: "outliers"
6988     whiskerwidth: 0
6989   layout:
6990     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6991     layout: "plot-throughput"
6992
6993 - type: "plot"
6994   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6995   algorithm: "plot_performance_box"
6996   output-file-type: ".html"
6997   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6998   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6999   filter: "'NIC_Intel-X520-DA2' and
7000            '64B' and
7001            'NDRPDR' and
7002            '1T1C' and
7003            'FEATURE' and
7004            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7005            'MACIP' and
7006            ('ACL1' or 'ACL50') and
7007            ('10K_FLOWS' or '10k_FLOWS') and
7008            not 'VHOST' and
7009            not 'MEMIF'"
7010   parameters:
7011   - "throughput"
7012   - "parent"
7013   - "tags"
7014   traces:
7015     hoverinfo: "x+y"
7016     boxpoints: "outliers"
7017     whiskerwidth: 0
7018   layout:
7019     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
7020     layout: "plot-throughput"
7021
7022 - type: "plot"
7023   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
7024   algorithm: "plot_performance_box"
7025   output-file-type: ".html"
7026   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
7027   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7028   filter: "'NIC_Intel-X520-DA2' and
7029            '64B' and
7030            'NDRPDR' and
7031            '2T2C' and
7032            'FEATURE' and
7033            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7034            'MACIP' and
7035            ('ACL1' or 'ACL50') and
7036            ('10K_FLOWS' or '10k_FLOWS') and
7037            not 'VHOST' and
7038            not 'MEMIF'"
7039   parameters:
7040   - "throughput"
7041   - "parent"
7042   - "tags"
7043   traces:
7044     hoverinfo: "x+y"
7045     boxpoints: "outliers"
7046     whiskerwidth: 0
7047   layout:
7048     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
7049     layout: "plot-throughput"
7050
7051 - type: "plot"
7052   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7053   algorithm: "plot_performance_box"
7054   output-file-type: ".html"
7055   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7056   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7057   filter: "'NIC_Intel-X520-DA2' and
7058            '64B' and
7059            'NDRPDR' and
7060            '2T2C' and
7061            'FEATURE' and
7062            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7063            'MACIP' and
7064            ('ACL1' or 'ACL50') and
7065            ('10K_FLOWS' or '10k_FLOWS') and
7066            not 'VHOST' and
7067            not 'MEMIF'"
7068   parameters:
7069   - "throughput"
7070   - "parent"
7071   - "tags"
7072   traces:
7073     hoverinfo: "x+y"
7074     boxpoints: "outliers"
7075     whiskerwidth: 0
7076   layout:
7077     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7078     layout: "plot-throughput"
7079
7080 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
7081 - type: "plot"
7082   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7083   algorithm: "plot_performance_box"
7084   output-file-type: ".html"
7085   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7086   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7087   filter: "'NIC_Intel-X710' and
7088            '64B' and
7089            ('BASE' or 'SCALE') and
7090            'NDRPDR' and
7091            'ETH' and
7092            '1T1C' and
7093            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7094            not 'VHOST' and
7095            not 'MEMIF'"
7096   parameters:
7097   - "throughput"
7098   - "parent"
7099   - "tags"
7100   sort:
7101   - "L2PATCH"
7102   - "L2XCFWD"
7103   - "L2BDMACLRN"
7104   - "FIB_10K"
7105   - "FIB_100K"
7106   - "FIB_1M"
7107   traces:
7108     hoverinfo: "x+y"
7109     boxpoints: "outliers"
7110     whiskerwidth: 0
7111   layout:
7112     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7113     layout: "plot-throughput"
7114
7115 - type: "plot"
7116   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7117   algorithm: "plot_performance_box"
7118   output-file-type: ".html"
7119   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7120   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7121   filter: "'NIC_Intel-X710' and
7122            '64B' and
7123            ('BASE' or 'SCALE') and
7124            'NDRPDR' and
7125            'ETH' and
7126            '1T1C' and
7127            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7128            not 'VHOST' and
7129            not 'MEMIF'"
7130   parameters:
7131   - "throughput"
7132   - "parent"
7133   - "tags"
7134   sort:
7135   - "L2PATCH"
7136   - "L2XCFWD"
7137   - "L2BDMACLRN"
7138   - "FIB_10K"
7139   - "FIB_100K"
7140   - "FIB_1M"
7141   traces:
7142     hoverinfo: "x+y"
7143     boxpoints: "outliers"
7144     whiskerwidth: 0
7145   layout:
7146     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7147     layout: "plot-throughput"
7148
7149 - type: "plot"
7150   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7151   algorithm: "plot_performance_box"
7152   output-file-type: ".html"
7153   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7154   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7155   filter: "'NIC_Intel-X710' and
7156            '64B' and
7157            ('BASE' or 'SCALE') and
7158            'NDRPDR' and
7159            'ETH' and
7160            '2T2C' and
7161            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7162            not 'VHOST' and
7163            not 'MEMIF'"
7164   parameters:
7165   - "throughput"
7166   - "parent"
7167   - "tags"
7168   sort:
7169   - "L2PATCH"
7170   - "L2XCFWD"
7171   - "L2BDMACLRN"
7172   - "FIB_10K"
7173   - "FIB_100K"
7174   - "FIB_1M"
7175   traces:
7176     hoverinfo: "x+y"
7177     boxpoints: "outliers"
7178     whiskerwidth: 0
7179   layout:
7180     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7181     layout: "plot-throughput"
7182
7183 - type: "plot"
7184   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7185   algorithm: "plot_performance_box"
7186   output-file-type: ".html"
7187   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7188   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7189   filter: "'NIC_Intel-X710' and
7190            '64B' and
7191            ('BASE' or 'SCALE') and
7192            'NDRPDR' and
7193            'ETH' and
7194            '2T2C' and
7195            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7196            not 'VHOST' and
7197            not 'MEMIF'"
7198   parameters:
7199   - "throughput"
7200   - "parent"
7201   - "tags"
7202   sort:
7203   - "L2PATCH"
7204   - "L2XCFWD"
7205   - "L2BDMACLRN"
7206   - "FIB_10K"
7207   - "FIB_100K"
7208   - "FIB_1M"
7209   traces:
7210     hoverinfo: "x+y"
7211     boxpoints: "outliers"
7212     whiskerwidth: 0
7213   layout:
7214     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7215     layout: "plot-throughput"
7216
7217 # Packet Throughput - VPP L2 3n-hsw-x710 features
7218 - type: "plot"
7219   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7220   algorithm: "plot_performance_box"
7221   output-file-type: ".html"
7222   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7223   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7224   filter: "'NIC_Intel-X710' and
7225            '64B' and
7226            'NDRPDR' and
7227            '1T1C' and
7228            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7229            not 'ACL' and
7230            not 'VHOST' and
7231            not 'L2OVRLAY' and
7232            not 'MEMIF'"
7233   parameters:
7234   - "throughput"
7235   - "parent"
7236   - "tags"
7237   sort:
7238   - "L2XCBASE"    # l2xcbase
7239   - "L2BDBASE"    # l2bdbase
7240   - "L2XCFWD"     # dot1q-l2xcbase
7241   - "L2BDMACLRN"  # dot1q-l2bdbase
7242   traces:
7243     hoverinfo: "x+y"
7244     boxpoints: "outliers"
7245     whiskerwidth: 0
7246   layout:
7247     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7248     layout: "plot-throughput"
7249
7250 - type: "plot"
7251   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7252   algorithm: "plot_performance_box"
7253   output-file-type: ".html"
7254   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7255   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7256   filter: "'NIC_Intel-X710' and
7257            '64B' and
7258            'NDRPDR' and
7259            '1T1C' and
7260            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7261            not 'ACL' and
7262            not 'VHOST' and
7263            not 'L2OVRLAY' and
7264            not 'MEMIF'"
7265   parameters:
7266   - "throughput"
7267   - "parent"
7268   - "tags"
7269   sort:
7270   - "L2XCBASE"    # l2xcbase
7271   - "L2BDBASE"    # l2bdbase
7272   - "L2XCFWD"     # dot1q-l2xcbase
7273   - "L2BDMACLRN"  # dot1q-l2bdbase
7274   traces:
7275     hoverinfo: "x+y"
7276     boxpoints: "outliers"
7277     whiskerwidth: 0
7278   layout:
7279     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7280     layout: "plot-throughput"
7281
7282 - type: "plot"
7283   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7284   algorithm: "plot_performance_box"
7285   output-file-type: ".html"
7286   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7287   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7288   filter: "'NIC_Intel-X710' and
7289            '64B' and
7290            'NDRPDR' and
7291            '2T2C' and
7292            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7293            not 'ACL' and
7294            not 'VHOST' and
7295            not 'L2OVRLAY' and
7296            not 'MEMIF'"
7297   parameters:
7298   - "throughput"
7299   - "parent"
7300   - "tags"
7301   sort:
7302   - "L2XCBASE"    # l2xcbase
7303   - "L2BDBASE"    # l2bdbase
7304   - "L2XCFWD"     # dot1q-l2xcbase
7305   - "L2BDMACLRN"  # dot1q-l2bdbase
7306   traces:
7307     hoverinfo: "x+y"
7308     boxpoints: "outliers"
7309     whiskerwidth: 0
7310   layout:
7311     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7312     layout: "plot-throughput"
7313
7314 - type: "plot"
7315   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7316   algorithm: "plot_performance_box"
7317   output-file-type: ".html"
7318   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7319   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7320   filter: "'NIC_Intel-X710' and
7321            '64B' and
7322            'NDRPDR' and
7323            '2T2C' and
7324            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7325            not 'ACL' and
7326            not 'VHOST' and
7327            not 'L2OVRLAY' and
7328            not 'MEMIF'"
7329   parameters:
7330   - "throughput"
7331   - "parent"
7332   - "tags"
7333   sort:
7334   - "L2XCBASE"    # l2xcbase
7335   - "L2BDBASE"    # l2bdbase
7336   - "L2XCFWD"     # dot1q-l2xcbase
7337   - "L2BDMACLRN"  # dot1q-l2bdbase
7338   traces:
7339     hoverinfo: "x+y"
7340     boxpoints: "outliers"
7341     whiskerwidth: 0
7342   layout:
7343     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7344     layout: "plot-throughput"
7345
7346 # Packet Throughput - VPP L2 3n-hsw-x710 features-iacl
7347 - type: "plot"
7348   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7349   algorithm: "plot_performance_box"
7350   output-file-type: ".html"
7351   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7352   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7353   filter: "'NIC_Intel-X710' and
7354            '64B' and
7355            'NDRPDR' and
7356            '1T1C' and
7357            'FEATURE' and
7358            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7359            'IACL' and
7360            ('ACL1' or 'ACL50') and
7361            ('10K_FLOWS' or '10k_FLOWS') and
7362            not 'MACIP' and
7363            not 'VHOST' and
7364            not 'MEMIF'"
7365   parameters:
7366   - "throughput"
7367   - "parent"
7368   - "tags"
7369   traces:
7370     hoverinfo: "x+y"
7371     boxpoints: "outliers"
7372     whiskerwidth: 0
7373   layout:
7374     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7375     layout: "plot-throughput"
7376
7377 - type: "plot"
7378   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7379   algorithm: "plot_performance_box"
7380   output-file-type: ".html"
7381   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7382   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7383   filter: "'NIC_Intel-X710' and
7384            '64B' and
7385            'NDRPDR' and
7386            '1T1C' and
7387            'FEATURE' and
7388            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7389            'IACL' and
7390            ('ACL1' or 'ACL50') and
7391            ('10K_FLOWS' or '10k_FLOWS') and
7392            not 'MACIP' and
7393            not 'VHOST' and
7394            not 'MEMIF'"
7395   parameters:
7396   - "throughput"
7397   - "parent"
7398   - "tags"
7399   traces:
7400     hoverinfo: "x+y"
7401     boxpoints: "outliers"
7402     whiskerwidth: 0
7403   layout:
7404     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7405     layout: "plot-throughput"
7406
7407 - type: "plot"
7408   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7409   algorithm: "plot_performance_box"
7410   output-file-type: ".html"
7411   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7412   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7413   filter: "'NIC_Intel-X710' and
7414            '64B' and
7415            'NDRPDR' and
7416            '2T2C' and
7417            'FEATURE' and
7418            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7419            'IACL' and
7420            ('ACL1' or 'ACL50') and
7421            ('10K_FLOWS' or '10k_FLOWS') and
7422            not 'MACIP' and
7423            not 'VHOST' and
7424            not 'MEMIF'"
7425   parameters:
7426   - "throughput"
7427   - "parent"
7428   - "tags"
7429   traces:
7430     hoverinfo: "x+y"
7431     boxpoints: "outliers"
7432     whiskerwidth: 0
7433   layout:
7434     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7435     layout: "plot-throughput"
7436
7437 - type: "plot"
7438   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7439   algorithm: "plot_performance_box"
7440   output-file-type: ".html"
7441   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7442   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7443   filter: "'NIC_Intel-X710' and
7444            '64B' and
7445            'NDRPDR' and
7446            '2T2C' and
7447            'FEATURE' and
7448            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7449            'IACL' and
7450            ('ACL1' or 'ACL50') and
7451            ('10K_FLOWS' or '10k_FLOWS') and
7452            not 'MACIP' and
7453            not 'VHOST' and
7454            not 'MEMIF'"
7455   parameters:
7456   - "throughput"
7457   - "parent"
7458   - "tags"
7459   traces:
7460     hoverinfo: "x+y"
7461     boxpoints: "outliers"
7462     whiskerwidth: 0
7463   layout:
7464     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7465     layout: "plot-throughput"
7466
7467 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
7468 - type: "plot"
7469   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7470   algorithm: "plot_performance_box"
7471   output-file-type: ".html"
7472   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7473   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7474   filter: "'NIC_Intel-XL710' and
7475            '64B' and
7476            'BASE' and
7477            'NDRPDR' and
7478            'ETH' and
7479            '1T1C' and
7480            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7481            not 'VHOST' and
7482            not 'MEMIF'"
7483   parameters:
7484   - "throughput"
7485   - "parent"
7486   - "tags"
7487   sort:
7488   - "L2PATCH"
7489   - "L2XCFWD"
7490   - "L2BDMACLRN"
7491   traces:
7492     hoverinfo: "x+y"
7493     boxpoints: "outliers"
7494     whiskerwidth: 0
7495   layout:
7496     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7497     layout: "plot-throughput"
7498
7499 - type: "plot"
7500   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7501   algorithm: "plot_performance_box"
7502   output-file-type: ".html"
7503   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7504   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7505   filter: "'NIC_Intel-XL710' and
7506            '64B' and
7507            'BASE' and
7508            'NDRPDR' and
7509            'ETH' and
7510            '1T1C' and
7511            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7512            not 'VHOST' and
7513            not 'MEMIF'"
7514   parameters:
7515   - "throughput"
7516   - "parent"
7517   - "tags"
7518   sort:
7519   - "L2PATCH"
7520   - "L2XCFWD"
7521   - "L2BDMACLRN"
7522   traces:
7523     hoverinfo: "x+y"
7524     boxpoints: "outliers"
7525     whiskerwidth: 0
7526   layout:
7527     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7528     layout: "plot-throughput"
7529
7530 - type: "plot"
7531   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7532   algorithm: "plot_performance_box"
7533   output-file-type: ".html"
7534   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7535   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7536   filter: "'NIC_Intel-XL710' and
7537            '64B' and
7538            'BASE' and
7539            'NDRPDR' and
7540            'ETH' and
7541            '2T2C' and
7542            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7543            not 'VHOST' and
7544            not 'MEMIF'"
7545   parameters:
7546   - "throughput"
7547   - "parent"
7548   - "tags"
7549   sort:
7550   - "L2PATCH"
7551   - "L2XCFWD"
7552   - "L2BDMACLRN"
7553   traces:
7554     hoverinfo: "x+y"
7555     boxpoints: "outliers"
7556     whiskerwidth: 0
7557   layout:
7558     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7559     layout: "plot-throughput"
7560
7561 - type: "plot"
7562   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7563   algorithm: "plot_performance_box"
7564   output-file-type: ".html"
7565   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7566   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7567   filter: "'NIC_Intel-XL710' and
7568            '64B' and
7569            'BASE' and
7570            'NDRPDR' and
7571            'ETH' and
7572            '2T2C' and
7573            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7574            not 'VHOST' and
7575            not 'MEMIF'"
7576   parameters:
7577   - "throughput"
7578   - "parent"
7579   - "tags"
7580   sort:
7581   - "L2PATCH"
7582   - "L2XCFWD"
7583   - "L2BDMACLRN"
7584   traces:
7585     hoverinfo: "x+y"
7586     boxpoints: "outliers"
7587     whiskerwidth: 0
7588   layout:
7589     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7590     layout: "plot-throughput"
7591
7592 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
7593 - type: "plot"
7594   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7595   algorithm: "plot_performance_box"
7596   output-file-type: ".html"
7597   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7598   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7599   filter: "'NIC_Intel-X710' and
7600            '64B' and
7601            ('BASE' or 'SCALE') and
7602            'NDRPDR' and
7603            'ETH' and
7604            '2T1C' and
7605            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7606            not 'VHOST' and
7607            not 'MEMIF' and
7608            not 'DRV_AVF'"
7609   parameters:
7610   - "throughput"
7611   - "parent"
7612   - "tags"
7613   sort:
7614   - "L2PATCH"
7615   - "L2XCBASE"
7616   - "BASE"
7617   - "FIB_10K"
7618   - "FIB_100K"
7619   - "FIB_1M"
7620   traces:
7621     hoverinfo: "x+y"
7622     boxpoints: "outliers"
7623     whiskerwidth: 0
7624   layout:
7625     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7626     layout: "plot-throughput"
7627
7628 - type: "plot"
7629   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7630   algorithm: "plot_performance_box"
7631   output-file-type: ".html"
7632   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7633   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7634   filter: "'NIC_Intel-X710' and
7635            '64B' and
7636            ('BASE' or 'SCALE') and
7637            'NDRPDR' and
7638            'ETH' and
7639            '2T1C' and
7640            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7641            not 'VHOST' and
7642            not 'MEMIF' and
7643            not 'DRV_AVF'"
7644   parameters:
7645   - "throughput"
7646   - "parent"
7647   - "tags"
7648   sort:
7649   - "L2PATCH"
7650   - "L2XCBASE"
7651   - "BASE"
7652   - "FIB_10K"
7653   - "FIB_100K"
7654   - "FIB_1M"
7655   traces:
7656     hoverinfo: "x+y"
7657     boxpoints: "outliers"
7658     whiskerwidth: 0
7659   layout:
7660     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7661     layout: "plot-throughput"
7662
7663 - type: "plot"
7664   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7665   algorithm: "plot_performance_box"
7666   output-file-type: ".html"
7667   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7668   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7669   filter: "'NIC_Intel-X710' and
7670            '64B' and
7671            ('BASE' or 'SCALE') and
7672            'NDRPDR' and
7673            'ETH' and
7674            '4T2C' and
7675            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7676            not 'VHOST' and
7677            not 'MEMIF' and
7678            not 'DRV_AVF'"
7679   parameters:
7680   - "throughput"
7681   - "parent"
7682   - "tags"
7683   sort:
7684   - "L2PATCH"
7685   - "L2XCBASE"
7686   - "BASE"
7687   - "FIB_10K"
7688   - "FIB_100K"
7689   - "FIB_1M"
7690   traces:
7691     hoverinfo: "x+y"
7692     boxpoints: "outliers"
7693     whiskerwidth: 0
7694   layout:
7695     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7696     layout: "plot-throughput"
7697
7698 - type: "plot"
7699   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7700   algorithm: "plot_performance_box"
7701   output-file-type: ".html"
7702   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7703   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7704   filter: "'NIC_Intel-X710' and
7705            '64B' and
7706            ('BASE' or 'SCALE') and
7707            'NDRPDR' and
7708            'ETH' and
7709            '4T2C' and
7710            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7711            not 'VHOST' and
7712            not 'MEMIF' and
7713            not 'DRV_AVF'"
7714   parameters:
7715   - "throughput"
7716   - "parent"
7717   - "tags"
7718   sort:
7719   - "L2PATCH"
7720   - "L2XCBASE"
7721   - "BASE"
7722   - "FIB_10K"
7723   - "FIB_100K"
7724   - "FIB_1M"
7725   traces:
7726     hoverinfo: "x+y"
7727     boxpoints: "outliers"
7728     whiskerwidth: 0
7729   layout:
7730     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7731     layout: "plot-throughput"
7732
7733 # Packet Throughput - VPP L2 3n-skx-x710 features
7734 - type: "plot"
7735   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7736   algorithm: "plot_performance_box"
7737   output-file-type: ".html"
7738   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7739   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7740   filter: "'NIC_Intel-X710' and
7741            '64B' and
7742            'NDRPDR' and
7743            '2T1C' and
7744            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7745            not 'ACL' and
7746            not 'VHOST' and
7747            not 'DRV_AVF' and
7748            not 'L2OVRLAY' and
7749            not 'MEMIF'"
7750   parameters:
7751   - "throughput"
7752   - "parent"
7753   - "tags"
7754   sort:
7755   - "L2XCBASE"    # l2xcbase
7756   - "L2BDBASE"    # l2bdbase
7757   - "L2XCFWD"     # dot1q-l2xcbase
7758   - "L2BDMACLRN"  # dot1q-l2bdbase
7759   traces:
7760     hoverinfo: "x+y"
7761     boxpoints: "outliers"
7762     whiskerwidth: 0
7763   layout:
7764     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7765     layout: "plot-throughput"
7766
7767 - type: "plot"
7768   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7769   algorithm: "plot_performance_box"
7770   output-file-type: ".html"
7771   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7772   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7773   filter: "'NIC_Intel-X710' and
7774            '64B' and
7775            'NDRPDR' and
7776            '2T1C' and
7777            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7778            not 'ACL' and
7779            not 'VHOST' and
7780            not 'DRV_AVF' and
7781            not 'L2OVRLAY' and
7782            not 'MEMIF'"
7783   parameters:
7784   - "throughput"
7785   - "parent"
7786   - "tags"
7787   sort:
7788   - "L2XCBASE"    # l2xcbase
7789   - "L2BDBASE"    # l2bdbase
7790   - "L2XCFWD"     # dot1q-l2xcbase
7791   - "L2BDMACLRN"  # dot1q-l2bdbase
7792   traces:
7793     hoverinfo: "x+y"
7794     boxpoints: "outliers"
7795     whiskerwidth: 0
7796   layout:
7797     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7798     layout: "plot-throughput"
7799
7800 - type: "plot"
7801   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7802   algorithm: "plot_performance_box"
7803   output-file-type: ".html"
7804   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7805   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7806   filter: "'NIC_Intel-X710' and
7807            '64B' and
7808            'NDRPDR' and
7809            '4T2C' and
7810            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7811            not 'ACL' and
7812            not 'VHOST' and
7813            not 'DRV_AVF' and
7814            not 'L2OVRLAY' and
7815            not 'MEMIF'"
7816   parameters:
7817   - "throughput"
7818   - "parent"
7819   - "tags"
7820   sort:
7821   - "L2XCBASE"    # l2xcbase
7822   - "L2BDBASE"    # l2bdbase
7823   - "L2XCFWD"     # dot1q-l2xcbase
7824   - "L2BDMACLRN"  # dot1q-l2bdbase
7825   traces:
7826     hoverinfo: "x+y"
7827     boxpoints: "outliers"
7828     whiskerwidth: 0
7829   layout:
7830     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7831     layout: "plot-throughput"
7832
7833 - type: "plot"
7834   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7835   algorithm: "plot_performance_box"
7836   output-file-type: ".html"
7837   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7838   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7839   filter: "'NIC_Intel-X710' and
7840            '64B' and
7841            'NDRPDR' and
7842            '4T2C' and
7843            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7844            not 'ACL' and
7845            not 'VHOST' and
7846            not 'DRV_AVF' and
7847            not 'L2OVRLAY' and
7848            not 'MEMIF'"
7849   parameters:
7850   - "throughput"
7851   - "parent"
7852   - "tags"
7853   sort:
7854   - "L2XCBASE"    # l2xcbase
7855   - "L2BDBASE"    # l2bdbase
7856   - "L2XCFWD"     # dot1q-l2xcbase
7857   - "L2BDMACLRN"  # dot1q-l2bdbase
7858   traces:
7859     hoverinfo: "x+y"
7860     boxpoints: "outliers"
7861     whiskerwidth: 0
7862   layout:
7863     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7864     layout: "plot-throughput"
7865
7866 # Packet Throughput - VPP L2 3n-skx-x710 features-iacl
7867 - type: "plot"
7868   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7869   algorithm: "plot_performance_box"
7870   output-file-type: ".html"
7871   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7872   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7873   filter: "'NIC_Intel-X710' and
7874            '64B' and
7875            'NDRPDR' and
7876            '2T1C' and
7877            'FEATURE' and
7878            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7879            'IACL' and
7880            ('ACL1' or 'ACL50') and
7881            ('10K_FLOWS' or '10k_FLOWS') and
7882            not 'MACIP' and
7883            not 'VHOST' and
7884            not 'MEMIF'"
7885   parameters:
7886   - "throughput"
7887   - "parent"
7888   - "tags"
7889   traces:
7890     hoverinfo: "x+y"
7891     boxpoints: "outliers"
7892     whiskerwidth: 0
7893   layout:
7894     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7895     layout: "plot-throughput"
7896
7897 - type: "plot"
7898   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7899   algorithm: "plot_performance_box"
7900   output-file-type: ".html"
7901   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7902   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7903   filter: "'NIC_Intel-X710' and
7904            '64B' and
7905            'NDRPDR' and
7906            '2T1C' and
7907            'FEATURE' and
7908            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7909            'IACL' and
7910            ('ACL1' or 'ACL50') and
7911            ('10K_FLOWS' or '10k_FLOWS') and
7912            not 'MACIP' and
7913            not 'VHOST' and
7914            not 'MEMIF'"
7915   parameters:
7916   - "throughput"
7917   - "parent"
7918   - "tags"
7919   traces:
7920     hoverinfo: "x+y"
7921     boxpoints: "outliers"
7922     whiskerwidth: 0
7923   layout:
7924     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7925     layout: "plot-throughput"
7926
7927 - type: "plot"
7928   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7929   algorithm: "plot_performance_box"
7930   output-file-type: ".html"
7931   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7932   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7933   filter: "'NIC_Intel-X710' and
7934            '64B' and
7935            'NDRPDR' and
7936            '4T2C' and
7937            'FEATURE' and
7938            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7939            'IACL' and
7940            ('ACL1' or 'ACL50') and
7941            ('10K_FLOWS' or '10k_FLOWS') and
7942            not 'MACIP' and
7943            not 'VHOST' and
7944            not 'MEMIF'"
7945   parameters:
7946   - "throughput"
7947   - "parent"
7948   - "tags"
7949   traces:
7950     hoverinfo: "x+y"
7951     boxpoints: "outliers"
7952     whiskerwidth: 0
7953   layout:
7954     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7955     layout: "plot-throughput"
7956
7957 - type: "plot"
7958   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7959   algorithm: "plot_performance_box"
7960   output-file-type: ".html"
7961   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7962   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7963   filter: "'NIC_Intel-X710' and
7964            '64B' and
7965            'NDRPDR' and
7966            '4T2C' and
7967            'FEATURE' and
7968            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7969            'IACL' and
7970            ('ACL1' or 'ACL50') and
7971            ('10K_FLOWS' or '10k_FLOWS') and
7972            not 'MACIP' and
7973            not 'VHOST' and
7974            not 'MEMIF'"
7975   parameters:
7976   - "throughput"
7977   - "parent"
7978   - "tags"
7979   traces:
7980     hoverinfo: "x+y"
7981     boxpoints: "outliers"
7982     whiskerwidth: 0
7983   layout:
7984     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7985     layout: "plot-throughput"
7986
7987 # Packet Throughput - VPP L2 3n-skx-xxv710 base
7988 - type: "plot"
7989   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7990   algorithm: "plot_performance_box"
7991   output-file-type: ".html"
7992   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7993   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7994   filter: "'NIC_Intel-XXV710' and
7995            '64B' and
7996            ('BASE' or 'SCALE') and
7997            'NDRPDR' and
7998            'ETH' and
7999            '2T1C' and
8000            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8001            not 'VHOST' and
8002            not 'MEMIF'"
8003   parameters:
8004   - "throughput"
8005   - "parent"
8006   - "tags"
8007   sort:
8008   - "L2PATCH"
8009   - "L2PATCH"
8010   - "L2XCBASE"
8011   - "L2BDMACLRN"
8012   traces:
8013     hoverinfo: "x+y"
8014     boxpoints: "outliers"
8015     whiskerwidth: 0
8016   layout:
8017     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
8018     layout: "plot-throughput"
8019
8020 - type: "plot"
8021   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
8022   algorithm: "plot_performance_box"
8023   output-file-type: ".html"
8024   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
8025   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8026   filter: "'NIC_Intel-XXV710' and
8027            '64B' and
8028            ('BASE' or 'SCALE') and
8029            'NDRPDR' and
8030            'ETH' and
8031            '2T1C' and
8032            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8033            not 'VHOST' and
8034            not 'MEMIF'"
8035   parameters:
8036   - "throughput"
8037   - "parent"
8038   - "tags"
8039   sort:
8040   - "L2PATCH"
8041   - "L2PATCH"
8042   - "L2XCBASE"
8043   - "L2BDMACLRN"
8044   traces:
8045     hoverinfo: "x+y"
8046     boxpoints: "outliers"
8047     whiskerwidth: 0
8048   layout:
8049     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
8050     layout: "plot-throughput"
8051
8052 - type: "plot"
8053   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8054   algorithm: "plot_performance_box"
8055   output-file-type: ".html"
8056   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8057   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8058   filter: "'NIC_Intel-XXV710' and
8059            '64B' and
8060            ('BASE' or 'SCALE') and
8061            'NDRPDR' and
8062            'ETH' and
8063            '4T2C' and
8064            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8065            not 'VHOST' and
8066            not 'MEMIF'"
8067   parameters:
8068   - "throughput"
8069   - "parent"
8070   - "tags"
8071   sort:
8072   - "L2PATCH"
8073   - "L2PATCH"
8074   - "L2XCBASE"
8075   - "L2BDMACLRN"
8076   traces:
8077     hoverinfo: "x+y"
8078     boxpoints: "outliers"
8079     whiskerwidth: 0
8080   layout:
8081     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8082     layout: "plot-throughput"
8083
8084 - type: "plot"
8085   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8086   algorithm: "plot_performance_box"
8087   output-file-type: ".html"
8088   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8089   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8090   filter: "'NIC_Intel-XXV710' and
8091            '64B' and
8092            ('BASE' or 'SCALE') and
8093            'NDRPDR' and
8094            'ETH' and
8095            '4T2C' and
8096            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8097            not 'VHOST' and
8098            not 'MEMIF'"
8099   parameters:
8100   - "throughput"
8101   - "parent"
8102   - "tags"
8103   sort:
8104   - "L2PATCH"
8105   - "L2PATCH"
8106   - "L2XCBASE"
8107   - "L2BDMACLRN"
8108   traces:
8109     hoverinfo: "x+y"
8110     boxpoints: "outliers"
8111     whiskerwidth: 0
8112   layout:
8113     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8114     layout: "plot-throughput"
8115
8116 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
8117 - type: "plot"
8118   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8119   algorithm: "plot_performance_box"
8120   output-file-type: ".html"
8121   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8122   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8123   filter: "'NIC_Intel-X710' and
8124            '64B' and
8125            ('BASE' or 'SCALE') and
8126            'NDRPDR' and
8127            'ETH' and
8128            '2T1C' and
8129            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8130            not 'VHOST' and
8131            not 'MEMIF'"
8132   parameters:
8133   - "throughput"
8134   - "parent"
8135   - "tags"
8136   sort:
8137   - "L2PATCH"
8138   - "L2XCBASE"
8139   - "BASE"
8140   - "FIB_10K"
8141   - "FIB_100K"
8142   - "FIB_1M"
8143   traces:
8144     hoverinfo: "x+y"
8145     boxpoints: "outliers"
8146     whiskerwidth: 0
8147   layout:
8148     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8149     layout: "plot-throughput"
8150
8151 - type: "plot"
8152   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8153   algorithm: "plot_performance_box"
8154   output-file-type: ".html"
8155   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8156   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8157   filter: "'NIC_Intel-X710' and
8158            '64B' and
8159            ('BASE' or 'SCALE') and
8160            'NDRPDR' and
8161            'ETH' and
8162            '2T1C' and
8163            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8164            not 'VHOST' and
8165            not 'MEMIF'"
8166   parameters:
8167   - "throughput"
8168   - "parent"
8169   - "tags"
8170   sort:
8171   - "L2PATCH"
8172   - "L2XCBASE"
8173   - "BASE"
8174   - "FIB_10K"
8175   - "FIB_100K"
8176   - "FIB_1M"
8177   traces:
8178     hoverinfo: "x+y"
8179     boxpoints: "outliers"
8180     whiskerwidth: 0
8181   layout:
8182     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8183     layout: "plot-throughput"
8184
8185 - type: "plot"
8186   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8187   algorithm: "plot_performance_box"
8188   output-file-type: ".html"
8189   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8190   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8191   filter: "'NIC_Intel-X710' and
8192            '64B' and
8193            ('BASE' or 'SCALE') and
8194            'NDRPDR' and
8195            'ETH' and
8196            '4T2C' and
8197            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8198            not 'VHOST' and
8199            not 'MEMIF'"
8200   parameters:
8201   - "throughput"
8202   - "parent"
8203   - "tags"
8204   sort:
8205   - "L2PATCH"
8206   - "L2XCBASE"
8207   - "BASE"
8208   - "FIB_10K"
8209   - "FIB_100K"
8210   - "FIB_1M"
8211   traces:
8212     hoverinfo: "x+y"
8213     boxpoints: "outliers"
8214     whiskerwidth: 0
8215   layout:
8216     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8217     layout: "plot-throughput"
8218
8219 - type: "plot"
8220   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8221   algorithm: "plot_performance_box"
8222   output-file-type: ".html"
8223   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8224   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8225   filter: "'NIC_Intel-X710' and
8226            '64B' and
8227            ('BASE' or 'SCALE') and
8228            'NDRPDR' and
8229            'ETH' and
8230            '4T2C' and
8231            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8232            not 'VHOST' and
8233            not 'MEMIF'"
8234   parameters:
8235   - "throughput"
8236   - "parent"
8237   - "tags"
8238   sort:
8239   - "L2PATCH"
8240   - "L2XCBASE"
8241   - "BASE"
8242   - "FIB_10K"
8243   - "FIB_100K"
8244   - "FIB_1M"
8245   traces:
8246     hoverinfo: "x+y"
8247     boxpoints: "outliers"
8248     whiskerwidth: 0
8249   layout:
8250     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8251     layout: "plot-throughput"
8252
8253 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
8254 - type: "plot"
8255   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8256   algorithm: "plot_performance_box"
8257   output-file-type: ".html"
8258   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8259   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8260   filter: "'NIC_Intel-XXV710' and
8261            '64B' and
8262            ('BASE' or 'SCALE') and
8263            'NDRPDR' and
8264            'ETH' and
8265            '2T1C' and
8266            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8267            not 'VHOST' and
8268            not 'MEMIF'"
8269   parameters:
8270   - "throughput"
8271   - "parent"
8272   - "tags"
8273   sort:
8274   - "L2PATCH"
8275   - "L2XCBASE"
8276   - "BASE"
8277   - "FIB_10K"
8278   - "FIB_100K"
8279   - "FIB_1M"
8280   traces:
8281     hoverinfo: "x+y"
8282     boxpoints: "outliers"
8283     whiskerwidth: 0
8284   layout:
8285     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8286     layout: "plot-throughput"
8287
8288 - type: "plot"
8289   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8290   algorithm: "plot_performance_box"
8291   output-file-type: ".html"
8292   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8293   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8294   filter: "'NIC_Intel-XXV710' and
8295            '64B' and
8296            ('BASE' or 'SCALE') and
8297            'NDRPDR' and
8298            'ETH' and
8299            '2T1C' and
8300            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8301            not 'VHOST' and
8302            not 'MEMIF'"
8303   parameters:
8304   - "throughput"
8305   - "parent"
8306   - "tags"
8307   sort:
8308   - "L2PATCH"
8309   - "L2XCBASE"
8310   - "BASE"
8311   - "FIB_10K"
8312   - "FIB_100K"
8313   - "FIB_1M"
8314   traces:
8315     hoverinfo: "x+y"
8316     boxpoints: "outliers"
8317     whiskerwidth: 0
8318   layout:
8319     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8320     layout: "plot-throughput"
8321
8322 - type: "plot"
8323   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8324   algorithm: "plot_performance_box"
8325   output-file-type: ".html"
8326   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8327   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8328   filter: "'NIC_Intel-XXV710' and
8329            '64B' and
8330            ('BASE' or 'SCALE') and
8331            'NDRPDR' and
8332            'ETH' and
8333            '4T2C' and
8334            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8335            not 'VHOST' and
8336            not 'MEMIF'"
8337   parameters:
8338   - "throughput"
8339   - "parent"
8340   - "tags"
8341   sort:
8342   - "L2PATCH"
8343   - "L2XCBASE"
8344   - "BASE"
8345   - "FIB_10K"
8346   - "FIB_100K"
8347   - "FIB_1M"
8348   traces:
8349     hoverinfo: "x+y"
8350     boxpoints: "outliers"
8351     whiskerwidth: 0
8352   layout:
8353     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8354     layout: "plot-throughput"
8355
8356 - type: "plot"
8357   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8358   algorithm: "plot_performance_box"
8359   output-file-type: ".html"
8360   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8361   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8362   filter: "'NIC_Intel-XXV710' and
8363            '64B' and
8364            ('BASE' or 'SCALE') and
8365            'NDRPDR' and
8366            'ETH' and
8367            '4T2C' and
8368            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8369            not 'VHOST' and
8370            not 'MEMIF'"
8371   parameters:
8372   - "throughput"
8373   - "parent"
8374   - "tags"
8375   sort:
8376   - "L2PATCH"
8377   - "L2XCBASE"
8378   - "BASE"
8379   - "FIB_10K"
8380   - "FIB_100K"
8381   - "FIB_1M"
8382   traces:
8383     hoverinfo: "x+y"
8384     boxpoints: "outliers"
8385     whiskerwidth: 0
8386   layout:
8387     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8388     layout: "plot-throughput"
8389
8390 ## Packet Throughput - VPP L2 2n-dnv-x553 base
8391 #- type: "plot"
8392 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8393 #  algorithm: "plot_performance_box"
8394 #  output-file-type: ".html"
8395 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8396 #  data: "intel-dnv-vpp"
8397 #  filter: "'NIC_Intel-X553' and
8398 #           '64B' and
8399 #           'BASE' and
8400 #           'NDRPDR' and
8401 #           'ETH' and
8402 #           '1T1C' and
8403 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8404 #           not 'VHOST' and
8405 #           not 'MEMIF'"
8406 #  parameters:
8407 #  - "throughput"
8408 #  - "parent"
8409 #  - "tags"
8410 #  sort:
8411 #  - "L2XCBASE"
8412 #  - "L2BDMACLRN"
8413 #  - "L2PATCH"
8414 #  traces:
8415 #    hoverinfo: "x+y"
8416 #    boxpoints: "outliers"
8417 #    whiskerwidth: 0
8418 #  layout:
8419 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8420 #    layout: "plot-throughput"
8421 #
8422 #- type: "plot"
8423 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8424 #  algorithm: "plot_performance_box"
8425 #  output-file-type: ".html"
8426 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8427 #  data: "intel-dnv-vpp"
8428 #  filter: "'NIC_Intel-X553' and
8429 #           '64B' and
8430 #           ('BASE' or 'SCALE') and
8431 #           'NDRPDR' and
8432 #           'ETH' and
8433 #           '1T1C' and
8434 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8435 #           not 'VHOST' and
8436 #           not 'MEMIF'"
8437 #  parameters:
8438 #  - "throughput"
8439 #  - "parent"
8440 #  - "tags"
8441 #  sort:
8442 #  - "L2XCBASE"
8443 #  - "L2BDMACLRN"
8444 #  - "L2PATCH"
8445 #  traces:
8446 #    hoverinfo: "x+y"
8447 #    boxpoints: "outliers"
8448 #    whiskerwidth: 0
8449 #  layout:
8450 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8451 #    layout: "plot-throughput"
8452 #
8453 #- type: "plot"
8454 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8455 #  algorithm: "plot_performance_box"
8456 #  output-file-type: ".html"
8457 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8458 #  data: "intel-dnv-vpp"
8459 #  filter: "'NIC_Intel-X553' and
8460 #           '64B' and
8461 #           ('BASE' or 'SCALE') and
8462 #           'NDRPDR' and
8463 #           'ETH' and
8464 #           '2T2C' and
8465 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8466 #           not 'VHOST' and
8467 #           not 'MEMIF'"
8468 #  parameters:
8469 #  - "throughput"
8470 #  - "parent"
8471 #  - "tags"
8472 #  sort:
8473 #  - "L2XCBASE"
8474 #  - "L2BDMACLRN"
8475 #  - "L2PATCH"
8476 #  traces:
8477 #    hoverinfo: "x+y"
8478 #    boxpoints: "outliers"
8479 #    whiskerwidth: 0
8480 #  layout:
8481 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8482 #    layout: "plot-throughput"
8483 #
8484 #- type: "plot"
8485 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8486 #  algorithm: "plot_performance_box"
8487 #  output-file-type: ".html"
8488 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8489 #  data: "intel-dnv-vpp"
8490 #  filter: "'NIC_Intel-X553' and
8491 #           '64B' and
8492 #           ('BASE' or 'SCALE') and
8493 #           'NDRPDR' and
8494 #           'ETH' and
8495 #           '2T2C' and
8496 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8497 #           not 'VHOST' and
8498 #           not 'MEMIF'"
8499 #  parameters:
8500 #  - "throughput"
8501 #  - "parent"
8502 #  - "tags"
8503 #  sort:
8504 #  - "L2XCBASE"
8505 #  - "L2BDMACLRN"
8506 #  - "L2PATCH"
8507 #  traces:
8508 #    hoverinfo: "x+y"
8509 #    boxpoints: "outliers"
8510 #    whiskerwidth: 0
8511 #  layout:
8512 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8513 #    layout: "plot-throughput"
8514
8515 ################################################################################
8516
8517 # Packet Throughput - VPP Container Memif 3n-hsw-x520
8518 - type: "plot"
8519   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8520   algorithm: "plot_performance_box"
8521   output-file-type: ".html"
8522   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8523   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8524   filter: "'NIC_Intel-X520-DA2' and
8525            '64B' and
8526            ('BASE' or 'SCALE') and
8527            'NDRPDR' and
8528            '1T1C' and
8529            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8530            not 'VHOST' and
8531            'MEMIF'"
8532   parameters:
8533   - "throughput"
8534   - "parent"
8535   - "tags"
8536   sort:
8537   - "L2XCFWD"
8538   - "L2XCFWD"
8539   - "L2XCFWD"
8540   - "L2BDMACLRN"
8541   - "L2BDMACLRN"
8542   - "L2BDMACLRN"
8543   - "IP4FWD"
8544   traces:
8545     hoverinfo: "x+y"
8546     boxpoints: "outliers"
8547     whiskerwidth: 0
8548   layout:
8549     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8550     layout: "plot-throughput"
8551
8552 - type: "plot"
8553   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8554   algorithm: "plot_performance_box"
8555   output-file-type: ".html"
8556   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8557   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8558   filter: "'NIC_Intel-X520-DA2' and
8559            '64B' and
8560            ('BASE' or 'SCALE') and
8561            'NDRPDR' and
8562            '1T1C' and
8563            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8564            not 'VHOST' and
8565            'MEMIF'"
8566   parameters:
8567   - "throughput"
8568   - "parent"
8569   - "tags"
8570   sort:
8571   - "L2XCFWD"
8572   - "L2XCFWD"
8573   - "L2XCFWD"
8574   - "L2BDMACLRN"
8575   - "L2BDMACLRN"
8576   - "L2BDMACLRN"
8577   - "IP4FWD"
8578   traces:
8579     hoverinfo: "x+y"
8580     boxpoints: "outliers"
8581     whiskerwidth: 0
8582   layout:
8583     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8584     layout: "plot-throughput"
8585
8586 - type: "plot"
8587   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8588   algorithm: "plot_performance_box"
8589   output-file-type: ".html"
8590   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8591   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8592   filter: "'NIC_Intel-X520-DA2' and
8593            '64B' and
8594            ('BASE' or 'SCALE') and
8595            'NDRPDR' and
8596            '2T2C' and
8597            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8598            not 'VHOST' and
8599            'MEMIF'"
8600   parameters:
8601   - "throughput"
8602   - "parent"
8603   - "tags"
8604   sort:
8605   - "L2XCFWD"
8606   - "L2XCFWD"
8607   - "L2XCFWD"
8608   - "L2BDMACLRN"
8609   - "L2BDMACLRN"
8610   - "L2BDMACLRN"
8611   - "IP4FWD"
8612   traces:
8613     hoverinfo: "x+y"
8614     boxpoints: "outliers"
8615     whiskerwidth: 0
8616   layout:
8617     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8618     layout: "plot-throughput"
8619
8620 - type: "plot"
8621   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8622   algorithm: "plot_performance_box"
8623   output-file-type: ".html"
8624   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8625   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8626   filter: "'NIC_Intel-X520-DA2' and
8627            '64B' and
8628            ('BASE' or 'SCALE') and
8629            'NDRPDR' and
8630            '2T2C' and
8631            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8632            not 'VHOST' and
8633            'MEMIF'"
8634   parameters:
8635   - "throughput"
8636   - "parent"
8637   - "tags"
8638   sort:
8639   - "L2XCFWD"
8640   - "L2XCFWD"
8641   - "L2XCFWD"
8642   - "L2BDMACLRN"
8643   - "L2BDMACLRN"
8644   - "L2BDMACLRN"
8645   - "IP4FWD"
8646   traces:
8647     hoverinfo: "x+y"
8648     boxpoints: "outliers"
8649     whiskerwidth: 0
8650   layout:
8651     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8652     layout: "plot-throughput"
8653
8654 # Packet Throughput - VPP Container Memif 3n-hsw-x710
8655 - type: "plot"
8656   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8657   algorithm: "plot_performance_box"
8658   output-file-type: ".html"
8659   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8660   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8661   filter: "'NIC_Intel-X710' and
8662            '64B' and
8663            ('BASE' or 'SCALE') and
8664            'NDRPDR' and
8665            '1T1C' and
8666            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8667            not 'VHOST' and
8668            'MEMIF'"
8669   parameters:
8670   - "throughput"
8671   - "parent"
8672   - "tags"
8673   sort:
8674   - "L2XCFWD"
8675   - "L2XCFWD"
8676   - "L2XCFWD"
8677   - "L2BDMACLRN"
8678   - "L2BDMACLRN"
8679   - "L2BDMACLRN"
8680   - "IP4FWD"
8681   traces:
8682     hoverinfo: "x+y"
8683     boxpoints: "outliers"
8684     whiskerwidth: 0
8685   layout:
8686     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8687     layout: "plot-throughput"
8688
8689 - type: "plot"
8690   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8691   algorithm: "plot_performance_box"
8692   output-file-type: ".html"
8693   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8694   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8695   filter: "'NIC_Intel-X710' and
8696            '64B' and
8697            ('BASE' or 'SCALE') and
8698            'NDRPDR' and
8699            '1T1C' and
8700            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8701            not 'VHOST' and
8702            'MEMIF'"
8703   parameters:
8704   - "throughput"
8705   - "parent"
8706   - "tags"
8707   sort:
8708   - "L2XCFWD"
8709   - "L2XCFWD"
8710   - "L2XCFWD"
8711   - "L2BDMACLRN"
8712   - "L2BDMACLRN"
8713   - "L2BDMACLRN"
8714   - "IP4FWD"
8715   traces:
8716     hoverinfo: "x+y"
8717     boxpoints: "outliers"
8718     whiskerwidth: 0
8719   layout:
8720     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8721     layout: "plot-throughput"
8722
8723 - type: "plot"
8724   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8725   algorithm: "plot_performance_box"
8726   output-file-type: ".html"
8727   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8728   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8729   filter: "'NIC_Intel-X710' and
8730            '64B' and
8731            ('BASE' or 'SCALE') and
8732            'NDRPDR' and
8733            '2T2C' and
8734            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8735            not 'VHOST' and
8736            'MEMIF'"
8737   parameters:
8738   - "throughput"
8739   - "parent"
8740   - "tags"
8741   sort:
8742   - "L2XCFWD"
8743   - "L2XCFWD"
8744   - "L2XCFWD"
8745   - "L2BDMACLRN"
8746   - "L2BDMACLRN"
8747   - "L2BDMACLRN"
8748   - "IP4FWD"
8749   traces:
8750     hoverinfo: "x+y"
8751     boxpoints: "outliers"
8752     whiskerwidth: 0
8753   layout:
8754     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8755     layout: "plot-throughput"
8756
8757 - type: "plot"
8758   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8759   algorithm: "plot_performance_box"
8760   output-file-type: ".html"
8761   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8762   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8763   filter: "'NIC_Intel-X710' and
8764            '64B' and
8765            ('BASE' or 'SCALE') and
8766            'NDRPDR' and
8767            '2T2C' and
8768            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8769            not 'VHOST' and
8770            'MEMIF'"
8771   parameters:
8772   - "throughput"
8773   - "parent"
8774   - "tags"
8775   sort:
8776   - "L2XCFWD"
8777   - "L2XCFWD"
8778   - "L2XCFWD"
8779   - "L2BDMACLRN"
8780   - "L2BDMACLRN"
8781   - "L2BDMACLRN"
8782   - "IP4FWD"
8783   traces:
8784     hoverinfo: "x+y"
8785     boxpoints: "outliers"
8786     whiskerwidth: 0
8787   layout:
8788     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8789     layout: "plot-throughput"
8790
8791 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
8792 - type: "plot"
8793   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8794   algorithm: "plot_performance_box"
8795   output-file-type: ".html"
8796   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8797   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8798   filter: "'NIC_Intel-XL710' and
8799            '64B' and
8800            ('BASE' or 'SCALE') and
8801            'NDRPDR' and
8802            '1T1C' and
8803            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8804            not 'VHOST' and
8805            'MEMIF'"
8806   parameters:
8807   - "throughput"
8808   - "parent"
8809   - "tags"
8810   sort:
8811   - "L2XCFWD"
8812   - "L2XCFWD"
8813   - "L2XCFWD"
8814   - "L2BDMACLRN"
8815   - "L2BDMACLRN"
8816   - "L2BDMACLRN"
8817   - "IP4FWD"
8818   traces:
8819     hoverinfo: "x+y"
8820     boxpoints: "outliers"
8821     whiskerwidth: 0
8822   layout:
8823     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8824     layout: "plot-throughput"
8825
8826 - type: "plot"
8827   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8828   algorithm: "plot_performance_box"
8829   output-file-type: ".html"
8830   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8831   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8832   filter: "'NIC_Intel-XL710' and
8833            '64B' and
8834            ('BASE' or 'SCALE') and
8835            'NDRPDR' and
8836            '1T1C' and
8837            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8838            not 'VHOST' and
8839            'MEMIF'"
8840   parameters:
8841   - "throughput"
8842   - "parent"
8843   - "tags"
8844   sort:
8845   - "L2XCFWD"
8846   - "L2XCFWD"
8847   - "L2XCFWD"
8848   - "L2BDMACLRN"
8849   - "L2BDMACLRN"
8850   - "L2BDMACLRN"
8851   - "IP4FWD"
8852   traces:
8853     hoverinfo: "x+y"
8854     boxpoints: "outliers"
8855     whiskerwidth: 0
8856   layout:
8857     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8858     layout: "plot-throughput"
8859
8860 - type: "plot"
8861   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8862   algorithm: "plot_performance_box"
8863   output-file-type: ".html"
8864   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8865   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8866   filter: "'NIC_Intel-XL710' and
8867            '64B' and
8868            ('BASE' or 'SCALE') and
8869            'NDRPDR' and
8870            '2T2C' and
8871            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8872            not 'VHOST' and
8873            'MEMIF'"
8874   parameters:
8875   - "throughput"
8876   - "parent"
8877   - "tags"
8878   sort:
8879   - "L2XCFWD"
8880   - "L2XCFWD"
8881   - "L2XCFWD"
8882   - "L2BDMACLRN"
8883   - "L2BDMACLRN"
8884   - "L2BDMACLRN"
8885   - "IP4FWD"
8886   traces:
8887     hoverinfo: "x+y"
8888     boxpoints: "outliers"
8889     whiskerwidth: 0
8890   layout:
8891     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8892     layout: "plot-throughput"
8893
8894 - type: "plot"
8895   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8896   algorithm: "plot_performance_box"
8897   output-file-type: ".html"
8898   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8899   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8900   filter: "'NIC_Intel-XL710' and
8901            '64B' and
8902            ('BASE' or 'SCALE') and
8903            'NDRPDR' and
8904            '2T2C' and
8905            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8906            not 'VHOST' and
8907            'MEMIF'"
8908   parameters:
8909   - "throughput"
8910   - "parent"
8911   - "tags"
8912   sort:
8913   - "L2XCFWD"
8914   - "L2XCFWD"
8915   - "L2XCFWD"
8916   - "L2BDMACLRN"
8917   - "L2BDMACLRN"
8918   - "L2BDMACLRN"
8919   - "IP4FWD"
8920   traces:
8921     hoverinfo: "x+y"
8922     boxpoints: "outliers"
8923     whiskerwidth: 0
8924   layout:
8925     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8926     layout: "plot-throughput"
8927
8928 # Packet Throughput - VPP Container Memif 3n-skx-x710
8929 - type: "plot"
8930   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8931   algorithm: "plot_performance_box"
8932   output-file-type: ".html"
8933   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8934   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8935   filter: "'NIC_Intel-X710' and
8936            '64B' and
8937            ('BASE' or 'SCALE') and
8938            'NDRPDR' and
8939            '2T1C' and
8940            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8941            not 'VHOST' and
8942            'MEMIF'"
8943   parameters:
8944   - "throughput"
8945   - "parent"
8946   - "tags"
8947   sort:
8948   - "L2XCFWD"
8949   - "L2XCFWD"
8950   - "L2XCFWD"
8951   - "L2BDMACLRN"
8952   - "L2BDMACLRN"
8953   - "L2BDMACLRN"
8954   - "IP4FWD"
8955   traces:
8956     hoverinfo: "x+y"
8957     boxpoints: "outliers"
8958     whiskerwidth: 0
8959   layout:
8960     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8961     layout: "plot-throughput"
8962
8963 - type: "plot"
8964   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8965   algorithm: "plot_performance_box"
8966   output-file-type: ".html"
8967   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8968   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8969   filter: "'NIC_Intel-X710' and
8970            '64B' and
8971            ('BASE' or 'SCALE') and
8972            'NDRPDR' and
8973            '2T1C' and
8974            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8975            not 'VHOST' and
8976            'MEMIF'"
8977   parameters:
8978   - "throughput"
8979   - "parent"
8980   - "tags"
8981   sort:
8982   - "L2XCFWD"
8983   - "L2XCFWD"
8984   - "L2XCFWD"
8985   - "L2BDMACLRN"
8986   - "L2BDMACLRN"
8987   - "L2BDMACLRN"
8988   - "IP4FWD"
8989   traces:
8990     hoverinfo: "x+y"
8991     boxpoints: "outliers"
8992     whiskerwidth: 0
8993   layout:
8994     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8995     layout: "plot-throughput"
8996
8997 - type: "plot"
8998   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8999   algorithm: "plot_performance_box"
9000   output-file-type: ".html"
9001   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9002   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9003   filter: "'NIC_Intel-X710' and
9004            '64B' and
9005            ('BASE' or 'SCALE') and
9006            'NDRPDR' and
9007            '4T2C' and
9008            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9009            not 'VHOST' and
9010            'MEMIF'"
9011   parameters:
9012   - "throughput"
9013   - "parent"
9014   - "tags"
9015   sort:
9016   - "L2XCFWD"
9017   - "L2XCFWD"
9018   - "L2XCFWD"
9019   - "L2BDMACLRN"
9020   - "L2BDMACLRN"
9021   - "L2BDMACLRN"
9022   - "IP4FWD"
9023   traces:
9024     hoverinfo: "x+y"
9025     boxpoints: "outliers"
9026     whiskerwidth: 0
9027   layout:
9028     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9029     layout: "plot-throughput"
9030
9031 - type: "plot"
9032   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9033   algorithm: "plot_performance_box"
9034   output-file-type: ".html"
9035   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9036   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9037   filter: "'NIC_Intel-X710' and
9038            '64B' and
9039            ('BASE' or 'SCALE') and
9040            'NDRPDR' and
9041            '4T2C' and
9042            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9043            not 'VHOST' and
9044            'MEMIF'"
9045   parameters:
9046   - "throughput"
9047   - "parent"
9048   - "tags"
9049   sort:
9050   - "L2XCFWD"
9051   - "L2XCFWD"
9052   - "L2XCFWD"
9053   - "L2BDMACLRN"
9054   - "L2BDMACLRN"
9055   - "L2BDMACLRN"
9056   - "IP4FWD"
9057   traces:
9058     hoverinfo: "x+y"
9059     boxpoints: "outliers"
9060     whiskerwidth: 0
9061   layout:
9062     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9063     layout: "plot-throughput"
9064
9065 # Packet Throughput - VPP Container Memif 2n-skx-x710
9066 - type: "plot"
9067   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9068   algorithm: "plot_performance_box"
9069   output-file-type: ".html"
9070   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9071   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9072   filter: "'NIC_Intel-X710' and
9073            '64B' and
9074            ('BASE' or 'SCALE') and
9075            'NDRPDR' and
9076            '2T1C' and
9077            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9078            not 'VHOST' and
9079            not 'NF_DENSITY' and
9080            'MEMIF'"
9081   parameters:
9082   - "throughput"
9083   - "parent"
9084   - "tags"
9085   sort:
9086   - "L2XCFWD"
9087   - "L2XCFWD"
9088   - "L2XCFWD"
9089   - "L2BDMACLRN"
9090   - "L2BDMACLRN"
9091   - "L2BDMACLRN"
9092   - "IP4FWD"
9093   traces:
9094     hoverinfo: "x+y"
9095     boxpoints: "outliers"
9096     whiskerwidth: 0
9097   layout:
9098     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9099     layout: "plot-throughput"
9100
9101 - type: "plot"
9102   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9103   algorithm: "plot_performance_box"
9104   output-file-type: ".html"
9105   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9106   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9107   filter: "'NIC_Intel-X710' and
9108            '64B' and
9109            ('BASE' or 'SCALE') and
9110            'NDRPDR' and
9111            '2T1C' and
9112            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9113            not 'VHOST' and
9114            not 'NF_DENSITY' and
9115            'MEMIF'"
9116   parameters:
9117   - "throughput"
9118   - "parent"
9119   - "tags"
9120   sort:
9121   - "L2XCFWD"
9122   - "L2XCFWD"
9123   - "L2XCFWD"
9124   - "L2BDMACLRN"
9125   - "L2BDMACLRN"
9126   - "L2BDMACLRN"
9127   - "IP4FWD"
9128   traces:
9129     hoverinfo: "x+y"
9130     boxpoints: "outliers"
9131     whiskerwidth: 0
9132   layout:
9133     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9134     layout: "plot-throughput"
9135
9136 - type: "plot"
9137   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9138   algorithm: "plot_performance_box"
9139   output-file-type: ".html"
9140   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9142   filter: "'NIC_Intel-X710' and
9143            '64B' and
9144            ('BASE' or 'SCALE') and
9145            'NDRPDR' and
9146            '4T2C' and
9147            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9148            not 'VHOST' and
9149            not 'NF_DENSITY' and
9150            'MEMIF'"
9151   parameters:
9152   - "throughput"
9153   - "parent"
9154   - "tags"
9155   sort:
9156   - "L2XCFWD"
9157   - "L2XCFWD"
9158   - "L2XCFWD"
9159   - "L2BDMACLRN"
9160   - "L2BDMACLRN"
9161   - "L2BDMACLRN"
9162   - "IP4FWD"
9163   traces:
9164     hoverinfo: "x+y"
9165     boxpoints: "outliers"
9166     whiskerwidth: 0
9167   layout:
9168     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9169     layout: "plot-throughput"
9170
9171 - type: "plot"
9172   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9173   algorithm: "plot_performance_box"
9174   output-file-type: ".html"
9175   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9176   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9177   filter: "'NIC_Intel-X710' and
9178            '64B' and
9179            ('BASE' or 'SCALE') and
9180            'NDRPDR' and
9181            '4T2C' and
9182            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9183            not 'VHOST' and
9184            not 'NF_DENSITY' and
9185            'MEMIF'"
9186   parameters:
9187   - "throughput"
9188   - "parent"
9189   - "tags"
9190   sort:
9191   - "L2XCFWD"
9192   - "L2XCFWD"
9193   - "L2XCFWD"
9194   - "L2BDMACLRN"
9195   - "L2BDMACLRN"
9196   - "L2BDMACLRN"
9197   - "IP4FWD"
9198   traces:
9199     hoverinfo: "x+y"
9200     boxpoints: "outliers"
9201     whiskerwidth: 0
9202   layout:
9203     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9204     layout: "plot-throughput"
9205
9206 ## Packet Throughput - VPP Container Memif 2n-skx-xxv710
9207 #- type: "plot"
9208 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9209 #  algorithm: "plot_performance_box"
9210 #  output-file-type: ".html"
9211 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9212 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9213 #  filter: "'NIC_Intel-XXV710' and
9214 #           '64B' and
9215 #           ('BASE' or 'SCALE') and
9216 #           'NDRPDR' and
9217 #           '2T1C' and
9218 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9219 #           not 'VHOST' and
9220 #           'MEMIF'"
9221 #  parameters:
9222 #  - "throughput"
9223 #  - "parent"
9224 #  - "tags"
9225 #  sort:
9226 #  - "L2XCFWD"
9227 #  - "L2XCFWD"
9228 #  - "L2XCFWD"
9229 #  - "L2BDMACLRN"
9230 #  - "L2BDMACLRN"
9231 #  - "L2BDMACLRN"
9232 #  - "IP4FWD"
9233 #  traces:
9234 #    hoverinfo: "x+y"
9235 #    boxpoints: "outliers"
9236 #    whiskerwidth: 0
9237 #  layout:
9238 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9239 #    layout: "plot-throughput"
9240 #
9241 #- type: "plot"
9242 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9243 #  algorithm: "plot_performance_box"
9244 #  output-file-type: ".html"
9245 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9246 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9247 #  filter: "'NIC_Intel-XXV710' and
9248 #           '64B' and
9249 #           ('BASE' or 'SCALE') and
9250 #           'NDRPDR' and
9251 #           '2T1C' and
9252 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9253 #           not 'VHOST' and
9254 #           'MEMIF'"
9255 #  parameters:
9256 #  - "throughput"
9257 #  - "parent"
9258 #  - "tags"
9259 #  sort:
9260 #  - "L2XCFWD"
9261 #  - "L2XCFWD"
9262 #  - "L2XCFWD"
9263 #  - "L2BDMACLRN"
9264 #  - "L2BDMACLRN"
9265 #  - "L2BDMACLRN"
9266 #  - "IP4FWD"
9267 #  traces:
9268 #    hoverinfo: "x+y"
9269 #    boxpoints: "outliers"
9270 #    whiskerwidth: 0
9271 #  layout:
9272 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9273 #    layout: "plot-throughput"
9274 #
9275 #- type: "plot"
9276 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9277 #  algorithm: "plot_performance_box"
9278 #  output-file-type: ".html"
9279 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9280 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9281 #  filter: "'NIC_Intel-XXV710' and
9282 #           '64B' and
9283 #           ('BASE' or 'SCALE') and
9284 #           'NDRPDR' and
9285 #           '4T2C' and
9286 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9287 #           not 'VHOST' and
9288 #           'MEMIF'"
9289 #  parameters:
9290 #  - "throughput"
9291 #  - "parent"
9292 #  - "tags"
9293 #  sort:
9294 #  - "L2XCFWD"
9295 #  - "L2XCFWD"
9296 #  - "L2XCFWD"
9297 #  - "L2BDMACLRN"
9298 #  - "L2BDMACLRN"
9299 #  - "L2BDMACLRN"
9300 #  - "IP4FWD"
9301 #  traces:
9302 #    hoverinfo: "x+y"
9303 #    boxpoints: "outliers"
9304 #    whiskerwidth: 0
9305 #  layout:
9306 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9307 #    layout: "plot-throughput"
9308 #
9309 #- type: "plot"
9310 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9311 #  algorithm: "plot_performance_box"
9312 #  output-file-type: ".html"
9313 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9314 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9315 #  filter: "'NIC_Intel-XXV710' and
9316 #           '64B' and
9317 #           ('BASE' or 'SCALE') and
9318 #           'NDRPDR' and
9319 #           '4T2C' and
9320 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9321 #           not 'VHOST' and
9322 #           'MEMIF'"
9323 #  parameters:
9324 #  - "throughput"
9325 #  - "parent"
9326 #  - "tags"
9327 #  sort:
9328 #  - "L2XCFWD"
9329 #  - "L2XCFWD"
9330 #  - "L2XCFWD"
9331 #  - "L2BDMACLRN"
9332 #  - "L2BDMACLRN"
9333 #  - "L2BDMACLRN"
9334 #  - "IP4FWD"
9335 #  traces:
9336 #    hoverinfo: "x+y"
9337 #    boxpoints: "outliers"
9338 #    whiskerwidth: 0
9339 #  layout:
9340 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9341 #    layout: "plot-throughput"
9342
9343 ################################################################################
9344
9345 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
9346 #- type: "plot"
9347 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9348 #  algorithm: "plot_performance_box"
9349 #  output-file-type: ".html"
9350 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9351 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9352 #  filter: "'NIC_Intel-X520-DA2' and
9353 #           '64B' and
9354 #           ('BASE' or 'SCALE') and
9355 #           'NDRPDR' and
9356 #           '1T1C' and
9357 #           'L2XCFWD' and
9358 #           not 'VHOST' and
9359 #           not 'NF_DENSITY' and
9360 #           'MEMIF'"
9361 #  parameters:
9362 #  - "throughput"
9363 #  - "parent"
9364 #  - "tags"
9365 #  sort:
9366 #  - "1VNF"
9367 #  - "2VNF"
9368 #  - "4VNF"
9369 #  - "2VNF"
9370 #  - "4VNF"
9371 #  traces:
9372 #    hoverinfo: "x+y"
9373 #    boxpoints: "outliers"
9374 #    whiskerwidth: 0
9375 #  layout:
9376 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9377 #    layout: "plot-throughput"
9378 #
9379 #- type: "plot"
9380 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9381 #  algorithm: "plot_performance_box"
9382 #  output-file-type: ".html"
9383 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9384 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9385 #  filter: "'NIC_Intel-X520-DA2' and
9386 #           '64B' and
9387 #           ('BASE' or 'SCALE') and
9388 #           'NDRPDR' and
9389 #           '1T1C' and
9390 #           'L2XCFWD' and
9391 #           not 'VHOST' and
9392 #           not 'NF_DENSITY' and
9393 #           'MEMIF'"
9394 #  parameters:
9395 #  - "throughput"
9396 #  - "parent"
9397 #  - "tags"
9398 #  sort:
9399 #  - "1VNF"
9400 #  - "2VNF"
9401 #  - "4VNF"
9402 #  - "2VNF"
9403 #  - "4VNF"
9404 #  traces:
9405 #    hoverinfo: "x+y"
9406 #    boxpoints: "outliers"
9407 #    whiskerwidth: 0
9408 #  layout:
9409 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9410 #    layout: "plot-throughput"
9411 #
9412 #- type: "plot"
9413 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9414 #  algorithm: "plot_performance_box"
9415 #  output-file-type: ".html"
9416 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9417 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9418 #  filter: "'NIC_Intel-X520-DA2' and
9419 #           '64B' and
9420 #           ('BASE' or 'SCALE') and
9421 #           'NDRPDR' and
9422 #           '2T2C' and
9423 #           'L2XCFWD' and
9424 #           not 'VHOST' and
9425 #           not 'NF_DENSITY' and
9426 #           'MEMIF'"
9427 #  parameters:
9428 #  - "throughput"
9429 #  - "parent"
9430 #  - "tags"
9431 #  sort:
9432 #  - "1VNF"
9433 #  - "2VNF"
9434 #  - "4VNF"
9435 #  - "2VNF"
9436 #  - "4VNF"
9437 #  traces:
9438 #    hoverinfo: "x+y"
9439 #    boxpoints: "outliers"
9440 #    whiskerwidth: 0
9441 #  layout:
9442 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9443 #    layout: "plot-throughput"
9444 #
9445 #- type: "plot"
9446 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9447 #  algorithm: "plot_performance_box"
9448 #  output-file-type: ".html"
9449 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9450 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9451 #  filter: "'NIC_Intel-X520-DA2' and
9452 #           '64B' and
9453 #           ('BASE' or 'SCALE') and
9454 #           'NDRPDR' and
9455 #           '2T2C' and
9456 #           'L2XCFWD' and
9457 #           not 'VHOST' and
9458 #           not 'NF_DENSITY' and
9459 #           'MEMIF'"
9460 #  parameters:
9461 #  - "throughput"
9462 #  - "parent"
9463 #  - "tags"
9464 #  sort:
9465 #  - "1VNF"
9466 #  - "2VNF"
9467 #  - "4VNF"
9468 #  - "2VNF"
9469 #  - "4VNF"
9470 #  traces:
9471 #    hoverinfo: "x+y"
9472 #    boxpoints: "outliers"
9473 #    whiskerwidth: 0
9474 #  layout:
9475 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9476 #    layout: "plot-throughput"
9477 #
9478 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
9479 #- type: "plot"
9480 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9481 #  algorithm: "plot_performance_box"
9482 #  output-file-type: ".html"
9483 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9484 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9485 #  filter: "'NIC_Intel-X520-DA2' and
9486 #           '64B' and
9487 #           ('BASE' or 'SCALE') and
9488 #           'NDRPDR' and
9489 #           '1T1C' and
9490 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9491 #           not 'VHOST' and
9492 #           not 'NF_DENSITY' and
9493 #           'MEMIF'"
9494 #  parameters:
9495 #  - "throughput"
9496 #  - "parent"
9497 #  - "tags"
9498 #  sort:
9499 #  - "1VNF"
9500 #  - "2VNF"
9501 #  - "4VNF"
9502 #  - "2VNF"
9503 #  - "4VNF"
9504 #  traces:
9505 #    hoverinfo: "x+y"
9506 #    boxpoints: "outliers"
9507 #    whiskerwidth: 0
9508 #  layout:
9509 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9510 #    layout: "plot-throughput"
9511 #
9512 #- type: "plot"
9513 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9514 #  algorithm: "plot_performance_box"
9515 #  output-file-type: ".html"
9516 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9517 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9518 #  filter: "'NIC_Intel-X520-DA2' and
9519 #           '64B' and
9520 #           ('BASE' or 'SCALE') and
9521 #           'NDRPDR' and
9522 #           '1T1C' and
9523 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9524 #           not 'VHOST' and
9525 #           not 'NF_DENSITY' and
9526 #           'MEMIF'"
9527 #  parameters:
9528 #  - "throughput"
9529 #  - "parent"
9530 #  - "tags"
9531 #  sort:
9532 #  - "1VNF"
9533 #  - "2VNF"
9534 #  - "4VNF"
9535 #  - "2VNF"
9536 #  - "4VNF"
9537 #  traces:
9538 #    hoverinfo: "x+y"
9539 #    boxpoints: "outliers"
9540 #    whiskerwidth: 0
9541 #  layout:
9542 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9543 #    layout: "plot-throughput"
9544 #
9545 #- type: "plot"
9546 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9547 #  algorithm: "plot_performance_box"
9548 #  output-file-type: ".html"
9549 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9550 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9551 #  filter: "'NIC_Intel-X520-DA2' and
9552 #           '64B' and
9553 #           ('BASE' or 'SCALE') and
9554 #           'NDRPDR' and
9555 #           '2T2C' and
9556 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9557 #           not 'VHOST' and
9558 #           not 'NF_DENSITY' and
9559 #           'MEMIF'"
9560 #  parameters:
9561 #  - "throughput"
9562 #  - "parent"
9563 #  - "tags"
9564 #  sort:
9565 #  - "1VNF"
9566 #  - "2VNF"
9567 #  - "4VNF"
9568 #  - "2VNF"
9569 #  - "4VNF"
9570 #  traces:
9571 #    hoverinfo: "x+y"
9572 #    boxpoints: "outliers"
9573 #    whiskerwidth: 0
9574 #  layout:
9575 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9576 #    layout: "plot-throughput"
9577 #
9578 #- type: "plot"
9579 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9580 #  algorithm: "plot_performance_box"
9581 #  output-file-type: ".html"
9582 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9583 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9584 #  filter: "'NIC_Intel-X520-DA2' and
9585 #           '64B' and
9586 #           ('BASE' or 'SCALE') and
9587 #           'NDRPDR' and
9588 #           '2T2C' and
9589 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9590 #           not 'VHOST' and
9591 #           not 'NF_DENSITY' and
9592 #           'MEMIF'"
9593 #  parameters:
9594 #  - "throughput"
9595 #  - "parent"
9596 #  - "tags"
9597 #  sort:
9598 #  - "1VNF"
9599 #  - "2VNF"
9600 #  - "4VNF"
9601 #  - "2VNF"
9602 #  - "4VNF"
9603 #  traces:
9604 #    hoverinfo: "x+y"
9605 #    boxpoints: "outliers"
9606 #    whiskerwidth: 0
9607 #  layout:
9608 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9609 #    layout: "plot-throughput"
9610 #
9611 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
9612 #- type: "plot"
9613 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9614 #  algorithm: "plot_performance_box"
9615 #  output-file-type: ".html"
9616 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9617 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9618 #  filter: "'NIC_Intel-X710' and
9619 #           '64B' and
9620 #           ('BASE' or 'SCALE') and
9621 #           'NDRPDR' and
9622 #           '1T1C' and
9623 #           'L2XCFWD' and
9624 #           not 'VHOST' and
9625 #           not 'NF_DENSITY' and
9626 #           'MEMIF'"
9627 #  parameters:
9628 #  - "throughput"
9629 #  - "parent"
9630 #  - "tags"
9631 #  sort:
9632 #  - "1VNF"
9633 #  - "2VNF"
9634 #  - "4VNF"
9635 #  - "2VNF"
9636 #  - "4VNF"
9637 #  traces:
9638 #    hoverinfo: "x+y"
9639 #    boxpoints: "outliers"
9640 #    whiskerwidth: 0
9641 #  layout:
9642 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9643 #    layout: "plot-throughput"
9644 #
9645 #- type: "plot"
9646 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9647 #  algorithm: "plot_performance_box"
9648 #  output-file-type: ".html"
9649 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9650 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9651 #  filter: "'NIC_Intel-X710' and
9652 #           '64B' and
9653 #           ('BASE' or 'SCALE') and
9654 #           'NDRPDR' and
9655 #           '1T1C' and
9656 #           'L2XCFWD' and
9657 #           not 'VHOST' and
9658 #           not 'NF_DENSITY' and
9659 #           'MEMIF'"
9660 #  parameters:
9661 #  - "throughput"
9662 #  - "parent"
9663 #  - "tags"
9664 #  sort:
9665 #  - "1VNF"
9666 #  - "2VNF"
9667 #  - "4VNF"
9668 #  - "2VNF"
9669 #  - "4VNF"
9670 #  traces:
9671 #    hoverinfo: "x+y"
9672 #    boxpoints: "outliers"
9673 #    whiskerwidth: 0
9674 #  layout:
9675 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9676 #    layout: "plot-throughput"
9677 #
9678 #- type: "plot"
9679 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9680 #  algorithm: "plot_performance_box"
9681 #  output-file-type: ".html"
9682 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9683 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9684 #  filter: "'NIC_Intel-X710' and
9685 #           '64B' and
9686 #           ('BASE' or 'SCALE') and
9687 #           'NDRPDR' and
9688 #           '2T2C' and
9689 #           'L2XCFWD' and
9690 #           not 'VHOST' and
9691 #           not 'NF_DENSITY' and
9692 #           'MEMIF'"
9693 #  parameters:
9694 #  - "throughput"
9695 #  - "parent"
9696 #  - "tags"
9697 #  sort:
9698 #  - "1VNF"
9699 #  - "2VNF"
9700 #  - "4VNF"
9701 #  - "2VNF"
9702 #  - "4VNF"
9703 #  traces:
9704 #    hoverinfo: "x+y"
9705 #    boxpoints: "outliers"
9706 #    whiskerwidth: 0
9707 #  layout:
9708 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9709 #    layout: "plot-throughput"
9710 #
9711 #- type: "plot"
9712 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9713 #  algorithm: "plot_performance_box"
9714 #  output-file-type: ".html"
9715 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9716 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9717 #  filter: "'NIC_Intel-X710' and
9718 #           '64B' and
9719 #           ('BASE' or 'SCALE') and
9720 #           'NDRPDR' and
9721 #           '2T2C' and
9722 #           'L2XCFWD' and
9723 #           not 'VHOST' and
9724 #           not 'NF_DENSITY' and
9725 #           'MEMIF'"
9726 #  parameters:
9727 #  - "throughput"
9728 #  - "parent"
9729 #  - "tags"
9730 #  sort:
9731 #  - "1VNF"
9732 #  - "2VNF"
9733 #  - "4VNF"
9734 #  - "2VNF"
9735 #  - "4VNF"
9736 #  traces:
9737 #    hoverinfo: "x+y"
9738 #    boxpoints: "outliers"
9739 #    whiskerwidth: 0
9740 #  layout:
9741 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9742 #    layout: "plot-throughput"
9743 #
9744 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
9745 #- type: "plot"
9746 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9747 #  algorithm: "plot_performance_box"
9748 #  output-file-type: ".html"
9749 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9750 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9751 #  filter: "'NIC_Intel-X710' and
9752 #           '64B' and
9753 #           ('BASE' or 'SCALE') and
9754 #           'NDRPDR' and
9755 #           '1T1C' and
9756 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9757 #           not 'VHOST' and
9758 #           not 'NF_DENSITY' and
9759 #           'MEMIF'"
9760 #  parameters:
9761 #  - "throughput"
9762 #  - "parent"
9763 #  - "tags"
9764 #  sort:
9765 #  - "1VNF"
9766 #  - "2VNF"
9767 #  - "4VNF"
9768 #  - "2VNF"
9769 #  - "4VNF"
9770 #  traces:
9771 #    hoverinfo: "x+y"
9772 #    boxpoints: "outliers"
9773 #    whiskerwidth: 0
9774 #  layout:
9775 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9776 #    layout: "plot-throughput"
9777 #
9778 #- type: "plot"
9779 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9780 #  algorithm: "plot_performance_box"
9781 #  output-file-type: ".html"
9782 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9783 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9784 #  filter: "'NIC_Intel-X710' and
9785 #           '64B' and
9786 #           ('BASE' or 'SCALE') and
9787 #           'NDRPDR' and
9788 #           '1T1C' and
9789 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9790 #           not 'VHOST' and
9791 #           not 'NF_DENSITY' and
9792 #           'MEMIF'"
9793 #  parameters:
9794 #  - "throughput"
9795 #  - "parent"
9796 #  - "tags"
9797 #  sort:
9798 #  - "1VNF"
9799 #  - "2VNF"
9800 #  - "4VNF"
9801 #  - "2VNF"
9802 #  - "4VNF"
9803 #  traces:
9804 #    hoverinfo: "x+y"
9805 #    boxpoints: "outliers"
9806 #    whiskerwidth: 0
9807 #  layout:
9808 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9809 #    layout: "plot-throughput"
9810 #
9811 #- type: "plot"
9812 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9813 #  algorithm: "plot_performance_box"
9814 #  output-file-type: ".html"
9815 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9816 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9817 #  filter: "'NIC_Intel-X710' and
9818 #           '64B' and
9819 #           ('BASE' or 'SCALE') and
9820 #           'NDRPDR' and
9821 #           '2T2C' and
9822 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9823 #           not 'VHOST' and
9824 #           not 'NF_DENSITY' and
9825 #           'MEMIF'"
9826 #  parameters:
9827 #  - "throughput"
9828 #  - "parent"
9829 #  - "tags"
9830 #  sort:
9831 #  - "1VNF"
9832 #  - "2VNF"
9833 #  - "4VNF"
9834 #  - "2VNF"
9835 #  - "4VNF"
9836 #  traces:
9837 #    hoverinfo: "x+y"
9838 #    boxpoints: "outliers"
9839 #    whiskerwidth: 0
9840 #  layout:
9841 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9842 #    layout: "plot-throughput"
9843 #
9844 #- type: "plot"
9845 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9846 #  algorithm: "plot_performance_box"
9847 #  output-file-type: ".html"
9848 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9849 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9850 #  filter: "'NIC_Intel-X710' and
9851 #           '64B' and
9852 #           ('BASE' or 'SCALE') and
9853 #           'NDRPDR' and
9854 #           '2T2C' and
9855 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9856 #           not 'VHOST' and
9857 #           not 'NF_DENSITY' and
9858 #           'MEMIF'"
9859 #  parameters:
9860 #  - "throughput"
9861 #  - "parent"
9862 #  - "tags"
9863 #  sort:
9864 #  - "1VNF"
9865 #  - "2VNF"
9866 #  - "4VNF"
9867 #  - "2VNF"
9868 #  - "4VNF"
9869 #  traces:
9870 #    hoverinfo: "x+y"
9871 #    boxpoints: "outliers"
9872 #    whiskerwidth: 0
9873 #  layout:
9874 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9875 #    layout: "plot-throughput"
9876
9877 ################################################################################
9878
9879 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
9880 - type: "plot"
9881   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9882   algorithm: "plot_performance_box"
9883   output-file-type: ".html"
9884   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9885   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9886   filter: "'NIC_Intel-X520-DA2' and
9887            '64B' and
9888            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9889            'NDRPDR' and
9890            '1T1C' and
9891            'IP4FWD' and
9892            not 'IPSEC' and
9893            not 'DOT1Q' and
9894            not 'VHOST'"
9895   parameters:
9896   - "throughput"
9897   - "parent"
9898   - "tags"
9899   sort:
9900   - "IP4BASE"
9901   - "FIB_20K"
9902   - "FIB_200K"
9903   - "FIB_2M"
9904   traces:
9905     hoverinfo: "x+y"
9906     boxpoints: "outliers"
9907     whiskerwidth: 0
9908   layout:
9909     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9910     layout: "plot-throughput"
9911
9912 - type: "plot"
9913   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9914   algorithm: "plot_performance_box"
9915   output-file-type: ".html"
9916   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9917   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9918   filter: "'NIC_Intel-X520-DA2' and
9919            '64B' and
9920            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9921            'NDRPDR' and
9922            '1T1C' and
9923            'IP4FWD' and
9924            not 'IPSEC' and
9925            not 'DOT1Q' and
9926            not 'VHOST'"
9927   parameters:
9928   - "throughput"
9929   - "parent"
9930   - "tags"
9931   sort:
9932   - "IP4BASE"
9933   - "FIB_20K"
9934   - "FIB_200K"
9935   - "FIB_2M"
9936   traces:
9937     hoverinfo: "x+y"
9938     boxpoints: "outliers"
9939     whiskerwidth: 0
9940   layout:
9941     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9942     layout: "plot-throughput"
9943
9944 - type: "plot"
9945   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9946   algorithm: "plot_performance_box"
9947   output-file-type: ".html"
9948   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9949   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9950   filter: "'NIC_Intel-X520-DA2' and
9951            '64B' and
9952            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9953            'NDRPDR' and
9954            '2T2C' and
9955            'IP4FWD' and
9956            not 'IPSEC' and
9957            not 'DOT1Q' and
9958            not 'VHOST'"
9959   parameters:
9960   - "throughput"
9961   - "parent"
9962   - "tags"
9963   sort:
9964   - "IP4BASE"
9965   - "FIB_20K"
9966   - "FIB_200K"
9967   - "FIB_2M"
9968   traces:
9969     hoverinfo: "x+y"
9970     boxpoints: "outliers"
9971     whiskerwidth: 0
9972   layout:
9973     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9974     layout: "plot-throughput"
9975
9976 - type: "plot"
9977   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9978   algorithm: "plot_performance_box"
9979   output-file-type: ".html"
9980   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9981   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9982   filter: "'NIC_Intel-X520-DA2' and
9983            '64B' and
9984            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9985            'NDRPDR' and
9986            '2T2C' and
9987            'IP4FWD' and
9988            not 'IPSEC' and
9989            not 'DOT1Q' and
9990            not 'VHOST'"
9991   parameters:
9992   - "throughput"
9993   - "parent"
9994   - "tags"
9995   sort:
9996   - "IP4BASE"
9997   - "FIB_20K"
9998   - "FIB_200K"
9999   - "FIB_2M"
10000   traces:
10001     hoverinfo: "x+y"
10002     boxpoints: "outliers"
10003     whiskerwidth: 0
10004   layout:
10005     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10006     layout: "plot-throughput"
10007
10008 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
10009 - type: "plot"
10010   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
10011   algorithm: "plot_performance_box"
10012   output-file-type: ".html"
10013   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
10014   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10015   filter: "'NIC_Intel-X520-DA2' and
10016            '64B' and
10017            ('IP4BASE' or
10018             'POLICE_MARK' or
10019             'COPWHLIST' or
10020             ('NAT44' and 'BASE') or
10021             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10022            'NDRPDR' and
10023            '1T1C' and
10024            'IP4FWD' and
10025            not 'IPSEC' and
10026            not 'VHOST'"
10027   parameters:
10028   - "throughput"
10029   - "parent"
10030   - "tags"
10031   sort:
10032   - "DOT1Q"
10033   - "IP4BASE"
10034   - "NAT44"
10035   - "POLICE_MARK"
10036   - "COPWHLIST"
10037   - "IACL"
10038   - "OACL"
10039   traces:
10040     hoverinfo: "x+y"
10041     boxpoints: "outliers"
10042     whiskerwidth: 0
10043   layout:
10044     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
10045     layout: "plot-throughput"
10046
10047 - type: "plot"
10048   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10049   algorithm: "plot_performance_box"
10050   output-file-type: ".html"
10051   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10052   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10053   filter: "'NIC_Intel-X520-DA2' and
10054            '64B' and
10055            ('IP4BASE' or
10056             'POLICE_MARK' or
10057             'COPWHLIST' or
10058             ('NAT44' and 'BASE') or
10059             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10060            'NDRPDR' and
10061            '1T1C' and
10062            'IP4FWD' and
10063            not 'IPSEC' and
10064            not 'VHOST'"
10065   parameters:
10066   - "throughput"
10067   - "parent"
10068   - "tags"
10069   sort:
10070   - "DOT1Q"
10071   - "IP4BASE"
10072   - "NAT44"
10073   - "POLICE_MARK"
10074   - "COPWHLIST"
10075   - "IACL"
10076   - "OACL"
10077   traces:
10078     hoverinfo: "x+y"
10079     boxpoints: "outliers"
10080     whiskerwidth: 0
10081   layout:
10082     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10083     layout: "plot-throughput"
10084
10085 - type: "plot"
10086   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10087   algorithm: "plot_performance_box"
10088   output-file-type: ".html"
10089   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10090   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10091   filter: "'NIC_Intel-X520-DA2' and
10092            '64B' and
10093            ('IP4BASE' or
10094             'POLICE_MARK' or
10095             'COPWHLIST' or
10096             ('NAT44' and 'BASE') or
10097             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10098            'NDRPDR' and
10099            '2T2C' and
10100            'IP4FWD' and
10101            not 'IPSEC' and
10102            not 'VHOST'"
10103   parameters:
10104   - "throughput"
10105   - "parent"
10106   - "tags"
10107   sort:
10108   - "DOT1Q"
10109   - "IP4BASE"
10110   - "NAT44"
10111   - "POLICE_MARK"
10112   - "COPWHLIST"
10113   - "IACL"
10114   - "OACL"
10115   traces:
10116     hoverinfo: "x+y"
10117     boxpoints: "outliers"
10118     whiskerwidth: 0
10119   layout:
10120     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10121     layout: "plot-throughput"
10122
10123 - type: "plot"
10124   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10125   algorithm: "plot_performance_box"
10126   output-file-type: ".html"
10127   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10128   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10129   filter: "'NIC_Intel-X520-DA2' and
10130            '64B' and
10131            ('IP4BASE' or
10132             'POLICE_MARK' or
10133             'COPWHLIST' or
10134             ('NAT44' and 'BASE') or
10135             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10136            'NDRPDR' and
10137            '2T2C' and
10138            'IP4FWD' and
10139            not 'IPSEC' and
10140            not 'VHOST'"
10141   parameters:
10142   - "throughput"
10143   - "parent"
10144   - "tags"
10145   sort:
10146   - "DOT1Q"
10147   - "IP4BASE"
10148   - "NAT44"
10149   - "POLICE_MARK"
10150   - "COPWHLIST"
10151   - "IACL"
10152   - "OACL"
10153   traces:
10154     hoverinfo: "x+y"
10155     boxpoints: "outliers"
10156     whiskerwidth: 0
10157   layout:
10158     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10159     layout: "plot-throughput"
10160
10161 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
10162 - type: "plot"
10163   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10164   algorithm: "plot_performance_box"
10165   output-file-type: ".html"
10166   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10167   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10168   filter: "'NIC_Intel-X520-DA2' and
10169            '64B' and
10170            'NDRPDR' and
10171            '1T1C' and
10172            'IP4FWD' and
10173            ('NAT44' or 'IP4BASE') and
10174            not 'DOT1Q' and
10175            not 'IPSEC' and
10176            not 'VHOST'"
10177   parameters:
10178   - "throughput"
10179   - "parent"
10180   - "tags"
10181   sort:
10182   - "IP4BASE"
10183   - "BASE"
10184   - "SRC_USER_10"
10185   - "SRC_USER_100"
10186   - "SRC_USER_1000"
10187   - "SRC_USER_2000"
10188   traces:
10189     hoverinfo: "x+y"
10190     boxpoints: "outliers"
10191     whiskerwidth: 0
10192   layout:
10193     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10194     layout: "plot-throughput"
10195
10196 - type: "plot"
10197   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10198   algorithm: "plot_performance_box"
10199   output-file-type: ".html"
10200   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10201   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10202   filter: "'NIC_Intel-X520-DA2' and
10203            '64B' and
10204            'NDRPDR' and
10205            '1T1C' and
10206            'IP4FWD' and
10207            ('NAT44' or 'IP4BASE') and
10208            not 'DOT1Q' and
10209            not 'IPSEC' and
10210            not 'VHOST'"
10211   parameters:
10212   - "throughput"
10213   - "parent"
10214   - "tags"
10215   sort:
10216   - "IP4BASE"
10217   - "BASE"
10218   - "SRC_USER_10"
10219   - "SRC_USER_100"
10220   - "SRC_USER_1000"
10221   - "SRC_USER_2000"
10222   traces:
10223     hoverinfo: "x+y"
10224     boxpoints: "outliers"
10225     whiskerwidth: 0
10226   layout:
10227     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10228     layout: "plot-throughput"
10229
10230 - type: "plot"
10231   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10232   algorithm: "plot_performance_box"
10233   output-file-type: ".html"
10234   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10235   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10236   filter: "'NIC_Intel-X520-DA2' and
10237            '64B' and
10238            'NDRPDR' and
10239            '2T2C' and
10240            'IP4FWD' and
10241            ('NAT44' or 'IP4BASE') and
10242            not 'DOT1Q' and
10243            not 'IPSEC' and
10244            not 'VHOST'"
10245   parameters:
10246   - "throughput"
10247   - "parent"
10248   - "tags"
10249   sort:
10250   - "IP4BASE"
10251   - "BASE"
10252   - "SRC_USER_10"
10253   - "SRC_USER_100"
10254   - "SRC_USER_1000"
10255   - "SRC_USER_2000"
10256   traces:
10257     hoverinfo: "x+y"
10258     boxpoints: "outliers"
10259     whiskerwidth: 0
10260   layout:
10261     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10262     layout: "plot-throughput"
10263
10264 - type: "plot"
10265   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10266   algorithm: "plot_performance_box"
10267   output-file-type: ".html"
10268   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10269   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10270   filter: "'NIC_Intel-X520-DA2' and
10271            '64B' and
10272            'NDRPDR' and
10273            '2T2C' and
10274            'IP4FWD' and
10275            ('NAT44' or 'IP4BASE') and
10276            not 'DOT1Q' and
10277            not 'IPSEC' and
10278            not 'VHOST'"
10279   parameters:
10280   - "throughput"
10281   - "parent"
10282   - "tags"
10283   sort:
10284   - "IP4BASE"
10285   - "BASE"
10286   - "SRC_USER_10"
10287   - "SRC_USER_100"
10288   - "SRC_USER_1000"
10289   - "SRC_USER_2000"
10290   traces:
10291     hoverinfo: "x+y"
10292     boxpoints: "outliers"
10293     whiskerwidth: 0
10294   layout:
10295     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10296     layout: "plot-throughput"
10297
10298 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
10299 - type: "plot"
10300   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10301   algorithm: "plot_performance_box"
10302   output-file-type: ".html"
10303   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10304   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10305   filter: "'NIC_Intel-X520-DA2' and
10306            '64B' and
10307            'NDRPDR' and
10308            '1T1C' and
10309            'IP4FWD' and
10310            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10311            not 'IPSEC' and
10312            not 'DOT1Q' and
10313            not 'VHOST'"
10314   parameters:
10315   - "throughput"
10316   - "parent"
10317   - "tags"
10318   sort:
10319   - "IP4BASE"
10320   - "ACL_STATELESS"
10321   - "ACL_STATEFUL"
10322   - "ACL_STATELESS"
10323   - "ACL_STATEFUL"
10324   traces:
10325     hoverinfo: "x+y"
10326     boxpoints: "outliers"
10327     whiskerwidth: 0
10328   layout:
10329     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10330     layout: "plot-throughput"
10331
10332 - type: "plot"
10333   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10334   algorithm: "plot_performance_box"
10335   output-file-type: ".html"
10336   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10337   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10338   filter: "'NIC_Intel-X520-DA2' and
10339            '64B' and
10340            'NDRPDR' and
10341            '1T1C' and
10342            'IP4FWD' and
10343            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10344            not 'IPSEC' and
10345            not 'DOT1Q' and
10346            not 'VHOST'"
10347   parameters:
10348   - "throughput"
10349   - "parent"
10350   - "tags"
10351   sort:
10352   - "IP4BASE"
10353   - "ACL_STATELESS"
10354   - "ACL_STATEFUL"
10355   - "ACL_STATELESS"
10356   - "ACL_STATEFUL"
10357   traces:
10358     hoverinfo: "x+y"
10359     boxpoints: "outliers"
10360     whiskerwidth: 0
10361   layout:
10362     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10363     layout: "plot-throughput"
10364
10365 - type: "plot"
10366   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10367   algorithm: "plot_performance_box"
10368   output-file-type: ".html"
10369   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10370   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10371   filter: "'NIC_Intel-X520-DA2' and
10372            '64B' and
10373            'NDRPDR' and
10374            '2T2C' and
10375            'IP4FWD' and
10376            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10377            not 'IPSEC' and
10378            not 'DOT1Q' and
10379            not 'VHOST'"
10380   parameters:
10381   - "throughput"
10382   - "parent"
10383   - "tags"
10384   sort:
10385   - "IP4BASE"
10386   - "ACL_STATELESS"
10387   - "ACL_STATEFUL"
10388   - "ACL_STATELESS"
10389   - "ACL_STATEFUL"
10390   traces:
10391     hoverinfo: "x+y"
10392     boxpoints: "outliers"
10393     whiskerwidth: 0
10394   layout:
10395     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10396     layout: "plot-throughput"
10397
10398 - type: "plot"
10399   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10400   algorithm: "plot_performance_box"
10401   output-file-type: ".html"
10402   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10403   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10404   filter: "'NIC_Intel-X520-DA2' and
10405            '64B' and
10406            'NDRPDR' and
10407            '2T2C' and
10408            'IP4FWD' and
10409            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10410            not 'IPSEC' and
10411            not 'DOT1Q' and
10412            not 'VHOST'"
10413   parameters:
10414   - "throughput"
10415   - "parent"
10416   - "tags"
10417   sort:
10418   - "IP4BASE"
10419   - "ACL_STATELESS"
10420   - "ACL_STATEFUL"
10421   - "ACL_STATELESS"
10422   - "ACL_STATEFUL"
10423   traces:
10424     hoverinfo: "x+y"
10425     boxpoints: "outliers"
10426     whiskerwidth: 0
10427   layout:
10428     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10429     layout: "plot-throughput"
10430
10431 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
10432 - type: "plot"
10433   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10434   algorithm: "plot_performance_box"
10435   output-file-type: ".html"
10436   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10437   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10438   filter: "'NIC_Intel-X520-DA2' and
10439            '64B' and
10440            'NDRPDR' and
10441            '1T1C' and
10442            'IP4FWD' and
10443            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10444            not 'IPSEC' and
10445            not 'DOT1Q' and
10446            not 'VHOST'"
10447   parameters:
10448   - "throughput"
10449   - "parent"
10450   - "tags"
10451   sort:
10452   - "IP4BASE"
10453   - "ACL_STATELESS"
10454   - "ACL_STATEFUL"
10455   - "ACL_STATELESS"
10456   - "ACL_STATEFUL"
10457   traces:
10458     hoverinfo: "x+y"
10459     boxpoints: "outliers"
10460     whiskerwidth: 0
10461   layout:
10462     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10463     layout: "plot-throughput"
10464
10465 - type: "plot"
10466   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10467   algorithm: "plot_performance_box"
10468   output-file-type: ".html"
10469   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10470   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10471   filter: "'NIC_Intel-X520-DA2' and
10472            '64B' and
10473            'NDRPDR' and
10474            '1T1C' and
10475            'IP4FWD' and
10476            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10477            not 'IPSEC' and
10478            not 'DOT1Q' and
10479            not 'VHOST'"
10480   parameters:
10481   - "throughput"
10482   - "parent"
10483   - "tags"
10484   sort:
10485   - "IP4BASE"
10486   - "ACL_STATELESS"
10487   - "ACL_STATEFUL"
10488   - "ACL_STATELESS"
10489   - "ACL_STATEFUL"
10490   traces:
10491     hoverinfo: "x+y"
10492     boxpoints: "outliers"
10493     whiskerwidth: 0
10494   layout:
10495     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10496     layout: "plot-throughput"
10497
10498 - type: "plot"
10499   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10500   algorithm: "plot_performance_box"
10501   output-file-type: ".html"
10502   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10503   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10504   filter: "'NIC_Intel-X520-DA2' and
10505            '64B' and
10506            'NDRPDR' and
10507            '2T2C' and
10508            'IP4FWD' and
10509            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10510            not 'IPSEC' and
10511            not 'DOT1Q' and
10512            not 'VHOST'"
10513   parameters:
10514   - "throughput"
10515   - "parent"
10516   - "tags"
10517   sort:
10518   - "IP4BASE"
10519   - "ACL_STATELESS"
10520   - "ACL_STATEFUL"
10521   - "ACL_STATELESS"
10522   - "ACL_STATEFUL"
10523   traces:
10524     hoverinfo: "x+y"
10525     boxpoints: "outliers"
10526     whiskerwidth: 0
10527   layout:
10528     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10529     layout: "plot-throughput"
10530
10531 - type: "plot"
10532   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10533   algorithm: "plot_performance_box"
10534   output-file-type: ".html"
10535   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10536   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10537   filter: "'NIC_Intel-X520-DA2' and
10538            '64B' and
10539            'NDRPDR' and
10540            '2T2C' and
10541            'IP4FWD' and
10542            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10543            not 'IPSEC' and
10544            not 'DOT1Q' and
10545            not 'VHOST'"
10546   parameters:
10547   - "throughput"
10548   - "parent"
10549   - "tags"
10550   sort:
10551   - "IP4BASE"
10552   - "ACL_STATELESS"
10553   - "ACL_STATEFUL"
10554   - "ACL_STATELESS"
10555   - "ACL_STATEFUL"
10556   traces:
10557     hoverinfo: "x+y"
10558     boxpoints: "outliers"
10559     whiskerwidth: 0
10560   layout:
10561     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10562     layout: "plot-throughput"
10563
10564 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
10565 - type: "plot"
10566   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10567   algorithm: "plot_performance_box"
10568   output-file-type: ".html"
10569   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10570   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10571   filter: "'NIC_Intel-X710' and
10572            '64B' and
10573            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10574            'NDRPDR' and
10575            '1T1C' and
10576            'IP4FWD' and
10577            not 'IPSEC' and
10578            not 'DOT1Q' and
10579            not 'VHOST'"
10580   parameters:
10581   - "throughput"
10582   - "parent"
10583   - "tags"
10584   sort:
10585   - "IP4BASE"
10586   - "FIB_20K"
10587   - "FIB_200K"
10588   - "FIB_2M"
10589   traces:
10590     hoverinfo: "x+y"
10591     boxpoints: "outliers"
10592     whiskerwidth: 0
10593   layout:
10594     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10595     layout: "plot-throughput"
10596
10597 - type: "plot"
10598   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10599   algorithm: "plot_performance_box"
10600   output-file-type: ".html"
10601   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10602   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10603   filter: "'NIC_Intel-X710' and
10604            '64B' and
10605            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10606            'NDRPDR' and
10607            '1T1C' and
10608            'IP4FWD' and
10609            not 'IPSEC' and
10610            not 'DOT1Q' and
10611            not 'VHOST'"
10612   parameters:
10613   - "throughput"
10614   - "parent"
10615   - "tags"
10616   sort:
10617   - "IP4BASE"
10618   - "FIB_20K"
10619   - "FIB_200K"
10620   - "FIB_2M"
10621   traces:
10622     hoverinfo: "x+y"
10623     boxpoints: "outliers"
10624     whiskerwidth: 0
10625   layout:
10626     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10627     layout: "plot-throughput"
10628
10629 - type: "plot"
10630   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10631   algorithm: "plot_performance_box"
10632   output-file-type: ".html"
10633   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10634   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10635   filter: "'NIC_Intel-X710' and
10636            '64B' and
10637            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10638            'NDRPDR' and
10639            '2T2C' and
10640            'IP4FWD' and
10641            not 'IPSEC' and
10642            not 'DOT1Q' and
10643            not 'VHOST'"
10644   parameters:
10645   - "throughput"
10646   - "parent"
10647   - "tags"
10648   sort:
10649   - "IP4BASE"
10650   - "FIB_20K"
10651   - "FIB_200K"
10652   - "FIB_2M"
10653   traces:
10654     hoverinfo: "x+y"
10655     boxpoints: "outliers"
10656     whiskerwidth: 0
10657   layout:
10658     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10659     layout: "plot-throughput"
10660
10661 - type: "plot"
10662   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10663   algorithm: "plot_performance_box"
10664   output-file-type: ".html"
10665   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10666   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10667   filter: "'NIC_Intel-X710' and
10668            '64B' and
10669            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10670            'NDRPDR' and
10671            '2T2C' and
10672            'IP4FWD' and
10673            not 'IPSEC' and
10674            not 'DOT1Q' and
10675            not 'VHOST'"
10676   parameters:
10677   - "throughput"
10678   - "parent"
10679   - "tags"
10680   sort:
10681   - "IP4BASE"
10682   - "FIB_20K"
10683   - "FIB_200K"
10684   - "FIB_2M"
10685   traces:
10686     hoverinfo: "x+y"
10687     boxpoints: "outliers"
10688     whiskerwidth: 0
10689   layout:
10690     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10691     layout: "plot-throughput"
10692
10693 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
10694 - type: "plot"
10695   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10696   algorithm: "plot_performance_box"
10697   output-file-type: ".html"
10698   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10699   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10700   filter: "'NIC_Intel-X710' and
10701            '64B' and
10702            ('IP4BASE' or
10703             'POLICE_MARK' or
10704             'COPWHLIST' or
10705             ('NAT44' and 'BASE') or
10706             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10707            'NDRPDR' and
10708            '1T1C' and
10709            'IP4FWD' and
10710            not 'IPSEC' and
10711            not 'VHOST'"
10712   parameters:
10713   - "throughput"
10714   - "parent"
10715   - "tags"
10716   sort:
10717   - "DOT1Q"
10718   - "IP4BASE"
10719   - "NAT44"
10720   - "POLICE_MARK"
10721   - "COPWHLIST"
10722   - "IACL"
10723   - "OACL"
10724   traces:
10725     hoverinfo: "x+y"
10726     boxpoints: "outliers"
10727     whiskerwidth: 0
10728   layout:
10729     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10730     layout: "plot-throughput"
10731
10732 - type: "plot"
10733   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10734   algorithm: "plot_performance_box"
10735   output-file-type: ".html"
10736   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10737   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10738   filter: "'NIC_Intel-X710' and
10739            '64B' and
10740            ('IP4BASE' or
10741             'POLICE_MARK' or
10742             'COPWHLIST' or
10743             ('NAT44' and 'BASE') or
10744             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10745            'NDRPDR' and
10746            '1T1C' and
10747            'IP4FWD' and
10748            not 'IPSEC' and
10749            not 'VHOST'"
10750   parameters:
10751   - "throughput"
10752   - "parent"
10753   - "tags"
10754   sort:
10755   - "DOT1Q"
10756   - "IP4BASE"
10757   - "NAT44"
10758   - "POLICE_MARK"
10759   - "COPWHLIST"
10760   - "IACL"
10761   - "OACL"
10762   traces:
10763     hoverinfo: "x+y"
10764     boxpoints: "outliers"
10765     whiskerwidth: 0
10766   layout:
10767     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10768     layout: "plot-throughput"
10769
10770 - type: "plot"
10771   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10772   algorithm: "plot_performance_box"
10773   output-file-type: ".html"
10774   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10775   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10776   filter: "'NIC_Intel-X710' and
10777            '64B' and
10778            ('IP4BASE' or
10779             'POLICE_MARK' or
10780             'COPWHLIST' or
10781             ('NAT44' and 'BASE') or
10782             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10783            'NDRPDR' and
10784            '2T2C' and
10785            'IP4FWD' and
10786            not 'IPSEC' and
10787            not 'VHOST'"
10788   parameters:
10789   - "throughput"
10790   - "parent"
10791   - "tags"
10792   sort:
10793   - "DOT1Q"
10794   - "IP4BASE"
10795   - "NAT44"
10796   - "POLICE_MARK"
10797   - "COPWHLIST"
10798   - "IACL"
10799   - "OACL"
10800   traces:
10801     hoverinfo: "x+y"
10802     boxpoints: "outliers"
10803     whiskerwidth: 0
10804   layout:
10805     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10806     layout: "plot-throughput"
10807
10808 - type: "plot"
10809   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10810   algorithm: "plot_performance_box"
10811   output-file-type: ".html"
10812   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10813   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10814   filter: "'NIC_Intel-X710' and
10815            '64B' and
10816            ('IP4BASE' or
10817             'POLICE_MARK' or
10818             'COPWHLIST' or
10819             ('NAT44' and 'BASE') or
10820             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10821            'NDRPDR' and
10822            '2T2C' and
10823            'IP4FWD' and
10824            not 'IPSEC' and
10825            not 'VHOST'"
10826   parameters:
10827   - "throughput"
10828   - "parent"
10829   - "tags"
10830   sort:
10831   - "DOT1Q"
10832   - "IP4BASE"
10833   - "NAT44"
10834   - "POLICE_MARK"
10835   - "COPWHLIST"
10836   - "IACL"
10837   - "OACL"
10838   traces:
10839     hoverinfo: "x+y"
10840     boxpoints: "outliers"
10841     whiskerwidth: 0
10842   layout:
10843     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10844     layout: "plot-throughput"
10845
10846 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
10847 - type: "plot"
10848   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10849   algorithm: "plot_performance_box"
10850   output-file-type: ".html"
10851   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10852   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10853   filter: "'NIC_Intel-X710' and
10854            '64B' and
10855            'NDRPDR' and
10856            '2T1C' and
10857            'IP4FWD' and
10858            ('NAT44' or 'IP4BASE') and
10859            not 'IPSEC' and
10860            not 'VHOST'"
10861   parameters:
10862   - "throughput"
10863   - "parent"
10864   - "tags"
10865   sort:
10866   - "IP4BASE"
10867   - "BASE"
10868   - "SRC_USER_10"
10869   - "SRC_USER_100"
10870   - "SRC_USER_1000"
10871   - "SRC_USER_2000"
10872   traces:
10873     hoverinfo: "x+y"
10874     boxpoints: "outliers"
10875     whiskerwidth: 0
10876   layout:
10877     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10878     layout: "plot-throughput"
10879
10880 - type: "plot"
10881   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10882   algorithm: "plot_performance_box"
10883   output-file-type: ".html"
10884   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10885   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10886   filter: "'NIC_Intel-X710' and
10887            '64B' and
10888            'NDRPDR' and
10889            '2T1C' and
10890            'IP4FWD' and
10891            ('NAT44' or 'IP4BASE') and
10892            not 'IPSEC' and
10893            not 'VHOST'"
10894   parameters:
10895   - "throughput"
10896   - "parent"
10897   - "tags"
10898   sort:
10899   - "IP4BASE"
10900   - "BASE"
10901   - "SRC_USER_10"
10902   - "SRC_USER_100"
10903   - "SRC_USER_1000"
10904   - "SRC_USER_2000"
10905   traces:
10906     hoverinfo: "x+y"
10907     boxpoints: "outliers"
10908     whiskerwidth: 0
10909   layout:
10910     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10911     layout: "plot-throughput"
10912
10913 - type: "plot"
10914   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10915   algorithm: "plot_performance_box"
10916   output-file-type: ".html"
10917   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10918   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10919   filter: "'NIC_Intel-X710' and
10920            '64B' and
10921            'NDRPDR' and
10922            '4T2C' and
10923            'IP4FWD' and
10924            ('NAT44' or 'IP4BASE') and
10925            not 'IPSEC' and
10926            not 'VHOST'"
10927   parameters:
10928   - "throughput"
10929   - "parent"
10930   - "tags"
10931   sort:
10932   - "IP4BASE"
10933   - "BASE"
10934   - "SRC_USER_10"
10935   - "SRC_USER_100"
10936   - "SRC_USER_1000"
10937   - "SRC_USER_2000"
10938   traces:
10939     hoverinfo: "x+y"
10940     boxpoints: "outliers"
10941     whiskerwidth: 0
10942   layout:
10943     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10944     layout: "plot-throughput"
10945
10946 - type: "plot"
10947   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10948   algorithm: "plot_performance_box"
10949   output-file-type: ".html"
10950   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10951   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10952   filter: "'NIC_Intel-X710' and
10953            '64B' and
10954            'NDRPDR' and
10955            '4T2C' and
10956            'IP4FWD' and
10957            ('NAT44' or 'IP4BASE') and
10958            not 'IPSEC' and
10959            not 'VHOST'"
10960   parameters:
10961   - "throughput"
10962   - "parent"
10963   - "tags"
10964   sort:
10965   - "IP4BASE"
10966   - "BASE"
10967   - "SRC_USER_10"
10968   - "SRC_USER_100"
10969   - "SRC_USER_1000"
10970   - "SRC_USER_2000"
10971   traces:
10972     hoverinfo: "x+y"
10973     boxpoints: "outliers"
10974     whiskerwidth: 0
10975   layout:
10976     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10977     layout: "plot-throughput"
10978
10979 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
10980 - type: "plot"
10981   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10982   algorithm: "plot_performance_box"
10983   output-file-type: ".html"
10984   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10985   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10986   filter: "'NIC_Intel-X710' and
10987            '64B' and
10988            'NDRPDR' and
10989            '2T1C' and
10990            'IP4FWD' and
10991            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10992            not 'IPSEC' and
10993            not 'VHOST'"
10994   parameters:
10995   - "throughput"
10996   - "parent"
10997   - "tags"
10998   sort:
10999   - "IP4BASE"
11000   - "ACL_STATELESS"
11001   - "ACL_STATEFUL"
11002   - "ACL_STATELESS"
11003   - "ACL_STATEFUL"
11004   traces:
11005     hoverinfo: "x+y"
11006     boxpoints: "outliers"
11007     whiskerwidth: 0
11008   layout:
11009     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
11010     layout: "plot-throughput"
11011
11012 - type: "plot"
11013   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
11014   algorithm: "plot_performance_box"
11015   output-file-type: ".html"
11016   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
11017   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11018   filter: "'NIC_Intel-X710' and
11019            '64B' and
11020            'NDRPDR' and
11021            '2T1C' and
11022            'IP4FWD' and
11023            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11024            not 'IPSEC' and
11025            not 'VHOST'"
11026   parameters:
11027   - "throughput"
11028   - "parent"
11029   - "tags"
11030   sort:
11031   - "IP4BASE"
11032   - "ACL_STATELESS"
11033   - "ACL_STATEFUL"
11034   - "ACL_STATELESS"
11035   - "ACL_STATEFUL"
11036   traces:
11037     hoverinfo: "x+y"
11038     boxpoints: "outliers"
11039     whiskerwidth: 0
11040   layout:
11041     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
11042     layout: "plot-throughput"
11043
11044 - type: "plot"
11045   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11046   algorithm: "plot_performance_box"
11047   output-file-type: ".html"
11048   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11050   filter: "'NIC_Intel-X710' and
11051            '64B' and
11052            'NDRPDR' and
11053            '4T2C' and
11054            'IP4FWD' and
11055            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11056            not 'IPSEC' and
11057            not 'VHOST'"
11058   parameters:
11059   - "throughput"
11060   - "parent"
11061   - "tags"
11062   sort:
11063   - "IP4BASE"
11064   - "ACL_STATELESS"
11065   - "ACL_STATEFUL"
11066   - "ACL_STATELESS"
11067   - "ACL_STATEFUL"
11068   traces:
11069     hoverinfo: "x+y"
11070     boxpoints: "outliers"
11071     whiskerwidth: 0
11072   layout:
11073     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11074     layout: "plot-throughput"
11075
11076 - type: "plot"
11077   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11078   algorithm: "plot_performance_box"
11079   output-file-type: ".html"
11080   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11082   filter: "'NIC_Intel-X710' and
11083            '64B' and
11084            'NDRPDR' and
11085            '4T2C' and
11086            'IP4FWD' and
11087            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11088            not 'IPSEC' and
11089            not 'VHOST'"
11090   parameters:
11091   - "throughput"
11092   - "parent"
11093   - "tags"
11094   sort:
11095   - "IP4BASE"
11096   - "ACL_STATELESS"
11097   - "ACL_STATEFUL"
11098   - "ACL_STATELESS"
11099   - "ACL_STATEFUL"
11100   traces:
11101     hoverinfo: "x+y"
11102     boxpoints: "outliers"
11103     whiskerwidth: 0
11104   layout:
11105     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11106     layout: "plot-throughput"
11107
11108 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
11109 - type: "plot"
11110   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11111   algorithm: "plot_performance_box"
11112   output-file-type: ".html"
11113   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11114   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11115   filter: "'NIC_Intel-XL710' and
11116            '64B' and
11117            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11118            'NDRPDR' and
11119            '1T1C' and
11120            'IP4FWD' and
11121            not 'IPSEC' and
11122            not 'VHOST'"
11123   parameters:
11124   - "throughput"
11125   - "parent"
11126   - "tags"
11127   sort:
11128   - "IP4BASE"
11129   - "FIB_20K"
11130   - "FIB_200K"
11131   - "FIB_2M"
11132   traces:
11133     hoverinfo: "x+y"
11134     boxpoints: "outliers"
11135     whiskerwidth: 0
11136   layout:
11137     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11138     layout: "plot-throughput"
11139
11140 - type: "plot"
11141   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11142   algorithm: "plot_performance_box"
11143   output-file-type: ".html"
11144   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11145   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11146   filter: "'NIC_Intel-XL710' and
11147            '64B' and
11148            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11149            'NDRPDR' and
11150            '1T1C' and
11151            'IP4FWD' and
11152            not 'IPSEC' and
11153            not 'VHOST'"
11154   parameters:
11155   - "throughput"
11156   - "parent"
11157   - "tags"
11158   sort:
11159   - "IP4BASE"
11160   - "FIB_20K"
11161   - "FIB_200K"
11162   - "FIB_2M"
11163   traces:
11164     hoverinfo: "x+y"
11165     boxpoints: "outliers"
11166     whiskerwidth: 0
11167   layout:
11168     title: "ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11169     layout: "plot-throughput"
11170
11171 - type: "plot"
11172   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11173   algorithm: "plot_performance_box"
11174   output-file-type: ".html"
11175   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11176   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11177   filter: "'NIC_Intel-XL710' and
11178            '64B' and
11179            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11180            'NDRPDR' and
11181            '2T2C' and
11182            'IP4FWD' and
11183            not 'IPSEC' and
11184            not 'VHOST'"
11185   parameters:
11186   - "throughput"
11187   - "parent"
11188   - "tags"
11189   sort:
11190   - "IP4BASE"
11191   - "FIB_20K"
11192   - "FIB_200K"
11193   - "FIB_2M"
11194   traces:
11195     hoverinfo: "x+y"
11196     boxpoints: "outliers"
11197     whiskerwidth: 0
11198   layout:
11199     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11200     layout: "plot-throughput"
11201
11202 - type: "plot"
11203   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11204   algorithm: "plot_performance_box"
11205   output-file-type: ".html"
11206   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11207   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11208   filter: "'NIC_Intel-XL710' and
11209            '64B' and
11210            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11211            'NDRPDR' and
11212            '2T2C' and
11213            'IP4FWD' and
11214            not 'IPSEC' and
11215            not 'VHOST'"
11216   parameters:
11217   - "throughput"
11218   - "parent"
11219   - "tags"
11220   sort:
11221   - "IP4BASE"
11222   - "FIB_20K"
11223   - "FIB_200K"
11224   - "FIB_2M"
11225   traces:
11226     hoverinfo: "x+y"
11227     boxpoints: "outliers"
11228     whiskerwidth: 0
11229   layout:
11230     title: "ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11231     layout: "plot-throughput"
11232
11233 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
11234 - type: "plot"
11235   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11236   algorithm: "plot_performance_box"
11237   output-file-type: ".html"
11238   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11239   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11240   filter: "'NIC_Intel-X710' and
11241            '64B' and
11242            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11243            'NDRPDR' and
11244            '2T1C' and
11245            'IP4FWD' and
11246            not 'IPSEC' and
11247            not 'DOT1Q' and
11248            not 'VHOST'"
11249   parameters:
11250   - "throughput"
11251   - "parent"
11252   - "tags"
11253   sort:
11254   - "IP4BASE"
11255   - "FIB_20K"
11256   - "FIB_200K"
11257   - "FIB_2M"
11258   traces:
11259     hoverinfo: "x+y"
11260     boxpoints: "outliers"
11261     whiskerwidth: 0
11262   layout:
11263     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11264     layout: "plot-throughput"
11265
11266 - type: "plot"
11267   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11268   algorithm: "plot_performance_box"
11269   output-file-type: ".html"
11270   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11271   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11272   filter: "'NIC_Intel-X710' and
11273            '64B' and
11274            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11275            'NDRPDR' and
11276            '2T1C' and
11277            'IP4FWD' and
11278            not 'IPSEC' and
11279            not 'DOT1Q' and
11280            not 'VHOST'"
11281   parameters:
11282   - "throughput"
11283   - "parent"
11284   - "tags"
11285   sort:
11286   - "IP4BASE"
11287   - "FIB_20K"
11288   - "FIB_200K"
11289   - "FIB_2M"
11290   traces:
11291     hoverinfo: "x+y"
11292     boxpoints: "outliers"
11293     whiskerwidth: 0
11294   layout:
11295     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11296     layout: "plot-throughput"
11297
11298 - type: "plot"
11299   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11300   algorithm: "plot_performance_box"
11301   output-file-type: ".html"
11302   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11303   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11304   filter: "'NIC_Intel-X710' and
11305            '64B' and
11306            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11307            'NDRPDR' and
11308            '4T2C' and
11309            'IP4FWD' and
11310            not 'IPSEC' and
11311            not 'DOT1Q' and
11312            not 'VHOST'"
11313   parameters:
11314   - "throughput"
11315   - "parent"
11316   - "tags"
11317   sort:
11318   - "IP4BASE"
11319   - "FIB_20K"
11320   - "FIB_200K"
11321   - "FIB_2M"
11322   traces:
11323     hoverinfo: "x+y"
11324     boxpoints: "outliers"
11325     whiskerwidth: 0
11326   layout:
11327     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11328     layout: "plot-throughput"
11329
11330 - type: "plot"
11331   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11332   algorithm: "plot_performance_box"
11333   output-file-type: ".html"
11334   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11335   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11336   filter: "'NIC_Intel-X710' and
11337            '64B' and
11338            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11339            'NDRPDR' and
11340            '4T2C' and
11341            'IP4FWD' and
11342            not 'IPSEC' and
11343            not 'DOT1Q' and
11344            not 'VHOST'"
11345   parameters:
11346   - "throughput"
11347   - "parent"
11348   - "tags"
11349   sort:
11350   - "IP4BASE"
11351   - "FIB_20K"
11352   - "FIB_200K"
11353   - "FIB_2M"
11354   traces:
11355     hoverinfo: "x+y"
11356     boxpoints: "outliers"
11357     whiskerwidth: 0
11358   layout:
11359     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11360     layout: "plot-throughput"
11361
11362 # Packet Throughput - VPP IPv4 3n-skx-x710 features
11363 - type: "plot"
11364   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
11365   algorithm: "plot_performance_box"
11366   output-file-type: ".html"
11367   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
11368   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11369   filter: "'NIC_Intel-X710' and
11370            '64B' and
11371            ('IP4BASE' or
11372             'POLICE_MARK' or
11373             'COPWHLIST' or
11374             ('NAT44' and 'BASE') or
11375             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11376            'NDRPDR' and
11377            '2T1C' and
11378            'IP4FWD' and
11379            not 'IPSEC' and
11380            not 'VHOST'"
11381   parameters:
11382   - "throughput"
11383   - "parent"
11384   - "tags"
11385   sort:
11386   - "DOT1Q"
11387   - "IP4BASE"
11388   - "NAT44"
11389   - "POLICE_MARK"
11390   - "COPWHLIST"
11391   - "IACL"
11392   - "OACL"
11393   traces:
11394     hoverinfo: "x+y"
11395     boxpoints: "outliers"
11396     whiskerwidth: 0
11397   layout:
11398     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
11399     layout: "plot-throughput"
11400
11401 - type: "plot"
11402   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
11403   algorithm: "plot_performance_box"
11404   output-file-type: ".html"
11405   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
11406   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11407   filter: "'NIC_Intel-X710' and
11408            '64B' and
11409            ('IP4BASE' or
11410             'POLICE_MARK' or
11411             'COPWHLIST' or
11412             ('NAT44' and 'BASE') or
11413             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11414            'NDRPDR' and
11415            '2T1C' and
11416            'IP4FWD' and
11417            not 'IPSEC' and
11418            not 'VHOST'"
11419   parameters:
11420   - "throughput"
11421   - "parent"
11422   - "tags"
11423   sort:
11424   - "DOT1Q"
11425   - "IP4BASE"
11426   - "NAT44"
11427   - "POLICE_MARK"
11428   - "COPWHLIST"
11429   - "IACL"
11430   - "OACL"
11431   traces:
11432     hoverinfo: "x+y"
11433     boxpoints: "outliers"
11434     whiskerwidth: 0
11435   layout:
11436     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
11437     layout: "plot-throughput"
11438
11439 - type: "plot"
11440   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
11441   algorithm: "plot_performance_box"
11442   output-file-type: ".html"
11443   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
11444   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11445   filter: "'NIC_Intel-X710' and
11446            '64B' and
11447            ('IP4BASE' or
11448             'POLICE_MARK' or
11449             'COPWHLIST' or
11450             ('NAT44' and 'BASE') or
11451             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11452            'NDRPDR' and
11453            '4T2C' and
11454            'IP4FWD' and
11455            not 'IPSEC' and
11456            not 'VHOST'"
11457   parameters:
11458   - "throughput"
11459   - "parent"
11460   - "tags"
11461   sort:
11462   - "DOT1Q"
11463   - "IP4BASE"
11464   - "NAT44"
11465   - "POLICE_MARK"
11466   - "COPWHLIST"
11467   - "IACL"
11468   - "OACL"
11469   traces:
11470     hoverinfo: "x+y"
11471     boxpoints: "outliers"
11472     whiskerwidth: 0
11473   layout:
11474     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
11475     layout: "plot-throughput"
11476
11477 - type: "plot"
11478   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
11479   algorithm: "plot_performance_box"
11480   output-file-type: ".html"
11481   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
11482   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11483   filter: "'NIC_Intel-X710' and
11484            '64B' and
11485            ('IP4BASE' or
11486             'POLICE_MARK' or
11487             'COPWHLIST' or
11488             ('NAT44' and 'BASE') or
11489             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11490            'NDRPDR' and
11491            '4T2C' and
11492            'IP4FWD' and
11493            not 'IPSEC' and
11494            not 'VHOST'"
11495   parameters:
11496   - "throughput"
11497   - "parent"
11498   - "tags"
11499   sort:
11500   - "DOT1Q"
11501   - "IP4BASE"
11502   - "NAT44"
11503   - "POLICE_MARK"
11504   - "COPWHLIST"
11505   - "IACL"
11506   - "OACL"
11507   traces:
11508     hoverinfo: "x+y"
11509     boxpoints: "outliers"
11510     whiskerwidth: 0
11511   layout:
11512     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
11513     layout: "plot-throughput"
11514
11515 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
11516 - type: "plot"
11517   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11518   algorithm: "plot_performance_box"
11519   output-file-type: ".html"
11520   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11521   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11522   filter: "'NIC_Intel-X710' and
11523            '64B' and
11524            'NDRPDR' and
11525            '1T1C' and
11526            'IP4FWD' and
11527            ('NAT44' or 'IP4BASE') and
11528            not 'IPSEC' and
11529            not 'VHOST'"
11530   parameters:
11531   - "throughput"
11532   - "parent"
11533   - "tags"
11534   sort:
11535   - "IP4BASE"
11536   - "BASE"
11537   - "SRC_USER_10"
11538   - "SRC_USER_100"
11539   - "SRC_USER_1000"
11540   - "SRC_USER_2000"
11541   traces:
11542     hoverinfo: "x+y"
11543     boxpoints: "outliers"
11544     whiskerwidth: 0
11545   layout:
11546     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11547     layout: "plot-throughput"
11548
11549 - type: "plot"
11550   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11551   algorithm: "plot_performance_box"
11552   output-file-type: ".html"
11553   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11554   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11555   filter: "'NIC_Intel-X710' and
11556            '64B' and
11557            'NDRPDR' and
11558            '1T1C' and
11559            'IP4FWD' and
11560            ('NAT44' or 'IP4BASE') and
11561            not 'IPSEC' and
11562            not 'VHOST'"
11563   parameters:
11564   - "throughput"
11565   - "parent"
11566   - "tags"
11567   sort:
11568   - "IP4BASE"
11569   - "BASE"
11570   - "SRC_USER_10"
11571   - "SRC_USER_100"
11572   - "SRC_USER_1000"
11573   - "SRC_USER_2000"
11574   traces:
11575     hoverinfo: "x+y"
11576     boxpoints: "outliers"
11577     whiskerwidth: 0
11578   layout:
11579     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11580     layout: "plot-throughput"
11581
11582 - type: "plot"
11583   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11584   algorithm: "plot_performance_box"
11585   output-file-type: ".html"
11586   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11587   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11588   filter: "'NIC_Intel-X710' and
11589            '64B' and
11590            'NDRPDR' and
11591            '2T2C' and
11592            'IP4FWD' and
11593            ('NAT44' or 'IP4BASE') and
11594            not 'IPSEC' and
11595            not 'VHOST'"
11596   parameters:
11597   - "throughput"
11598   - "parent"
11599   - "tags"
11600   sort:
11601   - "IP4BASE"
11602   - "BASE"
11603   - "SRC_USER_10"
11604   - "SRC_USER_100"
11605   - "SRC_USER_1000"
11606   - "SRC_USER_2000"
11607   traces:
11608     hoverinfo: "x+y"
11609     boxpoints: "outliers"
11610     whiskerwidth: 0
11611   layout:
11612     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11613     layout: "plot-throughput"
11614
11615 - type: "plot"
11616   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11617   algorithm: "plot_performance_box"
11618   output-file-type: ".html"
11619   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11620   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11621   filter: "'NIC_Intel-X710' and
11622            '64B' and
11623            'NDRPDR' and
11624            '2T2C' and
11625            'IP4FWD' and
11626            ('NAT44' or 'IP4BASE') and
11627            not 'IPSEC' and
11628            not 'VHOST'"
11629   parameters:
11630   - "throughput"
11631   - "parent"
11632   - "tags"
11633   sort:
11634   - "IP4BASE"
11635   - "BASE"
11636   - "SRC_USER_10"
11637   - "SRC_USER_100"
11638   - "SRC_USER_1000"
11639   - "SRC_USER_2000"
11640   traces:
11641     hoverinfo: "x+y"
11642     boxpoints: "outliers"
11643     whiskerwidth: 0
11644   layout:
11645     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11646     layout: "plot-throughput"
11647
11648 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
11649 - type: "plot"
11650   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11651   algorithm: "plot_performance_box"
11652   output-file-type: ".html"
11653   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11654   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11655   filter: "'NIC_Intel-X710' and
11656            '64B' and
11657            'NDRPDR' and
11658            '1T1C' and
11659            'IP4FWD' and
11660            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11661            not 'IPSEC' and
11662            not 'VHOST'"
11663   parameters:
11664   - "throughput"
11665   - "parent"
11666   - "tags"
11667   sort:
11668   - "IP4BASE"
11669   - "ACL_STATELESS"
11670   - "ACL_STATEFUL"
11671   - "ACL_STATELESS"
11672   - "ACL_STATEFUL"
11673   traces:
11674     hoverinfo: "x+y"
11675     boxpoints: "outliers"
11676     whiskerwidth: 0
11677   layout:
11678     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11679     layout: "plot-throughput"
11680
11681 - type: "plot"
11682   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11683   algorithm: "plot_performance_box"
11684   output-file-type: ".html"
11685   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11686   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11687   filter: "'NIC_Intel-X710' and
11688            '64B' and
11689            'NDRPDR' and
11690            '1T1C' and
11691            'IP4FWD' and
11692            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11693            not 'IPSEC' and
11694            not 'VHOST'"
11695   parameters:
11696   - "throughput"
11697   - "parent"
11698   - "tags"
11699   sort:
11700   - "IP4BASE"
11701   - "ACL_STATELESS"
11702   - "ACL_STATEFUL"
11703   - "ACL_STATELESS"
11704   - "ACL_STATEFUL"
11705   traces:
11706     hoverinfo: "x+y"
11707     boxpoints: "outliers"
11708     whiskerwidth: 0
11709   layout:
11710     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11711     layout: "plot-throughput"
11712
11713 - type: "plot"
11714   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11715   algorithm: "plot_performance_box"
11716   output-file-type: ".html"
11717   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11718   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11719   filter: "'NIC_Intel-X710' and
11720            '64B' and
11721            'NDRPDR' and
11722            '2T2C' and
11723            'IP4FWD' and
11724            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11725            not 'IPSEC' and
11726            not 'VHOST'"
11727   parameters:
11728   - "throughput"
11729   - "parent"
11730   - "tags"
11731   sort:
11732   - "IP4BASE"
11733   - "ACL_STATELESS"
11734   - "ACL_STATEFUL"
11735   - "ACL_STATELESS"
11736   - "ACL_STATEFUL"
11737   traces:
11738     hoverinfo: "x+y"
11739     boxpoints: "outliers"
11740     whiskerwidth: 0
11741   layout:
11742     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11743     layout: "plot-throughput"
11744
11745 - type: "plot"
11746   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11747   algorithm: "plot_performance_box"
11748   output-file-type: ".html"
11749   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11750   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11751   filter: "'NIC_Intel-X710' and
11752            '64B' and
11753            'NDRPDR' and
11754            '2T2C' and
11755            'IP4FWD' and
11756            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11757            not 'IPSEC' and
11758            not 'VHOST'"
11759   parameters:
11760   - "throughput"
11761   - "parent"
11762   - "tags"
11763   sort:
11764   - "IP4BASE"
11765   - "ACL_STATELESS"
11766   - "ACL_STATEFUL"
11767   - "ACL_STATELESS"
11768   - "ACL_STATEFUL"
11769   traces:
11770     hoverinfo: "x+y"
11771     boxpoints: "outliers"
11772     whiskerwidth: 0
11773   layout:
11774     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11775     layout: "plot-throughput"
11776
11777 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
11778 - type: "plot"
11779   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11780   algorithm: "plot_performance_box"
11781   output-file-type: ".html"
11782   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11783   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11784   filter: "'NIC_Intel-X710' and
11785            '64B' and
11786            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11787            'NDRPDR' and
11788            '2T1C' and
11789            'IP4FWD' and
11790            not 'IPSEC' and
11791            not 'DOT1Q' and
11792            not 'VHOST'"
11793   parameters:
11794   - "throughput"
11795   - "parent"
11796   - "tags"
11797   sort:
11798   - "IP4BASE"
11799   - "FIB_20K"
11800   - "FIB_200K"
11801   - "FIB_2M"
11802   traces:
11803     hoverinfo: "x+y"
11804     boxpoints: "outliers"
11805     whiskerwidth: 0
11806   layout:
11807     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11808     layout: "plot-throughput"
11809
11810 - type: "plot"
11811   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11812   algorithm: "plot_performance_box"
11813   output-file-type: ".html"
11814   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11815   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11816   filter: "'NIC_Intel-X710' and
11817            '64B' and
11818            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11819            'NDRPDR' and
11820            '2T1C' and
11821            'IP4FWD' and
11822            not 'IPSEC' and
11823            not 'DOT1Q' and
11824            not 'VHOST'"
11825   parameters:
11826   - "throughput"
11827   - "parent"
11828   - "tags"
11829   sort:
11830   - "IP4BASE"
11831   - "FIB_20K"
11832   - "FIB_200K"
11833   - "FIB_2M"
11834   traces:
11835     hoverinfo: "x+y"
11836     boxpoints: "outliers"
11837     whiskerwidth: 0
11838   layout:
11839     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11840     layout: "plot-throughput"
11841
11842 - type: "plot"
11843   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11844   algorithm: "plot_performance_box"
11845   output-file-type: ".html"
11846   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11847   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11848   filter: "'NIC_Intel-X710' and
11849            '64B' and
11850            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11851            'NDRPDR' and
11852            '4T2C' and
11853            'IP4FWD' and
11854            not 'IPSEC' and
11855            not 'DOT1Q' and
11856            not 'VHOST'"
11857   parameters:
11858   - "throughput"
11859   - "parent"
11860   - "tags"
11861   sort:
11862   - "IP4BASE"
11863   - "FIB_20K"
11864   - "FIB_200K"
11865   - "FIB_2M"
11866   traces:
11867     hoverinfo: "x+y"
11868     boxpoints: "outliers"
11869     whiskerwidth: 0
11870   layout:
11871     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11872     layout: "plot-throughput"
11873
11874 - type: "plot"
11875   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11876   algorithm: "plot_performance_box"
11877   output-file-type: ".html"
11878   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11879   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11880   filter: "'NIC_Intel-X710' and
11881            '64B' and
11882            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11883            'NDRPDR' and
11884            '4T2C' and
11885            'IP4FWD' and
11886            not 'IPSEC' and
11887            not 'DOT1Q' and
11888            not 'VHOST'"
11889   parameters:
11890   - "throughput"
11891   - "parent"
11892   - "tags"
11893   sort:
11894   - "IP4BASE"
11895   - "FIB_20K"
11896   - "FIB_200K"
11897   - "FIB_2M"
11898   traces:
11899     hoverinfo: "x+y"
11900     boxpoints: "outliers"
11901     whiskerwidth: 0
11902   layout:
11903     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11904     layout: "plot-throughput"
11905
11906 # Packet Throughput - VPP IPv4 2n-skx-x710 features iacl
11907 - type: "plot"
11908   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11909   algorithm: "plot_performance_box"
11910   output-file-type: ".html"
11911   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11912   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11913   filter: "'NIC_Intel-X710' and
11914            '64B' and
11915            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11916            'NDRPDR' and
11917            '2T1C' and
11918            'IP4FWD' and
11919            not 'IPSEC' and
11920            not 'DOT1Q' and
11921            not 'VHOST'"
11922   parameters:
11923   - "throughput"
11924   - "parent"
11925   - "tags"
11926   sort:
11927   - "IP4BASE"
11928   - "ACL_STATELESS"
11929   - "ACL_STATEFUL"
11930   - "ACL_STATELESS"
11931   - "ACL_STATEFUL"
11932   traces:
11933     hoverinfo: "x+y"
11934     boxpoints: "outliers"
11935     whiskerwidth: 0
11936   layout:
11937     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11938     layout: "plot-throughput"
11939
11940 - type: "plot"
11941   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11942   algorithm: "plot_performance_box"
11943   output-file-type: ".html"
11944   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11945   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11946   filter: "'NIC_Intel-X710' and
11947            '64B' and
11948            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11949            'NDRPDR' and
11950            '2T1C' and
11951            'IP4FWD' and
11952            not 'IPSEC' and
11953            not 'DOT1Q' and
11954            not 'VHOST'"
11955   parameters:
11956   - "throughput"
11957   - "parent"
11958   - "tags"
11959   sort:
11960   - "IP4BASE"
11961   - "ACL_STATELESS"
11962   - "ACL_STATEFUL"
11963   - "ACL_STATELESS"
11964   - "ACL_STATEFUL"
11965   traces:
11966     hoverinfo: "x+y"
11967     boxpoints: "outliers"
11968     whiskerwidth: 0
11969   layout:
11970     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11971     layout: "plot-throughput"
11972
11973 - type: "plot"
11974   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11975   algorithm: "plot_performance_box"
11976   output-file-type: ".html"
11977   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11978   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11979   filter: "'NIC_Intel-X710' and
11980            '64B' and
11981            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11982            'NDRPDR' and
11983            '4T2C' and
11984            'IP4FWD' and
11985            not 'IPSEC' and
11986            not 'DOT1Q' and
11987            not 'VHOST'"
11988   parameters:
11989   - "throughput"
11990   - "parent"
11991   - "tags"
11992   sort:
11993   - "IP4BASE"
11994   - "ACL_STATELESS"
11995   - "ACL_STATEFUL"
11996   - "ACL_STATELESS"
11997   - "ACL_STATEFUL"
11998   traces:
11999     hoverinfo: "x+y"
12000     boxpoints: "outliers"
12001     whiskerwidth: 0
12002   layout:
12003     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
12004     layout: "plot-throughput"
12005
12006 - type: "plot"
12007   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
12008   algorithm: "plot_performance_box"
12009   output-file-type: ".html"
12010   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
12011   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12012   filter: "'NIC_Intel-X710' and
12013            '64B' and
12014            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
12015            'NDRPDR' and
12016            '4T2C' and
12017            'IP4FWD' and
12018            not 'IPSEC' and
12019            not 'DOT1Q' and
12020            not 'VHOST'"
12021   parameters:
12022   - "throughput"
12023   - "parent"
12024   - "tags"
12025   sort:
12026   - "IP4BASE"
12027   - "ACL_STATELESS"
12028   - "ACL_STATEFUL"
12029   - "ACL_STATELESS"
12030   - "ACL_STATEFUL"
12031   traces:
12032     hoverinfo: "x+y"
12033     boxpoints: "outliers"
12034     whiskerwidth: 0
12035   layout:
12036     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
12037     layout: "plot-throughput"
12038
12039 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
12040 - type: "plot"
12041   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12042   algorithm: "plot_performance_box"
12043   output-file-type: ".html"
12044   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12045   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12046   filter: "'NIC_Intel-XXV710' and
12047            '64B' and
12048            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12049            'NDRPDR' and
12050            '2T1C' and
12051            'IP4FWD' and
12052            not 'IPSEC' and
12053            not 'DOT1Q' and
12054            not 'VHOST'"
12055   parameters:
12056   - "throughput"
12057   - "parent"
12058   - "tags"
12059   sort:
12060   - "IP4BASE"
12061   - "FIB_20K"
12062   - "FIB_200K"
12063   - "FIB_2M"
12064   traces:
12065     hoverinfo: "x+y"
12066     boxpoints: "outliers"
12067     whiskerwidth: 0
12068   layout:
12069     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12070     layout: "plot-throughput"
12071
12072 - type: "plot"
12073   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12074   algorithm: "plot_performance_box"
12075   output-file-type: ".html"
12076   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12077   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12078   filter: "'NIC_Intel-XXV710' and
12079            '64B' and
12080            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12081            'NDRPDR' and
12082            '2T1C' and
12083            'IP4FWD' and
12084            not 'IPSEC' and
12085            not 'DOT1Q' and
12086            not 'VHOST'"
12087   parameters:
12088   - "throughput"
12089   - "parent"
12090   - "tags"
12091   sort:
12092   - "IP4BASE"
12093   - "FIB_20K"
12094   - "FIB_200K"
12095   - "FIB_2M"
12096   traces:
12097     hoverinfo: "x+y"
12098     boxpoints: "outliers"
12099     whiskerwidth: 0
12100   layout:
12101     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12102     layout: "plot-throughput"
12103
12104 - type: "plot"
12105   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12106   algorithm: "plot_performance_box"
12107   output-file-type: ".html"
12108   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12109   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12110   filter: "'NIC_Intel-XXV710' and
12111            '64B' and
12112            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12113            'NDRPDR' and
12114            '4T2C' and
12115            'IP4FWD' and
12116            not 'IPSEC' and
12117            not 'DOT1Q' and
12118            not 'VHOST'"
12119   parameters:
12120   - "throughput"
12121   - "parent"
12122   - "tags"
12123   sort:
12124   - "IP4BASE"
12125   - "FIB_20K"
12126   - "FIB_200K"
12127   - "FIB_2M"
12128   traces:
12129     hoverinfo: "x+y"
12130     boxpoints: "outliers"
12131     whiskerwidth: 0
12132   layout:
12133     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12134     layout: "plot-throughput"
12135
12136 - type: "plot"
12137   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12138   algorithm: "plot_performance_box"
12139   output-file-type: ".html"
12140   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12142   filter: "'NIC_Intel-XXV710' and
12143            '64B' and
12144            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12145            'NDRPDR' and
12146            '4T2C' and
12147            'IP4FWD' and
12148            not 'IPSEC' and
12149            not 'DOT1Q' and
12150            not 'VHOST'"
12151   parameters:
12152   - "throughput"
12153   - "parent"
12154   - "tags"
12155   sort:
12156   - "IP4BASE"
12157   - "FIB_20K"
12158   - "FIB_200K"
12159   - "FIB_2M"
12160   traces:
12161     hoverinfo: "x+y"
12162     boxpoints: "outliers"
12163     whiskerwidth: 0
12164   layout:
12165     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12166     layout: "plot-throughput"
12167
12168 ## Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
12169 #- type: "plot"
12170 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12171 #  algorithm: "plot_performance_box"
12172 #  output-file-type: ".html"
12173 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12174 #  data: "intel-dnv-vpp"
12175 #  filter: "'NIC_Intel-X553' and
12176 #           '64B' and
12177 #           'IP4BASE' and
12178 #           'NDRPDR' and
12179 #           '1T1C' and
12180 #           'IP4FWD' and
12181 #           not 'IPSEC' and
12182 #           not 'VHOST'"
12183 #  parameters:
12184 #  - "throughput"
12185 #  - "parent"
12186 #  - "tags"
12187 #  sort:
12188 #  - "IP4BASE"
12189 #  traces:
12190 #    hoverinfo: "x+y"
12191 #    boxpoints: "outliers"
12192 #    whiskerwidth: 0
12193 #  layout:
12194 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12195 #    layout: "plot-throughput"
12196 #
12197 #- type: "plot"
12198 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12199 #  algorithm: "plot_performance_box"
12200 #  output-file-type: ".html"
12201 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12202 #  data: "intel-dnv-vpp"
12203 #  filter: "'NIC_Intel-X553' and
12204 #           '64B' and
12205 #           'IP4BASE' and
12206 #           'NDRPDR' and
12207 #           '1T1C' and
12208 #           'IP4FWD' and
12209 #           not 'IPSEC' and
12210 #           not 'VHOST'"
12211 #  parameters:
12212 #  - "throughput"
12213 #  - "parent"
12214 #  - "tags"
12215 #  sort:
12216 #  - "IP4BASE"
12217 #  traces:
12218 #    hoverinfo: "x+y"
12219 #    boxpoints: "outliers"
12220 #    whiskerwidth: 0
12221 #  layout:
12222 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12223 #    layout: "plot-throughput"
12224 #
12225 #- type: "plot"
12226 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12227 #  algorithm: "plot_performance_box"
12228 #  output-file-type: ".html"
12229 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12230 #  data: "intel-dnv-vpp"
12231 #  filter: "'NIC_Intel-X553' and
12232 #           '64B' and
12233 #           'IP4BASE' and
12234 #           'NDRPDR' and
12235 #           '2T2C' and
12236 #           'IP4FWD' and
12237 #           not 'IPSEC' and
12238 #           not 'VHOST'"
12239 #  parameters:
12240 #  - "throughput"
12241 #  - "parent"
12242 #  - "tags"
12243 #  sort:
12244 #  - "IP4BASE"
12245 #  traces:
12246 #    hoverinfo: "x+y"
12247 #    boxpoints: "outliers"
12248 #    whiskerwidth: 0
12249 #  layout:
12250 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12251 #    layout: "plot-throughput"
12252 #
12253 #- type: "plot"
12254 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12255 #  algorithm: "plot_performance_box"
12256 #  output-file-type: ".html"
12257 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12258 #  data: "intel-dnv-vpp"
12259 #  filter: "'NIC_Intel-X553' and
12260 #           '64B' and
12261 #           'IP4BASE' and
12262 #           'NDRPDR' and
12263 #           '2T2C' and
12264 #           'IP4FWD' and
12265 #           not 'IPSEC' and
12266 #           not 'VHOST'"
12267 #  parameters:
12268 #  - "throughput"
12269 #  - "parent"
12270 #  - "tags"
12271 #  sort:
12272 #  - "IP4BASE"
12273 #  traces:
12274 #    hoverinfo: "x+y"
12275 #    boxpoints: "outliers"
12276 #    whiskerwidth: 0
12277 #  layout:
12278 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12279 #    layout: "plot-throughput"
12280
12281 ################################################################################
12282
12283 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
12284 - type: "plot"
12285   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12286   algorithm: "plot_performance_box"
12287   output-file-type: ".html"
12288   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12289   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12290   filter: "'NIC_Intel-X520-DA2' and
12291            '64B' and
12292            'ENCAP' and
12293            'NDRPDR' and
12294            '1T1C' and
12295            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12296            not 'DOT1Q' and
12297            not 'VHOST' and
12298            not 'IPSECHW'"
12299   parameters:
12300   - "throughput"
12301   - "parent"
12302   - "tags"
12303   sort:
12304   - "IP4BASE"
12305   - "L2BDMACLRN"
12306   - "L2XCFWD"
12307   - "LISP"
12308   traces:
12309     hoverinfo: "x+y"
12310     boxpoints: "outliers"
12311     whiskerwidth: 0
12312   layout:
12313     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12314     layout: "plot-throughput"
12315
12316 - type: "plot"
12317   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12318   algorithm: "plot_performance_box"
12319   output-file-type: ".html"
12320   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12321   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12322   filter: "'NIC_Intel-X520-DA2' and
12323            '64B' and
12324            'ENCAP' and
12325            'NDRPDR' and
12326            '2T2C' and
12327            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12328            not 'DOT1Q' and
12329            not 'VHOST' and
12330            not 'IPSECHW'"
12331   parameters:
12332   - "throughput"
12333   - "parent"
12334   - "tags"
12335   sort:
12336   - "IP4BASE"
12337   - "L2BDMACLRN"
12338   - "L2XCFWD"
12339   - "LISP"
12340   traces:
12341     hoverinfo: "x+y"
12342     boxpoints: "outliers"
12343     whiskerwidth: 0
12344   layout:
12345     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12346     layout: "plot-throughput"
12347
12348 - type: "plot"
12349   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12350   algorithm: "plot_performance_box"
12351   output-file-type: ".html"
12352   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12353   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12354   filter: "'NIC_Intel-X520-DA2' and
12355            '64B' and
12356            'ENCAP' and
12357            'NDRPDR' and
12358            '1T1C' and
12359            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12360            not 'DOT1Q' and
12361            not 'VHOST' and
12362            not 'IPSECHW'"
12363   parameters:
12364   - "throughput"
12365   - "parent"
12366   - "tags"
12367   sort:
12368   - "IP4BASE"
12369   - "L2BDMACLRN"
12370   - "L2XCFWD"
12371   - "LISP"
12372   traces:
12373     hoverinfo: "x+y"
12374     boxpoints: "outliers"
12375     whiskerwidth: 0
12376   layout:
12377     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12378     layout: "plot-throughput"
12379
12380 - type: "plot"
12381   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12382   algorithm: "plot_performance_box"
12383   output-file-type: ".html"
12384   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12385   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12386   filter: "'NIC_Intel-X520-DA2' and
12387            '64B' and
12388            'ENCAP' and
12389            'NDRPDR' and
12390            '2T2C' and
12391            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12392            not 'DOT1Q' and
12393            not 'VHOST' and
12394            not 'IPSECHW'"
12395   parameters:
12396   - "throughput"
12397   - "parent"
12398   - "tags"
12399   sort:
12400   - "IP4BASE"
12401   - "L2BDMACLRN"
12402   - "L2XCFWD"
12403   - "LISP"
12404   traces:
12405     hoverinfo: "x+y"
12406     boxpoints: "outliers"
12407     whiskerwidth: 0
12408   layout:
12409     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12410     layout: "plot-throughput"
12411
12412 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
12413 - type: "plot"
12414   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12415   algorithm: "plot_performance_box"
12416   output-file-type: ".html"
12417   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12418   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12419   filter: "'NIC_Intel-X710' and
12420            '64B' and
12421            'ENCAP' and
12422            'NDRPDR' and
12423            '1T1C' and
12424            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12425            not 'VHOST' and
12426            not 'IPSECHW'"
12427   parameters:
12428   - "throughput"
12429   - "parent"
12430   - "tags"
12431   sort:
12432   - "IP4BASE"
12433   - "LISP"
12434   - "VXLAN_1"
12435   - "VXLAN_10"
12436   - "VXLAN_100"
12437   - "VXLAN_1000"
12438   traces:
12439     hoverinfo: "x+y"
12440     boxpoints: "outliers"
12441     whiskerwidth: 0
12442   layout:
12443     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12444     layout: "plot-throughput"
12445
12446 - type: "plot"
12447   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12448   algorithm: "plot_performance_box"
12449   output-file-type: ".html"
12450   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12451   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12452   filter: "'NIC_Intel-X710' and
12453            '64B' and
12454            'ENCAP' and
12455            'NDRPDR' and
12456            '1T1C' and
12457            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12458            not 'VHOST' and
12459            not 'IPSECHW'"
12460   parameters:
12461   - "throughput"
12462   - "parent"
12463   - "tags"
12464   sort:
12465   - "IP4BASE"
12466   - "LISP"
12467   - "VXLAN_1"
12468   - "VXLAN_10"
12469   - "VXLAN_100"
12470   - "VXLAN_1000"
12471   traces:
12472     hoverinfo: "x+y"
12473     boxpoints: "outliers"
12474     whiskerwidth: 0
12475   layout:
12476     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12477     layout: "plot-throughput"
12478
12479 - type: "plot"
12480   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12481   algorithm: "plot_performance_box"
12482   output-file-type: ".html"
12483   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12484   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12485   filter: "'NIC_Intel-X710' and
12486            '64B' and
12487            'ENCAP' and
12488            'NDRPDR' and
12489            '2T2C' and
12490            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12491            not 'VHOST' and
12492            not 'IPSECHW'"
12493   parameters:
12494   - "throughput"
12495   - "parent"
12496   - "tags"
12497   sort:
12498   - "IP4BASE"
12499   - "LISP"
12500   - "VXLAN_1"
12501   - "VXLAN_10"
12502   - "VXLAN_100"
12503   - "VXLAN_1000"
12504   traces:
12505     hoverinfo: "x+y"
12506     boxpoints: "outliers"
12507     whiskerwidth: 0
12508   layout:
12509     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12510     layout: "plot-throughput"
12511
12512 - type: "plot"
12513   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12514   algorithm: "plot_performance_box"
12515   output-file-type: ".html"
12516   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12517   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12518   filter: "'NIC_Intel-X710' and
12519            '64B' and
12520            'ENCAP' and
12521            'NDRPDR' and
12522            '2T2C' and
12523            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12524            not 'VHOST' and
12525            not 'IPSECHW'"
12526   parameters:
12527   - "throughput"
12528   - "parent"
12529   - "tags"
12530   sort:
12531   - "IP4BASE"
12532   - "LISP"
12533   - "VXLAN_1"
12534   - "VXLAN_10"
12535   - "VXLAN_100"
12536   - "VXLAN_1000"
12537   traces:
12538     hoverinfo: "x+y"
12539     boxpoints: "outliers"
12540     whiskerwidth: 0
12541   layout:
12542     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12543     layout: "plot-throughput"
12544
12545 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
12546 - type: "plot"
12547   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12548   algorithm: "plot_performance_box"
12549   output-file-type: ".html"
12550   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12551   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12552   filter: "'NIC_Intel-X710' and
12553            '64B' and
12554            'ENCAP' and
12555            'NDRPDR' and
12556            '1T1C' and
12557            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
12558            not 'DOT1Q' and
12559            not 'VHOST' and
12560            not 'IPSECHW'"
12561   parameters:
12562   - "throughput"
12563   - "parent"
12564   - "tags"
12565   sort:
12566   - "IP4BASE"
12567   - "L2BDMACLRN"
12568   - "L2XCFWD"
12569   - "LISP"
12570   traces:
12571     hoverinfo: "x+y"
12572     boxpoints: "outliers"
12573     whiskerwidth: 0
12574   layout:
12575     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12576     layout: "plot-throughput"
12577
12578 - type: "plot"
12579   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12580   algorithm: "plot_performance_box"
12581   output-file-type: ".html"
12582   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12583   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12584   filter: "'NIC_Intel-X710' and
12585            '64B' and
12586            'ENCAP' and
12587            'NDRPDR' and
12588            '2T2C' and
12589            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12590            not 'DOT1Q' and
12591            not 'VHOST' and
12592            not 'IPSECHW'"
12593   parameters:
12594   - "throughput"
12595   - "parent"
12596   - "tags"
12597   sort:
12598   - "IP4BASE"
12599   - "L2BDMACLRN"
12600   - "L2XCFWD"
12601   - "LISP"
12602   traces:
12603     hoverinfo: "x+y"
12604     boxpoints: "outliers"
12605     whiskerwidth: 0
12606   layout:
12607     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12608     layout: "plot-throughput"
12609
12610 - type: "plot"
12611   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12612   algorithm: "plot_performance_box"
12613   output-file-type: ".html"
12614   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12615   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12616   filter: "'NIC_Intel-X710' and
12617            '64B' and
12618            'ENCAP' and
12619            'NDRPDR' and
12620            '1T1C' and
12621            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12622            not 'DOT1Q' and
12623            not 'VHOST' and
12624            not 'IPSECHW'"
12625   parameters:
12626   - "throughput"
12627   - "parent"
12628   - "tags"
12629   sort:
12630   - "IP4BASE"
12631   - "L2BDMACLRN"
12632   - "L2XCFWD"
12633   - "LISP"
12634   traces:
12635     hoverinfo: "x+y"
12636     boxpoints: "outliers"
12637     whiskerwidth: 0
12638   layout:
12639     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12640     layout: "plot-throughput"
12641
12642 - type: "plot"
12643   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12644   algorithm: "plot_performance_box"
12645   output-file-type: ".html"
12646   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12647   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12648   filter: "'NIC_Intel-X710' and
12649            '64B' and
12650            'ENCAP' and
12651            'NDRPDR' and
12652            '2T2C' and
12653            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12654            not 'DOT1Q' and
12655            not 'VHOST' and
12656            not 'IPSECHW'"
12657   parameters:
12658   - "throughput"
12659   - "parent"
12660   - "tags"
12661   sort:
12662   - "IP4BASE"
12663   - "L2BDMACLRN"
12664   - "L2XCFWD"
12665   - "LISP"
12666   traces:
12667     hoverinfo: "x+y"
12668     boxpoints: "outliers"
12669     whiskerwidth: 0
12670   layout:
12671     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12672     layout: "plot-throughput"
12673
12674 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
12675 - type: "plot"
12676   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12677   algorithm: "plot_performance_box"
12678   output-file-type: ".html"
12679   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12680   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12681   filter: "'NIC_Intel-X710' and
12682            '64B' and
12683            'ENCAP' and
12684            'NDRPDR' and
12685            '2T1C' and
12686            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12687            not 'VHOST' and
12688            not 'IPSECHW'"
12689   parameters:
12690   - "throughput"
12691   - "parent"
12692   - "tags"
12693   sort:
12694   - "IP4BASE"
12695   - "LISP"
12696   - "VXLAN_1"
12697   - "VXLAN_10"
12698   - "VXLAN_100"
12699   - "VXLAN_1000"
12700   traces:
12701     hoverinfo: "x+y"
12702     boxpoints: "outliers"
12703     whiskerwidth: 0
12704   layout:
12705     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12706     layout: "plot-throughput"
12707
12708 - type: "plot"
12709   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12710   algorithm: "plot_performance_box"
12711   output-file-type: ".html"
12712   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12713   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12714   filter: "'NIC_Intel-X710' and
12715            '64B' and
12716            'ENCAP' and
12717            'NDRPDR' and
12718            '2T1C' and
12719            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12720            not 'VHOST' and
12721            not 'IPSECHW'"
12722   parameters:
12723   - "throughput"
12724   - "parent"
12725   - "tags"
12726   sort:
12727   - "IP4BASE"
12728   - "LISP"
12729   - "VXLAN_1"
12730   - "VXLAN_10"
12731   - "VXLAN_100"
12732   - "VXLAN_1000"
12733   traces:
12734     hoverinfo: "x+y"
12735     boxpoints: "outliers"
12736     whiskerwidth: 0
12737   layout:
12738     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12739     layout: "plot-throughput"
12740
12741 - type: "plot"
12742   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12743   algorithm: "plot_performance_box"
12744   output-file-type: ".html"
12745   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12746   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12747   filter: "'NIC_Intel-X710' and
12748            '64B' and
12749            'ENCAP' and
12750            'NDRPDR' and
12751            '4T2C' and
12752            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12753            not 'VHOST' and
12754            not 'IPSECHW'"
12755   parameters:
12756   - "throughput"
12757   - "parent"
12758   - "tags"
12759   sort:
12760   - "IP4BASE"
12761   - "LISP"
12762   - "VXLAN_1"
12763   - "VXLAN_10"
12764   - "VXLAN_100"
12765   - "VXLAN_1000"
12766   traces:
12767     hoverinfo: "x+y"
12768     boxpoints: "outliers"
12769     whiskerwidth: 0
12770   layout:
12771     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12772     layout: "plot-throughput"
12773
12774 - type: "plot"
12775   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12776   algorithm: "plot_performance_box"
12777   output-file-type: ".html"
12778   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12780   filter: "'NIC_Intel-X710' and
12781            '64B' and
12782            'ENCAP' and
12783            'NDRPDR' and
12784            '4T2C' and
12785            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12786            not 'VHOST' and
12787            not 'IPSECHW'"
12788   parameters:
12789   - "throughput"
12790   - "parent"
12791   - "tags"
12792   sort:
12793   - "IP4BASE"
12794   - "LISP"
12795   - "VXLAN_1"
12796   - "VXLAN_10"
12797   - "VXLAN_100"
12798   - "VXLAN_1000"
12799   traces:
12800     hoverinfo: "x+y"
12801     boxpoints: "outliers"
12802     whiskerwidth: 0
12803   layout:
12804     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12805     layout: "plot-throughput"
12806
12807 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
12808 - type: "plot"
12809   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12810   algorithm: "plot_performance_box"
12811   output-file-type: ".html"
12812   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12814   filter: "'NIC_Intel-X710' and
12815            '64B' and
12816            'ENCAP' and
12817            'NDRPDR' and
12818            '2T1C' and
12819            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12820            not 'DOT1Q' and
12821            not 'VHOST' and
12822            not 'IPSECHW'"
12823   parameters:
12824   - "throughput"
12825   - "parent"
12826   - "tags"
12827   sort:
12828   - "IP4BASE"
12829   - "L2BDMACLRN"
12830   - "L2XCFWD"
12831   - "LISP"
12832   traces:
12833     hoverinfo: "x+y"
12834     boxpoints: "outliers"
12835     whiskerwidth: 0
12836   layout:
12837     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12838     layout: "plot-throughput"
12839
12840 - type: "plot"
12841   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12842   algorithm: "plot_performance_box"
12843   output-file-type: ".html"
12844   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12845   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12846   filter: "'NIC_Intel-X710' and
12847            '64B' and
12848            'ENCAP' and
12849            'NDRPDR' and
12850            '4T2C' and
12851            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12852            not 'DOT1Q' and
12853            not 'VHOST' and
12854            not 'IPSECHW'"
12855   parameters:
12856   - "throughput"
12857   - "parent"
12858   - "tags"
12859   sort:
12860   - "IP4BASE"
12861   - "L2BDMACLRN"
12862   - "L2XCFWD"
12863   - "LISP"
12864   traces:
12865     hoverinfo: "x+y"
12866     boxpoints: "outliers"
12867     whiskerwidth: 0
12868   layout:
12869     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12870     layout: "plot-throughput"
12871
12872 - type: "plot"
12873   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12874   algorithm: "plot_performance_box"
12875   output-file-type: ".html"
12876   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12877   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12878   filter: "'NIC_Intel-X710' and
12879            '64B' and
12880            'ENCAP' and
12881            'NDRPDR' and
12882            '2T1C' and
12883            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12884            not 'DOT1Q' and
12885            not 'VHOST' and
12886            not 'IPSECHW'"
12887   parameters:
12888   - "throughput"
12889   - "parent"
12890   - "tags"
12891   sort:
12892   - "IP4BASE"
12893   - "L2BDMACLRN"
12894   - "L2XCFWD"
12895   - "LISP"
12896   traces:
12897     hoverinfo: "x+y"
12898     boxpoints: "outliers"
12899     whiskerwidth: 0
12900   layout:
12901     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12902     layout: "plot-throughput"
12903
12904 - type: "plot"
12905   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12906   algorithm: "plot_performance_box"
12907   output-file-type: ".html"
12908   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12909   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12910   filter: "'NIC_Intel-X710' and
12911            '64B' and
12912            'ENCAP' and
12913            'NDRPDR' and
12914            '4T2C' and
12915            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12916            not 'DOT1Q' and
12917            not 'VHOST' and
12918            not 'IPSECHW'"
12919   parameters:
12920   - "throughput"
12921   - "parent"
12922   - "tags"
12923   sort:
12924   - "IP4BASE"
12925   - "L2BDMACLRN"
12926   - "L2XCFWD"
12927   - "LISP"
12928   traces:
12929     hoverinfo: "x+y"
12930     boxpoints: "outliers"
12931     whiskerwidth: 0
12932   layout:
12933     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12934     layout: "plot-throughput"
12935
12936 ################################################################################
12937
12938 # Packet Throughput - VPP IPv6 3n-hsw-x520
12939 - type: "plot"
12940   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12941   algorithm: "plot_performance_box"
12942   output-file-type: ".html"
12943   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12944   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12945   filter: "'NIC_Intel-X520-DA2' and
12946            '78B' and
12947            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12948            'NDRPDR' and
12949            '1T1C' and
12950            'IP6FWD' and
12951            not 'SRv6' and
12952            not 'IPSEC' and
12953            not 'VHOST'"
12954   parameters:
12955   - "throughput"
12956   - "parent"
12957   - "tags"
12958   sort:
12959   - "IP6BASE"
12960   - "FIB_20K"
12961   - "FIB_200K"
12962   - "FIB_2M"
12963   traces:
12964     hoverinfo: "x+y"
12965     boxpoints: "outliers"
12966     whiskerwidth: 0
12967   layout:
12968     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12969     layout: "plot-throughput"
12970
12971 - type: "plot"
12972   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12973   algorithm: "plot_performance_box"
12974   output-file-type: ".html"
12975   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12976   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12977   filter: "'NIC_Intel-X520-DA2' and
12978            '78B' and
12979            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12980            'NDRPDR' and
12981            '1T1C' and
12982            'IP6FWD' and
12983            not 'SRv6' and
12984            not 'IPSEC' and
12985            not 'VHOST'"
12986   parameters:
12987   - "throughput"
12988   - "parent"
12989   - "tags"
12990   sort:
12991   - "IP6BASE"
12992   - "FIB_20K"
12993   - "FIB_200K"
12994   - "FIB_2M"
12995   traces:
12996     hoverinfo: "x+y"
12997     boxpoints: "outliers"
12998     whiskerwidth: 0
12999   layout:
13000     title: "ip6-3n-hsw-x520-78b-1t1c-base-pdr"
13001     layout: "plot-throughput"
13002
13003 - type: "plot"
13004   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-ndr"
13005   algorithm: "plot_performance_box"
13006   output-file-type: ".html"
13007   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr"
13008   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13009   filter: "'NIC_Intel-X520-DA2' and
13010            '78B' and
13011            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13012            'NDRPDR' and
13013            '2T2C' and
13014            'IP6FWD' and
13015            not 'SRv6' and
13016            not 'IPSEC' and
13017            not 'VHOST'"
13018   parameters:
13019   - "throughput"
13020   - "parent"
13021   - "tags"
13022   sort:
13023   - "IP6BASE"
13024   - "FIB_20K"
13025   - "FIB_200K"
13026   - "FIB_2M"
13027   traces:
13028     hoverinfo: "x+y"
13029     boxpoints: "outliers"
13030     whiskerwidth: 0
13031   layout:
13032     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
13033     layout: "plot-throughput"
13034
13035 - type: "plot"
13036   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13037   algorithm: "plot_performance_box"
13038   output-file-type: ".html"
13039   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13040   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13041   filter: "'NIC_Intel-X520-DA2' and
13042            '78B' and
13043            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13044            'NDRPDR' and
13045            '2T2C' and
13046            'IP6FWD' and
13047            not 'SRv6' and
13048            not 'IPSEC' and
13049            not 'VHOST'"
13050   parameters:
13051   - "throughput"
13052   - "parent"
13053   - "tags"
13054   sort:
13055   - "IP6BASE"
13056   - "FIB_20K"
13057   - "FIB_200K"
13058   - "FIB_2M"
13059   traces:
13060     hoverinfo: "x+y"
13061     boxpoints: "outliers"
13062     whiskerwidth: 0
13063   layout:
13064     title: "ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13065     layout: "plot-throughput"
13066
13067 # Packet Throughput - VPP IPv6 3n-hsw-x710
13068 - type: "plot"
13069   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13070   algorithm: "plot_performance_box"
13071   output-file-type: ".html"
13072   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13073   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13074   filter: "'NIC_Intel-X710' and
13075            '78B' and
13076            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13077            'NDRPDR' and
13078            '1T1C' and
13079            'IP6FWD' and
13080            not 'SRv6' and
13081            not 'IPSEC' and
13082            not 'VHOST'"
13083   parameters:
13084   - "throughput"
13085   - "parent"
13086   - "tags"
13087   sort:
13088   - "IP6BASE"
13089   - "FIB_20K"
13090   - "FIB_200K"
13091   - "FIB_2M"
13092   traces:
13093     hoverinfo: "x+y"
13094     boxpoints: "outliers"
13095     whiskerwidth: 0
13096   layout:
13097     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13098     layout: "plot-throughput"
13099
13100 - type: "plot"
13101   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13102   algorithm: "plot_performance_box"
13103   output-file-type: ".html"
13104   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13105   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13106   filter: "'NIC_Intel-X710' and
13107            '78B' and
13108            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13109            'NDRPDR' and
13110            '1T1C' and
13111            'IP6FWD' and
13112            not 'SRv6' and
13113            not 'IPSEC' and
13114            not 'VHOST'"
13115   parameters:
13116   - "throughput"
13117   - "parent"
13118   - "tags"
13119   sort:
13120   - "IP6BASE"
13121   - "FIB_20K"
13122   - "FIB_200K"
13123   - "FIB_2M"
13124   traces:
13125     hoverinfo: "x+y"
13126     boxpoints: "outliers"
13127     whiskerwidth: 0
13128   layout:
13129     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13130     layout: "plot-throughput"
13131
13132 - type: "plot"
13133   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13134   algorithm: "plot_performance_box"
13135   output-file-type: ".html"
13136   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13137   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13138   filter: "'NIC_Intel-X710' and
13139            '78B' and
13140            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13141            'NDRPDR' and
13142            '2T2C' and
13143            'IP6FWD' and
13144            not 'SRv6' and
13145            not 'IPSEC' and
13146            not 'VHOST'"
13147   parameters:
13148   - "throughput"
13149   - "parent"
13150   - "tags"
13151   sort:
13152   - "IP6BASE"
13153   - "FIB_20K"
13154   - "FIB_200K"
13155   - "FIB_2M"
13156   traces:
13157     hoverinfo: "x+y"
13158     boxpoints: "outliers"
13159     whiskerwidth: 0
13160   layout:
13161     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13162     layout: "plot-throughput"
13163
13164 - type: "plot"
13165   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13166   algorithm: "plot_performance_box"
13167   output-file-type: ".html"
13168   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13169   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13170   filter: "'NIC_Intel-X710' and
13171            '78B' and
13172            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13173            'NDRPDR' and
13174            '2T2C' and
13175            'IP6FWD' and
13176            not 'SRv6' and
13177            not 'IPSEC' and
13178            not 'VHOST'"
13179   parameters:
13180   - "throughput"
13181   - "parent"
13182   - "tags"
13183   sort:
13184   - "IP6BASE"
13185   - "FIB_20K"
13186   - "FIB_200K"
13187   - "FIB_2M"
13188   traces:
13189     hoverinfo: "x+y"
13190     boxpoints: "outliers"
13191     whiskerwidth: 0
13192   layout:
13193     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13194     layout: "plot-throughput"
13195
13196 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
13197 - type: "plot"
13198   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13199   algorithm: "plot_performance_box"
13200   output-file-type: ".html"
13201   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13202   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13203   filter: "'NIC_Intel-X710' and
13204            '78B' and
13205            ('IP6BASE' or
13206             'POLICE_MARK' or
13207             'COPWHLIST' or
13208             'IACLDST') and
13209            'NDRPDR' and
13210            '1T1C' and
13211            'IP6FWD' and
13212            not 'SRv6' and
13213            not 'IPSEC' and
13214            not 'VHOST'"
13215   parameters:
13216   - "throughput"
13217   - "parent"
13218   - "tags"
13219   sort:
13220   - "IP6BASE"
13221   - "POLICE_MARK"
13222   - "COPWHLIST"
13223   - "IACLDST"
13224   traces:
13225     hoverinfo: "x+y"
13226     boxpoints: "outliers"
13227     whiskerwidth: 0
13228   layout:
13229     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13230     layout: "plot-throughput"
13231
13232 - type: "plot"
13233   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13234   algorithm: "plot_performance_box"
13235   output-file-type: ".html"
13236   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13237   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13238   filter: "'NIC_Intel-X710' and
13239            '78B' and
13240            ('IP6BASE' or
13241             'POLICE_MARK' or
13242             'COPWHLIST' or
13243             'IACLDST') and
13244            'NDRPDR' and
13245            '2T2C' and
13246            'IP6FWD' and
13247            not 'SRv6' and
13248            not 'IPSEC' and
13249            not 'VHOST'"
13250   parameters:
13251   - "throughput"
13252   - "parent"
13253   - "tags"
13254   sort:
13255   - "IP6BASE"
13256   - "POLICE_MARK"
13257   - "COPWHLIST"
13258   - "IACLDST"
13259   traces:
13260     hoverinfo: "x+y"
13261     boxpoints: "outliers"
13262     whiskerwidth: 0
13263   layout:
13264     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13265     layout: "plot-throughput"
13266
13267 - type: "plot"
13268   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13269   algorithm: "plot_performance_box"
13270   output-file-type: ".html"
13271   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13272   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13273   filter: "'NIC_Intel-X710' and
13274            '78B' and
13275            ('IP6BASE' or
13276             'POLICE_MARK' or
13277             'COPWHLIST' or
13278             'IACLDST') and
13279            'NDRPDR' and
13280            '1T1C' and
13281            'IP6FWD' and
13282            not 'SRv6' and
13283            not 'IPSEC' and
13284            not 'VHOST'"
13285   parameters:
13286   - "throughput"
13287   - "parent"
13288   - "tags"
13289   sort:
13290   - "IP6BASE"
13291   - "POLICE_MARK"
13292   - "COPWHLIST"
13293   - "IACLDST"
13294   traces:
13295     hoverinfo: "x+y"
13296     boxpoints: "outliers"
13297     whiskerwidth: 0
13298   layout:
13299     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13300     layout: "plot-throughput"
13301
13302 - type: "plot"
13303   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13304   algorithm: "plot_performance_box"
13305   output-file-type: ".html"
13306   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13307   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13308   filter: "'NIC_Intel-X710' and
13309            '78B' and
13310            ('IP6BASE' or
13311             'POLICE_MARK' or
13312             'COPWHLIST' or
13313             'IACLDST') and
13314            'NDRPDR' and
13315            '2T2C' and
13316            'IP6FWD' and
13317            not 'SRv6' and
13318            not 'IPSEC' and
13319            not 'VHOST'"
13320   parameters:
13321   - "throughput"
13322   - "parent"
13323   - "tags"
13324   sort:
13325   - "IP6BASE"
13326   - "POLICE_MARK"
13327   - "COPWHLIST"
13328   - "IACLDST"
13329   traces:
13330     hoverinfo: "x+y"
13331     boxpoints: "outliers"
13332     whiskerwidth: 0
13333   layout:
13334     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13335     layout: "plot-throughput"
13336
13337 # Packet Throughput - VPP IPv6 3n-hsw-xl710
13338 - type: "plot"
13339   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13340   algorithm: "plot_performance_box"
13341   output-file-type: ".html"
13342   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13343   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13344   filter: "'NIC_Intel-XL710' and
13345            '78B' and
13346            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13347            'NDRPDR' and
13348            '1T1C' and
13349            'IP6FWD' and
13350            not 'SRv6' and
13351            not 'IPSEC' and
13352            not 'VHOST'"
13353   parameters:
13354   - "throughput"
13355   - "parent"
13356   - "tags"
13357   sort:
13358   - "IP6BASE"
13359   - "FIB_20K"
13360   - "FIB_200K"
13361   - "FIB_2M"
13362   traces:
13363     hoverinfo: "x+y"
13364     boxpoints: "outliers"
13365     whiskerwidth: 0
13366   layout:
13367     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13368     layout: "plot-throughput"
13369
13370 - type: "plot"
13371   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13372   algorithm: "plot_performance_box"
13373   output-file-type: ".html"
13374   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13375   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13376   filter: "'NIC_Intel-XL710' and
13377            '78B' and
13378            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13379            'NDRPDR' and
13380            '1T1C' and
13381            'IP6FWD' and
13382            not 'SRv6' and
13383            not 'IPSEC' and
13384            not 'VHOST'"
13385   parameters:
13386   - "throughput"
13387   - "parent"
13388   - "tags"
13389   sort:
13390   - "IP6BASE"
13391   - "FIB_20K"
13392   - "FIB_200K"
13393   - "FIB_2M"
13394   traces:
13395     hoverinfo: "x+y"
13396     boxpoints: "outliers"
13397     whiskerwidth: 0
13398   layout:
13399     title: "ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13400     layout: "plot-throughput"
13401
13402 - type: "plot"
13403   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13404   algorithm: "plot_performance_box"
13405   output-file-type: ".html"
13406   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13407   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13408   filter: "'NIC_Intel-XL710' and
13409            '78B' and
13410            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13411            'NDRPDR' and
13412            '2T2C' and
13413            'IP6FWD' and
13414            not 'SRv6' and
13415            not 'IPSEC' and
13416            not 'VHOST'"
13417   parameters:
13418   - "throughput"
13419   - "parent"
13420   - "tags"
13421   sort:
13422   - "IP6BASE"
13423   - "FIB_20K"
13424   - "FIB_200K"
13425   - "FIB_2M"
13426   traces:
13427     hoverinfo: "x+y"
13428     boxpoints: "outliers"
13429     whiskerwidth: 0
13430   layout:
13431     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13432     layout: "plot-throughput"
13433
13434 - type: "plot"
13435   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13436   algorithm: "plot_performance_box"
13437   output-file-type: ".html"
13438   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13439   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13440   filter: "'NIC_Intel-XL710' and
13441            '78B' and
13442            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13443            'NDRPDR' and
13444            '2T2C' and
13445            'IP6FWD' and
13446            not 'SRv6' and
13447            not 'IPSEC' and
13448            not 'VHOST'"
13449   parameters:
13450   - "throughput"
13451   - "parent"
13452   - "tags"
13453   sort:
13454   - "IP6BASE"
13455   - "FIB_20K"
13456   - "FIB_200K"
13457   - "FIB_2M"
13458   traces:
13459     hoverinfo: "x+y"
13460     boxpoints: "outliers"
13461     whiskerwidth: 0
13462   layout:
13463     title: "ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13464     layout: "plot-throughput"
13465
13466 # Packet Throughput - VPP IPv6 3n-skx-x710
13467 - type: "plot"
13468   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13469   algorithm: "plot_performance_box"
13470   output-file-type: ".html"
13471   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13472   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13473   filter: "'NIC_Intel-X710' and
13474            '78B' and
13475            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13476            'NDRPDR' and
13477            '2T1C' and
13478            'IP6FWD' and
13479            not 'SRv6' and
13480            not 'IPSEC' and
13481            not 'VHOST'"
13482   parameters:
13483   - "throughput"
13484   - "parent"
13485   - "tags"
13486   sort:
13487   - "IP6BASE"
13488   - "FIB_20K"
13489   - "FIB_200K"
13490   - "FIB_2M"
13491   traces:
13492     hoverinfo: "x+y"
13493     boxpoints: "outliers"
13494     whiskerwidth: 0
13495   layout:
13496     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13497     layout: "plot-throughput"
13498
13499 - type: "plot"
13500   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13501   algorithm: "plot_performance_box"
13502   output-file-type: ".html"
13503   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13504   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13505   filter: "'NIC_Intel-X710' and
13506            '78B' and
13507            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13508            'NDRPDR' and
13509            '2T1C' and
13510            'IP6FWD' and
13511            not 'SRv6' and
13512            not 'IPSEC' and
13513            not 'VHOST'"
13514   parameters:
13515   - "throughput"
13516   - "parent"
13517   - "tags"
13518   sort:
13519   - "IP6BASE"
13520   - "FIB_20K"
13521   - "FIB_200K"
13522   - "FIB_2M"
13523   traces:
13524     hoverinfo: "x+y"
13525     boxpoints: "outliers"
13526     whiskerwidth: 0
13527   layout:
13528     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13529     layout: "plot-throughput"
13530
13531 - type: "plot"
13532   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13533   algorithm: "plot_performance_box"
13534   output-file-type: ".html"
13535   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13536   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13537   filter: "'NIC_Intel-X710' and
13538            '78B' and
13539            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13540            'NDRPDR' and
13541            '4T2C' and
13542            'IP6FWD' and
13543            not 'SRv6' and
13544            not 'IPSEC' and
13545            not 'VHOST'"
13546   parameters:
13547   - "throughput"
13548   - "parent"
13549   - "tags"
13550   sort:
13551   - "IP6BASE"
13552   - "FIB_20K"
13553   - "FIB_200K"
13554   - "FIB_2M"
13555   traces:
13556     hoverinfo: "x+y"
13557     boxpoints: "outliers"
13558     whiskerwidth: 0
13559   layout:
13560     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13561     layout: "plot-throughput"
13562
13563 - type: "plot"
13564   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13565   algorithm: "plot_performance_box"
13566   output-file-type: ".html"
13567   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13568   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13569   filter: "'NIC_Intel-X710' and
13570            '78B' and
13571            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13572            'NDRPDR' and
13573            '4T2C' and
13574            'IP6FWD' and
13575            not 'SRv6' and
13576            not 'IPSEC' and
13577            not 'VHOST'"
13578   parameters:
13579   - "throughput"
13580   - "parent"
13581   - "tags"
13582   sort:
13583   - "IP6BASE"
13584   - "FIB_20K"
13585   - "FIB_200K"
13586   - "FIB_2M"
13587   traces:
13588     hoverinfo: "x+y"
13589     boxpoints: "outliers"
13590     whiskerwidth: 0
13591   layout:
13592     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13593     layout: "plot-throughput"
13594
13595 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
13596 - type: "plot"
13597   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13598   algorithm: "plot_performance_box"
13599   output-file-type: ".html"
13600   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13601   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13602   filter: "'NIC_Intel-X710' and
13603            '78B' and
13604            ('IP6BASE' or
13605             'POLICE_MARK' or
13606             'COPWHLIST' or
13607             'IACLDST') and
13608            'NDRPDR' and
13609            '2T1C' and
13610            'IP6FWD' and
13611            not 'SRv6' and
13612            not 'IPSEC' and
13613            not 'VHOST'"
13614   parameters:
13615   - "throughput"
13616   - "parent"
13617   - "tags"
13618   sort:
13619   - "IP6BASE"
13620   - "POLICE_MARK"
13621   - "COPWHLIST"
13622   - "IACLDST"
13623   traces:
13624     hoverinfo: "x+y"
13625     boxpoints: "outliers"
13626     whiskerwidth: 0
13627   layout:
13628     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13629     layout: "plot-throughput"
13630
13631 - type: "plot"
13632   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13633   algorithm: "plot_performance_box"
13634   output-file-type: ".html"
13635   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13636   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13637   filter: "'NIC_Intel-X710' and
13638            '78B' and
13639            ('IP6BASE' or
13640             'POLICE_MARK' or
13641             'COPWHLIST' or
13642             'IACLDST') and
13643            'NDRPDR' and
13644            '4T2C' and
13645            'IP6FWD' and
13646            not 'SRv6' and
13647            not 'IPSEC' and
13648            not 'VHOST'"
13649   parameters:
13650   - "throughput"
13651   - "parent"
13652   - "tags"
13653   sort:
13654   - "IP6BASE"
13655   - "POLICE_MARK"
13656   - "COPWHLIST"
13657   - "IACLDST"
13658   traces:
13659     hoverinfo: "x+y"
13660     boxpoints: "outliers"
13661     whiskerwidth: 0
13662   layout:
13663     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13664     layout: "plot-throughput"
13665
13666 - type: "plot"
13667   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13668   algorithm: "plot_performance_box"
13669   output-file-type: ".html"
13670   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13671   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13672   filter: "'NIC_Intel-X710' and
13673            '78B' and
13674            ('IP6BASE' or
13675             'POLICE_MARK' or
13676             'COPWHLIST' or
13677             'IACLDST') and
13678            'NDRPDR' and
13679            '2T1C' and
13680            'IP6FWD' and
13681            not 'SRv6' and
13682            not 'IPSEC' and
13683            not 'VHOST'"
13684   parameters:
13685   - "throughput"
13686   - "parent"
13687   - "tags"
13688   sort:
13689   - "IP6BASE"
13690   - "POLICE_MARK"
13691   - "COPWHLIST"
13692   - "IACLDST"
13693   traces:
13694     hoverinfo: "x+y"
13695     boxpoints: "outliers"
13696     whiskerwidth: 0
13697   layout:
13698     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13699     layout: "plot-throughput"
13700
13701 - type: "plot"
13702   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13703   algorithm: "plot_performance_box"
13704   output-file-type: ".html"
13705   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13706   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13707   filter: "'NIC_Intel-X710' and
13708            '78B' and
13709            ('IP6BASE' or
13710             'POLICE_MARK' or
13711             'COPWHLIST' or
13712             'IACLDST') and
13713            'NDRPDR' and
13714            '4T2C' and
13715            'IP6FWD' and
13716            not 'SRv6' and
13717            not 'IPSEC' and
13718            not 'VHOST'"
13719   parameters:
13720   - "throughput"
13721   - "parent"
13722   - "tags"
13723   sort:
13724   - "IP6BASE"
13725   - "POLICE_MARK"
13726   - "COPWHLIST"
13727   - "IACLDST"
13728   traces:
13729     hoverinfo: "x+y"
13730     boxpoints: "outliers"
13731     whiskerwidth: 0
13732   layout:
13733     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13734     layout: "plot-throughput"
13735
13736 # Packet Throughput - VPP IPv6 3n-skx-xxv710
13737 - type: "plot"
13738   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13739   algorithm: "plot_performance_box"
13740   output-file-type: ".html"
13741   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13742   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13743   filter: "'NIC_Intel-XXV710' and
13744            '78B' and
13745            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13746            'NDRPDR' and
13747            '2T1C' and
13748            'IP6FWD' and
13749            not 'SRv6' and
13750            not 'IPSEC' and
13751            not 'VHOST'"
13752   parameters:
13753   - "throughput"
13754   - "parent"
13755   - "tags"
13756   sort:
13757   - "IP6BASE"
13758   - "FIB_20K"
13759   - "FIB_200K"
13760   - "FIB_2M"
13761   traces:
13762     hoverinfo: "x+y"
13763     boxpoints: "outliers"
13764     whiskerwidth: 0
13765   layout:
13766     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13767     layout: "plot-throughput"
13768
13769 - type: "plot"
13770   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13771   algorithm: "plot_performance_box"
13772   output-file-type: ".html"
13773   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13775   filter: "'NIC_Intel-XXV710' and
13776            '78B' and
13777            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13778            'NDRPDR' and
13779            '2T1C' and
13780            'IP6FWD' and
13781            not 'SRv6' and
13782            not 'IPSEC' and
13783            not 'VHOST'"
13784   parameters:
13785   - "throughput"
13786   - "parent"
13787   - "tags"
13788   sort:
13789   - "IP6BASE"
13790   - "FIB_20K"
13791   - "FIB_200K"
13792   - "FIB_2M"
13793   traces:
13794     hoverinfo: "x+y"
13795     boxpoints: "outliers"
13796     whiskerwidth: 0
13797   layout:
13798     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13799     layout: "plot-throughput"
13800
13801 - type: "plot"
13802   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13803   algorithm: "plot_performance_box"
13804   output-file-type: ".html"
13805   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13806   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13807   filter: "'NIC_Intel-XXV710' and
13808            '78B' and
13809            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13810            'NDRPDR' and
13811            '4T2C' and
13812            'IP6FWD' and
13813            not 'SRv6' and
13814            not 'IPSEC' and
13815            not 'VHOST'"
13816   parameters:
13817   - "throughput"
13818   - "parent"
13819   - "tags"
13820   sort:
13821   - "IP6BASE"
13822   - "FIB_20K"
13823   - "FIB_200K"
13824   - "FIB_2M"
13825   traces:
13826     hoverinfo: "x+y"
13827     boxpoints: "outliers"
13828     whiskerwidth: 0
13829   layout:
13830     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13831     layout: "plot-throughput"
13832
13833 - type: "plot"
13834   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13835   algorithm: "plot_performance_box"
13836   output-file-type: ".html"
13837   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13838   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13839   filter: "'NIC_Intel-XXV710' and
13840            '78B' and
13841            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13842            'NDRPDR' and
13843            '4T2C' and
13844            'IP6FWD' and
13845            not 'SRv6' and
13846            not 'IPSEC' and
13847            not 'VHOST'"
13848   parameters:
13849   - "throughput"
13850   - "parent"
13851   - "tags"
13852   sort:
13853   - "IP6BASE"
13854   - "FIB_20K"
13855   - "FIB_200K"
13856   - "FIB_2M"
13857   traces:
13858     hoverinfo: "x+y"
13859     boxpoints: "outliers"
13860     whiskerwidth: 0
13861   layout:
13862     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13863     layout: "plot-throughput"
13864
13865 # Packet Throughput - VPP IPv6 2n-skx-x710
13866 - type: "plot"
13867   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13868   algorithm: "plot_performance_box"
13869   output-file-type: ".html"
13870   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13871   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13872   filter: "'NIC_Intel-X710' and
13873            '78B' and
13874            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13875            'NDRPDR' and
13876            '2T1C' and
13877            'IP6FWD' and
13878            not 'SRv6' and
13879            not 'IPSEC' and
13880            not 'VHOST'"
13881   parameters:
13882   - "throughput"
13883   - "parent"
13884   - "tags"
13885   sort:
13886   - "IP6BASE"
13887   - "FIB_20K"
13888   - "FIB_200K"
13889   - "FIB_2M"
13890   traces:
13891     hoverinfo: "x+y"
13892     boxpoints: "outliers"
13893     whiskerwidth: 0
13894   layout:
13895     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13896     layout: "plot-throughput"
13897
13898 - type: "plot"
13899   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13900   algorithm: "plot_performance_box"
13901   output-file-type: ".html"
13902   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13903   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13904   filter: "'NIC_Intel-X710' and
13905            '78B' and
13906            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13907            'NDRPDR' and
13908            '2T1C' and
13909            'IP6FWD' and
13910            not 'SRv6' and
13911            not 'IPSEC' and
13912            not 'VHOST'"
13913   parameters:
13914   - "throughput"
13915   - "parent"
13916   - "tags"
13917   sort:
13918   - "IP6BASE"
13919   - "FIB_20K"
13920   - "FIB_200K"
13921   - "FIB_2M"
13922   traces:
13923     hoverinfo: "x+y"
13924     boxpoints: "outliers"
13925     whiskerwidth: 0
13926   layout:
13927     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13928     layout: "plot-throughput"
13929
13930 - type: "plot"
13931   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13932   algorithm: "plot_performance_box"
13933   output-file-type: ".html"
13934   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13935   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13936   filter: "'NIC_Intel-X710' and
13937            '78B' and
13938            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13939            'NDRPDR' and
13940            '4T2C' and
13941            'IP6FWD' and
13942            not 'SRv6' and
13943            not 'IPSEC' and
13944            not 'VHOST'"
13945   parameters:
13946   - "throughput"
13947   - "parent"
13948   - "tags"
13949   sort:
13950   - "IP6BASE"
13951   - "FIB_20K"
13952   - "FIB_200K"
13953   - "FIB_2M"
13954   traces:
13955     hoverinfo: "x+y"
13956     boxpoints: "outliers"
13957     whiskerwidth: 0
13958   layout:
13959     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13960     layout: "plot-throughput"
13961
13962 - type: "plot"
13963   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13964   algorithm: "plot_performance_box"
13965   output-file-type: ".html"
13966   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13967   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13968   filter: "'NIC_Intel-X710' and
13969            '78B' and
13970            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13971            'NDRPDR' and
13972            '4T2C' and
13973            'IP6FWD' and
13974            not 'SRv6' and
13975            not 'IPSEC' and
13976            not 'VHOST'"
13977   parameters:
13978   - "throughput"
13979   - "parent"
13980   - "tags"
13981   sort:
13982   - "IP6BASE"
13983   - "FIB_20K"
13984   - "FIB_200K"
13985   - "FIB_2M"
13986   traces:
13987     hoverinfo: "x+y"
13988     boxpoints: "outliers"
13989     whiskerwidth: 0
13990   layout:
13991     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13992     layout: "plot-throughput"
13993
13994 # Packet Throughput - VPP IPv6 2n-skx-xxv710
13995 - type: "plot"
13996   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13997   algorithm: "plot_performance_box"
13998   output-file-type: ".html"
13999   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
14000   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14001   filter: "'NIC_Intel-XXV710' and
14002            '78B' and
14003            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14004            'NDRPDR' and
14005            '2T1C' and
14006            'IP6FWD' and
14007            not 'SRv6' and
14008            not 'IPSEC' and
14009            not 'VHOST'"
14010   parameters:
14011   - "throughput"
14012   - "parent"
14013   - "tags"
14014   sort:
14015   - "IP6BASE"
14016   - "FIB_20K"
14017   - "FIB_200K"
14018   - "FIB_2M"
14019   traces:
14020     hoverinfo: "x+y"
14021     boxpoints: "outliers"
14022     whiskerwidth: 0
14023   layout:
14024     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
14025     layout: "plot-throughput"
14026
14027 - type: "plot"
14028   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14029   algorithm: "plot_performance_box"
14030   output-file-type: ".html"
14031   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14032   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14033   filter: "'NIC_Intel-XXV710' and
14034            '78B' and
14035            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14036            'NDRPDR' and
14037            '2T1C' and
14038            'IP6FWD' and
14039            not 'SRv6' and
14040            not 'IPSEC' and
14041            not 'VHOST'"
14042   parameters:
14043   - "throughput"
14044   - "parent"
14045   - "tags"
14046   sort:
14047   - "IP6BASE"
14048   - "FIB_20K"
14049   - "FIB_200K"
14050   - "FIB_2M"
14051   traces:
14052     hoverinfo: "x+y"
14053     boxpoints: "outliers"
14054     whiskerwidth: 0
14055   layout:
14056     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14057     layout: "plot-throughput"
14058
14059 - type: "plot"
14060   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14061   algorithm: "plot_performance_box"
14062   output-file-type: ".html"
14063   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14064   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14065   filter: "'NIC_Intel-XXV710' and
14066            '78B' and
14067            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14068            'NDRPDR' and
14069            '4T2C' and
14070            'IP6FWD' and
14071            not 'SRv6' and
14072            not 'IPSEC' and
14073            not 'VHOST'"
14074   parameters:
14075   - "throughput"
14076   - "parent"
14077   - "tags"
14078   sort:
14079   - "IP6BASE"
14080   - "FIB_20K"
14081   - "FIB_200K"
14082   - "FIB_2M"
14083   traces:
14084     hoverinfo: "x+y"
14085     boxpoints: "outliers"
14086     whiskerwidth: 0
14087   layout:
14088     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14089     layout: "plot-throughput"
14090
14091 - type: "plot"
14092   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14093   algorithm: "plot_performance_box"
14094   output-file-type: ".html"
14095   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14096   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14097   filter: "'NIC_Intel-XXV710' and
14098            '78B' and
14099            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14100            'NDRPDR' and
14101            '4T2C' and
14102            'IP6FWD' and
14103            not 'SRv6' and
14104            not 'IPSEC' and
14105            not 'VHOST'"
14106   parameters:
14107   - "throughput"
14108   - "parent"
14109   - "tags"
14110   sort:
14111   - "IP6BASE"
14112   - "FIB_20K"
14113   - "FIB_200K"
14114   - "FIB_2M"
14115   traces:
14116     hoverinfo: "x+y"
14117     boxpoints: "outliers"
14118     whiskerwidth: 0
14119   layout:
14120     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14121     layout: "plot-throughput"
14122
14123 ## Packet Throughput - VPP IPv6 2n-dnv-x553 base
14124 #- type: "plot"
14125 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14126 #  algorithm: "plot_performance_box"
14127 #  output-file-type: ".html"
14128 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14129 #  data: "intel-dnv-vpp"
14130 #  filter: "'NIC_Intel-X553' and
14131 #           '78B' and
14132 #           'IP6BASE' and
14133 #           'NDRPDR' and
14134 #           '1T1C' and
14135 #           'IP6FWD' and
14136 #           not 'SRv6' and
14137 #           not 'IPSEC' and
14138 #           not 'VHOST'"
14139 #  parameters:
14140 #  - "throughput"
14141 #  - "parent"
14142 #  - "tags"
14143 #  sort:
14144 #  - "IP6BASE"
14145 #  traces:
14146 #    hoverinfo: "x+y"
14147 #    boxpoints: "outliers"
14148 #    whiskerwidth: 0
14149 #  layout:
14150 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14151 #    layout: "plot-throughput"
14152 #
14153 #- type: "plot"
14154 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14155 #  algorithm: "plot_performance_box"
14156 #  output-file-type: ".html"
14157 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14158 #  data: "intel-dnv-vpp"
14159 #  filter: "'NIC_Intel-X553' and
14160 #           '78B' and
14161 #           'IP6BASE' and
14162 #           'NDRPDR' and
14163 #           '1T1C' and
14164 #           'IP6FWD' and
14165 #           not 'SRv6' and
14166 #           not 'IPSEC' and
14167 #           not 'VHOST'"
14168 #  parameters:
14169 #  - "throughput"
14170 #  - "parent"
14171 #  - "tags"
14172 #  sort:
14173 #  - "IP6BASE"
14174 #  traces:
14175 #    hoverinfo: "x+y"
14176 #    boxpoints: "outliers"
14177 #    whiskerwidth: 0
14178 #  layout:
14179 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14180 #    layout: "plot-throughput"
14181 #
14182 #- type: "plot"
14183 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14184 #  algorithm: "plot_performance_box"
14185 #  output-file-type: ".html"
14186 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14187 #  data: "intel-dnv-vpp"
14188 #  filter: "'NIC_Intel-X553' and
14189 #           '78B' and
14190 #           'IP6BASE' and
14191 #           'NDRPDR' and
14192 #           '2T2C' and
14193 #           'IP6FWD' and
14194 #           not 'SRv6' and
14195 #           not 'IPSEC' and
14196 #           not 'VHOST'"
14197 #  parameters:
14198 #  - "throughput"
14199 #  - "parent"
14200 #  - "tags"
14201 #  sort:
14202 #  - "IP6BASE"
14203 #  traces:
14204 #    hoverinfo: "x+y"
14205 #    boxpoints: "outliers"
14206 #    whiskerwidth: 0
14207 #  layout:
14208 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14209 #    layout: "plot-throughput"
14210 #
14211 #- type: "plot"
14212 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14213 #  algorithm: "plot_performance_box"
14214 #  output-file-type: ".html"
14215 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14216 #  data: "intel-dnv-vpp"
14217 #  filter: "'NIC_Intel-X553' and
14218 #           '78B' and
14219 #           'IP6BASE' and
14220 #           'NDRPDR' and
14221 #           '2T2C' and
14222 #           'IP6FWD' and
14223 #           not 'SRv6' and
14224 #           not 'IPSEC' and
14225 #           not 'VHOST'"
14226 #  parameters:
14227 #  - "throughput"
14228 #  - "parent"
14229 #  - "tags"
14230 #  sort:
14231 #  - "IP6BASE"
14232 #  traces:
14233 #    hoverinfo: "x+y"
14234 #    boxpoints: "outliers"
14235 #    whiskerwidth: 0
14236 #  layout:
14237 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14238 #    layout: "plot-throughput"
14239
14240 ################################################################################
14241
14242 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
14243 - type: "plot"
14244   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14245   algorithm: "plot_performance_box"
14246   output-file-type: ".html"
14247   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14248   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14249   filter: "'NIC_Intel-X520-DA2' and
14250            '78B' and
14251            'ENCAP' and
14252            'NDRPDR' and
14253            '1T1C' and
14254            'LISP' and
14255            not 'VHOST'"
14256   parameters:
14257   - "throughput"
14258   - "parent"
14259   - "tags"
14260   sort:
14261   - "IP4UNRLAY"
14262   - "IP6UNRLAY"
14263   traces:
14264     hoverinfo: "x+y"
14265     boxpoints: "outliers"
14266     whiskerwidth: 0
14267   layout:
14268     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14269     layout: "plot-throughput"
14270
14271 - type: "plot"
14272   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14273   algorithm: "plot_performance_box"
14274   output-file-type: ".html"
14275   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14276   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14277   filter: "'NIC_Intel-X520-DA2' and
14278            '78B' and
14279            'ENCAP' and
14280            'NDRPDR' and
14281            '1T1C' and
14282            'LISP' and
14283            not 'VHOST'"
14284   parameters:
14285   - "throughput"
14286   - "parent"
14287   - "tags"
14288   sort:
14289   - "IP4UNRLAY"
14290   - "IP6UNRLAY"
14291   traces:
14292     hoverinfo: "x+y"
14293     boxpoints: "outliers"
14294     whiskerwidth: 0
14295   layout:
14296     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14297     layout: "plot-throughput"
14298
14299 - type: "plot"
14300   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14301   algorithm: "plot_performance_box"
14302   output-file-type: ".html"
14303   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14304   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14305   filter: "'NIC_Intel-X520-DA2' and
14306            '78B' and
14307            'ENCAP' and
14308            'NDRPDR' and
14309            '2T2C' and
14310            'LISP' and
14311            not 'VHOST'"
14312   parameters:
14313   - "throughput"
14314   - "parent"
14315   - "tags"
14316   sort:
14317   - "IP4UNRLAY"
14318   - "IP6UNRLAY"
14319   traces:
14320     hoverinfo: "x+y"
14321     boxpoints: "outliers"
14322     whiskerwidth: 0
14323   layout:
14324     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14325     layout: "plot-throughput"
14326
14327 - type: "plot"
14328   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14329   algorithm: "plot_performance_box"
14330   output-file-type: ".html"
14331   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14332   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14333   filter: "'NIC_Intel-X520-DA2' and
14334            '78B' and
14335            'ENCAP' and
14336            'NDRPDR' and
14337            '2T2C' and
14338            'LISP' and
14339            not 'VHOST'"
14340   parameters:
14341   - "throughput"
14342   - "parent"
14343   - "tags"
14344   sort:
14345   - "IP4UNRLAY"
14346   - "IP6UNRLAY"
14347   traces:
14348     hoverinfo: "x+y"
14349     boxpoints: "outliers"
14350     whiskerwidth: 0
14351   layout:
14352     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14353     layout: "plot-throughput"
14354
14355 ################################################################################
14356
14357 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
14358 - type: "plot"
14359   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14360   algorithm: "plot_performance_box"
14361   output-file-type: ".html"
14362   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14363   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14364   filter: "'NIC_Intel-XL710' and
14365            '64B' and
14366            'IP4FWD' and
14367            'NDRPDR' and
14368            'BASE' and
14369            '1T1C' and
14370            'IPSECHW' and
14371            not 'VHOST'"
14372   parameters:
14373   - "throughput"
14374   - "parent"
14375   - "tags"
14376   traces:
14377     hoverinfo: "x+y"
14378     boxpoints: "outliers"
14379     whiskerwidth: 0
14380   layout:
14381     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14382     layout: "plot-throughput"
14383
14384 - type: "plot"
14385   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14386   algorithm: "plot_performance_box"
14387   output-file-type: ".html"
14388   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14389   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14390   filter: "'NIC_Intel-XL710' and
14391            '64B' and
14392            'IP4FWD' and
14393            'NDRPDR' and
14394            'BASE' and
14395            '1T1C' and
14396            'IPSECHW' and
14397            not 'VHOST'"
14398   parameters:
14399   - "throughput"
14400   - "parent"
14401   - "tags"
14402   traces:
14403     hoverinfo: "x+y"
14404     boxpoints: "outliers"
14405     whiskerwidth: 0
14406   layout:
14407     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14408     layout: "plot-throughput"
14409
14410 - type: "plot"
14411   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14412   algorithm: "plot_performance_box"
14413   output-file-type: ".html"
14414   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14415   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14416   filter: "'NIC_Intel-XL710' and
14417            '64B' and
14418            'IP4FWD' and
14419            'NDRPDR' and
14420            'BASE' and
14421            '2T2C' and
14422            'IPSECHW' and
14423            not 'VHOST'"
14424   parameters:
14425   - "throughput"
14426   - "parent"
14427   - "tags"
14428   traces:
14429     hoverinfo: "x+y"
14430     boxpoints: "outliers"
14431     whiskerwidth: 0
14432   layout:
14433     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14434     layout: "plot-throughput"
14435
14436 - type: "plot"
14437   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14438   algorithm: "plot_performance_box"
14439   output-file-type: ".html"
14440   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14441   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14442   filter: "'NIC_Intel-XL710' and
14443            '64B' and
14444            'IP4FWD' and
14445            'NDRPDR' and
14446            'BASE' and
14447            '2T2C' and
14448            'IPSECHW' and
14449            not 'VHOST'"
14450   parameters:
14451   - "throughput"
14452   - "parent"
14453   - "tags"
14454   traces:
14455     hoverinfo: "x+y"
14456     boxpoints: "outliers"
14457     whiskerwidth: 0
14458   layout:
14459     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14460     layout: "plot-throughput"
14461
14462 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
14463 - type: "plot"
14464   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14465   algorithm: "plot_performance_box"
14466   output-file-type: ".html"
14467   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14468   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14469   filter: "'NIC_Intel-XL710' and
14470            '64B' and
14471            'IP4FWD' and
14472            'NDRPDR' and
14473            'SCALE' and
14474            '1T1C' and
14475            'IPSECHW' and
14476            not 'VHOST'"
14477   parameters:
14478   - "throughput"
14479   - "parent"
14480   - "tags"
14481   traces:
14482     hoverinfo: "x+y"
14483     boxpoints: "outliers"
14484     whiskerwidth: 0
14485   layout:
14486     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14487     layout: "plot-throughput"
14488
14489 - type: "plot"
14490   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14491   algorithm: "plot_performance_box"
14492   output-file-type: ".html"
14493   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14494   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14495   filter: "'NIC_Intel-XL710' and
14496            '64B' and
14497            'IP4FWD' and
14498            'NDRPDR' and
14499            'SCALE' and
14500            '1T1C' and
14501            'IPSECHW' and
14502            not 'VHOST'"
14503   parameters:
14504   - "throughput"
14505   - "parent"
14506   - "tags"
14507   traces:
14508     hoverinfo: "x+y"
14509     boxpoints: "outliers"
14510     whiskerwidth: 0
14511   layout:
14512     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14513     layout: "plot-throughput"
14514
14515 - type: "plot"
14516   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14517   algorithm: "plot_performance_box"
14518   output-file-type: ".html"
14519   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14520   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14521   filter: "'NIC_Intel-XL710' and
14522            '64B' and
14523            'IP4FWD' and
14524            'NDRPDR' and
14525            'SCALE' and
14526            '2T2C' and
14527            'IPSECHW' and
14528            not 'VHOST'"
14529   parameters:
14530   - "throughput"
14531   - "parent"
14532   - "tags"
14533   traces:
14534     hoverinfo: "x+y"
14535     boxpoints: "outliers"
14536     whiskerwidth: 0
14537   layout:
14538     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14539     layout: "plot-throughput"
14540
14541 - type: "plot"
14542   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14543   algorithm: "plot_performance_box"
14544   output-file-type: ".html"
14545   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14546   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14547   filter: "'NIC_Intel-XL710' and
14548            '64B' and
14549            'IP4FWD' and
14550            'NDRPDR' and
14551            'SCALE' and
14552            '2T2C' and
14553            'IPSECHW' and
14554            not 'VHOST'"
14555   parameters:
14556   - "throughput"
14557   - "parent"
14558   - "tags"
14559   traces:
14560     hoverinfo: "x+y"
14561     boxpoints: "outliers"
14562     whiskerwidth: 0
14563   layout:
14564     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14565     layout: "plot-throughput"
14566
14567 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
14568 - type: "plot"
14569   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14570   algorithm: "plot_performance_box"
14571   output-file-type: ".html"
14572   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14573   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14574   filter: "'NIC_Intel-XL710' and
14575            '64B' and
14576            'IP4FWD' and
14577            'NDRPDR' and
14578            '1T1C' and
14579            'IPSECSW' and
14580            not 'VHOST'"
14581   parameters:
14582   - "throughput"
14583   - "parent"
14584   - "tags"
14585   traces:
14586     hoverinfo: "x+y"
14587     boxpoints: "outliers"
14588     whiskerwidth: 0
14589   layout:
14590     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14591     layout: "plot-throughput"
14592
14593 - type: "plot"
14594   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14595   algorithm: "plot_performance_box"
14596   output-file-type: ".html"
14597   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14598   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14599   filter: "'NIC_Intel-XL710' and
14600            '64B' and
14601            'IP4FWD' and
14602            'NDRPDR' and
14603            '1T1C' and
14604            'IPSECSW' and
14605            not 'VHOST'"
14606   parameters:
14607   - "throughput"
14608   - "parent"
14609   - "tags"
14610   traces:
14611     hoverinfo: "x+y"
14612     boxpoints: "outliers"
14613     whiskerwidth: 0
14614   layout:
14615     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14616     layout: "plot-throughput"
14617
14618 - type: "plot"
14619   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14620   algorithm: "plot_performance_box"
14621   output-file-type: ".html"
14622   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14623   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14624   filter: "'NIC_Intel-XL710' and
14625            '64B' and
14626            'IP4FWD' and
14627            'NDRPDR' and
14628            '2T2C' and
14629            'IPSECSW' and
14630            not 'VHOST'"
14631   parameters:
14632   - "throughput"
14633   - "parent"
14634   - "tags"
14635   traces:
14636     hoverinfo: "x+y"
14637     boxpoints: "outliers"
14638     whiskerwidth: 0
14639   layout:
14640     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14641     layout: "plot-throughput"
14642
14643 - type: "plot"
14644   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14645   algorithm: "plot_performance_box"
14646   output-file-type: ".html"
14647   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14648   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14649   filter: "'NIC_Intel-XL710' and
14650            '64B' and
14651            'IP4FWD' and
14652            'NDRPDR' and
14653            '2T2C' and
14654            'IPSECSW' and
14655            not 'VHOST'"
14656   parameters:
14657   - "throughput"
14658   - "parent"
14659   - "tags"
14660   traces:
14661     hoverinfo: "x+y"
14662     boxpoints: "outliers"
14663     whiskerwidth: 0
14664   layout:
14665     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14666     layout: "plot-throughput"
14667
14668 ################################################################################
14669
14670 # Packet Throughput - VPP SRv6 3n-hsw-x520
14671 - type: "plot"
14672   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14673   algorithm: "plot_performance_box"
14674   output-file-type: ".html"
14675   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14676   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14677   filter: "'NIC_Intel-X520-DA2' and
14678            '78B' and
14679            'FEATURE' and
14680            'NDRPDR' and
14681            '1T1C' and
14682            'IP6FWD' and
14683            'SRv6'"
14684   parameters:
14685   - "throughput"
14686   - "parent"
14687   - "tags"
14688   traces:
14689     hoverinfo: "x+y"
14690     boxpoints: "outliers"
14691     whiskerwidth: 0
14692   layout:
14693     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14694     layout: "plot-throughput"
14695
14696 - type: "plot"
14697   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14698   algorithm: "plot_performance_box"
14699   output-file-type: ".html"
14700   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14701   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14702   filter: "'NIC_Intel-X520-DA2' and
14703            '78B' and
14704            'FEATURE' and
14705            'NDRPDR' and
14706            '1T1C' and
14707            'IP6FWD' and
14708            'SRv6'"
14709   parameters:
14710   - "throughput"
14711   - "parent"
14712   - "tags"
14713   traces:
14714     hoverinfo: "x+y"
14715     boxpoints: "outliers"
14716     whiskerwidth: 0
14717   layout:
14718     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14719     layout: "plot-throughput"
14720
14721 - type: "plot"
14722   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14723   algorithm: "plot_performance_box"
14724   output-file-type: ".html"
14725   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14726   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14727   filter: "'NIC_Intel-X520-DA2' and
14728            '78B' and
14729            'FEATURE' and
14730            'NDRPDR' and
14731            '2T2C' and
14732            'IP6FWD' and
14733            'SRv6'"
14734   parameters:
14735   - "throughput"
14736   - "parent"
14737   - "tags"
14738   traces:
14739     hoverinfo: "x+y"
14740     boxpoints: "outliers"
14741     whiskerwidth: 0
14742   layout:
14743     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14744     layout: "plot-throughput"
14745
14746 - type: "plot"
14747   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14748   algorithm: "plot_performance_box"
14749   output-file-type: ".html"
14750   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14751   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14752   filter: "'NIC_Intel-X520-DA2' and
14753            '78B' and
14754            'FEATURE' and
14755            'NDRPDR' and
14756            '2T2C' and
14757            'IP6FWD' and
14758            'SRv6'"
14759   parameters:
14760   - "throughput"
14761   - "parent"
14762   - "tags"
14763   traces:
14764     hoverinfo: "x+y"
14765     boxpoints: "outliers"
14766     whiskerwidth: 0
14767   layout:
14768     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14769     layout: "plot-throughput"
14770
14771 ################################################################################
14772
14773 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
14774 - type: "plot"
14775   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14776   algorithm: "plot_performance_box"
14777   output-file-type: ".html"
14778   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14779   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14780   filter: "'NIC_Intel-X520-DA2' and
14781            '64B' and
14782            'NDRPDR' and
14783            'ETH' and
14784            'IP4FWD' and
14785            '1T1C' and
14786            'VHOST_1024' and
14787            not 'VXLAN' and
14788            not 'DOT1Q'"
14789   parameters:
14790   - "throughput"
14791   - "parent"
14792   - "tags"
14793   sort:
14794   - "not CFS_OPT"
14795   - "1VM"
14796   - "2VM"
14797   traces:
14798     hoverinfo: "x+y"
14799     boxpoints: "outliers"
14800     whiskerwidth: 0
14801   layout:
14802     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14803     layout: "plot-throughput"
14804
14805 - type: "plot"
14806   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14807   algorithm: "plot_performance_box"
14808   output-file-type: ".html"
14809   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14810   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14811   filter: "'NIC_Intel-X520-DA2' and
14812            '64B' and
14813            'NDRPDR' and
14814            'ETH' and
14815            'IP4FWD' and
14816            '2T2C' and
14817            'VHOST_1024' and
14818            not 'VXLAN' and
14819            not 'DOT1Q'"
14820   parameters:
14821   - "throughput"
14822   - "parent"
14823   - "tags"
14824   sort:
14825   - "not CFS_OPT"
14826   - "1VM"
14827   - "2VM"
14828   traces:
14829     hoverinfo: "x+y"
14830     boxpoints: "outliers"
14831     whiskerwidth: 0
14832   layout:
14833     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14834     layout: "plot-throughput"
14835
14836 - type: "plot"
14837   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14838   algorithm: "plot_performance_box"
14839   output-file-type: ".html"
14840   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14841   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14842   filter: "'NIC_Intel-X520-DA2' and
14843            '64B' and
14844            'NDRPDR' and
14845            'ETH' and
14846            'IP4FWD' and
14847            '1T1C' and
14848            'VHOST_1024' and
14849            not 'VXLAN' and
14850            not 'DOT1Q'"
14851   parameters:
14852   - "throughput"
14853   - "parent"
14854   - "tags"
14855   sort:
14856   - "not CFS_OPT"
14857   - "1VM"
14858   - "2VM"
14859   traces:
14860     hoverinfo: "x+y"
14861     boxpoints: "outliers"
14862     whiskerwidth: 0
14863   layout:
14864     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14865     layout: "plot-throughput"
14866
14867 - type: "plot"
14868   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14869   algorithm: "plot_performance_box"
14870   output-file-type: ".html"
14871   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14872   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14873   filter: "'NIC_Intel-X520-DA2' and
14874            '64B' and
14875            'NDRPDR' and
14876            'ETH' and
14877            'IP4FWD' and
14878            '2T2C' and
14879            'VHOST_1024' and
14880            not 'VXLAN' and
14881            not 'DOT1Q'"
14882   parameters:
14883   - "throughput"
14884   - "parent"
14885   - "tags"
14886   sort:
14887   - "not CFS_OPT"
14888   - "1VM"
14889   - "2VM"
14890   traces:
14891     hoverinfo: "x+y"
14892     boxpoints: "outliers"
14893     whiskerwidth: 0
14894   layout:
14895     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14896     layout: "plot-throughput"
14897
14898 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14899 - type: "plot"
14900   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14901   algorithm: "plot_performance_box"
14902   output-file-type: ".html"
14903   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14904   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14905   filter: "'NIC_Intel-X520-DA2' and
14906            '64B' and
14907            'NDRPDR' and
14908            ('ETH' or 'DOT1Q') and
14909            'BASE' and
14910            '1T1C' and
14911            ('L2BDMACLRN' or 'L2XCFWD') and
14912            'VHOST_1024' and
14913            not 'VXLAN' and
14914            not 'IP4FWD' and
14915            not '2VM'"
14916   parameters:
14917   - "throughput"
14918   - "parent"
14919   - "tags"
14920   sort:
14921   - "L2BDMACLRN"
14922   - "L2BDMACLRN"
14923   - "L2BDMACLRN"
14924   - "L2XCFWD"
14925   - "L2XCFWD"
14926   - "L2XCFWD"
14927   traces:
14928     hoverinfo: "x+y"
14929     boxpoints: "outliers"
14930     whiskerwidth: 0
14931   layout:
14932     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14933     layout: "plot-throughput"
14934
14935 - type: "plot"
14936   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14937   algorithm: "plot_performance_box"
14938   output-file-type: ".html"
14939   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14940   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14941   filter: "'NIC_Intel-X520-DA2' and
14942            '64B' and
14943            'NDRPDR' and
14944            ('ETH' or 'DOT1Q') and
14945            'BASE' and
14946            '1T1C' and
14947            ('L2BDMACLRN' or 'L2XCFWD') and
14948            'VHOST_1024' and
14949            not 'VXLAN' and
14950            not 'IP4FWD' and
14951            not '2VM'"
14952   parameters:
14953   - "throughput"
14954   - "parent"
14955   - "tags"
14956   sort:
14957   - "L2BDMACLRN"
14958   - "L2BDMACLRN"
14959   - "L2BDMACLRN"
14960   - "L2XCFWD"
14961   - "L2XCFWD"
14962   - "L2XCFWD"
14963   traces:
14964     hoverinfo: "x+y"
14965     boxpoints: "outliers"
14966     whiskerwidth: 0
14967   layout:
14968     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14969     layout: "plot-throughput"
14970
14971 - type: "plot"
14972   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14973   algorithm: "plot_performance_box"
14974   output-file-type: ".html"
14975   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14976   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14977   filter: "'NIC_Intel-X520-DA2' and
14978            '64B' and
14979            'NDRPDR' and
14980            ('ETH' or 'DOT1Q') and
14981            'BASE' and
14982            '2T2C' and
14983            ('L2BDMACLRN' or 'L2XCFWD') and
14984            'VHOST_1024' and
14985            not 'VXLAN' and
14986            not 'IP4FWD' and
14987            not '2VM'"
14988   parameters:
14989   - "throughput"
14990   - "parent"
14991   - "tags"
14992   sort:
14993   - "L2BDMACLRN"
14994   - "L2BDMACLRN"
14995   - "L2BDMACLRN"
14996   - "L2XCFWD"
14997   - "L2XCFWD"
14998   - "L2XCFWD"
14999   traces:
15000     hoverinfo: "x+y"
15001     boxpoints: "outliers"
15002     whiskerwidth: 0
15003   layout:
15004     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
15005     layout: "plot-throughput"
15006
15007 - type: "plot"
15008   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
15009   algorithm: "plot_performance_box"
15010   output-file-type: ".html"
15011   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
15012   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15013   filter: "'NIC_Intel-X520-DA2' and
15014            '64B' and
15015            'NDRPDR' and
15016            ('ETH' or 'DOT1Q') and
15017            'BASE' and
15018            '2T2C' and
15019            ('L2BDMACLRN' or 'L2XCFWD') and
15020            'VHOST_1024' and
15021            not 'VXLAN' and
15022            not 'IP4FWD' and
15023            not '2VM'"
15024   parameters:
15025   - "throughput"
15026   - "parent"
15027   - "tags"
15028   sort:
15029   - "L2BDMACLRN"
15030   - "L2BDMACLRN"
15031   - "L2BDMACLRN"
15032   - "L2XCFWD"
15033   - "L2XCFWD"
15034   - "L2XCFWD"
15035   traces:
15036     hoverinfo: "x+y"
15037     boxpoints: "outliers"
15038     whiskerwidth: 0
15039   layout:
15040     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
15041     layout: "plot-throughput"
15042
15043 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
15044 - type: "plot"
15045   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15046   algorithm: "plot_performance_box"
15047   output-file-type: ".html"
15048   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15049   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15050   filter: "'NIC_Intel-X520-DA2' and
15051            '64B' and
15052            'NDRPDR' and
15053            ('ETH' or 'DOT1Q') and
15054            '1T1C' and
15055            ('L2BDMACLRN' or 'L2XCFWD') and
15056            'VHOST_1024' and
15057            not 'CFS_OPT' and
15058            not 'DOT1Q' and
15059            not 'VXLAN' and
15060            not 'IP4FWD' and
15061            not 'LBOND'"
15062   parameters:
15063   - "throughput"
15064   - "parent"
15065   - "tags"
15066 #  sort:
15067 #  - "1VM"
15068 #  - "L2XCFWD"
15069 #  - "1VM"
15070 #  - "L2BDMACLRN"
15071   traces:
15072     hoverinfo: "x+y"
15073     boxpoints: "outliers"
15074     whiskerwidth: 0
15075   layout:
15076     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15077     layout: "plot-throughput"
15078
15079 - type: "plot"
15080   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15081   algorithm: "plot_performance_box"
15082   output-file-type: ".html"
15083   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15084   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15085   filter: "'NIC_Intel-X520-DA2' and
15086            '64B' and
15087            'NDRPDR' and
15088            ('ETH' or 'DOT1Q') and
15089            '1T1C' and
15090            ('L2BDMACLRN' or 'L2XCFWD') and
15091            'VHOST_1024' and
15092            not 'CFS_OPT' and
15093            not 'DOT1Q' and
15094            not 'VXLAN' and
15095            not 'IP4FWD' and
15096            not 'LBOND'"
15097   parameters:
15098   - "throughput"
15099   - "parent"
15100   - "tags"
15101 #  sort:
15102 #  - "1VM"
15103 #  - "L2XCFWD"
15104 #  - "1VM"
15105 #  - "L2BDMACLRN"
15106   traces:
15107     hoverinfo: "x+y"
15108     boxpoints: "outliers"
15109     whiskerwidth: 0
15110   layout:
15111     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15112     layout: "plot-throughput"
15113
15114 - type: "plot"
15115   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15116   algorithm: "plot_performance_box"
15117   output-file-type: ".html"
15118   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15119   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15120   filter: "'NIC_Intel-X520-DA2' and
15121            '64B' and
15122            'NDRPDR' and
15123            ('ETH' or 'DOT1Q') and
15124            '2T2C' and
15125            ('L2BDMACLRN' or 'L2XCFWD') and
15126            'VHOST_1024' and
15127            not 'CFS_OPT' and
15128            not 'DOT1Q' and
15129            not 'VXLAN' and
15130            not 'IP4FWD' and
15131            not 'LBOND'"
15132   parameters:
15133   - "throughput"
15134   - "parent"
15135   - "tags"
15136 #  sort:
15137 #  - "1VM"
15138 #  - "L2XCFWD"
15139 #  - "1VM"
15140 #  - "L2BDMACLRN"
15141   traces:
15142     hoverinfo: "x+y"
15143     boxpoints: "outliers"
15144     whiskerwidth: 0
15145   layout:
15146     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15147     layout: "plot-throughput"
15148
15149 - type: "plot"
15150   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15151   algorithm: "plot_performance_box"
15152   output-file-type: ".html"
15153   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15154   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15155   filter: "'NIC_Intel-X520-DA2' and
15156            '64B' and
15157            'NDRPDR' and
15158            ('ETH' or 'DOT1Q') and
15159            '2T2C' and
15160            ('L2BDMACLRN' or 'L2XCFWD') and
15161            'VHOST_1024' and
15162            not 'CFS_OPT' and
15163            not 'DOT1Q' and
15164            not 'VXLAN' and
15165            not 'IP4FWD' and
15166            not 'LBOND'"
15167   parameters:
15168   - "throughput"
15169   - "parent"
15170   - "tags"
15171 #  sort:
15172 #  - "1VM"
15173 #  - "L2XCFWD"
15174 #  - "1VM"
15175 #  - "L2BDMACLRN"
15176   traces:
15177     hoverinfo: "x+y"
15178     boxpoints: "outliers"
15179     whiskerwidth: 0
15180   layout:
15181     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15182     layout: "plot-throughput"
15183
15184 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
15185 - type: "plot"
15186   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15187   algorithm: "plot_performance_box"
15188   output-file-type: ".html"
15189   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15190   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15191   filter: "'NIC_Intel-X710' and
15192            '64B' and
15193            'NDRPDR' and
15194            'ETH' and
15195            'IP4FWD' and
15196            '1T1C' and
15197            'VHOST_1024' and
15198            not 'VXLAN' and
15199            not 'CFS_OPT' and
15200            not 'DOT1Q'"
15201   parameters:
15202   - "throughput"
15203   - "parent"
15204   - "tags"
15205   sort:
15206   - "1VM"
15207   - "2VM"
15208   traces:
15209     hoverinfo: "x+y"
15210     boxpoints: "outliers"
15211     whiskerwidth: 0
15212   layout:
15213     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15214     layout: "plot-throughput"
15215
15216 - type: "plot"
15217   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15218   algorithm: "plot_performance_box"
15219   output-file-type: ".html"
15220   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15221   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15222   filter: "'NIC_Intel-X710' and
15223            '64B' and
15224            'NDRPDR' and
15225            'ETH' and
15226            'IP4FWD' and
15227            '2T2C' and
15228            'VHOST_1024' and
15229            not 'VXLAN' and
15230            not 'CFS_OPT' and
15231            not 'DOT1Q'"
15232   parameters:
15233   - "throughput"
15234   - "parent"
15235   - "tags"
15236   sort:
15237   - "1VM"
15238   - "2VM"
15239   traces:
15240     hoverinfo: "x+y"
15241     boxpoints: "outliers"
15242     whiskerwidth: 0
15243   layout:
15244     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15245     layout: "plot-throughput"
15246
15247 - type: "plot"
15248   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15249   algorithm: "plot_performance_box"
15250   output-file-type: ".html"
15251   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15252   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15253   filter: "'NIC_Intel-X710' and
15254            '64B' and
15255            'NDRPDR' and
15256            'ETH' and
15257            'IP4FWD' and
15258            '1T1C' and
15259            'VHOST_1024' and
15260            not 'VXLAN' and
15261            not 'CFS_OPT' and
15262            not 'DOT1Q'"
15263   parameters:
15264   - "throughput"
15265   - "parent"
15266   - "tags"
15267   sort:
15268   - "1VM"
15269   - "2VM"
15270   traces:
15271     hoverinfo: "x+y"
15272     boxpoints: "outliers"
15273     whiskerwidth: 0
15274   layout:
15275     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15276     layout: "plot-throughput"
15277
15278 - type: "plot"
15279   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15280   algorithm: "plot_performance_box"
15281   output-file-type: ".html"
15282   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15283   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15284   filter: "'NIC_Intel-X710' and
15285            '64B' and
15286            'NDRPDR' and
15287            'ETH' and
15288            'IP4FWD' and
15289            '2T2C' and
15290            'VHOST_1024' and
15291            not 'VXLAN' and
15292            not 'CFS_OPT' and
15293            not 'DOT1Q'"
15294   parameters:
15295   - "throughput"
15296   - "parent"
15297   - "tags"
15298   sort:
15299   - "1VM"
15300   - "2VM"
15301   traces:
15302     hoverinfo: "x+y"
15303     boxpoints: "outliers"
15304     whiskerwidth: 0
15305   layout:
15306     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15307     layout: "plot-throughput"
15308
15309 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
15310 - type: "plot"
15311   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15312   algorithm: "plot_performance_box"
15313   output-file-type: ".html"
15314   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15315   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15316   filter: "'NIC_Intel-X710' and
15317            '64B' and
15318            'NDRPDR' and
15319            ('ETH' or 'DOT1Q') and
15320            'BASE' and
15321            '1T1C' and
15322            ('L2BDMACLRN' or 'L2XCFWD') and
15323            'VHOST_1024' and
15324            not 'VXLAN' and
15325            not 'IP4FWD' and
15326            not '2VM'"
15327   parameters:
15328   - "throughput"
15329   - "parent"
15330   - "tags"
15331   sort:
15332   - "L2BDMACLRN"
15333   - "L2BDMACLRN"
15334   - "L2BDMACLRN"
15335   - "L2XCFWD"
15336   - "L2XCFWD"
15337   - "L2XCFWD"
15338   traces:
15339     hoverinfo: "x+y"
15340     boxpoints: "outliers"
15341     whiskerwidth: 0
15342   layout:
15343     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15344     layout: "plot-throughput"
15345
15346 - type: "plot"
15347   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15348   algorithm: "plot_performance_box"
15349   output-file-type: ".html"
15350   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15351   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15352   filter: "'NIC_Intel-X710' and
15353            '64B' and
15354            'NDRPDR' and
15355            ('ETH' or 'DOT1Q') and
15356            'BASE' and
15357            '1T1C' and
15358            ('L2BDMACLRN' or 'L2XCFWD') and
15359            'VHOST_1024' and
15360            not 'VXLAN' and
15361            not 'IP4FWD' and
15362            not '2VM'"
15363   parameters:
15364   - "throughput"
15365   - "parent"
15366   - "tags"
15367   sort:
15368   - "L2BDMACLRN"
15369   - "L2BDMACLRN"
15370   - "L2BDMACLRN"
15371   - "L2XCFWD"
15372   - "L2XCFWD"
15373   - "L2XCFWD"
15374   traces:
15375     hoverinfo: "x+y"
15376     boxpoints: "outliers"
15377     whiskerwidth: 0
15378   layout:
15379     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15380     layout: "plot-throughput"
15381
15382 - type: "plot"
15383   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15384   algorithm: "plot_performance_box"
15385   output-file-type: ".html"
15386   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15387   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15388   filter: "'NIC_Intel-X710' and
15389            '64B' and
15390            'NDRPDR' and
15391            ('ETH' or 'DOT1Q') and
15392            'BASE' and
15393            '2T2C' and
15394            ('L2BDMACLRN' or 'L2XCFWD') and
15395            'VHOST_1024' and
15396            not 'VXLAN' and
15397            not 'IP4FWD' and
15398            not '2VM'"
15399   parameters:
15400   - "throughput"
15401   - "parent"
15402   - "tags"
15403   sort:
15404   - "L2BDMACLRN"
15405   - "L2BDMACLRN"
15406   - "L2BDMACLRN"
15407   - "L2XCFWD"
15408   - "L2XCFWD"
15409   - "L2XCFWD"
15410   traces:
15411     hoverinfo: "x+y"
15412     boxpoints: "outliers"
15413     whiskerwidth: 0
15414   layout:
15415     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15416     layout: "plot-throughput"
15417
15418 - type: "plot"
15419   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15420   algorithm: "plot_performance_box"
15421   output-file-type: ".html"
15422   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15423   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15424   filter: "'NIC_Intel-X710' and
15425            '64B' and
15426            'NDRPDR' and
15427            ('ETH' or 'DOT1Q') and
15428            'BASE' and
15429            '2T2C' and
15430            ('L2BDMACLRN' or 'L2XCFWD') and
15431            'VHOST_1024' and
15432            not 'VXLAN' and
15433            not 'IP4FWD' and
15434            not '2VM'"
15435   parameters:
15436   - "throughput"
15437   - "parent"
15438   - "tags"
15439   sort:
15440   - "L2BDMACLRN"
15441   - "L2BDMACLRN"
15442   - "L2BDMACLRN"
15443   - "L2XCFWD"
15444   - "L2XCFWD"
15445   - "L2XCFWD"
15446   traces:
15447     hoverinfo: "x+y"
15448     boxpoints: "outliers"
15449     whiskerwidth: 0
15450   layout:
15451     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15452     layout: "plot-throughput"
15453
15454 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
15455 - type: "plot"
15456   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15457   algorithm: "plot_performance_box"
15458   output-file-type: ".html"
15459   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15460   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15461   filter: "'NIC_Intel-X710' and
15462            '64B' and
15463            'NDRPDR' and
15464            ('ETH' or 'DOT1Q') and
15465            '1T1C' and
15466            ('L2BDMACLRN' or 'L2XCFWD') and
15467            'VHOST_1024' and
15468            not 'CFS_OPT' and
15469            not 'VXLAN' and
15470            not 'IP4FWD' and
15471            not 'LBOND'"
15472   parameters:
15473   - "throughput"
15474   - "parent"
15475   - "tags"
15476   sort:
15477   - "L2BDMACLRN"
15478   - "L2BDMACLRN"
15479   - "L2BDMACLRN"
15480   - "L2XCFWD"
15481   - "L2XCFWD"
15482   - "L2XCFWD"
15483   traces:
15484     hoverinfo: "x+y"
15485     boxpoints: "outliers"
15486     whiskerwidth: 0
15487   layout:
15488     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15489     layout: "plot-throughput"
15490
15491 - type: "plot"
15492   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15493   algorithm: "plot_performance_box"
15494   output-file-type: ".html"
15495   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15496   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15497   filter: "'NIC_Intel-X710' and
15498            '64B' and
15499            'NDRPDR' and
15500            ('ETH' or 'DOT1Q') and
15501            '1T1C' and
15502            ('L2BDMACLRN' or 'L2XCFWD') and
15503            'VHOST_1024' and
15504            not 'CFS_OPT' and
15505            not 'VXLAN' and
15506            not 'IP4FWD' and
15507            not 'LBOND'"
15508   parameters:
15509   - "throughput"
15510   - "parent"
15511   - "tags"
15512   sort:
15513   - "L2BDMACLRN"
15514   - "L2BDMACLRN"
15515   - "L2BDMACLRN"
15516   - "L2XCFWD"
15517   - "L2XCFWD"
15518   - "L2XCFWD"
15519   traces:
15520     hoverinfo: "x+y"
15521     boxpoints: "outliers"
15522     whiskerwidth: 0
15523   layout:
15524     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15525     layout: "plot-throughput"
15526
15527 - type: "plot"
15528   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15529   algorithm: "plot_performance_box"
15530   output-file-type: ".html"
15531   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15532   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15533   filter: "'NIC_Intel-X710' and
15534            '64B' and
15535            'NDRPDR' and
15536            ('ETH' or 'DOT1Q') and
15537            '2T2C' and
15538            ('L2BDMACLRN' or 'L2XCFWD') and
15539            'VHOST_1024' and
15540            not 'CFS_OPT' and
15541            not 'VXLAN' and
15542            not 'IP4FWD' and
15543            not 'LBOND'"
15544   parameters:
15545   - "throughput"
15546   - "parent"
15547   - "tags"
15548   sort:
15549   - "L2BDMACLRN"
15550   - "L2BDMACLRN"
15551   - "L2BDMACLRN"
15552   - "L2XCFWD"
15553   - "L2XCFWD"
15554   - "L2XCFWD"
15555   traces:
15556     hoverinfo: "x+y"
15557     boxpoints: "outliers"
15558     whiskerwidth: 0
15559   layout:
15560     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15561     layout: "plot-throughput"
15562
15563 - type: "plot"
15564   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15565   algorithm: "plot_performance_box"
15566   output-file-type: ".html"
15567   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15568   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15569   filter: "'NIC_Intel-X710' and
15570            '64B' and
15571            'NDRPDR' and
15572            ('ETH' or 'DOT1Q') and
15573            '2T2C' and
15574            ('L2BDMACLRN' or 'L2XCFWD') and
15575            'VHOST_1024' and
15576            not 'CFS_OPT' and
15577            not 'VXLAN' and
15578            not 'IP4FWD' and
15579            not 'LBOND'"
15580   parameters:
15581   - "throughput"
15582   - "parent"
15583   - "tags"
15584   sort:
15585   - "L2BDMACLRN"
15586   - "L2BDMACLRN"
15587   - "L2BDMACLRN"
15588   - "L2XCFWD"
15589   - "L2XCFWD"
15590   - "L2XCFWD"
15591   traces:
15592     hoverinfo: "x+y"
15593     boxpoints: "outliers"
15594     whiskerwidth: 0
15595   layout:
15596     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15597     layout: "plot-throughput"
15598
15599 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15600 - type: "plot"
15601   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15602   algorithm: "plot_performance_box"
15603   output-file-type: ".html"
15604   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15605   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15606   filter: "'NIC_Intel-X710' and
15607            '64B' and
15608            'NDRPDR' and
15609            'ETH' and
15610            'IP4FWD' and
15611            '2T1C' and
15612            'VHOST_1024' and
15613            not 'VXLAN' and
15614            not 'DOT1Q'"
15615   parameters:
15616   - "throughput"
15617   - "parent"
15618   - "tags"
15619   sort:
15620   - "1VM"
15621   - "2VM"
15622   traces:
15623     hoverinfo: "x+y"
15624     boxpoints: "outliers"
15625     whiskerwidth: 0
15626   layout:
15627     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15628     layout: "plot-throughput"
15629
15630 - type: "plot"
15631   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15632   algorithm: "plot_performance_box"
15633   output-file-type: ".html"
15634   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15635   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15636   filter: "'NIC_Intel-X710' and
15637            '64B' and
15638            'NDRPDR' and
15639            'ETH' and
15640            'IP4FWD' and
15641            '4T2C' and
15642            'VHOST_1024' and
15643            not 'VXLAN' and
15644            not 'DOT1Q'"
15645   parameters:
15646   - "throughput"
15647   - "parent"
15648   - "tags"
15649   sort:
15650   - "1VM"
15651   - "2VM"
15652   traces:
15653     hoverinfo: "x+y"
15654     boxpoints: "outliers"
15655     whiskerwidth: 0
15656   layout:
15657     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15658     layout: "plot-throughput"
15659
15660 - type: "plot"
15661   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15662   algorithm: "plot_performance_box"
15663   output-file-type: ".html"
15664   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15665   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15666   filter: "'NIC_Intel-X710' and
15667            '64B' and
15668            'NDRPDR' and
15669            'ETH' and
15670            'IP4FWD' and
15671            '2T1C' and
15672            'VHOST_1024' and
15673            not 'VXLAN' and
15674            not 'DOT1Q'"
15675   parameters:
15676   - "throughput"
15677   - "parent"
15678   - "tags"
15679   sort:
15680   - "1VM"
15681   - "2VM"
15682   traces:
15683     hoverinfo: "x+y"
15684     boxpoints: "outliers"
15685     whiskerwidth: 0
15686   layout:
15687     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15688     layout: "plot-throughput"
15689
15690 - type: "plot"
15691   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15692   algorithm: "plot_performance_box"
15693   output-file-type: ".html"
15694   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15695   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15696   filter: "'NIC_Intel-X710' and
15697            '64B' and
15698            'NDRPDR' and
15699            'ETH' and
15700            'IP4FWD' and
15701            '4T2C' and
15702            'VHOST_1024' and
15703            not 'VXLAN' and
15704            not 'DOT1Q'"
15705   parameters:
15706   - "throughput"
15707   - "parent"
15708   - "tags"
15709   sort:
15710   - "1VM"
15711   - "2VM"
15712   traces:
15713     hoverinfo: "x+y"
15714     boxpoints: "outliers"
15715     whiskerwidth: 0
15716   layout:
15717     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15718     layout: "plot-throughput"
15719
15720 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15721 - type: "plot"
15722   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15723   algorithm: "plot_performance_box"
15724   output-file-type: ".html"
15725   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15726   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15727   filter: "'NIC_Intel-X710' and
15728            '64B' and
15729            'NDRPDR' and
15730            ('ETH' or 'DOT1Q') and
15731            'BASE' and
15732            '2T1C' and
15733            ('L2BDMACLRN' or 'L2XCFWD') and
15734            'VHOST_1024' and
15735            not 'VXLAN' and
15736            not 'IP4FWD' and
15737            not '2VM'"
15738   parameters:
15739   - "throughput"
15740   - "parent"
15741   - "tags"
15742   sort:
15743   - "L2BDMACLRN"
15744   - "L2BDMACLRN"
15745   - "L2BDMACLRN"
15746   - "L2XCFWD"
15747   - "L2XCFWD"
15748   - "L2XCFWD"
15749   traces:
15750     hoverinfo: "x+y"
15751     boxpoints: "outliers"
15752     whiskerwidth: 0
15753   layout:
15754     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15755     layout: "plot-throughput"
15756
15757 - type: "plot"
15758   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15759   algorithm: "plot_performance_box"
15760   output-file-type: ".html"
15761   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15762   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15763   filter: "'NIC_Intel-X710' and
15764            '64B' and
15765            'NDRPDR' and
15766            ('ETH' or 'DOT1Q') and
15767            'BASE' and
15768            '2T1C' and
15769            ('L2BDMACLRN' or 'L2XCFWD') and
15770            'VHOST_1024' and
15771            not 'VXLAN' and
15772            not 'IP4FWD' and
15773            not '2VM'"
15774   parameters:
15775   - "throughput"
15776   - "parent"
15777   - "tags"
15778   sort:
15779   - "L2BDMACLRN"
15780   - "L2BDMACLRN"
15781   - "L2BDMACLRN"
15782   - "L2XCFWD"
15783   - "L2XCFWD"
15784   - "L2XCFWD"
15785   traces:
15786     hoverinfo: "x+y"
15787     boxpoints: "outliers"
15788     whiskerwidth: 0
15789   layout:
15790     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15791     layout: "plot-throughput"
15792
15793 - type: "plot"
15794   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15795   algorithm: "plot_performance_box"
15796   output-file-type: ".html"
15797   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15798   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15799   filter: "'NIC_Intel-X710' and
15800            '64B' and
15801            'NDRPDR' and
15802            ('ETH' or 'DOT1Q') and
15803            'BASE' and
15804            '4T2C' and
15805            ('L2BDMACLRN' or 'L2XCFWD') and
15806            'VHOST_1024' and
15807            not 'VXLAN' and
15808            not 'IP4FWD' and
15809            not '2VM'"
15810   parameters:
15811   - "throughput"
15812   - "parent"
15813   - "tags"
15814   sort:
15815   - "L2BDMACLRN"
15816   - "L2BDMACLRN"
15817   - "L2BDMACLRN"
15818   - "L2XCFWD"
15819   - "L2XCFWD"
15820   - "L2XCFWD"
15821   traces:
15822     hoverinfo: "x+y"
15823     boxpoints: "outliers"
15824     whiskerwidth: 0
15825   layout:
15826     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15827     layout: "plot-throughput"
15828
15829 - type: "plot"
15830   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15831   algorithm: "plot_performance_box"
15832   output-file-type: ".html"
15833   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15835   filter: "'NIC_Intel-X710' and
15836            '64B' and
15837            'NDRPDR' and
15838            ('ETH' or 'DOT1Q') and
15839            'BASE' and
15840            '4T2C' and
15841            ('L2BDMACLRN' or 'L2XCFWD') and
15842            'VHOST_1024' and
15843            not 'VXLAN' and
15844            not 'IP4FWD' and
15845            not '2VM'"
15846   parameters:
15847   - "throughput"
15848   - "parent"
15849   - "tags"
15850   sort:
15851   - "L2BDMACLRN"
15852   - "L2BDMACLRN"
15853   - "L2BDMACLRN"
15854   - "L2XCFWD"
15855   - "L2XCFWD"
15856   - "L2XCFWD"
15857   traces:
15858     hoverinfo: "x+y"
15859     boxpoints: "outliers"
15860     whiskerwidth: 0
15861   layout:
15862     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15863     layout: "plot-throughput"
15864
15865 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15866 - type: "plot"
15867   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15868   algorithm: "plot_performance_box"
15869   output-file-type: ".html"
15870   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15871   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15872   filter: "'NIC_Intel-X710' and
15873            '64B' and
15874            'NDRPDR' and
15875            ('ETH' or 'DOT1Q') and
15876            '2T1C' and
15877            ('L2BDMACLRN' or 'L2XCFWD') and
15878            'VHOST_1024' and
15879            not 'CFS_OPT' and
15880            not 'VXLAN' and
15881            not 'IP4FWD' and
15882            not 'LBOND'"
15883   parameters:
15884   - "throughput"
15885   - "parent"
15886   - "tags"
15887   sort:
15888   - "L2BDMACLRN"
15889   - "L2BDMACLRN"
15890   - "L2BDMACLRN"
15891   - "L2XCFWD"
15892   - "L2XCFWD"
15893   - "L2XCFWD"
15894   traces:
15895     hoverinfo: "x+y"
15896     boxpoints: "outliers"
15897     whiskerwidth: 0
15898   layout:
15899     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15900     layout: "plot-throughput"
15901
15902 - type: "plot"
15903   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15904   algorithm: "plot_performance_box"
15905   output-file-type: ".html"
15906   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15907   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15908   filter: "'NIC_Intel-X710' and
15909            '64B' and
15910            'NDRPDR' and
15911            ('ETH' or 'DOT1Q') and
15912            '2T1C' and
15913            ('L2BDMACLRN' or 'L2XCFWD') and
15914            'VHOST_1024' and
15915            not 'CFS_OPT' and
15916            not 'VXLAN' and
15917            not 'IP4FWD' and
15918            not 'LBOND'"
15919   parameters:
15920   - "throughput"
15921   - "parent"
15922   - "tags"
15923   sort:
15924   - "L2BDMACLRN"
15925   - "L2BDMACLRN"
15926   - "L2BDMACLRN"
15927   - "L2XCFWD"
15928   - "L2XCFWD"
15929   - "L2XCFWD"
15930   traces:
15931     hoverinfo: "x+y"
15932     boxpoints: "outliers"
15933     whiskerwidth: 0
15934   layout:
15935     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15936     layout: "plot-throughput"
15937
15938 - type: "plot"
15939   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15940   algorithm: "plot_performance_box"
15941   output-file-type: ".html"
15942   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15943   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15944   filter: "'NIC_Intel-X710' and
15945            '64B' and
15946            'NDRPDR' and
15947            ('ETH' or 'DOT1Q') and
15948            '4T2C' and
15949            ('L2BDMACLRN' or 'L2XCFWD') and
15950            'VHOST_1024' and
15951            not 'CFS_OPT' and
15952            not 'VXLAN' and
15953            not 'IP4FWD' and
15954            not 'LBOND'"
15955   parameters:
15956   - "throughput"
15957   - "parent"
15958   - "tags"
15959   sort:
15960   - "L2BDMACLRN"
15961   - "L2BDMACLRN"
15962   - "L2BDMACLRN"
15963   - "L2XCFWD"
15964   - "L2XCFWD"
15965   - "L2XCFWD"
15966   traces:
15967     hoverinfo: "x+y"
15968     boxpoints: "outliers"
15969     whiskerwidth: 0
15970   layout:
15971     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15972     layout: "plot-throughput"
15973
15974 - type: "plot"
15975   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15976   algorithm: "plot_performance_box"
15977   output-file-type: ".html"
15978   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15979   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15980   filter: "'NIC_Intel-X710' and
15981            '64B' and
15982            'NDRPDR' and
15983            ('ETH' or 'DOT1Q') and
15984            '4T2C' and
15985            ('L2BDMACLRN' or 'L2XCFWD') and
15986            'VHOST_1024' and
15987            not 'CFS_OPT' and
15988            not 'VXLAN' and
15989            not 'IP4FWD' and
15990            not 'LBOND'"
15991   parameters:
15992   - "throughput"
15993   - "parent"
15994   - "tags"
15995   sort:
15996   - "L2BDMACLRN"
15997   - "L2BDMACLRN"
15998   - "L2BDMACLRN"
15999   - "L2XCFWD"
16000   - "L2XCFWD"
16001   - "L2XCFWD"
16002   traces:
16003     hoverinfo: "x+y"
16004     boxpoints: "outliers"
16005     whiskerwidth: 0
16006   layout:
16007     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
16008     layout: "plot-throughput"
16009
16010 # Packet Throughput - VPP vhost ip4 2n-skx-x710
16011 - type: "plot"
16012   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16013   algorithm: "plot_performance_box"
16014   output-file-type: ".html"
16015   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16016   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16017   filter: "'NIC_Intel-X710' and
16018            '64B' and
16019            'NDRPDR' and
16020            'ETH' and
16021            'IP4FWD' and
16022            '2T1C' and
16023            'VHOST_1024' and
16024            not 'VXLAN' and
16025            not 'NF_DENSITY' and
16026            not 'CFS_OPT' and
16027            not 'DOT1Q'"
16028   parameters:
16029   - "throughput"
16030   - "parent"
16031   - "tags"
16032   sort:
16033   - "1VM"
16034   - "2VM"
16035   traces:
16036     hoverinfo: "x+y"
16037     boxpoints: "outliers"
16038     whiskerwidth: 0
16039   layout:
16040     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16041     layout: "plot-throughput"
16042
16043 - type: "plot"
16044   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16045   algorithm: "plot_performance_box"
16046   output-file-type: ".html"
16047   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16048   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16049   filter: "'NIC_Intel-X710' and
16050            '64B' and
16051            'NDRPDR' and
16052            'ETH' and
16053            'IP4FWD' and
16054            '4T2C' and
16055            'VHOST_1024' and
16056            not 'VXLAN' and
16057            not 'NF_DENSITY' and
16058            not 'CFS_OPT' and
16059            not 'DOT1Q'"
16060   parameters:
16061   - "throughput"
16062   - "parent"
16063   - "tags"
16064   sort:
16065   - "1VM"
16066   - "2VM"
16067   traces:
16068     hoverinfo: "x+y"
16069     boxpoints: "outliers"
16070     whiskerwidth: 0
16071   layout:
16072     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16073     layout: "plot-throughput"
16074
16075 - type: "plot"
16076   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16077   algorithm: "plot_performance_box"
16078   output-file-type: ".html"
16079   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16080   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16081   filter: "'NIC_Intel-X710' and
16082            '64B' and
16083            'NDRPDR' and
16084            'ETH' and
16085            'IP4FWD' and
16086            '2T1C' and
16087            'VHOST_1024' and
16088            not 'VXLAN' and
16089            not 'NF_DENSITY' and
16090            not 'CFS_OPT' and
16091            not 'DOT1Q'"
16092   parameters:
16093   - "throughput"
16094   - "parent"
16095   - "tags"
16096   sort:
16097   - "1VM"
16098   - "2VM"
16099   traces:
16100     hoverinfo: "x+y"
16101     boxpoints: "outliers"
16102     whiskerwidth: 0
16103   layout:
16104     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16105     layout: "plot-throughput"
16106
16107 - type: "plot"
16108   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16109   algorithm: "plot_performance_box"
16110   output-file-type: ".html"
16111   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16112   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16113   filter: "'NIC_Intel-X710' and
16114            '64B' and
16115            'NDRPDR' and
16116            'ETH' and
16117            'IP4FWD' and
16118            '4T2C' and
16119            'VHOST_1024' and
16120            not 'VXLAN' and
16121            not 'NF_DENSITY' and
16122            not 'CFS_OPT' and
16123            not 'DOT1Q'"
16124   parameters:
16125   - "throughput"
16126   - "parent"
16127   - "tags"
16128   sort:
16129   - "1VM"
16130   - "2VM"
16131   traces:
16132     hoverinfo: "x+y"
16133     boxpoints: "outliers"
16134     whiskerwidth: 0
16135   layout:
16136     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16137     layout: "plot-throughput"
16138
16139 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16140 - type: "plot"
16141   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16142   algorithm: "plot_performance_box"
16143   output-file-type: ".html"
16144   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16145   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16146   filter: "'NIC_Intel-X710' and
16147            '64B' and
16148            'NDRPDR' and
16149            ('ETH' or 'DOT1Q') and
16150            'BASE' and
16151            '2T1C' and
16152            ('L2BDMACLRN' or 'L2XCFWD') and
16153            'VHOST_1024' and
16154            not 'VXLAN' and
16155            not 'NF_DENSITY' and
16156            not 'IP4FWD' and
16157            not '2VM'"
16158   parameters:
16159   - "throughput"
16160   - "parent"
16161   - "tags"
16162 #  sort:
16163 #  - "not CFS_OPT"
16164 #  - "L2XCFWD"
16165 #  - "not CFS_OPT"
16166 #  - "CFS_OPT"
16167   traces:
16168     hoverinfo: "x+y"
16169     boxpoints: "outliers"
16170     whiskerwidth: 0
16171   layout:
16172     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16173     layout: "plot-throughput"
16174
16175 - type: "plot"
16176   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16177   algorithm: "plot_performance_box"
16178   output-file-type: ".html"
16179   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16180   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16181   filter: "'NIC_Intel-X710' and
16182            '64B' and
16183            'NDRPDR' and
16184            ('ETH' or 'DOT1Q') and
16185            'BASE' and
16186            '2T1C' and
16187            ('L2BDMACLRN' or 'L2XCFWD') and
16188            'VHOST_1024' and
16189            not 'VXLAN' and
16190            not 'NF_DENSITY' and
16191            not 'IP4FWD' and
16192            not '2VM'"
16193   parameters:
16194   - "throughput"
16195   - "parent"
16196   - "tags"
16197 #  sort:
16198 #  - "not CFS_OPT"
16199 #  - "L2XCFWD"
16200 #  - "not CFS_OPT"
16201 #  - "CFS_OPT"
16202   traces:
16203     hoverinfo: "x+y"
16204     boxpoints: "outliers"
16205     whiskerwidth: 0
16206   layout:
16207     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16208     layout: "plot-throughput"
16209
16210 - type: "plot"
16211   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16212   algorithm: "plot_performance_box"
16213   output-file-type: ".html"
16214   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16215   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16216   filter: "'NIC_Intel-X710' and
16217            '64B' and
16218            'NDRPDR' and
16219            ('ETH' or 'DOT1Q') and
16220            'BASE' and
16221            '4T2C' and
16222            ('L2BDMACLRN' or 'L2XCFWD') and
16223            'VHOST_1024' and
16224            not 'VXLAN' and
16225            not 'NF_DENSITY' and
16226            not 'IP4FWD' and
16227            not '2VM'"
16228   parameters:
16229   - "throughput"
16230   - "parent"
16231   - "tags"
16232 #  sort:
16233 #  - "not CFS_OPT"
16234 #  - "L2XCFWD"
16235 #  - "not CFS_OPT"
16236 #  - "CFS_OPT"
16237   traces:
16238     hoverinfo: "x+y"
16239     boxpoints: "outliers"
16240     whiskerwidth: 0
16241   layout:
16242     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16243     layout: "plot-throughput"
16244
16245 - type: "plot"
16246   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16247   algorithm: "plot_performance_box"
16248   output-file-type: ".html"
16249   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16250   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16251   filter: "'NIC_Intel-X710' and
16252            '64B' and
16253            'NDRPDR' and
16254            ('ETH' or 'DOT1Q') and
16255            'BASE' and
16256            '4T2C' and
16257            ('L2BDMACLRN' or 'L2XCFWD') and
16258            'VHOST_1024' and
16259            not 'VXLAN' and
16260            not 'NF_DENSITY' and
16261            not 'IP4FWD' and
16262            not '2VM'"
16263   parameters:
16264   - "throughput"
16265   - "parent"
16266   - "tags"
16267 #  sort:
16268 #  - "not CFS_OPT"
16269 #  - "L2XCFWD"
16270 #  - "not CFS_OPT"
16271 #  - "CFS_OPT"
16272   traces:
16273     hoverinfo: "x+y"
16274     boxpoints: "outliers"
16275     whiskerwidth: 0
16276   layout:
16277     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16278     layout: "plot-throughput"
16279
16280 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16281 - type: "plot"
16282   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16283   algorithm: "plot_performance_box"
16284   output-file-type: ".html"
16285   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16286   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16287   filter: "'NIC_Intel-X710' and
16288            '64B' and
16289            'NDRPDR' and
16290            ('ETH' or 'DOT1Q') and
16291            '2T1C' and
16292            ('L2BDMACLRN' or 'L2XCFWD') and
16293            'VHOST_1024' and
16294            not 'CFS_OPT' and
16295            not 'VXLAN' and
16296            not 'NF_DENSITY' and
16297            not 'DOT1Q' and
16298            not 'IP4FWD'"
16299   parameters:
16300   - "throughput"
16301   - "parent"
16302   - "tags"
16303 #  sort:
16304 #  - "1VM"
16305 #  - "L2XCFWD"
16306 #  - "1VM"
16307 #  - "L2BDMACLRN"
16308   traces:
16309     hoverinfo: "x+y"
16310     boxpoints: "outliers"
16311     whiskerwidth: 0
16312   layout:
16313     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16314     layout: "plot-throughput"
16315
16316 - type: "plot"
16317   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16318   algorithm: "plot_performance_box"
16319   output-file-type: ".html"
16320   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16321   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16322   filter: "'NIC_Intel-X710' and
16323            '64B' and
16324            'NDRPDR' and
16325            ('ETH' or 'DOT1Q') and
16326            '2T1C' and
16327            ('L2BDMACLRN' or 'L2XCFWD') and
16328            'VHOST_1024' and
16329            not 'CFS_OPT' and
16330            not 'VXLAN' and
16331            not 'NF_DENSITY' and
16332            not 'DOT1Q' and
16333            not 'IP4FWD'"
16334   parameters:
16335   - "throughput"
16336   - "parent"
16337   - "tags"
16338 #  sort:
16339 #  - "1VM"
16340 #  - "L2XCFWD"
16341 #  - "1VM"
16342 #  - "L2BDMACLRN"
16343   traces:
16344     hoverinfo: "x+y"
16345     boxpoints: "outliers"
16346     whiskerwidth: 0
16347   layout:
16348     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16349     layout: "plot-throughput"
16350
16351 - type: "plot"
16352   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16353   algorithm: "plot_performance_box"
16354   output-file-type: ".html"
16355   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16356   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16357   filter: "'NIC_Intel-X710' and
16358            '64B' and
16359            'NDRPDR' and
16360            ('ETH' or 'DOT1Q') and
16361            '4T2C' and
16362            ('L2BDMACLRN' or 'L2XCFWD') and
16363            'VHOST_1024' and
16364            not 'CFS_OPT' and
16365            not 'VXLAN' and
16366            not 'NF_DENSITY' and
16367            not 'DOT1Q' and
16368            not 'IP4FWD'"
16369   parameters:
16370   - "throughput"
16371   - "parent"
16372   - "tags"
16373 #  sort:
16374 #  - "1VM"
16375 #  - "L2XCFWD"
16376 #  - "1VM"
16377 #  - "L2BDMACLRN"
16378   traces:
16379     hoverinfo: "x+y"
16380     boxpoints: "outliers"
16381     whiskerwidth: 0
16382   layout:
16383     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16384     layout: "plot-throughput"
16385
16386 - type: "plot"
16387   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16388   algorithm: "plot_performance_box"
16389   output-file-type: ".html"
16390   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16391   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16392   filter: "'NIC_Intel-X710' and
16393            '64B' and
16394            'NDRPDR' and
16395            ('ETH' or 'DOT1Q') and
16396            '4T2C' and
16397            ('L2BDMACLRN' or 'L2XCFWD') and
16398            'VHOST_1024' and
16399            not 'CFS_OPT' and
16400            not 'VXLAN' and
16401            not 'NF_DENSITY' and
16402            not 'DOT1Q' and
16403            not 'IP4FWD'"
16404   parameters:
16405   - "throughput"
16406   - "parent"
16407   - "tags"
16408 #  sort:
16409 #  - "1VM"
16410 #  - "L2XCFWD"
16411 #  - "1VM"
16412 #  - "L2BDMACLRN"
16413   traces:
16414     hoverinfo: "x+y"
16415     boxpoints: "outliers"
16416     whiskerwidth: 0
16417   layout:
16418     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16419     layout: "plot-throughput"
16420
16421 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16422 - type: "plot"
16423   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16424   algorithm: "plot_performance_box"
16425   output-file-type: ".html"
16426   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16427   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16428   filter: "'NIC_Intel-XXV710' and
16429            '64B' and
16430            'NDRPDR' and
16431            'ETH' and
16432            'IP4FWD' and
16433            '2T1C' and
16434            'VHOST_1024' and
16435            not 'VXLAN' and
16436            not 'CFS_OPT' and
16437            not 'DOT1Q'"
16438   parameters:
16439   - "throughput"
16440   - "parent"
16441   - "tags"
16442   sort:
16443   - "1VM"
16444   - "2VM"
16445   traces:
16446     hoverinfo: "x+y"
16447     boxpoints: "outliers"
16448     whiskerwidth: 0
16449   layout:
16450     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16451     layout: "plot-throughput"
16452
16453 - type: "plot"
16454   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16455   algorithm: "plot_performance_box"
16456   output-file-type: ".html"
16457   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16458   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16459   filter: "'NIC_Intel-XXV710' and
16460            '64B' and
16461            'NDRPDR' and
16462            'ETH' and
16463            'IP4FWD' and
16464            '4T2C' and
16465            'VHOST_1024' and
16466            not 'VXLAN' and
16467            not 'CFS_OPT' and
16468            not 'DOT1Q'"
16469   parameters:
16470   - "throughput"
16471   - "parent"
16472   - "tags"
16473   sort:
16474   - "1VM"
16475   - "2VM"
16476   traces:
16477     hoverinfo: "x+y"
16478     boxpoints: "outliers"
16479     whiskerwidth: 0
16480   layout:
16481     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16482     layout: "plot-throughput"
16483
16484 - type: "plot"
16485   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16486   algorithm: "plot_performance_box"
16487   output-file-type: ".html"
16488   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16489   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16490   filter: "'NIC_Intel-XXV710' and
16491            '64B' and
16492            'NDRPDR' and
16493            'ETH' and
16494            'IP4FWD' and
16495            '2T1C' and
16496            'VHOST_1024' and
16497            not 'VXLAN' and
16498            not 'CFS_OPT' and
16499            not 'DOT1Q'"
16500   parameters:
16501   - "throughput"
16502   - "parent"
16503   - "tags"
16504   sort:
16505   - "1VM"
16506   - "2VM"
16507   traces:
16508     hoverinfo: "x+y"
16509     boxpoints: "outliers"
16510     whiskerwidth: 0
16511   layout:
16512     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16513     layout: "plot-throughput"
16514
16515 - type: "plot"
16516   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16517   algorithm: "plot_performance_box"
16518   output-file-type: ".html"
16519   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16520   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16521   filter: "'NIC_Intel-XXV710' and
16522            '64B' and
16523            'NDRPDR' and
16524            'ETH' and
16525            'IP4FWD' and
16526            '4T2C' and
16527            'VHOST_1024' and
16528            not 'VXLAN' and
16529            not 'CFS_OPT' and
16530            not 'DOT1Q'"
16531   parameters:
16532   - "throughput"
16533   - "parent"
16534   - "tags"
16535   sort:
16536   - "1VM"
16537   - "2VM"
16538   traces:
16539     hoverinfo: "x+y"
16540     boxpoints: "outliers"
16541     whiskerwidth: 0
16542   layout:
16543     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16544     layout: "plot-throughput"
16545
16546 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16547 #- type: "plot"
16548 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16549 #  algorithm: "plot_performance_box"
16550 #  output-file-type: ".html"
16551 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16552 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16553 #  filter: "'NIC_Intel-XXV710' and
16554 #           '64B' and
16555 #           'NDRPDR' and
16556 #           ('ETH' or 'DOT1Q') and
16557 #           'BASE' and
16558 #           '2T1C' and
16559 #           ('L2BDMACLRN' or 'L2XCFWD') and
16560 #           'VHOST_1024' and
16561 #           not 'VXLAN' and
16562 #           not 'IP4FWD' and
16563 #           not '2VM'"
16564 #  parameters:
16565 #  - "throughput"
16566 #  - "parent"
16567 #  - "tags"
16568 ##  sort:
16569 ##  - "not CFS_OPT"
16570 ##  - "L2XCFWD"
16571 ##  - "not CFS_OPT"
16572 ##  - "CFS_OPT"
16573 #  traces:
16574 #    hoverinfo: "x+y"
16575 #    boxpoints: "outliers"
16576 #    whiskerwidth: 0
16577 #  layout:
16578 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16579 #    layout: "plot-throughput"
16580 #
16581 #- type: "plot"
16582 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16583 #  algorithm: "plot_performance_box"
16584 #  output-file-type: ".html"
16585 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16586 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16587 #  filter: "'NIC_Intel-XXV710' and
16588 #           '64B' and
16589 #           'NDRPDR' and
16590 #           ('ETH' or 'DOT1Q') and
16591 #           'BASE' and
16592 #           '2T1C' and
16593 #           ('L2BDMACLRN' or 'L2XCFWD') and
16594 #           'VHOST_1024' and
16595 #           not 'VXLAN' and
16596 #           not 'IP4FWD' and
16597 #           not '2VM'"
16598 #  parameters:
16599 #  - "throughput"
16600 #  - "parent"
16601 #  - "tags"
16602 ##  sort:
16603 ##  - "not CFS_OPT"
16604 ##  - "L2XCFWD"
16605 ##  - "not CFS_OPT"
16606 ##  - "CFS_OPT"
16607 #  traces:
16608 #    hoverinfo: "x+y"
16609 #    boxpoints: "outliers"
16610 #    whiskerwidth: 0
16611 #  layout:
16612 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16613 #    layout: "plot-throughput"
16614 #
16615 #- type: "plot"
16616 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16617 #  algorithm: "plot_performance_box"
16618 #  output-file-type: ".html"
16619 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16620 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16621 #  filter: "'NIC_Intel-XXV710' and
16622 #           '64B' and
16623 #           'NDRPDR' and
16624 #           ('ETH' or 'DOT1Q') and
16625 #           'BASE' and
16626 #           '4T2C' and
16627 #           ('L2BDMACLRN' or 'L2XCFWD') and
16628 #           'VHOST_1024' and
16629 #           not 'VXLAN' and
16630 #           not 'IP4FWD' and
16631 #           not '2VM'"
16632 #  parameters:
16633 #  - "throughput"
16634 #  - "parent"
16635 #  - "tags"
16636 ##  sort:
16637 ##  - "not CFS_OPT"
16638 ##  - "L2XCFWD"
16639 ##  - "not CFS_OPT"
16640 ##  - "CFS_OPT"
16641 #  traces:
16642 #    hoverinfo: "x+y"
16643 #    boxpoints: "outliers"
16644 #    whiskerwidth: 0
16645 #  layout:
16646 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16647 #    layout: "plot-throughput"
16648 #
16649 #- type: "plot"
16650 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16651 #  algorithm: "plot_performance_box"
16652 #  output-file-type: ".html"
16653 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16654 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16655 #  filter: "'NIC_Intel-XXV710' and
16656 #           '64B' and
16657 #           'NDRPDR' and
16658 #           ('ETH' or 'DOT1Q') and
16659 #           'BASE' and
16660 #           '4T2C' and
16661 #           ('L2BDMACLRN' or 'L2XCFWD') and
16662 #           'VHOST_1024' and
16663 #           not 'VXLAN' and
16664 #           not 'IP4FWD' and
16665 #           not '2VM'"
16666 #  parameters:
16667 #  - "throughput"
16668 #  - "parent"
16669 #  - "tags"
16670 ##  sort:
16671 ##  - "not CFS_OPT"
16672 ##  - "L2XCFWD"
16673 ##  - "not CFS_OPT"
16674 ##  - "CFS_OPT"
16675 #  traces:
16676 #    hoverinfo: "x+y"
16677 #    boxpoints: "outliers"
16678 #    whiskerwidth: 0
16679 #  layout:
16680 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16681 #    layout: "plot-throughput"
16682 #
16683 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16684 #- type: "plot"
16685 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16686 #  algorithm: "plot_performance_box"
16687 #  output-file-type: ".html"
16688 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16689 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16690 #  filter: "'NIC_Intel-XXV710' and
16691 #           '64B' and
16692 #           'NDRPDR' and
16693 #           ('ETH' or 'DOT1Q') and
16694 #           '2T1C' and
16695 #           ('L2BDMACLRN' or 'L2XCFWD') and
16696 #           'VHOST_1024' and
16697 #           not 'CFS_OPT' and
16698 #           not 'VXLAN' and
16699 #           not 'DOT1Q' and
16700 #           not 'IP4FWD'"
16701 #  parameters:
16702 #  - "throughput"
16703 #  - "parent"
16704 #  - "tags"
16705 ##  sort:
16706 ##  - "1VM"
16707 ##  - "L2XCFWD"
16708 ##  - "1VM"
16709 ##  - "L2BDMACLRN"
16710 #  traces:
16711 #    hoverinfo: "x+y"
16712 #    boxpoints: "outliers"
16713 #    whiskerwidth: 0
16714 #  layout:
16715 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16716 #    layout: "plot-throughput"
16717 #
16718 #- type: "plot"
16719 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16720 #  algorithm: "plot_performance_box"
16721 #  output-file-type: ".html"
16722 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16723 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16724 #  filter: "'NIC_Intel-XXV710' and
16725 #           '64B' and
16726 #           'NDRPDR' and
16727 #           ('ETH' or 'DOT1Q') and
16728 #           '2T1C' and
16729 #           ('L2BDMACLRN' or 'L2XCFWD') and
16730 #           'VHOST_1024' and
16731 #           not 'CFS_OPT' and
16732 #           not 'VXLAN' and
16733 #           not 'DOT1Q' and
16734 #           not 'IP4FWD'"
16735 #  parameters:
16736 #  - "throughput"
16737 #  - "parent"
16738 #  - "tags"
16739 ##  sort:
16740 ##  - "1VM"
16741 ##  - "L2XCFWD"
16742 ##  - "1VM"
16743 ##  - "L2BDMACLRN"
16744 #  traces:
16745 #    hoverinfo: "x+y"
16746 #    boxpoints: "outliers"
16747 #    whiskerwidth: 0
16748 #  layout:
16749 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16750 #    layout: "plot-throughput"
16751 #
16752 #- type: "plot"
16753 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16754 #  algorithm: "plot_performance_box"
16755 #  output-file-type: ".html"
16756 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16757 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16758 #  filter: "'NIC_Intel-XXV710' and
16759 #           '64B' and
16760 #           'NDRPDR' and
16761 #           ('ETH' or 'DOT1Q') and
16762 #           '4T2C' and
16763 #           ('L2BDMACLRN' or 'L2XCFWD') and
16764 #           'VHOST_1024' and
16765 #           not 'CFS_OPT' and
16766 #           not 'VXLAN' and
16767 #           not 'DOT1Q' and
16768 #           not 'IP4FWD'"
16769 #  parameters:
16770 #  - "throughput"
16771 #  - "parent"
16772 #  - "tags"
16773 ##  sort:
16774 ##  - "1VM"
16775 ##  - "L2XCFWD"
16776 ##  - "1VM"
16777 ##  - "L2BDMACLRN"
16778 #  traces:
16779 #    hoverinfo: "x+y"
16780 #    boxpoints: "outliers"
16781 #    whiskerwidth: 0
16782 #  layout:
16783 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16784 #    layout: "plot-throughput"
16785 #
16786 #- type: "plot"
16787 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16788 #  algorithm: "plot_performance_box"
16789 #  output-file-type: ".html"
16790 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16791 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16792 #  filter: "'NIC_Intel-XXV710' and
16793 #           '64B' and
16794 #           'NDRPDR' and
16795 #           ('ETH' or 'DOT1Q') and
16796 #           '4T2C' and
16797 #           ('L2BDMACLRN' or 'L2XCFWD') and
16798 #           'VHOST_1024' and
16799 #           not 'CFS_OPT' and
16800 #           not 'VXLAN' and
16801 #           not 'DOT1Q' and
16802 #           not 'IP4FWD'"
16803 #  parameters:
16804 #  - "throughput"
16805 #  - "parent"
16806 #  - "tags"
16807 ##  sort:
16808 ##  - "1VM"
16809 ##  - "L2XCFWD"
16810 ##  - "1VM"
16811 ##  - "L2BDMACLRN"
16812 #  traces:
16813 #    hoverinfo: "x+y"
16814 #    boxpoints: "outliers"
16815 #    whiskerwidth: 0
16816 #  layout:
16817 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16818 #    layout: "plot-throughput"
16819
16820 ################################################################################
16821
16822 # Packet Throughput - VPP VTS 3n-hsw-x520
16823 - type: "plot"
16824   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
16825   algorithm: "plot_performance_box"
16826   output-file-type: ".html"
16827   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
16828   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16829   filter: "'NIC_Intel-X520-DA2' and
16830            '114B' and
16831            'NDRPDR' and
16832            '1T1C' and
16833            'VTS'"
16834   parameters:
16835   - "throughput"
16836   - "parent"
16837   - "tags"
16838   traces:
16839     hoverinfo: "x+y"
16840     boxpoints: "outliers"
16841     whiskerwidth: 0
16842   layout:
16843     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
16844     layout: "plot-throughput"
16845
16846 - type: "plot"
16847   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
16848   algorithm: "plot_performance_box"
16849   output-file-type: ".html"
16850   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
16851   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16852   filter: "'NIC_Intel-X520-DA2' and
16853            '114B' and
16854            'NDRPDR' and
16855            '2T2C' and
16856            'VTS'"
16857   parameters:
16858   - "throughput"
16859   - "parent"
16860   - "tags"
16861   traces:
16862     hoverinfo: "x+y"
16863     boxpoints: "outliers"
16864     whiskerwidth: 0
16865   layout:
16866     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
16867     layout: "plot-throughput"
16868
16869 - type: "plot"
16870   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
16871   algorithm: "plot_performance_box"
16872   output-file-type: ".html"
16873   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
16874   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16875   filter: "'NIC_Intel-X520-DA2' and
16876            '114B' and
16877            'NDRPDR' and
16878            '1T1C' and
16879            'VTS'"
16880   parameters:
16881   - "throughput"
16882   - "parent"
16883   - "tags"
16884   traces:
16885     hoverinfo: "x+y"
16886     boxpoints: "outliers"
16887     whiskerwidth: 0
16888   layout:
16889     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
16890     layout: "plot-throughput"
16891
16892 - type: "plot"
16893   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
16894   algorithm: "plot_performance_box"
16895   output-file-type: ".html"
16896   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
16897   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16898   filter: "'NIC_Intel-X520-DA2' and
16899            '114B' and
16900            'NDRPDR' and
16901            '2T2C' and
16902            'VTS'"
16903   parameters:
16904   - "throughput"
16905   - "parent"
16906   - "tags"
16907   traces:
16908     hoverinfo: "x+y"
16909     boxpoints: "outliers"
16910     whiskerwidth: 0
16911   layout:
16912     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
16913     layout: "plot-throughput"
16914
16915 ################################################################################
16916
16917 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
16918 - type: "plot"
16919   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16920   algorithm: "plot_performance_box"
16921   output-file-type: ".html"
16922   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16923   data: "plot-dpdk-throughput-latency-3n-hsw"
16924   filter: "'NIC_Intel-X520-DA2' and
16925            '64B' and
16926            'BASE' and
16927            'NDRPDR' and
16928            '1T1C' and
16929            'IP4FWD'"
16930   parameters:
16931   - "throughput"
16932   - "parent"
16933   - "tags"
16934   traces:
16935     hoverinfo: "x+y"
16936     boxpoints: "outliers"
16937     whiskerwidth: 0
16938   layout:
16939     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16940     layout: "plot-throughput"
16941
16942 - type: "plot"
16943   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16944   algorithm: "plot_performance_box"
16945   output-file-type: ".html"
16946   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16947   data: "plot-dpdk-throughput-latency-3n-hsw"
16948   filter: "'NIC_Intel-X520-DA2' and
16949            '64B' and
16950            'BASE' and
16951            'NDRPDR' and
16952            '2T2C' and
16953            'IP4FWD'"
16954   parameters:
16955   - "throughput"
16956   - "parent"
16957   - "tags"
16958   traces:
16959     hoverinfo: "x+y"
16960     boxpoints: "outliers"
16961     whiskerwidth: 0
16962   layout:
16963     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16964     layout: "plot-throughput"
16965
16966 - type: "plot"
16967   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16968   algorithm: "plot_performance_box"
16969   output-file-type: ".html"
16970   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16971   data: "plot-dpdk-throughput-latency-3n-hsw"
16972   filter: "'NIC_Intel-X520-DA2' and
16973            '64B' and
16974            'BASE' and
16975            'NDRPDR' and
16976            '1T1C' and
16977            'IP4FWD'"
16978   parameters:
16979   - "throughput"
16980   - "parent"
16981   - "tags"
16982   traces:
16983     hoverinfo: "x+y"
16984     boxpoints: "outliers"
16985     whiskerwidth: 0
16986   layout:
16987     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16988     layout: "plot-throughput"
16989
16990 - type: "plot"
16991   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16992   algorithm: "plot_performance_box"
16993   output-file-type: ".html"
16994   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16995   data: "plot-dpdk-throughput-latency-3n-hsw"
16996   filter: "'NIC_Intel-X520-DA2' and
16997            '64B' and
16998            'BASE' and
16999            'NDRPDR' and
17000            '2T2C' and
17001            'IP4FWD'"
17002   parameters:
17003   - "throughput"
17004   - "parent"
17005   - "tags"
17006   traces:
17007     hoverinfo: "x+y"
17008     boxpoints: "outliers"
17009     whiskerwidth: 0
17010   layout:
17011     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17012     layout: "plot-throughput"
17013
17014 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
17015 - type: "plot"
17016   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17017   algorithm: "plot_performance_box"
17018   output-file-type: ".html"
17019   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17020   data: "plot-dpdk-throughput-latency-3n-hsw"
17021   filter: "'NIC_Intel-X710' and
17022            '64B' and
17023            'BASE' and
17024            'NDRPDR' and
17025            '1T1C' and
17026            'IP4FWD'"
17027   parameters:
17028   - "throughput"
17029   - "parent"
17030   - "tags"
17031   traces:
17032     hoverinfo: "x+y"
17033     boxpoints: "outliers"
17034     whiskerwidth: 0
17035   layout:
17036     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17037     layout: "plot-throughput"
17038
17039 - type: "plot"
17040   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17041   algorithm: "plot_performance_box"
17042   output-file-type: ".html"
17043   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17044   data: "plot-dpdk-throughput-latency-3n-hsw"
17045   filter: "'NIC_Intel-X710' and
17046            '64B' and
17047            'BASE' and
17048            'NDRPDR' and
17049            '2T2C' and
17050            'IP4FWD'"
17051   parameters:
17052   - "throughput"
17053   - "parent"
17054   - "tags"
17055   traces:
17056     hoverinfo: "x+y"
17057     boxpoints: "outliers"
17058     whiskerwidth: 0
17059   layout:
17060     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17061     layout: "plot-throughput"
17062
17063 - type: "plot"
17064   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17065   algorithm: "plot_performance_box"
17066   output-file-type: ".html"
17067   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17068   data: "plot-dpdk-throughput-latency-3n-hsw"
17069   filter: "'NIC_Intel-X710' and
17070            '64B' and
17071            'BASE' and
17072            'NDRPDR' and
17073            '1T1C' and
17074            'IP4FWD'"
17075   parameters:
17076   - "throughput"
17077   - "parent"
17078   - "tags"
17079   traces:
17080     hoverinfo: "x+y"
17081     boxpoints: "outliers"
17082     whiskerwidth: 0
17083   layout:
17084     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17085     layout: "plot-throughput"
17086
17087 - type: "plot"
17088   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17089   algorithm: "plot_performance_box"
17090   output-file-type: ".html"
17091   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17092   data: "plot-dpdk-throughput-latency-3n-hsw"
17093   filter: "'NIC_Intel-X710' and
17094            '64B' and
17095            'BASE' and
17096            'NDRPDR' and
17097            '2T2C' and
17098            'IP4FWD'"
17099   parameters:
17100   - "throughput"
17101   - "parent"
17102   - "tags"
17103   traces:
17104     hoverinfo: "x+y"
17105     boxpoints: "outliers"
17106     whiskerwidth: 0
17107   layout:
17108     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17109     layout: "plot-throughput"
17110
17111 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17112 - type: "plot"
17113   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17114   algorithm: "plot_performance_box"
17115   output-file-type: ".html"
17116   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17117   data: "plot-dpdk-throughput-latency-3n-hsw"
17118   filter: "'NIC_Intel-XL710' and
17119            '64B' and
17120            'BASE' and
17121            'NDRPDR' and
17122            '1T1C' and
17123            'IP4FWD'"
17124   parameters:
17125   - "throughput"
17126   - "parent"
17127   - "tags"
17128   traces:
17129     hoverinfo: "x+y"
17130     boxpoints: "outliers"
17131     whiskerwidth: 0
17132   layout:
17133     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17134     layout: "plot-throughput"
17135
17136 - type: "plot"
17137   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17138   algorithm: "plot_performance_box"
17139   output-file-type: ".html"
17140   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17141   data: "plot-dpdk-throughput-latency-3n-hsw"
17142   filter: "'NIC_Intel-XL710' and
17143            '64B' and
17144            'BASE' and
17145            'NDRPDR' and
17146            '2T2C' and
17147            'IP4FWD'"
17148   parameters:
17149   - "throughput"
17150   - "parent"
17151   - "tags"
17152   traces:
17153     hoverinfo: "x+y"
17154     boxpoints: "outliers"
17155     whiskerwidth: 0
17156   layout:
17157     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17158     layout: "plot-throughput"
17159
17160 - type: "plot"
17161   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17162   algorithm: "plot_performance_box"
17163   output-file-type: ".html"
17164   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17165   data: "plot-dpdk-throughput-latency-3n-hsw"
17166   filter: "'NIC_Intel-XL710' and
17167            '64B' and
17168            'BASE' and
17169            'NDRPDR' and
17170            '1T1C' and
17171            'IP4FWD'"
17172   parameters:
17173   - "throughput"
17174   - "parent"
17175   - "tags"
17176   traces:
17177     hoverinfo: "x+y"
17178     boxpoints: "outliers"
17179     whiskerwidth: 0
17180   layout:
17181     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17182     layout: "plot-throughput"
17183
17184 - type: "plot"
17185   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17186   algorithm: "plot_performance_box"
17187   output-file-type: ".html"
17188   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17189   data: "plot-dpdk-throughput-latency-3n-hsw"
17190   filter: "'NIC_Intel-XL710' and
17191            '64B' and
17192            'BASE' and
17193            'NDRPDR' and
17194            '2T2C' and
17195            'IP4FWD'"
17196   parameters:
17197   - "throughput"
17198   - "parent"
17199   - "tags"
17200   traces:
17201     hoverinfo: "x+y"
17202     boxpoints: "outliers"
17203     whiskerwidth: 0
17204   layout:
17205     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17206     layout: "plot-throughput"
17207
17208 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17209 - type: "plot"
17210   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17211   algorithm: "plot_performance_box"
17212   output-file-type: ".html"
17213   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17214   data: "plot-dpdk-throughput-latency-3n-skx"
17215   filter: "'NIC_Intel-X710' and
17216            '64B' and
17217            'BASE' and
17218            'NDRPDR' and
17219            '2T1C' and
17220            'IP4FWD'"
17221   parameters:
17222   - "throughput"
17223   - "parent"
17224   - "tags"
17225   traces:
17226     hoverinfo: "x+y"
17227     boxpoints: "outliers"
17228     whiskerwidth: 0
17229   layout:
17230     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17231     layout: "plot-throughput"
17232
17233 - type: "plot"
17234   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17235   algorithm: "plot_performance_box"
17236   output-file-type: ".html"
17237   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17238   data: "plot-dpdk-throughput-latency-3n-skx"
17239   filter: "'NIC_Intel-X710' and
17240            '64B' and
17241            'BASE' and
17242            'NDRPDR' and
17243            '4T2C' and
17244            'IP4FWD'"
17245   parameters:
17246   - "throughput"
17247   - "parent"
17248   - "tags"
17249   traces:
17250     hoverinfo: "x+y"
17251     boxpoints: "outliers"
17252     whiskerwidth: 0
17253   layout:
17254     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17255     layout: "plot-throughput"
17256
17257 - type: "plot"
17258   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17259   algorithm: "plot_performance_box"
17260   output-file-type: ".html"
17261   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17262   data: "plot-dpdk-throughput-latency-3n-skx"
17263   filter: "'NIC_Intel-X710' and
17264            '64B' and
17265            'BASE' and
17266            'NDRPDR' and
17267            '2T1C' and
17268            'IP4FWD'"
17269   parameters:
17270   - "throughput"
17271   - "parent"
17272   - "tags"
17273   traces:
17274     hoverinfo: "x+y"
17275     boxpoints: "outliers"
17276     whiskerwidth: 0
17277   layout:
17278     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17279     layout: "plot-throughput"
17280
17281 - type: "plot"
17282   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17283   algorithm: "plot_performance_box"
17284   output-file-type: ".html"
17285   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17286   data: "plot-dpdk-throughput-latency-3n-skx"
17287   filter: "'NIC_Intel-X710' and
17288            '64B' and
17289            'BASE' and
17290            'NDRPDR' and
17291            '4T2C' and
17292            'IP4FWD'"
17293   parameters:
17294   - "throughput"
17295   - "parent"
17296   - "tags"
17297   traces:
17298     hoverinfo: "x+y"
17299     boxpoints: "outliers"
17300     whiskerwidth: 0
17301   layout:
17302     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17303     layout: "plot-throughput"
17304
17305 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17306 - type: "plot"
17307   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17308   algorithm: "plot_performance_box"
17309   output-file-type: ".html"
17310   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17311   data: "plot-dpdk-throughput-latency-3n-skx"
17312   filter: "'NIC_Intel-XXV710' and
17313            '64B' and
17314            'BASE' and
17315            'NDRPDR' and
17316            '2T1C' and
17317            'IP4FWD'"
17318   parameters:
17319   - "throughput"
17320   - "parent"
17321   - "tags"
17322   traces:
17323     hoverinfo: "x+y"
17324     boxpoints: "outliers"
17325     whiskerwidth: 0
17326   layout:
17327     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17328     layout: "plot-throughput"
17329
17330 - type: "plot"
17331   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17332   algorithm: "plot_performance_box"
17333   output-file-type: ".html"
17334   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17335   data: "plot-dpdk-throughput-latency-3n-skx"
17336   filter: "'NIC_Intel-XXV710' and
17337            '64B' and
17338            'BASE' and
17339            'NDRPDR' and
17340            '4T2C' and
17341            'IP4FWD'"
17342   parameters:
17343   - "throughput"
17344   - "parent"
17345   - "tags"
17346   traces:
17347     hoverinfo: "x+y"
17348     boxpoints: "outliers"
17349     whiskerwidth: 0
17350   layout:
17351     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17352     layout: "plot-throughput"
17353
17354 - type: "plot"
17355   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17356   algorithm: "plot_performance_box"
17357   output-file-type: ".html"
17358   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17359   data: "plot-dpdk-throughput-latency-3n-skx"
17360   filter: "'NIC_Intel-XXV710' and
17361            '64B' and
17362            'BASE' and
17363            'NDRPDR' and
17364            '2T1C' and
17365            'IP4FWD'"
17366   parameters:
17367   - "throughput"
17368   - "parent"
17369   - "tags"
17370   traces:
17371     hoverinfo: "x+y"
17372     boxpoints: "outliers"
17373     whiskerwidth: 0
17374   layout:
17375     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17376     layout: "plot-throughput"
17377
17378 - type: "plot"
17379   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17380   algorithm: "plot_performance_box"
17381   output-file-type: ".html"
17382   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17383   data: "plot-dpdk-throughput-latency-3n-skx"
17384   filter: "'NIC_Intel-XXV710' and
17385            '64B' and
17386            'BASE' and
17387            'NDRPDR' and
17388            '4T2C' and
17389            'IP4FWD'"
17390   parameters:
17391   - "throughput"
17392   - "parent"
17393   - "tags"
17394   traces:
17395     hoverinfo: "x+y"
17396     boxpoints: "outliers"
17397     whiskerwidth: 0
17398   layout:
17399     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17400     layout: "plot-throughput"
17401
17402 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17403 - type: "plot"
17404   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17405   algorithm: "plot_performance_box"
17406   output-file-type: ".html"
17407   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17408   data: "plot-dpdk-throughput-latency-2n-skx"
17409   filter: "'NIC_Intel-X710' and
17410            '64B' and
17411            'BASE' and
17412            'NDRPDR' and
17413            '2T1C' and
17414            'IP4FWD'"
17415   parameters:
17416   - "throughput"
17417   - "parent"
17418   - "tags"
17419   traces:
17420     hoverinfo: "x+y"
17421     boxpoints: "outliers"
17422     whiskerwidth: 0
17423   layout:
17424     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17425     layout: "plot-throughput"
17426
17427 - type: "plot"
17428   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17429   algorithm: "plot_performance_box"
17430   output-file-type: ".html"
17431   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17432   data: "plot-dpdk-throughput-latency-2n-skx"
17433   filter: "'NIC_Intel-X710' and
17434            '64B' and
17435            'BASE' and
17436            'NDRPDR' and
17437            '4T2C' and
17438            'IP4FWD'"
17439   parameters:
17440   - "throughput"
17441   - "parent"
17442   - "tags"
17443   traces:
17444     hoverinfo: "x+y"
17445     boxpoints: "outliers"
17446     whiskerwidth: 0
17447   layout:
17448     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17449     layout: "plot-throughput"
17450
17451 - type: "plot"
17452   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17453   algorithm: "plot_performance_box"
17454   output-file-type: ".html"
17455   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17456   data: "plot-dpdk-throughput-latency-2n-skx"
17457   filter: "'NIC_Intel-X710' and
17458            '64B' and
17459            'BASE' and
17460            'NDRPDR' and
17461            '2T1C' and
17462            'IP4FWD'"
17463   parameters:
17464   - "throughput"
17465   - "parent"
17466   - "tags"
17467   traces:
17468     hoverinfo: "x+y"
17469     boxpoints: "outliers"
17470     whiskerwidth: 0
17471   layout:
17472     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17473     layout: "plot-throughput"
17474
17475 - type: "plot"
17476   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17477   algorithm: "plot_performance_box"
17478   output-file-type: ".html"
17479   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17480   data: "plot-dpdk-throughput-latency-2n-skx"
17481   filter: "'NIC_Intel-X710' and
17482            '64B' and
17483            'BASE' and
17484            'NDRPDR' and
17485            '4T2C' and
17486            'IP4FWD'"
17487   parameters:
17488   - "throughput"
17489   - "parent"
17490   - "tags"
17491   traces:
17492     hoverinfo: "x+y"
17493     boxpoints: "outliers"
17494     whiskerwidth: 0
17495   layout:
17496     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17497     layout: "plot-throughput"
17498
17499 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17500 - type: "plot"
17501   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17502   algorithm: "plot_performance_box"
17503   output-file-type: ".html"
17504   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17505   data: "plot-dpdk-throughput-latency-2n-skx"
17506   filter: "'NIC_Intel-XXV710' and
17507            '64B' and
17508            'BASE' and
17509            'NDRPDR' and
17510            '2T1C' and
17511            'IP4FWD'"
17512   parameters:
17513   - "throughput"
17514   - "parent"
17515   - "tags"
17516   traces:
17517     hoverinfo: "x+y"
17518     boxpoints: "outliers"
17519     whiskerwidth: 0
17520   layout:
17521     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17522     layout: "plot-throughput"
17523
17524 - type: "plot"
17525   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17526   algorithm: "plot_performance_box"
17527   output-file-type: ".html"
17528   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17529   data: "plot-dpdk-throughput-latency-2n-skx"
17530   filter: "'NIC_Intel-XXV710' and
17531            '64B' and
17532            'BASE' and
17533            'NDRPDR' and
17534            '4T2C' and
17535            'IP4FWD'"
17536   parameters:
17537   - "throughput"
17538   - "parent"
17539   - "tags"
17540   traces:
17541     hoverinfo: "x+y"
17542     boxpoints: "outliers"
17543     whiskerwidth: 0
17544   layout:
17545     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17546     layout: "plot-throughput"
17547
17548 - type: "plot"
17549   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17550   algorithm: "plot_performance_box"
17551   output-file-type: ".html"
17552   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17553   data: "plot-dpdk-throughput-latency-2n-skx"
17554   filter: "'NIC_Intel-XXV710' and
17555            '64B' and
17556            'BASE' and
17557            'NDRPDR' and
17558            '2T1C' and
17559            'IP4FWD'"
17560   parameters:
17561   - "throughput"
17562   - "parent"
17563   - "tags"
17564   traces:
17565     hoverinfo: "x+y"
17566     boxpoints: "outliers"
17567     whiskerwidth: 0
17568   layout:
17569     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17570     layout: "plot-throughput"
17571
17572 - type: "plot"
17573   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17574   algorithm: "plot_performance_box"
17575   output-file-type: ".html"
17576   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17577   data: "plot-dpdk-throughput-latency-2n-skx"
17578   filter: "'NIC_Intel-XXV710' and
17579            '64B' and
17580            'BASE' and
17581            'NDRPDR' and
17582            '4T2C' and
17583            'IP4FWD'"
17584   parameters:
17585   - "throughput"
17586   - "parent"
17587   - "tags"
17588   traces:
17589     hoverinfo: "x+y"
17590     boxpoints: "outliers"
17591     whiskerwidth: 0
17592   layout:
17593     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17594     layout: "plot-throughput"
17595
17596 ################################################################################
17597
17598 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17599 - type: "plot"
17600   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17601   algorithm: "plot_performance_box"
17602   output-file-type: ".html"
17603   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17604   data: "plot-dpdk-throughput-latency-3n-hsw"
17605   filter: "'NIC_Intel-X520-DA2' and
17606            '64B' and
17607            'BASE' and
17608            'NDRPDR' and
17609            '1T1C' and
17610            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17611   parameters:
17612   - "throughput"
17613   - "parent"
17614   - "tags"
17615   traces:
17616     hoverinfo: "x+y"
17617     boxpoints: "outliers"
17618     whiskerwidth: 0
17619   layout:
17620     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17621     layout: "plot-throughput"
17622
17623 - type: "plot"
17624   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17625   algorithm: "plot_performance_box"
17626   output-file-type: ".html"
17627   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17628   data: "plot-dpdk-throughput-latency-3n-hsw"
17629   filter: "'NIC_Intel-X520-DA2' and
17630            '64B' and
17631            'BASE' and
17632            'NDRPDR' and
17633            '2T2C' and
17634            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17635   parameters:
17636   - "throughput"
17637   - "parent"
17638   - "tags"
17639   traces:
17640     hoverinfo: "x+y"
17641     boxpoints: "outliers"
17642     whiskerwidth: 0
17643   layout:
17644     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17645     layout: "plot-throughput"
17646
17647 - type: "plot"
17648   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17649   algorithm: "plot_performance_box"
17650   output-file-type: ".html"
17651   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17652   data: "plot-dpdk-throughput-latency-3n-hsw"
17653   filter: "'NIC_Intel-X520-DA2' and
17654            '64B' and
17655            'BASE' and
17656            'NDRPDR' and
17657            '1T1C' and
17658            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17659   parameters:
17660   - "throughput"
17661   - "parent"
17662   - "tags"
17663   traces:
17664     hoverinfo: "x+y"
17665     boxpoints: "outliers"
17666     whiskerwidth: 0
17667   layout:
17668     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17669     layout: "plot-throughput"
17670
17671 - type: "plot"
17672   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17673   algorithm: "plot_performance_box"
17674   output-file-type: ".html"
17675   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17676   data: "plot-dpdk-throughput-latency-3n-hsw"
17677   filter: "'NIC_Intel-X520-DA2' and
17678            '64B' and
17679            'BASE' and
17680            'NDRPDR' and
17681            '2T2C' and
17682            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17683   parameters:
17684   - "throughput"
17685   - "parent"
17686   - "tags"
17687   traces:
17688     hoverinfo: "x+y"
17689     boxpoints: "outliers"
17690     whiskerwidth: 0
17691   layout:
17692     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17693     layout: "plot-throughput"
17694
17695 # Packet Throughput - DPDK testpmd 3n-hsw-x710
17696 - type: "plot"
17697   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17698   algorithm: "plot_performance_box"
17699   output-file-type: ".html"
17700   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17701   data: "plot-dpdk-throughput-latency-3n-hsw"
17702   filter: "'NIC_Intel-X710' and
17703            '64B' and
17704            'BASE' and
17705            'NDRPDR' and
17706            '1T1C' and
17707            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17708   parameters:
17709   - "throughput"
17710   - "parent"
17711   - "tags"
17712   traces:
17713     hoverinfo: "x+y"
17714     boxpoints: "outliers"
17715     whiskerwidth: 0
17716   layout:
17717     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17718     layout: "plot-throughput"
17719
17720 - type: "plot"
17721   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17722   algorithm: "plot_performance_box"
17723   output-file-type: ".html"
17724   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17725   data: "plot-dpdk-throughput-latency-3n-hsw"
17726   filter: "'NIC_Intel-X710' and
17727            '64B' and
17728            'BASE' and
17729            'NDRPDR' and
17730            '2T2C' and
17731            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17732   parameters:
17733   - "throughput"
17734   - "parent"
17735   - "tags"
17736   traces:
17737     hoverinfo: "x+y"
17738     boxpoints: "outliers"
17739     whiskerwidth: 0
17740   layout:
17741     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17742     layout: "plot-throughput"
17743
17744 - type: "plot"
17745   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17746   algorithm: "plot_performance_box"
17747   output-file-type: ".html"
17748   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17749   data: "plot-dpdk-throughput-latency-3n-hsw"
17750   filter: "'NIC_Intel-X710' and
17751            '64B' and
17752            'BASE' and
17753            'NDRPDR' and
17754            '1T1C' and
17755            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17756   parameters:
17757   - "throughput"
17758   - "parent"
17759   - "tags"
17760   traces:
17761     hoverinfo: "x+y"
17762     boxpoints: "outliers"
17763     whiskerwidth: 0
17764   layout:
17765     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17766     layout: "plot-throughput"
17767
17768 - type: "plot"
17769   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17770   algorithm: "plot_performance_box"
17771   output-file-type: ".html"
17772   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17773   data: "plot-dpdk-throughput-latency-3n-hsw"
17774   filter: "'NIC_Intel-X710' and
17775            '64B' and
17776            'BASE' and
17777            'NDRPDR' and
17778            '2T2C' and
17779            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17780   parameters:
17781   - "throughput"
17782   - "parent"
17783   - "tags"
17784   traces:
17785     hoverinfo: "x+y"
17786     boxpoints: "outliers"
17787     whiskerwidth: 0
17788   layout:
17789     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17790     layout: "plot-throughput"
17791
17792 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
17793 - type: "plot"
17794   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17795   algorithm: "plot_performance_box"
17796   output-file-type: ".html"
17797   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17798   data: "plot-dpdk-throughput-latency-3n-hsw"
17799   filter: "'NIC_Intel-XL710' and
17800            '64B' and
17801            'BASE' and
17802            'NDRPDR' and
17803            '1T1C' and
17804            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17805   parameters:
17806   - "throughput"
17807   - "parent"
17808   - "tags"
17809   traces:
17810     hoverinfo: "x+y"
17811     boxpoints: "outliers"
17812     whiskerwidth: 0
17813   layout:
17814     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17815     layout: "plot-throughput"
17816
17817 - type: "plot"
17818   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17819   algorithm: "plot_performance_box"
17820   output-file-type: ".html"
17821   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17822   data: "plot-dpdk-throughput-latency-3n-hsw"
17823   filter: "'NIC_Intel-XL710' and
17824            '64B' and
17825            'BASE' and
17826            'NDRPDR' and
17827            '2T2C' and
17828            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17829   parameters:
17830   - "throughput"
17831   - "parent"
17832   - "tags"
17833   traces:
17834     hoverinfo: "x+y"
17835     boxpoints: "outliers"
17836     whiskerwidth: 0
17837   layout:
17838     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17839     layout: "plot-throughput"
17840
17841 - type: "plot"
17842   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17843   algorithm: "plot_performance_box"
17844   output-file-type: ".html"
17845   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17846   data: "plot-dpdk-throughput-latency-3n-hsw"
17847   filter: "'NIC_Intel-XL710' and
17848            '64B' and
17849            'BASE' and
17850            'NDRPDR' and
17851            '1T1C' and
17852            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17853   parameters:
17854   - "throughput"
17855   - "parent"
17856   - "tags"
17857   traces:
17858     hoverinfo: "x+y"
17859     boxpoints: "outliers"
17860     whiskerwidth: 0
17861   layout:
17862     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17863     layout: "plot-throughput"
17864
17865 - type: "plot"
17866   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17867   algorithm: "plot_performance_box"
17868   output-file-type: ".html"
17869   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17870   data: "plot-dpdk-throughput-latency-3n-hsw"
17871   filter: "'NIC_Intel-XL710' and
17872            '64B' and
17873            'BASE' and
17874            'NDRPDR' and
17875            '2T2C' and
17876            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17877   parameters:
17878   - "throughput"
17879   - "parent"
17880   - "tags"
17881   traces:
17882     hoverinfo: "x+y"
17883     boxpoints: "outliers"
17884     whiskerwidth: 0
17885   layout:
17886     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17887     layout: "plot-throughput"
17888
17889 # Packet Throughput - DPDK testpmd 3n-skx-x710
17890 - type: "plot"
17891   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17892   algorithm: "plot_performance_box"
17893   output-file-type: ".html"
17894   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17895   data: "plot-dpdk-throughput-latency-3n-skx"
17896   filter: "'NIC_Intel-X710' and
17897            '64B' and
17898            'BASE' and
17899            'NDRPDR' and
17900            '2T1C' and
17901            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17902   parameters:
17903   - "throughput"
17904   - "parent"
17905   - "tags"
17906   traces:
17907     hoverinfo: "x+y"
17908     boxpoints: "outliers"
17909     whiskerwidth: 0
17910   layout:
17911     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17912     layout: "plot-throughput"
17913
17914 - type: "plot"
17915   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17916   algorithm: "plot_performance_box"
17917   output-file-type: ".html"
17918   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17919   data: "plot-dpdk-throughput-latency-3n-skx"
17920   filter: "'NIC_Intel-X710' and
17921            '64B' and
17922            'BASE' and
17923            'NDRPDR' and
17924            '4T2C' and
17925            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17926   parameters:
17927   - "throughput"
17928   - "parent"
17929   - "tags"
17930   traces:
17931     hoverinfo: "x+y"
17932     boxpoints: "outliers"
17933     whiskerwidth: 0
17934   layout:
17935     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17936     layout: "plot-throughput"
17937
17938 - type: "plot"
17939   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17940   algorithm: "plot_performance_box"
17941   output-file-type: ".html"
17942   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17943   data: "plot-dpdk-throughput-latency-3n-skx"
17944   filter: "'NIC_Intel-X710' and
17945            '64B' and
17946            'BASE' and
17947            'NDRPDR' and
17948            '2T1C' and
17949            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17950   parameters:
17951   - "throughput"
17952   - "parent"
17953   - "tags"
17954   traces:
17955     hoverinfo: "x+y"
17956     boxpoints: "outliers"
17957     whiskerwidth: 0
17958   layout:
17959     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17960     layout: "plot-throughput"
17961
17962 - type: "plot"
17963   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17964   algorithm: "plot_performance_box"
17965   output-file-type: ".html"
17966   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17967   data: "plot-dpdk-throughput-latency-3n-skx"
17968   filter: "'NIC_Intel-X710' and
17969            '64B' and
17970            'BASE' and
17971            'NDRPDR' and
17972            '4T2C' and
17973            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17974   parameters:
17975   - "throughput"
17976   - "parent"
17977   - "tags"
17978   traces:
17979     hoverinfo: "x+y"
17980     boxpoints: "outliers"
17981     whiskerwidth: 0
17982   layout:
17983     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17984     layout: "plot-throughput"
17985
17986 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
17987 - type: "plot"
17988   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17989   algorithm: "plot_performance_box"
17990   output-file-type: ".html"
17991   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17992   data: "plot-dpdk-throughput-latency-3n-skx"
17993   filter: "'NIC_Intel-XXV710' and
17994            '64B' and
17995            'BASE' and
17996            'NDRPDR' and
17997            '2T1C' and
17998            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17999   parameters:
18000   - "throughput"
18001   - "parent"
18002   - "tags"
18003   traces:
18004     hoverinfo: "x+y"
18005     boxpoints: "outliers"
18006     whiskerwidth: 0
18007   layout:
18008     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18009     layout: "plot-throughput"
18010
18011 - type: "plot"
18012   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18013   algorithm: "plot_performance_box"
18014   output-file-type: ".html"
18015   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18016   data: "plot-dpdk-throughput-latency-3n-skx"
18017   filter: "'NIC_Intel-XXV710' and
18018            '64B' and
18019            'BASE' and
18020            'NDRPDR' and
18021            '4T2C' and
18022            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18023   parameters:
18024   - "throughput"
18025   - "parent"
18026   - "tags"
18027   traces:
18028     hoverinfo: "x+y"
18029     boxpoints: "outliers"
18030     whiskerwidth: 0
18031   layout:
18032     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18033     layout: "plot-throughput"
18034
18035 - type: "plot"
18036   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18037   algorithm: "plot_performance_box"
18038   output-file-type: ".html"
18039   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18040   data: "plot-dpdk-throughput-latency-3n-skx"
18041   filter: "'NIC_Intel-XXV710' and
18042            '64B' and
18043            'BASE' and
18044            'NDRPDR' and
18045            '2T1C' and
18046            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18047   parameters:
18048   - "throughput"
18049   - "parent"
18050   - "tags"
18051   traces:
18052     hoverinfo: "x+y"
18053     boxpoints: "outliers"
18054     whiskerwidth: 0
18055   layout:
18056     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18057     layout: "plot-throughput"
18058
18059 - type: "plot"
18060   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18061   algorithm: "plot_performance_box"
18062   output-file-type: ".html"
18063   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18064   data: "plot-dpdk-throughput-latency-3n-skx"
18065   filter: "'NIC_Intel-XXV710' and
18066            '64B' and
18067            'BASE' and
18068            'NDRPDR' and
18069            '4T2C' and
18070            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18071   parameters:
18072   - "throughput"
18073   - "parent"
18074   - "tags"
18075   traces:
18076     hoverinfo: "x+y"
18077     boxpoints: "outliers"
18078     whiskerwidth: 0
18079   layout:
18080     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18081     layout: "plot-throughput"
18082
18083 # Packet Throughput - DPDK testpmd 2n-skx-x710
18084 - type: "plot"
18085   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18086   algorithm: "plot_performance_box"
18087   output-file-type: ".html"
18088   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18089   data: "plot-dpdk-throughput-latency-2n-skx"
18090   filter: "'NIC_Intel-X710' and
18091            '64B' and
18092            'BASE' and
18093            'NDRPDR' and
18094            '2T1C' and
18095            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18096   parameters:
18097   - "throughput"
18098   - "parent"
18099   - "tags"
18100   traces:
18101     hoverinfo: "x+y"
18102     boxpoints: "outliers"
18103     whiskerwidth: 0
18104   layout:
18105     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18106     layout: "plot-throughput"
18107
18108 - type: "plot"
18109   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18110   algorithm: "plot_performance_box"
18111   output-file-type: ".html"
18112   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18113   data: "plot-dpdk-throughput-latency-2n-skx"
18114   filter: "'NIC_Intel-X710' and
18115            '64B' and
18116            'BASE' and
18117            'NDRPDR' and
18118            '4T2C' and
18119            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18120   parameters:
18121   - "throughput"
18122   - "parent"
18123   - "tags"
18124   traces:
18125     hoverinfo: "x+y"
18126     boxpoints: "outliers"
18127     whiskerwidth: 0
18128   layout:
18129     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18130     layout: "plot-throughput"
18131
18132 - type: "plot"
18133   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18134   algorithm: "plot_performance_box"
18135   output-file-type: ".html"
18136   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18137   data: "plot-dpdk-throughput-latency-2n-skx"
18138   filter: "'NIC_Intel-X710' and
18139            '64B' and
18140            'BASE' and
18141            'NDRPDR' and
18142            '2T1C' and
18143            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18144   parameters:
18145   - "throughput"
18146   - "parent"
18147   - "tags"
18148   traces:
18149     hoverinfo: "x+y"
18150     boxpoints: "outliers"
18151     whiskerwidth: 0
18152   layout:
18153     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18154     layout: "plot-throughput"
18155
18156 - type: "plot"
18157   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18158   algorithm: "plot_performance_box"
18159   output-file-type: ".html"
18160   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18161   data: "plot-dpdk-throughput-latency-2n-skx"
18162   filter: "'NIC_Intel-X710' and
18163            '64B' and
18164            'BASE' and
18165            'NDRPDR' and
18166            '4T2C' and
18167            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18168   parameters:
18169   - "throughput"
18170   - "parent"
18171   - "tags"
18172   traces:
18173     hoverinfo: "x+y"
18174     boxpoints: "outliers"
18175     whiskerwidth: 0
18176   layout:
18177     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18178     layout: "plot-throughput"
18179
18180 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18181 - type: "plot"
18182   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18183   algorithm: "plot_performance_box"
18184   output-file-type: ".html"
18185   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18186   data: "plot-dpdk-throughput-latency-2n-skx"
18187   filter: "'NIC_Intel-XXV710' and
18188            '64B' and
18189            'BASE' and
18190            'NDRPDR' and
18191            '2T1C' and
18192            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18193   parameters:
18194   - "throughput"
18195   - "parent"
18196   - "tags"
18197   traces:
18198     hoverinfo: "x+y"
18199     boxpoints: "outliers"
18200     whiskerwidth: 0
18201   layout:
18202     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18203     layout: "plot-throughput"
18204
18205 - type: "plot"
18206   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18207   algorithm: "plot_performance_box"
18208   output-file-type: ".html"
18209   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18210   data: "plot-dpdk-throughput-latency-2n-skx"
18211   filter: "'NIC_Intel-XXV710' and
18212            '64B' and
18213            'BASE' and
18214            'NDRPDR' and
18215            '4T2C' and
18216            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18217   parameters:
18218   - "throughput"
18219   - "parent"
18220   - "tags"
18221   traces:
18222     hoverinfo: "x+y"
18223     boxpoints: "outliers"
18224     whiskerwidth: 0
18225   layout:
18226     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18227     layout: "plot-throughput"
18228
18229 - type: "plot"
18230   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18231   algorithm: "plot_performance_box"
18232   output-file-type: ".html"
18233   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18234   data: "plot-dpdk-throughput-latency-2n-skx"
18235   filter: "'NIC_Intel-XXV710' and
18236            '64B' and
18237            'BASE' and
18238            'NDRPDR' and
18239            '2T1C' and
18240            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18241   parameters:
18242   - "throughput"
18243   - "parent"
18244   - "tags"
18245   traces:
18246     hoverinfo: "x+y"
18247     boxpoints: "outliers"
18248     whiskerwidth: 0
18249   layout:
18250     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18251     layout: "plot-throughput"
18252
18253 - type: "plot"
18254   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18255   algorithm: "plot_performance_box"
18256   output-file-type: ".html"
18257   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18258   data: "plot-dpdk-throughput-latency-2n-skx"
18259   filter: "'NIC_Intel-XXV710' and
18260            '64B' and
18261            'BASE' and
18262            'NDRPDR' and
18263            '4T2C' and
18264            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18265   parameters:
18266   - "throughput"
18267   - "parent"
18268   - "tags"
18269   traces:
18270     hoverinfo: "x+y"
18271     boxpoints: "outliers"
18272     whiskerwidth: 0
18273   layout:
18274     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18275     layout: "plot-throughput"
18276
18277 ################################################################################
18278
18279 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18280 - type: "plot"
18281   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18282   algorithm: "plot_latency_error_bars"
18283   output-file-type: ".html"
18284   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18285   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18286   filter: "'NIC_Intel-X520-DA2' and
18287            '64B' and
18288            ('BASE' or 'SCALE') and
18289            'NDRPDR' and
18290            'ETH' and
18291            '1T1C' and
18292            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18293            not 'VHOST' and
18294            not 'MEMIF'"
18295   parameters:
18296   - "latency"
18297   - "parent"
18298   - "tags"
18299   sort:
18300   - "L2XCFWD"
18301   - "L2PATCH"
18302   - "L2BDMACLRN"
18303   - "FIB_10K"
18304   - "FIB_100K"
18305   - "FIB_1M"
18306   layout:
18307     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18308     layout: "plot-latency"
18309
18310 - type: "plot"
18311   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18312   algorithm: "plot_latency_error_bars"
18313   output-file-type: ".html"
18314   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18315   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18316   filter: "'NIC_Intel-X520-DA2' and
18317            '64B' and
18318            ('BASE' or 'SCALE') and
18319            'NDRPDR' and
18320            'ETH' and
18321            '2T2C' and
18322            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18323            not 'VHOST' and
18324            not 'MEMIF'"
18325   parameters:
18326   - "latency"
18327   - "parent"
18328   - "tags"
18329   sort:
18330   - "L2XCFWD"
18331   - "L2PATCH"
18332   - "L2BDMACLRN"
18333   - "FIB_10K"
18334   - "FIB_100K"
18335   - "FIB_1M"
18336   layout:
18337     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18338     layout: "plot-latency"
18339
18340 # Packet Latency - VPP L2 3n-hsw-x520 features
18341 - type: "plot"
18342   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18343   algorithm: "plot_latency_error_bars"
18344   output-file-type: ".html"
18345   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18346   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18347   filter: "'NIC_Intel-X520-DA2' and
18348            '64B' and
18349            'NDRPDR' and
18350            '1T1C' and
18351            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18352            not 'ACL' and
18353            not 'VHOST' and
18354            not 'MEMIF'"
18355   parameters:
18356   - "latency"
18357   - "parent"
18358   - "tags"
18359   sort:
18360   - "L2XCBASE"    # l2xcbase
18361   - "L2BDBASE"    # l2bdbase
18362   - "L2XCFWD"     # dot1q-l2xcbase
18363   - "L2BDMACLRN"  # dot1q-l2bdbase
18364   layout:
18365     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18366     layout: "plot-latency"
18367
18368 - type: "plot"
18369   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18370   algorithm: "plot_latency_error_bars"
18371   output-file-type: ".html"
18372   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18373   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18374   filter: "'NIC_Intel-X520-DA2' and
18375            '64B' and
18376            'NDRPDR' and
18377            '2T2C' and
18378            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18379            not 'ACL' and
18380            not 'VHOST' and
18381            not 'MEMIF'"
18382   parameters:
18383   - "latency"
18384   - "parent"
18385   - "tags"
18386   sort:
18387   - "L2XCBASE"    # l2xcbase
18388   - "L2BDBASE"    # l2bdbase
18389   - "L2XCFWD"     # dot1q-l2xcbase
18390   - "L2BDMACLRN"  # dot1q-l2bdbase
18391   layout:
18392     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18393     layout: "plot-latency"
18394
18395 # Packet Latency - VPP L2 3n-hsw-x520 features-iacl
18396 - type: "plot"
18397   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18398   algorithm: "plot_latency_error_bars"
18399   output-file-type: ".html"
18400   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18401   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18402   filter: "'NIC_Intel-X520-DA2' and
18403            '64B' and
18404            'NDRPDR' and
18405            '1T1C' and
18406            'FEATURE' and
18407            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18408            'IACL' and
18409            ('ACL1' or 'ACL50') and
18410            ('10K_FLOWS' or '10k_FLOWS') and
18411            not 'MACIP' and
18412            not 'VHOST' and
18413            not 'MEMIF'"
18414   parameters:
18415   - "latency"
18416   - "parent"
18417   - "tags"
18418   layout:
18419     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18420     layout: "plot-latency"
18421
18422 - type: "plot"
18423   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18424   algorithm: "plot_latency_error_bars"
18425   output-file-type: ".html"
18426   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18427   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18428   filter: "'NIC_Intel-X520-DA2' and
18429            '64B' and
18430            'NDRPDR' and
18431            '2T2C' and
18432            'FEATURE' and
18433            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18434            'IACL' and
18435            ('ACL1' or 'ACL50') and
18436            ('10K_FLOWS' or '10k_FLOWS') and
18437            not 'MACIP' and
18438            not 'VHOST' and
18439            not 'MEMIF'"
18440   parameters:
18441   - "latency"
18442   - "parent"
18443   - "tags"
18444   layout:
18445     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18446     layout: "plot-latency"
18447
18448 # Packet Latency - VPP L2 3n-hsw-x520 features-oacl
18449 - type: "plot"
18450   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18451   algorithm: "plot_latency_error_bars"
18452   output-file-type: ".html"
18453   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18454   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18455   filter: "'NIC_Intel-X520-DA2' and
18456            '64B' and
18457            'NDRPDR' and
18458            '1T1C' and
18459            'FEATURE' and
18460            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18461            'OACL' and
18462            ('ACL1' or 'ACL50') and
18463            ('10K_FLOWS' or '10k_FLOWS') and
18464            not 'MACIP' and
18465            not 'VHOST' and
18466            not 'MEMIF'"
18467   parameters:
18468   - "latency"
18469   - "parent"
18470   - "tags"
18471   layout:
18472     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18473     layout: "plot-latency"
18474
18475 - type: "plot"
18476   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18477   algorithm: "plot_latency_error_bars"
18478   output-file-type: ".html"
18479   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18480   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18481   filter: "'NIC_Intel-X520-DA2' and
18482            '64B' and
18483            'NDRPDR' and
18484            '2T2C' and
18485            'FEATURE' and
18486            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18487            'OACL' and
18488            ('ACL1' or 'ACL50') and
18489            ('10K_FLOWS' or '10k_FLOWS') and
18490            not 'MACIP' and
18491            not 'VHOST' and
18492            not 'MEMIF'"
18493   parameters:
18494   - "latency"
18495   - "parent"
18496   - "tags"
18497   layout:
18498     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18499     layout: "plot-latency"
18500
18501 # Packet Latency - VPP L2 3n-hsw-x520 features-macip
18502 - type: "plot"
18503   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18504   algorithm: "plot_latency_error_bars"
18505   output-file-type: ".html"
18506   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18507   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18508   filter: "'NIC_Intel-X520-DA2' and
18509            '64B' and
18510            'NDRPDR' and
18511            '1T1C' and
18512            'FEATURE' and
18513            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18514            'MACIP' and
18515            ('ACL1' or 'ACL50') and
18516            ('10K_FLOWS' or '10k_FLOWS') and
18517            not 'VHOST' and
18518            not 'MEMIF'"
18519   parameters:
18520   - "latency"
18521   - "parent"
18522   - "tags"
18523   layout:
18524     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
18525     layout: "plot-latency"
18526
18527 - type: "plot"
18528   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18529   algorithm: "plot_latency_error_bars"
18530   output-file-type: ".html"
18531   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18532   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18533   filter: "'NIC_Intel-X520-DA2' and
18534            '64B' and
18535            'NDRPDR' and
18536            '2T2C' and
18537            'FEATURE' and
18538            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18539            'MACIP' and
18540            ('ACL1' or 'ACL50') and
18541            ('10K_FLOWS' or '10k_FLOWS') and
18542            not 'VHOST' and
18543            not 'MEMIF'"
18544   parameters:
18545   - "latency"
18546   - "parent"
18547   - "tags"
18548   layout:
18549     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
18550     layout: "plot-latency"
18551
18552 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18553 - type: "plot"
18554   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18555   algorithm: "plot_latency_error_bars"
18556   output-file-type: ".html"
18557   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18558   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18559   filter: "'NIC_Intel-X710' and
18560            '64B' and
18561            ('BASE' or 'SCALE') and
18562            'NDRPDR' and
18563            'ETH' and
18564            '1T1C' and
18565            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18566            not 'VHOST' and
18567            not 'MEMIF'"
18568   parameters:
18569   - "latency"
18570   - "parent"
18571   - "tags"
18572   sort:
18573   - "L2PATCH"
18574   - "L2XCFWD"
18575   - "L2BDMACLRN"
18576   - "FIB_10K"
18577   - "FIB_100K"
18578   - "FIB_1M"
18579   layout:
18580     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18581     layout: "plot-latency"
18582
18583 - type: "plot"
18584   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18585   algorithm: "plot_latency_error_bars"
18586   output-file-type: ".html"
18587   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18588   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18589   filter: "'NIC_Intel-X710' and
18590            '64B' and
18591            ('BASE' or 'SCALE') and
18592            'NDRPDR' and
18593            'ETH' and
18594            '2T2C' and
18595            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18596            not 'VHOST' and
18597            not 'MEMIF'"
18598   parameters:
18599   - "latency"
18600   - "parent"
18601   - "tags"
18602   sort:
18603   - "L2PATCH"
18604   - "L2XCFWD"
18605   - "L2BDMACLRN"
18606   - "FIB_10K"
18607   - "FIB_100K"
18608   - "FIB_1M"
18609   layout:
18610     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18611     layout: "plot-latency"
18612
18613 # Packet Latency - VPP L2 3n-hsw-x710 features
18614 - type: "plot"
18615   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18616   algorithm: "plot_latency_error_bars"
18617   output-file-type: ".html"
18618   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18619   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18620   filter: "'NIC_Intel-X710' and
18621            '64B' and
18622            'NDRPDR' and
18623            '1T1C' and
18624            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18625            not 'ACL' and
18626            not 'VHOST' and
18627            not 'L2OVRLAY' and
18628            not 'MEMIF'"
18629   parameters:
18630   - "latency"
18631   - "parent"
18632   - "tags"
18633   sort:
18634   - "L2XCBASE"    # l2xcbase
18635   - "L2BDBASE"    # l2bdbase
18636   - "L2XCFWD"     # dot1q-l2xcbase
18637   - "L2BDMACLRN"  # dot1q-l2bdbase
18638   layout:
18639     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18640     layout: "plot-latency"
18641
18642 - type: "plot"
18643   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18644   algorithm: "plot_latency_error_bars"
18645   output-file-type: ".html"
18646   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18647   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18648   filter: "'NIC_Intel-X710' and
18649            '64B' and
18650            'NDRPDR' and
18651            '2T2C' and
18652            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18653            not 'ACL' and
18654            not 'VHOST' and
18655            not 'L2OVRLAY' and
18656            not 'MEMIF'"
18657   parameters:
18658   - "latency"
18659   - "parent"
18660   - "tags"
18661   sort:
18662   - "L2XCBASE"    # l2xcbase
18663   - "L2BDBASE"    # l2bdbase
18664   - "L2XCFWD"     # dot1q-l2xcbase
18665   - "L2BDMACLRN"  # dot1q-l2bdbase
18666   layout:
18667     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18668     layout: "plot-latency"
18669
18670 # Packet Latency - VPP L2 3n-hsw-x710 features-iacl
18671 - type: "plot"
18672   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18673   algorithm: "plot_latency_error_bars"
18674   output-file-type: ".html"
18675   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18676   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18677   filter: "'NIC_Intel-X710' and
18678            '64B' and
18679            'NDRPDR' and
18680            '1T1C' and
18681            'FEATURE' and
18682            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18683            'IACL' and
18684            ('ACL1' or 'ACL50') and
18685            ('10K_FLOWS' or '10k_FLOWS') and
18686            not 'MACIP' and
18687            not 'VHOST' and
18688            not 'MEMIF'"
18689   parameters:
18690   - "latency"
18691   - "parent"
18692   - "tags"
18693   layout:
18694     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
18695     layout: "plot-latency"
18696
18697 - type: "plot"
18698   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18699   algorithm: "plot_latency_error_bars"
18700   output-file-type: ".html"
18701   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18702   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18703   filter: "'NIC_Intel-X710' and
18704            '64B' and
18705            'NDRPDR' and
18706            '2T2C' and
18707            'FEATURE' and
18708            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18709            'IACL' and
18710            ('ACL1' or 'ACL50') and
18711            ('10K_FLOWS' or '10k_FLOWS') and
18712            not 'MACIP' and
18713            not 'VHOST' and
18714            not 'MEMIF'"
18715   parameters:
18716   - "latency"
18717   - "parent"
18718   - "tags"
18719   layout:
18720     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
18721     layout: "plot-latency"
18722
18723 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18724 - type: "plot"
18725   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18726   algorithm: "plot_latency_error_bars"
18727   output-file-type: ".html"
18728   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18729   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18730   filter: "'NIC_Intel-XL710' and
18731            '64B' and
18732            'BASE' and
18733            'NDRPDR' and
18734            'ETH' and
18735            '1T1C' and
18736            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18737            not 'VHOST' and
18738            not 'MEMIF'"
18739   parameters:
18740   - "latency"
18741   - "parent"
18742   - "tags"
18743   sort:
18744   - "L2PATCH"
18745   - "L2XCFWD"
18746   - "L2BDMACLRN"
18747   layout:
18748     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
18749     layout: "plot-latency"
18750
18751 - type: "plot"
18752   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18753   algorithm: "plot_latency_error_bars"
18754   output-file-type: ".html"
18755   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18756   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18757   filter: "'NIC_Intel-XL710' and
18758            '64B' and
18759            'BASE' and
18760            'NDRPDR' and
18761            'ETH' and
18762            '2T2C' and
18763            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18764            not 'VHOST' and
18765            not 'MEMIF'"
18766   parameters:
18767   - "latency"
18768   - "parent"
18769   - "tags"
18770   sort:
18771   - "L2PATCH"
18772   - "L2XCFWD"
18773   - "L2BDMACLRN"
18774   layout:
18775     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
18776     layout: "plot-latency"
18777
18778 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18779 - type: "plot"
18780   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18781   algorithm: "plot_latency_error_bars"
18782   output-file-type: ".html"
18783   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18784   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18785   filter: "'NIC_Intel-X710' and
18786            '64B' and
18787            ('BASE' or 'SCALE') and
18788            'NDRPDR' and
18789            'ETH' and
18790            '2T1C' and
18791            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18792            not 'VHOST' and
18793            not 'MEMIF' and
18794            not 'DRV_AVF'"
18795   parameters:
18796   - "latency"
18797   - "parent"
18798   - "tags"
18799   sort:
18800   - "L2PATCH"
18801   - "L2XCBASE"
18802   - "BASE"
18803   - "FIB_10K"
18804   - "FIB_100K"
18805   - "FIB_1M"
18806   layout:
18807     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18808     layout: "plot-latency"
18809
18810 - type: "plot"
18811   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18812   algorithm: "plot_latency_error_bars"
18813   output-file-type: ".html"
18814   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18816   filter: "'NIC_Intel-X710' and
18817            '64B' and
18818            ('BASE' or 'SCALE') and
18819            'NDRPDR' and
18820            'ETH' and
18821            '4T2C' and
18822            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18823            not 'VHOST' and
18824            not 'MEMIF' and
18825            not 'DRV_AVF'"
18826   parameters:
18827   - "latency"
18828   - "parent"
18829   - "tags"
18830   sort:
18831   - "L2PATCH"
18832   - "L2XCBASE"
18833   - "BASE"
18834   - "FIB_10K"
18835   - "FIB_100K"
18836   - "FIB_1M"
18837   layout:
18838     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18839     layout: "plot-latency"
18840
18841 # Packet Latency - VPP L2 3n-skx-x710 features
18842 - type: "plot"
18843   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18844   algorithm: "plot_latency_error_bars"
18845   output-file-type: ".html"
18846   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18847   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18848   filter: "'NIC_Intel-X710' and
18849            '64B' and
18850            'NDRPDR' and
18851            '2T1C' and
18852            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18853            not 'ACL' and
18854            not 'VHOST' and
18855            not 'DRV_AVF' and
18856            not 'L2OVRLAY' and
18857            not 'MEMIF'"
18858   parameters:
18859   - "latency"
18860   - "parent"
18861   - "tags"
18862   sort:
18863   - "L2XCBASE"    # l2xcbase
18864   - "L2BDBASE"    # l2bdbase
18865   - "L2XCFWD"     # dot1q-l2xcbase
18866   - "L2BDMACLRN"  # dot1q-l2bdbase
18867   layout:
18868     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
18869     layout: "plot-latency"
18870
18871 - type: "plot"
18872   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18873   algorithm: "plot_latency_error_bars"
18874   output-file-type: ".html"
18875   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18876   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18877   filter: "'NIC_Intel-X710' and
18878            '64B' and
18879            'NDRPDR' and
18880            '4T2C' and
18881            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18882            not 'ACL' and
18883            not 'VHOST' and
18884            not 'DRV_AVF' and
18885            not 'L2OVRLAY' and
18886            not 'MEMIF'"
18887   parameters:
18888   - "latency"
18889   - "parent"
18890   - "tags"
18891   sort:
18892   - "L2XCBASE"    # l2xcbase
18893   - "L2BDBASE"    # l2bdbase
18894   - "L2XCFWD"     # dot1q-l2xcbase
18895   - "L2BDMACLRN"  # dot1q-l2bdbase
18896   layout:
18897     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
18898     layout: "plot-latency"
18899
18900 # Packet Latency - VPP L2 3n-skx-x710 features-iacl
18901 - type: "plot"
18902   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18903   algorithm: "plot_latency_error_bars"
18904   output-file-type: ".html"
18905   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18906   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18907   filter: "'NIC_Intel-X710' and
18908            '64B' and
18909            'NDRPDR' and
18910            '2T1C' and
18911            'FEATURE' and
18912            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18913            'IACL' and
18914            ('ACL1' or 'ACL50') and
18915            ('10K_FLOWS' or '10k_FLOWS') and
18916            not 'MACIP' and
18917            not 'VHOST' and
18918            not 'MEMIF'"
18919   parameters:
18920   - "latency"
18921   - "parent"
18922   - "tags"
18923   layout:
18924     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
18925     layout: "plot-latency"
18926
18927 - type: "plot"
18928   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18929   algorithm: "plot_latency_error_bars"
18930   output-file-type: ".html"
18931   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18932   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18933   filter: "'NIC_Intel-X710' and
18934            '64B' and
18935            'NDRPDR' and
18936            '4T2C' and
18937            'FEATURE' and
18938            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18939            'IACL' and
18940            ('ACL1' or 'ACL50') and
18941            ('10K_FLOWS' or '10k_FLOWS') and
18942            not 'MACIP' and
18943            not 'VHOST' and
18944            not 'MEMIF'"
18945   parameters:
18946   - "latency"
18947   - "parent"
18948   - "tags"
18949   layout:
18950     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
18951     layout: "plot-latency"
18952
18953 # Packet Latency - VPP L2 3n-skx-xxv710 base
18954 - type: "plot"
18955   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18956   algorithm: "plot_latency_error_bars"
18957   output-file-type: ".html"
18958   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18959   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18960   filter: "'NIC_Intel-XXV710' and
18961            '64B' and
18962            ('BASE' or 'SCALE') and
18963            'NDRPDR' and
18964            'ETH' and
18965            '2T1C' and
18966            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18967            not 'VHOST' and
18968            not 'MEMIF'"
18969   parameters:
18970   - "latency"
18971   - "parent"
18972   - "tags"
18973   sort:
18974   - "L2PATCH"
18975   - "L2PATCH"
18976   - "L2XCBASE"
18977   - "L2BDMACLRN"
18978   layout:
18979     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
18980     layout: "plot-latency"
18981
18982 - type: "plot"
18983   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18984   algorithm: "plot_latency_error_bars"
18985   output-file-type: ".html"
18986   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18987   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18988   filter: "'NIC_Intel-XXV710' and
18989            '64B' and
18990            ('BASE' or 'SCALE') and
18991            'NDRPDR' and
18992            'ETH' and
18993            '4T2C' and
18994            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18995            not 'VHOST' and
18996            not 'MEMIF'"
18997   parameters:
18998   - "latency"
18999   - "parent"
19000   - "tags"
19001   sort:
19002   - "L2PATCH"
19003   - "L2PATCH"
19004   - "L2XCBASE"
19005   - "L2BDMACLRN"
19006   layout:
19007     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
19008     layout: "plot-latency"
19009
19010 # Packet Latency - VPP L2 2n-skx-x710 base and scale
19011 - type: "plot"
19012   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19013   algorithm: "plot_latency_error_bars"
19014   output-file-type: ".html"
19015   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19016   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19017   filter: "'NIC_Intel-X710' and
19018            '64B' and
19019            'ETH' and
19020            ('BASE' or 'SCALE') and
19021            'NDRPDR' and
19022            '2T1C' and
19023            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19024            not 'VHOST' and
19025            not 'MEMIF'"
19026   parameters:
19027   - "latency"
19028   - "parent"
19029   - "tags"
19030   sort:
19031   - "L2PATCH"
19032   - "L2XCBASE"
19033   - "BASE"
19034   - "FIB_10K"
19035   - "FIB_100K"
19036   - "FIB_1M"
19037   layout:
19038     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19039     layout: "plot-latency"
19040
19041 - type: "plot"
19042   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19043   algorithm: "plot_latency_error_bars"
19044   output-file-type: ".html"
19045   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19046   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19047   filter: "'NIC_Intel-X710' and
19048            '64B' and
19049            ('BASE' or 'SCALE') and
19050            'NDRPDR' and
19051            'ETH' and
19052            '4T2C' and
19053            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19054            not 'VHOST' and
19055            not 'MEMIF'"
19056   parameters:
19057   - "latency"
19058   - "parent"
19059   - "tags"
19060   sort:
19061   - "L2PATCH"
19062   - "L2XCBASE"
19063   - "BASE"
19064   - "FIB_10K"
19065   - "FIB_100K"
19066   - "FIB_1M"
19067   layout:
19068     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19069     layout: "plot-latency"
19070
19071 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19072 - type: "plot"
19073   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19074   algorithm: "plot_latency_error_bars"
19075   output-file-type: ".html"
19076   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19077   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19078   filter: "'NIC_Intel-XXV710' and
19079            '64B' and
19080            ('BASE' or 'SCALE') and
19081            'NDRPDR' and
19082            'ETH' and
19083            '2T1C' and
19084            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19085            not 'VHOST' and
19086            not 'MEMIF'"
19087   parameters:
19088   - "latency"
19089   - "parent"
19090   - "tags"
19091   sort:
19092   - "L2PATCH"
19093   - "L2XCBASE"
19094   - "BASE"
19095   - "FIB_10K"
19096   - "FIB_100K"
19097   - "FIB_1M"
19098   layout:
19099     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19100     layout: "plot-latency"
19101
19102 - type: "plot"
19103   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19104   algorithm: "plot_latency_error_bars"
19105   output-file-type: ".html"
19106   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19107   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19108   filter: "'NIC_Intel-XXV710' and
19109            '64B' and
19110            ('BASE' or 'SCALE') and
19111            'NDRPDR' and
19112            'ETH' and
19113            '4T2C' and
19114            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19115            not 'VHOST' and
19116            not 'MEMIF'"
19117   parameters:
19118   - "latency"
19119   - "parent"
19120   - "tags"
19121   sort:
19122   - "L2PATCH"
19123   - "L2XCBASE"
19124   - "BASE"
19125   - "FIB_10K"
19126   - "FIB_100K"
19127   - "FIB_1M"
19128   layout:
19129     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19130     layout: "plot-latency"
19131
19132 ################################################################################
19133
19134 # Packet Latency - VPP Container Memif 3n-hsw-x520
19135 - type: "plot"
19136   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19137   algorithm: "plot_latency_error_bars"
19138   output-file-type: ".html"
19139   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19140   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19141   filter: "'NIC_Intel-X520-DA2' and
19142            '64B' and
19143            ('BASE' or 'SCALE') and
19144            'NDRPDR' and
19145            '1T1C' and
19146            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19147            not 'VHOST' and
19148            'MEMIF'"
19149   parameters:
19150   - "latency"
19151   - "parent"
19152   - "tags"
19153   sort:
19154   - "L2XCFWD"
19155   - "L2XCFWD"
19156   - "L2XCFWD"
19157   - "L2BDMACLRN"
19158   - "L2BDMACLRN"
19159   - "L2BDMACLRN"
19160   - "IP4FWD"
19161   layout:
19162     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19163     layout: "plot-latency"
19164
19165 - type: "plot"
19166   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19167   algorithm: "plot_latency_error_bars"
19168   output-file-type: ".html"
19169   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19170   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19171   filter: "'NIC_Intel-X520-DA2' and
19172            '64B' and
19173            ('BASE' or 'SCALE') and
19174            'NDRPDR' and
19175            '2T2C' and
19176            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19177            not 'VHOST' and
19178            'MEMIF'"
19179   parameters:
19180   - "latency"
19181   - "parent"
19182   - "tags"
19183   sort:
19184   - "L2XCFWD"
19185   - "L2XCFWD"
19186   - "L2XCFWD"
19187   - "L2BDMACLRN"
19188   - "L2BDMACLRN"
19189   - "L2BDMACLRN"
19190   - "IP4FWD"
19191   layout:
19192     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19193     layout: "plot-latency"
19194
19195 # Packet Latency - VPP Container Memif 3n-hsw-x710
19196 - type: "plot"
19197   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19198   algorithm: "plot_latency_error_bars"
19199   output-file-type: ".html"
19200   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19201   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19202   filter: "'NIC_Intel-X710' and
19203            '64B' and
19204            ('BASE' or 'SCALE') and
19205            'NDRPDR' and
19206            '1T1C' and
19207            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19208            not 'VHOST' and
19209            'MEMIF'"
19210   parameters:
19211   - "latency"
19212   - "parent"
19213   - "tags"
19214   sort:
19215   - "L2XCFWD"
19216   - "L2XCFWD"
19217   - "L2XCFWD"
19218   - "L2BDMACLRN"
19219   - "L2BDMACLRN"
19220   - "L2BDMACLRN"
19221   - "IP4FWD"
19222   layout:
19223     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19224     layout: "plot-latency"
19225
19226 - type: "plot"
19227   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19228   algorithm: "plot_latency_error_bars"
19229   output-file-type: ".html"
19230   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19231   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19232   filter: "'NIC_Intel-X710' and
19233            '64B' and
19234            ('BASE' or 'SCALE') and
19235            'NDRPDR' and
19236            '2T2C' and
19237            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19238            not 'VHOST' and
19239            'MEMIF'"
19240   parameters:
19241   - "latency"
19242   - "parent"
19243   - "tags"
19244   sort:
19245   - "L2XCFWD"
19246   - "L2XCFWD"
19247   - "L2XCFWD"
19248   - "L2BDMACLRN"
19249   - "L2BDMACLRN"
19250   - "L2BDMACLRN"
19251   - "IP4FWD"
19252   layout:
19253     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19254     layout: "plot-latency"
19255
19256 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19257 - type: "plot"
19258   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19259   algorithm: "plot_latency_error_bars"
19260   output-file-type: ".html"
19261   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19262   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19263   filter: "'NIC_Intel-XL710' and
19264            '64B' and
19265            ('BASE' or 'SCALE') and
19266            'NDRPDR' and
19267            '1T1C' and
19268            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19269            not 'VHOST' and
19270            'MEMIF'"
19271   parameters:
19272   - "latency"
19273   - "parent"
19274   - "tags"
19275   sort:
19276   - "L2XCFWD"
19277   - "L2XCFWD"
19278   - "L2XCFWD"
19279   - "L2BDMACLRN"
19280   - "L2BDMACLRN"
19281   - "L2BDMACLRN"
19282   - "IP4FWD"
19283   layout:
19284     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
19285     layout: "plot-latency"
19286
19287 - type: "plot"
19288   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19289   algorithm: "plot_latency_error_bars"
19290   output-file-type: ".html"
19291   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19292   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19293   filter: "'NIC_Intel-XL710' and
19294            '64B' and
19295            ('BASE' or 'SCALE') and
19296            'NDRPDR' and
19297            '2T2C' and
19298            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19299            not 'VHOST' and
19300            'MEMIF'"
19301   parameters:
19302   - "latency"
19303   - "parent"
19304   - "tags"
19305   sort:
19306   - "L2XCFWD"
19307   - "L2XCFWD"
19308   - "L2XCFWD"
19309   - "L2BDMACLRN"
19310   - "L2BDMACLRN"
19311   - "L2BDMACLRN"
19312   - "IP4FWD"
19313   layout:
19314     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
19315     layout: "plot-latency"
19316
19317 # Packet Latency - VPP Container Memif 3n-skx-x710
19318 - type: "plot"
19319   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19320   algorithm: "plot_latency_error_bars"
19321   output-file-type: ".html"
19322   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19323   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19324   filter: "'NIC_Intel-X710' and
19325            '64B' and
19326            ('BASE' or 'SCALE') and
19327            'NDRPDR' and
19328            '2T1C' and
19329            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19330            not 'VHOST' and
19331            'MEMIF'"
19332   parameters:
19333   - "latency"
19334   - "parent"
19335   - "tags"
19336   sort:
19337   - "L2XCFWD"
19338   - "L2XCFWD"
19339   - "L2XCFWD"
19340   - "L2BDMACLRN"
19341   - "L2BDMACLRN"
19342   - "L2BDMACLRN"
19343   - "IP4FWD"
19344   layout:
19345     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19346     layout: "plot-latency"
19347
19348 - type: "plot"
19349   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19350   algorithm: "plot_latency_error_bars"
19351   output-file-type: ".html"
19352   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19353   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19354   filter: "'NIC_Intel-X710' and
19355            '64B' and
19356            ('BASE' or 'SCALE') and
19357            'NDRPDR' and
19358            '4T2C' and
19359            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19360            not 'VHOST' and
19361            'MEMIF'"
19362   parameters:
19363   - "latency"
19364   - "parent"
19365   - "tags"
19366   sort:
19367   - "L2XCFWD"
19368   - "L2XCFWD"
19369   - "L2XCFWD"
19370   - "L2BDMACLRN"
19371   - "L2BDMACLRN"
19372   - "L2BDMACLRN"
19373   - "IP4FWD"
19374   layout:
19375     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19376     layout: "plot-latency"
19377
19378 # Packet Latency - VPP Container Memif 2n-skx-x710
19379 - type: "plot"
19380   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19381   algorithm: "plot_latency_error_bars"
19382   output-file-type: ".html"
19383   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19384   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19385   filter: "'NIC_Intel-X710' and
19386            '64B' and
19387            ('BASE' or 'SCALE') and
19388            'NDRPDR' and
19389            '2T1C' and
19390            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19391            not 'VHOST' and
19392            not 'NF_DENSITY' and
19393            'MEMIF'"
19394   parameters:
19395   - "latency"
19396   - "parent"
19397   - "tags"
19398   sort:
19399   - "L2XCFWD"
19400   - "L2XCFWD"
19401   - "L2XCFWD"
19402   - "L2BDMACLRN"
19403   - "L2BDMACLRN"
19404   - "L2BDMACLRN"
19405   - "IP4FWD"
19406   layout:
19407     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
19408     layout: "plot-latency"
19409
19410 - type: "plot"
19411   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19412   algorithm: "plot_latency_error_bars"
19413   output-file-type: ".html"
19414   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19415   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19416   filter: "'NIC_Intel-X710' and
19417            '64B' and
19418            ('BASE' or 'SCALE') and
19419            'NDRPDR' and
19420            '4T2C' and
19421            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19422            not 'VHOST' and
19423            not 'NF_DENSITY' and
19424            'MEMIF'"
19425   parameters:
19426   - "latency"
19427   - "parent"
19428   - "tags"
19429   sort:
19430   - "L2XCFWD"
19431   - "L2XCFWD"
19432   - "L2XCFWD"
19433   - "L2BDMACLRN"
19434   - "L2BDMACLRN"
19435   - "L2BDMACLRN"
19436   - "IP4FWD"
19437   layout:
19438     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
19439     layout: "plot-latency"
19440
19441 ## Packet Latency - VPP Container Memif 2n-skx-xxv710
19442 #- type: "plot"
19443 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19444 #  algorithm: "plot_latency_error_bars"
19445 #  output-file-type: ".html"
19446 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19447 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19448 #  filter: "'NIC_Intel-XXV710' and
19449 #           '64B' and
19450 #           ('BASE' or 'SCALE') and
19451 #           'NDRPDR' and
19452 #           '2T1C' and
19453 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19454 #           not 'VHOST' and
19455 #           'MEMIF'"
19456 #  parameters:
19457 #  - "latency"
19458 #  - "parent"
19459 #  - "tags"
19460 #  sort:
19461 #  - "L2XCFWD"
19462 #  - "L2XCFWD"
19463 #  - "L2XCFWD"
19464 #  - "L2BDMACLRN"
19465 #  - "L2BDMACLRN"
19466 #  - "L2BDMACLRN"
19467 #  - "IP4FWD"
19468 #  layout:
19469 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
19470 #    layout: "plot-latency"
19471 #
19472 #- type: "plot"
19473 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19474 #  algorithm: "plot_latency_error_bars"
19475 #  output-file-type: ".html"
19476 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19477 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19478 #  filter: "'NIC_Intel-XXV710' and
19479 #           '64B' and
19480 #           ('BASE' or 'SCALE') and
19481 #           'NDRPDR' and
19482 #           '4T2C' and
19483 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19484 #           not 'VHOST' and
19485 #           'MEMIF'"
19486 #  parameters:
19487 #  - "latency"
19488 #  - "parent"
19489 #  - "tags"
19490 #  sort:
19491 #  - "L2XCFWD"
19492 #  - "L2XCFWD"
19493 #  - "L2XCFWD"
19494 #  - "L2BDMACLRN"
19495 #  - "L2BDMACLRN"
19496 #  - "L2BDMACLRN"
19497 #  - "IP4FWD"
19498 #  layout:
19499 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
19500 #    layout: "plot-latency"
19501
19502 ################################################################################
19503
19504 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19505 #- type: "plot"
19506 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19507 #  algorithm: "plot_latency_error_bars"
19508 #  output-file-type: ".html"
19509 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19510 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19511 #  filter: "'NIC_Intel-X520-DA2' and
19512 #           '64B' and
19513 #           ('BASE' or 'SCALE') and
19514 #           'NDRPDR' and
19515 #           '1T1C' and
19516 #           'L2XCFWD' and
19517 #           not 'VHOST' and
19518 #           not 'NF_DENSITY' and
19519 #           'MEMIF'"
19520 #  parameters:
19521 #  - "latency"
19522 #  - "parent"
19523 #  - "tags"
19524 #  sort:
19525 #  - "1VNF"
19526 #  - "2VNF"
19527 #  - "4VNF"
19528 #  - "2VNF"
19529 #  - "4VNF"
19530 #  layout:
19531 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19532 #    layout: "plot-latency"
19533 #
19534 #- type: "plot"
19535 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19536 #  algorithm: "plot_latency_error_bars"
19537 #  output-file-type: ".html"
19538 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19539 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19540 #  filter: "'NIC_Intel-X520-DA2' and
19541 #           '64B' and
19542 #           ('BASE' or 'SCALE') and
19543 #           'NDRPDR' and
19544 #           '2T2C' and
19545 #           'L2XCFWD' and
19546 #           not 'VHOST' and
19547 #           not 'NF_DENSITY' and
19548 #           'MEMIF'"
19549 #  parameters:
19550 #  - "latency"
19551 #  - "parent"
19552 #  - "tags"
19553 #  sort:
19554 #  - "1VNF"
19555 #  - "2VNF"
19556 #  - "4VNF"
19557 #  - "2VNF"
19558 #  - "4VNF"
19559 #  layout:
19560 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19561 #    layout: "plot-latency"
19562 #
19563 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19564 #- type: "plot"
19565 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19566 #  algorithm: "plot_latency_error_bars"
19567 #  output-file-type: ".html"
19568 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19569 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19570 #  filter: "'NIC_Intel-X520-DA2' and
19571 #           '64B' and
19572 #           ('BASE' or 'SCALE') and
19573 #           'NDRPDR' and
19574 #           '1T1C' and
19575 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19576 #           not 'VHOST' and
19577 #           not 'NF_DENSITY' and
19578 #           'MEMIF'"
19579 #  parameters:
19580 #  - "latency"
19581 #  - "parent"
19582 #  - "tags"
19583 #  sort:
19584 #  - "1VNF"
19585 #  - "2VNF"
19586 #  - "4VNF"
19587 #  - "2VNF"
19588 #  - "4VNF"
19589 #  layout:
19590 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19591 #    layout: "plot-latency"
19592 #
19593 #- type: "plot"
19594 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19595 #  algorithm: "plot_latency_error_bars"
19596 #  output-file-type: ".html"
19597 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19598 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19599 #  filter: "'NIC_Intel-X520-DA2' and
19600 #           '64B' and
19601 #           ('BASE' or 'SCALE') and
19602 #           'NDRPDR' and
19603 #           '2T2C' and
19604 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19605 #           not 'VHOST' and
19606 #           not 'NF_DENSITY' and
19607 #           'MEMIF'"
19608 #  parameters:
19609 #  - "latency"
19610 #  - "parent"
19611 #  - "tags"
19612 #  sort:
19613 #  - "1VNF"
19614 #  - "2VNF"
19615 #  - "4VNF"
19616 #  - "2VNF"
19617 #  - "4VNF"
19618 #  layout:
19619 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19620 #    layout: "plot-latency"
19621 #
19622 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19623 #- type: "plot"
19624 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19625 #  algorithm: "plot_latency_error_bars"
19626 #  output-file-type: ".html"
19627 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19628 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19629 #  filter: "'NIC_Intel-X710' and
19630 #           '64B' and
19631 #           ('BASE' or 'SCALE') and
19632 #           'NDRPDR' and
19633 #           '1T1C' and
19634 #           'L2XCFWD' and
19635 #           not 'VHOST' and
19636 #           not 'NF_DENSITY' and
19637 #           'MEMIF'"
19638 #  parameters:
19639 #  - "latency"
19640 #  - "parent"
19641 #  - "tags"
19642 #  sort:
19643 #  - "1VNF"
19644 #  - "2VNF"
19645 #  - "4VNF"
19646 #  - "2VNF"
19647 #  - "4VNF"
19648 #  layout:
19649 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19650 #    layout: "plot-latency"
19651 #
19652 #- type: "plot"
19653 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19654 #  algorithm: "plot_latency_error_bars"
19655 #  output-file-type: ".html"
19656 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19657 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19658 #  filter: "'NIC_Intel-X710' and
19659 #           '64B' and
19660 #           ('BASE' or 'SCALE') and
19661 #           'NDRPDR' and
19662 #           '2T2C' and
19663 #           'L2XCFWD' and
19664 #           not 'VHOST' and
19665 #           not 'NF_DENSITY' and
19666 #           'MEMIF'"
19667 #  parameters:
19668 #  - "latency"
19669 #  - "parent"
19670 #  - "tags"
19671 #  sort:
19672 #  - "1VNF"
19673 #  - "2VNF"
19674 #  - "4VNF"
19675 #  - "2VNF"
19676 #  - "4VNF"
19677 #  layout:
19678 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19679 #    layout: "plot-latency"
19680 #
19681 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19682 #- type: "plot"
19683 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19684 #  algorithm: "plot_latency_error_bars"
19685 #  output-file-type: ".html"
19686 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19687 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19688 #  filter: "'NIC_Intel-X710' and
19689 #           '64B' and
19690 #           ('BASE' or 'SCALE') and
19691 #           'NDRPDR' and
19692 #           '1T1C' and
19693 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19694 #           not 'VHOST' and
19695 #           not 'NF_DENSITY' and
19696 #           'MEMIF'"
19697 #  parameters:
19698 #  - "latency"
19699 #  - "parent"
19700 #  - "tags"
19701 #  sort:
19702 #  - "1VNF"
19703 #  - "2VNF"
19704 #  - "4VNF"
19705 #  - "2VNF"
19706 #  - "4VNF"
19707 #  layout:
19708 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19709 #    layout: "plot-latency"
19710 #
19711 #- type: "plot"
19712 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19713 #  algorithm: "plot_latency_error_bars"
19714 #  output-file-type: ".html"
19715 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19716 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19717 #  filter: "'NIC_Intel-X710' and
19718 #           '64B' and
19719 #           ('BASE' or 'SCALE') and
19720 #           'NDRPDR' and
19721 #           '2T2C' and
19722 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19723 #           not 'VHOST' and
19724 #           not 'NF_DENSITY' and
19725 #           'MEMIF'"
19726 #  parameters:
19727 #  - "latency"
19728 #  - "parent"
19729 #  - "tags"
19730 #  sort:
19731 #  - "1VNF"
19732 #  - "2VNF"
19733 #  - "4VNF"
19734 #  - "2VNF"
19735 #  - "4VNF"
19736 #  layout:
19737 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19738 #    layout: "plot-latency"
19739
19740 ################################################################################
19741
19742 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19743 - type: "plot"
19744   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19745   algorithm: "plot_latency_error_bars"
19746   output-file-type: ".html"
19747   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19748   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19749   filter: "'NIC_Intel-X520-DA2' and
19750            '64B' and
19751            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19752            'NDRPDR' and
19753            '1T1C' and
19754            'IP4FWD' and
19755            not 'IPSEC' and
19756            not 'DOT1Q' and
19757            not 'VHOST'"
19758   parameters:
19759   - "latency"
19760   - "parent"
19761   - "tags"
19762   sort:
19763   - "DOT1Q"
19764   - "IP4BASE"
19765   - "FIB_20K"
19766   - "FIB_200K"
19767   - "FIB_2M"
19768   layout:
19769     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19770     layout: "plot-latency"
19771
19772 - type: "plot"
19773   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19774   algorithm: "plot_latency_error_bars"
19775   output-file-type: ".html"
19776   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19777   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19778   filter: "'NIC_Intel-X520-DA2' and
19779            '64B' and
19780            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19781            'NDRPDR' and
19782            '2T2C' and
19783            'IP4FWD' and
19784            not 'IPSEC' and
19785            not 'DOT1Q' and
19786            not 'VHOST'"
19787   parameters:
19788   - "latency"
19789   - "parent"
19790   - "tags"
19791   sort:
19792   - "DOT1Q"
19793   - "IP4BASE"
19794   - "FIB_20K"
19795   - "FIB_200K"
19796   - "FIB_2M"
19797   layout:
19798     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19799     layout: "plot-latency"
19800
19801 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19802 - type: "plot"
19803   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19804   algorithm: "plot_latency_error_bars"
19805   output-file-type: ".html"
19806   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19807   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19808   filter: "'NIC_Intel-X520-DA2' and
19809            '64B' and
19810            ('IP4BASE' or
19811             'POLICE_MARK' or
19812             'COPWHLIST' or
19813             ('NAT44' and 'BASE') or
19814             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19815            'NDRPDR' and
19816            '1T1C' and
19817            'IP4FWD' and
19818            not 'IPSEC' and
19819            not 'VHOST'"
19820   parameters:
19821   - "latency"
19822   - "parent"
19823   - "tags"
19824   sort:
19825   - "DOT1Q"
19826   - "IP4BASE"
19827   - "NAT44"
19828   - "POLICE_MARK"
19829   - "COPWHLIST"
19830   - "IACL"
19831   - "OACL"
19832   layout:
19833     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19834     layout: "plot-latency"
19835
19836 - type: "plot"
19837   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19838   algorithm: "plot_latency_error_bars"
19839   output-file-type: ".html"
19840   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19841   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19842   filter: "'NIC_Intel-X520-DA2' and
19843            '64B' and
19844            ('IP4BASE' or
19845             'POLICE_MARK' or
19846             'COPWHLIST' or
19847             ('NAT44' and 'BASE') or
19848             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19849            'NDRPDR' and
19850            '2T2C' and
19851            'IP4FWD' and
19852            not 'IPSEC' and
19853            not 'VHOST'"
19854   parameters:
19855   - "latency"
19856   - "parent"
19857   - "tags"
19858   sort:
19859   - "DOT1Q"
19860   - "IP4BASE"
19861   - "NAT44"
19862   - "POLICE_MARK"
19863   - "COPWHLIST"
19864   - "IACL"
19865   - "OACL"
19866   layout:
19867     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19868     layout: "plot-latency"
19869
19870 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19871 - type: "plot"
19872   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19873   algorithm: "plot_latency_error_bars"
19874   output-file-type: ".html"
19875   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19876   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19877   filter: "'NIC_Intel-X520-DA2' and
19878            '64B' and
19879            'NDRPDR' and
19880            '1T1C' and
19881            'IP4FWD' and
19882            ('NAT44' or 'IP4BASE') and
19883            not 'DOT1Q' and
19884            not 'IPSEC' and
19885            not 'VHOST'"
19886   parameters:
19887   - "latency"
19888   - "parent"
19889   - "tags"
19890   sort:
19891   - "IP4BASE"
19892   - "BASE"
19893   - "SRC_USER_10"
19894   - "SRC_USER_100"
19895   - "SRC_USER_1000"
19896   - "SRC_USER_2000"
19897   layout:
19898     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19899     layout: "plot-latency"
19900
19901 - type: "plot"
19902   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19903   algorithm: "plot_latency_error_bars"
19904   output-file-type: ".html"
19905   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19906   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19907   filter: "'NIC_Intel-X520-DA2' and
19908            '64B' and
19909            'NDRPDR' and
19910            '2T2C' and
19911            'IP4FWD' and
19912            ('NAT44' or 'IP4BASE') and
19913            not 'DOT1Q' and
19914            not 'IPSEC' and
19915            not 'VHOST'"
19916   parameters:
19917   - "latency"
19918   - "parent"
19919   - "tags"
19920   sort:
19921   - "IP4BASE"
19922   - "BASE"
19923   - "SRC_USER_10"
19924   - "SRC_USER_100"
19925   - "SRC_USER_1000"
19926   - "SRC_USER_2000"
19927   layout:
19928     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
19929     layout: "plot-latency"
19930
19931 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
19932 - type: "plot"
19933   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19934   algorithm: "plot_latency_error_bars"
19935   output-file-type: ".html"
19936   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19937   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19938   filter: "'NIC_Intel-X520-DA2' and
19939            '64B' and
19940            'NDRPDR' and
19941            '1T1C' and
19942            'IP4FWD' and
19943            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19944            not 'IPSEC' and
19945            not 'DOT1Q' and
19946            not 'VHOST'"
19947   parameters:
19948   - "latency"
19949   - "parent"
19950   - "tags"
19951   sort:
19952   - "IP4BASE"
19953   - "ACL_STATELESS"
19954   - "ACL_STATEFUL"
19955   - "ACL_STATELESS"
19956   - "ACL_STATEFUL"
19957   layout:
19958     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
19959     layout: "plot-latency"
19960
19961 - type: "plot"
19962   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19963   algorithm: "plot_latency_error_bars"
19964   output-file-type: ".html"
19965   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19966   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19967   filter: "'NIC_Intel-X520-DA2' and
19968            '64B' and
19969            'NDRPDR' and
19970            '2T2C' and
19971            'IP4FWD' and
19972            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19973            not 'IPSEC' and
19974            not 'DOT1Q' and
19975            not 'VHOST'"
19976   parameters:
19977   - "latency"
19978   - "parent"
19979   - "tags"
19980   sort:
19981   - "IP4BASE"
19982   - "ACL_STATELESS"
19983   - "ACL_STATEFUL"
19984   - "ACL_STATELESS"
19985   - "ACL_STATEFUL"
19986   layout:
19987     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
19988     layout: "plot-latency"
19989
19990 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
19991 - type: "plot"
19992   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19993   algorithm: "plot_latency_error_bars"
19994   output-file-type: ".html"
19995   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19996   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19997   filter: "'NIC_Intel-X520-DA2' and
19998            '64B' and
19999            'NDRPDR' and
20000            '1T1C' and
20001            'IP4FWD' and
20002            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20003            not 'IPSEC' and
20004            not 'DOT1Q' and
20005            not 'VHOST'"
20006   parameters:
20007   - "latency"
20008   - "parent"
20009   - "tags"
20010   sort:
20011   - "IP4BASE"
20012   - "ACL_STATELESS"
20013   - "ACL_STATEFUL"
20014   - "ACL_STATELESS"
20015   - "ACL_STATEFUL"
20016   layout:
20017     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
20018     layout: "plot-latency"
20019
20020 - type: "plot"
20021   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20022   algorithm: "plot_latency_error_bars"
20023   output-file-type: ".html"
20024   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20025   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20026   filter: "'NIC_Intel-X520-DA2' and
20027            '64B' and
20028            'NDRPDR' and
20029            '2T2C' and
20030            'IP4FWD' and
20031            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20032            not 'IPSEC' and
20033            not 'DOT1Q' and
20034            not 'VHOST'"
20035   parameters:
20036   - "latency"
20037   - "parent"
20038   - "tags"
20039   sort:
20040   - "IP4BASE"
20041   - "ACL_STATELESS"
20042   - "ACL_STATEFUL"
20043   - "ACL_STATELESS"
20044   - "ACL_STATEFUL"
20045   layout:
20046     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
20047     layout: "plot-latency"
20048
20049 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
20050 - type: "plot"
20051   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20052   algorithm: "plot_latency_error_bars"
20053   output-file-type: ".html"
20054   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20055   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20056   filter: "'NIC_Intel-X710' and
20057            '64B' and
20058            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20059            'NDRPDR' and
20060            '1T1C' and
20061            'IP4FWD' and
20062            not 'IPSEC' and
20063            not 'DOT1Q' and
20064            not 'VHOST'"
20065   parameters:
20066   - "latency"
20067   - "parent"
20068   - "tags"
20069   sort:
20070   - "IP4BASE"
20071   - "FIB_20K"
20072   - "FIB_200K"
20073   - "FIB_2M"
20074   layout:
20075     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20076     layout: "plot-latency"
20077
20078 - type: "plot"
20079   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20080   algorithm: "plot_latency_error_bars"
20081   output-file-type: ".html"
20082   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20083   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20084   filter: "'NIC_Intel-X710' and
20085            '64B' and
20086            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20087            'NDRPDR' and
20088            '2T2C' and
20089            'IP4FWD' and
20090            not 'IPSEC' and
20091            not 'DOT1Q' and
20092            not 'VHOST'"
20093   parameters:
20094   - "latency"
20095   - "parent"
20096   - "tags"
20097   sort:
20098   - "IP4BASE"
20099   - "FIB_20K"
20100   - "FIB_200K"
20101   - "FIB_2M"
20102   layout:
20103     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20104     layout: "plot-latency"
20105
20106 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20107 - type: "plot"
20108   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20109   algorithm: "plot_latency_error_bars"
20110   output-file-type: ".html"
20111   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20112   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20113   filter: "'NIC_Intel-X710' and
20114            '64B' and
20115            ('IP4BASE' or
20116             'POLICE_MARK' or
20117             'COPWHLIST' or
20118             ('NAT44' and 'BASE') or
20119             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20120            'NDRPDR' and
20121            '1T1C' and
20122            'IP4FWD' and
20123            not 'IPSEC' and
20124            not 'VHOST'"
20125   parameters:
20126   - "latency"
20127   - "parent"
20128   - "tags"
20129   sort:
20130   - "DOT1Q"
20131   - "IP4BASE"
20132   - "NAT44"
20133   - "POLICE_MARK"
20134   - "COPWHLIST"
20135   - "IACL"
20136   - "OACL"
20137   layout:
20138     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20139     layout: "plot-latency"
20140
20141 - type: "plot"
20142   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20143   algorithm: "plot_latency_error_bars"
20144   output-file-type: ".html"
20145   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20146   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20147   filter: "'NIC_Intel-X710' and
20148            '64B' and
20149            ('IP4BASE' or
20150             'POLICE_MARK' or
20151             'COPWHLIST' or
20152             ('NAT44' and 'BASE') or
20153             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20154            'NDRPDR' and
20155            '2T2C' and
20156            'IP4FWD' and
20157            not 'IPSEC' and
20158            not 'VHOST'"
20159   parameters:
20160   - "latency"
20161   - "parent"
20162   - "tags"
20163   sort:
20164   - "DOT1Q"
20165   - "IP4BASE"
20166   - "NAT44"
20167   - "POLICE_MARK"
20168   - "COPWHLIST"
20169   - "IACL"
20170   - "OACL"
20171   layout:
20172     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20173     layout: "plot-latency"
20174
20175 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20176 - type: "plot"
20177   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20178   algorithm: "plot_latency_error_bars"
20179   output-file-type: ".html"
20180   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20181   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20182   filter: "'NIC_Intel-X710' and
20183            '64B' and
20184            'NDRPDR' and
20185            '1T1C' and
20186            'IP4FWD' and
20187            ('NAT44' or 'IP4BASE') and
20188            not 'IPSEC' and
20189            not 'VHOST'"
20190   parameters:
20191   - "latency"
20192   - "parent"
20193   - "tags"
20194   sort:
20195   - "IP4BASE"
20196   - "BASE"
20197   - "SRC_USER_10"
20198   - "SRC_USER_100"
20199   - "SRC_USER_1000"
20200   - "SRC_USER_2000"
20201   layout:
20202     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20203     layout: "plot-latency"
20204
20205 - type: "plot"
20206   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20207   algorithm: "plot_latency_error_bars"
20208   output-file-type: ".html"
20209   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20210   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20211   filter: "'NIC_Intel-X710' and
20212            '64B' and
20213            'NDRPDR' and
20214            '2T2C' and
20215            'IP4FWD' and
20216            ('NAT44' or 'IP4BASE') and
20217            not 'IPSEC' and
20218            not 'VHOST'"
20219   parameters:
20220   - "latency"
20221   - "parent"
20222   - "tags"
20223   sort:
20224   - "IP4BASE"
20225   - "BASE"
20226   - "SRC_USER_10"
20227   - "SRC_USER_100"
20228   - "SRC_USER_1000"
20229   - "SRC_USER_2000"
20230   layout:
20231     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20232     layout: "plot-latency"
20233
20234 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20235 - type: "plot"
20236   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20237   algorithm: "plot_latency_error_bars"
20238   output-file-type: ".html"
20239   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20240   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20241   filter: "'NIC_Intel-X710' and
20242            '64B' and
20243            'NDRPDR' and
20244            '1T1C' and
20245            'IP4FWD' and
20246            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20247            not 'IPSEC' and
20248            not 'VHOST'"
20249   parameters:
20250   - "latency"
20251   - "parent"
20252   - "tags"
20253   sort:
20254   - "IP4BASE"
20255   - "ACL_STATELESS"
20256   - "ACL_STATEFUL"
20257   - "ACL_STATELESS"
20258   - "ACL_STATEFUL"
20259   layout:
20260     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20261     layout: "plot-latency"
20262
20263 - type: "plot"
20264   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20265   algorithm: "plot_latency_error_bars"
20266   output-file-type: ".html"
20267   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20268   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20269   filter: "'NIC_Intel-X710' and
20270            '64B' and
20271            'NDRPDR' and
20272            '2T2C' and
20273            'IP4FWD' and
20274            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20275            not 'IPSEC' and
20276            not 'VHOST'"
20277   parameters:
20278   - "latency"
20279   - "parent"
20280   - "tags"
20281   sort:
20282   - "IP4BASE"
20283   - "ACL_STATELESS"
20284   - "ACL_STATEFUL"
20285   - "ACL_STATELESS"
20286   - "ACL_STATEFUL"
20287   layout:
20288     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20289     layout: "plot-latency"
20290
20291 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20292 - type: "plot"
20293   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20294   algorithm: "plot_latency_error_bars"
20295   output-file-type: ".html"
20296   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20297   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20298   filter: "'NIC_Intel-XL710' and
20299            '64B' and
20300            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20301            'NDRPDR' and
20302            '1T1C' and
20303            'IP4FWD' and
20304            not 'IPSEC' and
20305            not 'VHOST'"
20306   parameters:
20307   - "latency"
20308   - "parent"
20309   - "tags"
20310   sort:
20311   - "IP4BASE"
20312   - "FIB_20K"
20313   - "FIB_200K"
20314   - "FIB_2M"
20315   layout:
20316     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
20317     layout: "plot-latency"
20318
20319 - type: "plot"
20320   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20321   algorithm: "plot_latency_error_bars"
20322   output-file-type: ".html"
20323   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20324   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20325   filter: "'NIC_Intel-XL710' and
20326            '64B' and
20327            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20328            'NDRPDR' and
20329            '2T2C' and
20330            'IP4FWD' and
20331            not 'IPSEC' and
20332            not 'VHOST'"
20333   parameters:
20334   - "latency"
20335   - "parent"
20336   - "tags"
20337   sort:
20338   - "IP4BASE"
20339   - "FIB_20K"
20340   - "FIB_200K"
20341   - "FIB_2M"
20342   layout:
20343     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
20344     layout: "plot-latency"
20345
20346 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20347 - type: "plot"
20348   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20349   algorithm: "plot_latency_error_bars"
20350   output-file-type: ".html"
20351   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20352   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20353   filter: "'NIC_Intel-X710' and
20354            '64B' and
20355            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20356            'NDRPDR' and
20357            '2T1C' and
20358            'IP4FWD' and
20359            not 'IPSEC' and
20360            not 'DOT1Q' and
20361            not 'VHOST'"
20362   parameters:
20363   - "latency"
20364   - "parent"
20365   - "tags"
20366   sort:
20367   - "IP4BASE"
20368   - "FIB_20K"
20369   - "FIB_200K"
20370   - "FIB_2M"
20371   layout:
20372     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20373     layout: "plot-latency"
20374
20375 - type: "plot"
20376   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20377   algorithm: "plot_latency_error_bars"
20378   output-file-type: ".html"
20379   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20380   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20381   filter: "'NIC_Intel-X710' and
20382            '64B' and
20383            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20384            'NDRPDR' and
20385            '4T2C' and
20386            'IP4FWD' and
20387            not 'IPSEC' and
20388            not 'DOT1Q' and
20389            not 'VHOST'"
20390   parameters:
20391   - "latency"
20392   - "parent"
20393   - "tags"
20394   sort:
20395   - "IP4BASE"
20396   - "FIB_20K"
20397   - "FIB_200K"
20398   - "FIB_2M"
20399   layout:
20400     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20401     layout: "plot-latency"
20402
20403 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20404 - type: "plot"
20405   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20406   algorithm: "plot_latency_error_bars"
20407   output-file-type: ".html"
20408   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20409   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20410   filter: "'NIC_Intel-X710' and
20411            '64B' and
20412            ('IP4BASE' or
20413             'POLICE_MARK' or
20414             'COPWHLIST' or
20415             ('NAT44' and 'BASE') or
20416             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20417            'NDRPDR' and
20418            '2T1C' and
20419            'IP4FWD' and
20420            not 'IPSEC' and
20421            not 'VHOST'"
20422   parameters:
20423   - "latency"
20424   - "parent"
20425   - "tags"
20426   sort:
20427   - "DOT1Q"
20428   - "IP4BASE"
20429   - "NAT44"
20430   - "POLICE_MARK"
20431   - "COPWHLIST"
20432   - "IACL"
20433   - "OACL"
20434   layout:
20435     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20436     layout: "plot-latency"
20437
20438 - type: "plot"
20439   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20440   algorithm: "plot_latency_error_bars"
20441   output-file-type: ".html"
20442   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20443   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20444   filter: "'NIC_Intel-X710' and
20445            '64B' and
20446            ('IP4BASE' or
20447             'POLICE_MARK' or
20448             'COPWHLIST' or
20449             ('NAT44' and 'BASE') or
20450             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20451            'NDRPDR' and
20452            '4T2C' and
20453            'IP4FWD' and
20454            not 'IPSEC' and
20455            not 'VHOST'"
20456   parameters:
20457   - "latency"
20458   - "parent"
20459   - "tags"
20460   sort:
20461   - "DOT1Q"
20462   - "IP4BASE"
20463   - "NAT44"
20464   - "POLICE_MARK"
20465   - "COPWHLIST"
20466   - "IACL"
20467   - "OACL"
20468   layout:
20469     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20470     layout: "plot-latency"
20471
20472 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20473 - type: "plot"
20474   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20475   algorithm: "plot_latency_error_bars"
20476   output-file-type: ".html"
20477   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20478   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20479   filter: "'NIC_Intel-X710' and
20480            '64B' and
20481            'NDRPDR' and
20482            '2T1C' and
20483            'IP4FWD' and
20484            ('NAT44' or 'IP4BASE') and
20485            not 'IPSEC' and
20486            not 'VHOST'"
20487   parameters:
20488   - "latency"
20489   - "parent"
20490   - "tags"
20491   sort:
20492   - "IP4BASE"
20493   - "BASE"
20494   - "SRC_USER_10"
20495   - "SRC_USER_100"
20496   - "SRC_USER_1000"
20497   - "SRC_USER_2000"
20498   layout:
20499     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20500     layout: "plot-latency"
20501
20502 - type: "plot"
20503   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20504   algorithm: "plot_latency_error_bars"
20505   output-file-type: ".html"
20506   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20507   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20508   filter: "'NIC_Intel-X710' and
20509            '64B' and
20510            'NDRPDR' and
20511            '4T2C' and
20512            'IP4FWD' and
20513            ('NAT44' or 'IP4BASE') and
20514            not 'IPSEC' and
20515            not 'VHOST'"
20516   parameters:
20517   - "latency"
20518   - "parent"
20519   - "tags"
20520   sort:
20521   - "IP4BASE"
20522   - "BASE"
20523   - "SRC_USER_10"
20524   - "SRC_USER_100"
20525   - "SRC_USER_1000"
20526   - "SRC_USER_2000"
20527   layout:
20528     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20529     layout: "plot-latency"
20530
20531 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20532 - type: "plot"
20533   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20534   algorithm: "plot_latency_error_bars"
20535   output-file-type: ".html"
20536   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20537   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20538   filter: "'NIC_Intel-X710' and
20539            '64B' and
20540            'NDRPDR' and
20541            '2T1C' and
20542            'IP4FWD' and
20543            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20544            not 'IPSEC' and
20545            not 'VHOST'"
20546   parameters:
20547   - "latency"
20548   - "parent"
20549   - "tags"
20550   sort:
20551   - "IP4BASE"
20552   - "ACL_STATELESS"
20553   - "ACL_STATEFUL"
20554   - "ACL_STATELESS"
20555   - "ACL_STATEFUL"
20556   layout:
20557     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20558     layout: "plot-latency"
20559
20560 - type: "plot"
20561   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20562   algorithm: "plot_latency_error_bars"
20563   output-file-type: ".html"
20564   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20565   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20566   filter: "'NIC_Intel-X710' and
20567            '64B' and
20568            'NDRPDR' and
20569            '4T2C' and
20570            'IP4FWD' and
20571            'IACL' and
20572            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20573            not 'IPSEC' and
20574            not 'VHOST'"
20575   parameters:
20576   - "latency"
20577   - "parent"
20578   - "tags"
20579   sort:
20580   - "IP4BASE"
20581   - "ACL_STATELESS"
20582   - "ACL_STATEFUL"
20583   - "ACL_STATELESS"
20584   - "ACL_STATEFUL"
20585   layout:
20586     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20587     layout: "plot-latency"
20588
20589 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20590 - type: "plot"
20591   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20592   algorithm: "plot_latency_error_bars"
20593   output-file-type: ".html"
20594   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20595   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20596   filter: "'NIC_Intel-X710' and
20597            '64B' and
20598            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20599            'NDRPDR' and
20600            '2T1C' and
20601            'IP4FWD' and
20602            not 'IPSEC' and
20603            not 'DOT1Q' and
20604            not 'VHOST'"
20605   parameters:
20606   - "latency"
20607   - "parent"
20608   - "tags"
20609   sort:
20610   - "IP4BASE"
20611   - "FIB_20K"
20612   - "FIB_200K"
20613   - "FIB_2M"
20614   layout:
20615     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20616     layout: "plot-latency"
20617
20618 - type: "plot"
20619   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20620   algorithm: "plot_latency_error_bars"
20621   output-file-type: ".html"
20622   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20623   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20624   filter: "'NIC_Intel-X710' and
20625            '64B' and
20626            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20627            'NDRPDR' and
20628            '4T2C' and
20629            'IP4FWD' and
20630            not 'IPSEC' and
20631            not 'DOT1Q' and
20632            not 'VHOST'"
20633   parameters:
20634   - "latency"
20635   - "parent"
20636   - "tags"
20637   sort:
20638   - "IP4BASE"
20639   - "FIB_20K"
20640   - "FIB_200K"
20641   - "FIB_2M"
20642   layout:
20643     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20644     layout: "plot-latency"
20645
20646 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20647 - type: "plot"
20648   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20649   algorithm: "plot_latency_error_bars"
20650   output-file-type: ".html"
20651   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20652   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20653   filter: "'NIC_Intel-X710' and
20654            '64B' and
20655            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20656            'NDRPDR' and
20657            '2T1C' and
20658            'IP4FWD' and
20659            not 'IPSEC' and
20660            not 'DOT1Q' and
20661            not 'VHOST'"
20662   parameters:
20663   - "latency"
20664   - "parent"
20665   - "tags"
20666   sort:
20667   - "IP4BASE"
20668   - "ACL_STATELESS"
20669   - "ACL_STATEFUL"
20670   - "ACL_STATELESS"
20671   - "ACL_STATEFUL"
20672   layout:
20673     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
20674     layout: "plot-latency"
20675
20676 - type: "plot"
20677   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20678   algorithm: "plot_latency_error_bars"
20679   output-file-type: ".html"
20680   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20681   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20682   filter: "'NIC_Intel-X710' and
20683            '64B' and
20684            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20685            'NDRPDR' and
20686            '4T2C' and
20687            'IP4FWD' and
20688            not 'IPSEC' and
20689            not 'DOT1Q' and
20690            not 'VHOST'"
20691   parameters:
20692   - "latency"
20693   - "parent"
20694   - "tags"
20695   sort:
20696   - "IP4BASE"
20697   - "ACL_STATELESS"
20698   - "ACL_STATEFUL"
20699   - "ACL_STATELESS"
20700   - "ACL_STATEFUL"
20701   layout:
20702     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
20703     layout: "plot-latency"
20704
20705 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20706 - type: "plot"
20707   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20708   algorithm: "plot_latency_error_bars"
20709   output-file-type: ".html"
20710   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20711   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20712   filter: "'NIC_Intel-XXV710' and
20713            '64B' and
20714            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20715            'NDRPDR' and
20716            '2T1C' and
20717            'IP4FWD' and
20718            not 'IPSEC' and
20719            not 'DOT1Q' and
20720            not 'VHOST'"
20721   parameters:
20722   - "latency"
20723   - "parent"
20724   - "tags"
20725   sort:
20726   - "IP4BASE"
20727   - "FIB_20K"
20728   - "FIB_200K"
20729   - "FIB_2M"
20730   layout:
20731     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20732     layout: "plot-latency"
20733
20734 - type: "plot"
20735   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20736   algorithm: "plot_latency_error_bars"
20737   output-file-type: ".html"
20738   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20739   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20740   filter: "'NIC_Intel-XXV710' and
20741            '64B' and
20742            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20743            'NDRPDR' and
20744            '4T2C' and
20745            'IP4FWD' and
20746            not 'IPSEC' and
20747            not 'DOT1Q' and
20748            not 'VHOST'"
20749   parameters:
20750   - "latency"
20751   - "parent"
20752   - "tags"
20753   sort:
20754   - "IP4BASE"
20755   - "FIB_20K"
20756   - "FIB_200K"
20757   - "FIB_2M"
20758   layout:
20759     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20760     layout: "plot-latency"
20761
20762 ################################################################################
20763
20764 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20765 - type: "plot"
20766   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20767   algorithm: "plot_latency_error_bars"
20768   output-file-type: ".html"
20769   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20770   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20771   filter: "'NIC_Intel-X520-DA2' and
20772            '64B' and
20773            'ENCAP' and
20774            'NDRPDR' and
20775            '1T1C' and
20776            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20777            not 'DOT1Q' and
20778            not 'VHOST' and
20779            not 'IPSECHW'"
20780   parameters:
20781   - "latency"
20782   - "parent"
20783   - "tags"
20784   sort:
20785   - "IP4BASE"
20786   - "L2BDMACLRN"
20787   - "L2XCFWD"
20788   - "LISP"
20789   layout:
20790     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20791     layout: "plot-latency"
20792
20793 - type: "plot"
20794   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20795   algorithm: "plot_latency_error_bars"
20796   output-file-type: ".html"
20797   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20798   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20799   filter: "'NIC_Intel-X520-DA2' and
20800            '64B' and
20801            'ENCAP' and
20802            'NDRPDR' and
20803            '2T2C' and
20804            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20805            not 'DOT1Q' and
20806            not 'VHOST' and
20807            not 'IPSECHW'"
20808   parameters:
20809   - "latency"
20810   - "parent"
20811   - "tags"
20812   sort:
20813   - "IP4BASE"
20814   - "L2BDMACLRN"
20815   - "L2XCFWD"
20816   - "LISP"
20817   layout:
20818     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20819     layout: "plot-latency"
20820
20821 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
20822 - type: "plot"
20823   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20824   algorithm: "plot_latency_error_bars"
20825   output-file-type: ".html"
20826   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20827   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20828   filter: "'NIC_Intel-X710' and
20829            '64B' and
20830            'ENCAP' and
20831            'NDRPDR' and
20832            '1T1C' and
20833            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20834            not 'VHOST' and
20835            not 'IPSECHW'"
20836   parameters:
20837   - "latency"
20838   - "parent"
20839   - "tags"
20840   sort:
20841   - "IP4BASE"
20842   - "LISP"
20843   - "VXLAN_1"
20844   - "VXLAN_10"
20845   - "VXLAN_100"
20846   - "VXLAN_1000"
20847   layout:
20848     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20849     layout: "plot-latency"
20850
20851 - type: "plot"
20852   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20853   algorithm: "plot_latency_error_bars"
20854   output-file-type: ".html"
20855   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20856   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20857   filter: "'NIC_Intel-X710' and
20858            '64B' and
20859            'ENCAP' and
20860            'NDRPDR' and
20861            '2T2C' and
20862            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20863            not 'VHOST' and
20864            not 'IPSECHW'"
20865   parameters:
20866   - "latency"
20867   - "parent"
20868   - "tags"
20869   sort:
20870   - "IP4BASE"
20871   - "LISP"
20872   - "VXLAN_1"
20873   - "VXLAN_10"
20874   - "VXLAN_100"
20875   - "VXLAN_1000"
20876   layout:
20877     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20878     layout: "plot-latency"
20879
20880 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
20881 - type: "plot"
20882   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20883   algorithm: "plot_latency_error_bars"
20884   output-file-type: ".html"
20885   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20886   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20887   filter: "'NIC_Intel-X710' and
20888            '64B' and
20889            'ENCAP' and
20890            'NDRPDR' and
20891            '1T1C' and
20892            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20893            not 'DOT1Q' and
20894            not 'VHOST' and
20895            not 'IPSECHW'"
20896   parameters:
20897   - "latency"
20898   - "parent"
20899   - "tags"
20900   sort:
20901   - "IP4BASE"
20902   - "L2BDMACLRN"
20903   - "L2XCFWD"
20904   - "LISP"
20905   layout:
20906     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20907     layout: "plot-latency"
20908
20909 - type: "plot"
20910   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20911   algorithm: "plot_latency_error_bars"
20912   output-file-type: ".html"
20913   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20914   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20915   filter: "'NIC_Intel-X710' and
20916            '64B' and
20917            'ENCAP' and
20918            'NDRPDR' and
20919            '2T2C' and
20920            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20921            not 'DOT1Q' and
20922            not 'VHOST' and
20923            not 'IPSECHW'"
20924   parameters:
20925   - "latency"
20926   - "parent"
20927   - "tags"
20928   sort:
20929   - "IP4BASE"
20930   - "L2BDMACLRN"
20931   - "L2XCFWD"
20932   - "LISP"
20933   layout:
20934     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20935     layout: "plot-latency"
20936
20937 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
20938 - type: "plot"
20939   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20940   algorithm: "plot_latency_error_bars"
20941   output-file-type: ".html"
20942   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20943   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20944   filter: "'NIC_Intel-X710' and
20945            '64B' and
20946            'ENCAP' and
20947            'NDRPDR' and
20948            '2T1C' and
20949            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20950            not 'VHOST' and
20951            not 'IPSECHW'"
20952   parameters:
20953   - "latency"
20954   - "parent"
20955   - "tags"
20956   sort:
20957   - "IP4BASE"
20958   - "LISP"
20959   - "VXLAN_1"
20960   - "VXLAN_10"
20961   - "VXLAN_100"
20962   - "VXLAN_1000"
20963   layout:
20964     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20965     layout: "plot-latency"
20966
20967 - type: "plot"
20968   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20969   algorithm: "plot_latency_error_bars"
20970   output-file-type: ".html"
20971   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20972   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20973   filter: "'NIC_Intel-X710' and
20974            '64B' and
20975            'ENCAP' and
20976            'NDRPDR' and
20977            '4T2C' and
20978            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20979            not 'VHOST' and
20980            not 'IPSECHW'"
20981   parameters:
20982   - "latency"
20983   - "parent"
20984   - "tags"
20985   sort:
20986   - "IP4BASE"
20987   - "LISP"
20988   - "VXLAN_1"
20989   - "VXLAN_10"
20990   - "VXLAN_100"
20991   - "VXLAN_1000"
20992   layout:
20993     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20994     layout: "plot-latency"
20995
20996 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
20997 - type: "plot"
20998   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20999   algorithm: "plot_latency_error_bars"
21000   output-file-type: ".html"
21001   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21002   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21003   filter: "'NIC_Intel-X710' and
21004            '64B' and
21005            'ENCAP' and
21006            'NDRPDR' and
21007            '2T1C' and
21008            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
21009            not 'DOT1Q' and
21010            not 'VHOST' and
21011            not 'IPSECHW'"
21012   parameters:
21013   - "latency"
21014   - "parent"
21015   - "tags"
21016   sort:
21017   - "IP4BASE"
21018   - "L2BDMACLRN"
21019   - "L2XCFWD"
21020   - "LISP"
21021   layout:
21022     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
21023     layout: "plot-latency"
21024
21025 - type: "plot"
21026   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21027   algorithm: "plot_latency_error_bars"
21028   output-file-type: ".html"
21029   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21030   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21031   filter: "'NIC_Intel-X710' and
21032            '64B' and
21033            'ENCAP' and
21034            'NDRPDR' and
21035            '4T2C' and
21036            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
21037            not 'DOT1Q' and
21038            not 'VHOST' and
21039            not 'IPSECHW'"
21040   parameters:
21041   - "latency"
21042   - "parent"
21043   - "tags"
21044   sort:
21045   - "IP4BASE"
21046   - "L2BDMACLRN"
21047   - "L2XCFWD"
21048   - "LISP"
21049   layout:
21050     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21051     layout: "plot-latency"
21052
21053 ################################################################################
21054
21055 # Packet Latency - VPP IPv6 3n-hsw-x520
21056 - type: "plot"
21057   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21058   algorithm: "plot_latency_error_bars"
21059   output-file-type: ".html"
21060   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21061   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21062   filter: "'NIC_Intel-X520-DA2' and
21063            '78B' and
21064            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21065            'NDRPDR' and
21066            '1T1C' and
21067            'IP6FWD' and
21068            not 'SRv6' and
21069            not 'IPSEC' and
21070            not 'VHOST'"
21071   parameters:
21072   - "latency"
21073   - "parent"
21074   - "tags"
21075   sort:
21076   - "IP6BASE"
21077   - "FIB_20K"
21078   - "FIB_200K"
21079   - "FIB_2M"
21080   layout:
21081     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
21082     layout: "plot-latency"
21083
21084 - type: "plot"
21085   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21086   algorithm: "plot_latency_error_bars"
21087   output-file-type: ".html"
21088   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21089   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21090   filter: "'NIC_Intel-X520-DA2' and
21091            '78B' and
21092            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21093            'NDRPDR' and
21094            '2T2C' and
21095            'IP6FWD' and
21096            not 'SRv6' and
21097            not 'IPSEC' and
21098            not 'VHOST'"
21099   parameters:
21100   - "latency"
21101   - "parent"
21102   - "tags"
21103   sort:
21104   - "IP6BASE"
21105   - "FIB_20K"
21106   - "FIB_200K"
21107   - "FIB_2M"
21108   layout:
21109     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
21110     layout: "plot-latency"
21111
21112 # Packet Latency - VPP IPv6 3n-hsw-x710
21113 - type: "plot"
21114   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21115   algorithm: "plot_latency_error_bars"
21116   output-file-type: ".html"
21117   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21118   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21119   filter: "'NIC_Intel-X710' and
21120            '78B' and
21121            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21122            'NDRPDR' and
21123            '1T1C' and
21124            'IP6FWD' and
21125            not 'SRv6' and
21126            not 'IPSEC' and
21127            not 'VHOST'"
21128   parameters:
21129   - "latency"
21130   - "parent"
21131   - "tags"
21132   sort:
21133   - "IP6BASE"
21134   - "FIB_20K"
21135   - "FIB_200K"
21136   - "FIB_2M"
21137   layout:
21138     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21139     layout: "plot-latency"
21140
21141 - type: "plot"
21142   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21143   algorithm: "plot_latency_error_bars"
21144   output-file-type: ".html"
21145   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21146   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21147   filter: "'NIC_Intel-X710' and
21148            '78B' and
21149            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21150            'NDRPDR' and
21151            '2T2C' and
21152            'IP6FWD' and
21153            not 'SRv6' and
21154            not 'IPSEC' and
21155            not 'VHOST'"
21156   parameters:
21157   - "latency"
21158   - "parent"
21159   - "tags"
21160   sort:
21161   - "IP6BASE"
21162   - "FIB_20K"
21163   - "FIB_200K"
21164   - "FIB_2M"
21165   layout:
21166     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21167     layout: "plot-latency"
21168
21169 # Packet Latency - VPP IPv6 3n-hsw-xl710
21170 - type: "plot"
21171   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21172   algorithm: "plot_latency_error_bars"
21173   output-file-type: ".html"
21174   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21175   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21176   filter: "'NIC_Intel-XL710' and
21177            '78B' and
21178            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21179            'NDRPDR' and
21180            '1T1C' and
21181            'IP6FWD' and
21182            not 'SRv6' and
21183            not 'IPSEC' and
21184            not 'VHOST'"
21185   parameters:
21186   - "latency"
21187   - "parent"
21188   - "tags"
21189   sort:
21190   - "IP6BASE"
21191   - "FIB_20K"
21192   - "FIB_200K"
21193   - "FIB_2M"
21194   layout:
21195     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
21196     layout: "plot-latency"
21197
21198 - type: "plot"
21199   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21200   algorithm: "plot_latency_error_bars"
21201   output-file-type: ".html"
21202   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21203   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21204   filter: "'NIC_Intel-XL710' and
21205            '78B' and
21206            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21207            'NDRPDR' and
21208            '2T2C' and
21209            'IP6FWD' and
21210            not 'SRv6' and
21211            not 'IPSEC' and
21212            not 'VHOST'"
21213   parameters:
21214   - "latency"
21215   - "parent"
21216   - "tags"
21217   sort:
21218   - "IP6BASE"
21219   - "FIB_20K"
21220   - "FIB_200K"
21221   - "FIB_2M"
21222   layout:
21223     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
21224     layout: "plot-latency"
21225
21226 # Packet Latency - VPP IPv6 3n-skx-x710
21227 - type: "plot"
21228   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21229   algorithm: "plot_latency_error_bars"
21230   output-file-type: ".html"
21231   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21233   filter: "'NIC_Intel-X710' and
21234            '78B' and
21235            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21236            'NDRPDR' and
21237            '2T1C' and
21238            'IP6FWD' and
21239            not 'SRv6' and
21240            not 'IPSEC' and
21241            not 'VHOST'"
21242   parameters:
21243   - "latency"
21244   - "parent"
21245   - "tags"
21246   sort:
21247   - "IP6BASE"
21248   - "FIB_20K"
21249   - "FIB_200K"
21250   - "FIB_2M"
21251   layout:
21252     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21253     layout: "plot-latency"
21254
21255 - type: "plot"
21256   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21257   algorithm: "plot_latency_error_bars"
21258   output-file-type: ".html"
21259   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21260   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21261   filter: "'NIC_Intel-X710' and
21262            '78B' and
21263            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21264            'NDRPDR' and
21265            '4T2C' and
21266            'IP6FWD' and
21267            not 'SRv6' and
21268            not 'IPSEC' and
21269            not 'VHOST'"
21270   parameters:
21271   - "latency"
21272   - "parent"
21273   - "tags"
21274   sort:
21275   - "IP6BASE"
21276   - "FIB_20K"
21277   - "FIB_200K"
21278   - "FIB_2M"
21279   layout:
21280     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21281     layout: "plot-latency"
21282
21283 # Packet Latency - VPP IPv6 3n-skx-xxv710
21284 - type: "plot"
21285   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21286   algorithm: "plot_latency_error_bars"
21287   output-file-type: ".html"
21288   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21289   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21290   filter: "'NIC_Intel-XXV710' and
21291            '78B' and
21292            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21293            'NDRPDR' and
21294            '2T1C' and
21295            'IP6FWD' and
21296            not 'SRv6' and
21297            not 'IPSEC' and
21298            not 'VHOST'"
21299   parameters:
21300   - "latency"
21301   - "parent"
21302   - "tags"
21303   sort:
21304   - "IP6BASE"
21305   - "FIB_20K"
21306   - "FIB_200K"
21307   - "FIB_2M"
21308   layout:
21309     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21310     layout: "plot-latency"
21311
21312 - type: "plot"
21313   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21314   algorithm: "plot_latency_error_bars"
21315   output-file-type: ".html"
21316   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21317   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21318   filter: "'NIC_Intel-XXV710' and
21319            '78B' and
21320            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21321            'NDRPDR' and
21322            '4T2C' and
21323            'IP6FWD' and
21324            not 'SRv6' and
21325            not 'IPSEC' and
21326            not 'VHOST'"
21327   parameters:
21328   - "latency"
21329   - "parent"
21330   - "tags"
21331   sort:
21332   - "IP6BASE"
21333   - "FIB_20K"
21334   - "FIB_200K"
21335   - "FIB_2M"
21336   layout:
21337     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21338     layout: "plot-latency"
21339
21340 # Packet Latency - VPP IPv6 2n-skx-x710
21341 - type: "plot"
21342   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21343   algorithm: "plot_latency_error_bars"
21344   output-file-type: ".html"
21345   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21346   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21347   filter: "'NIC_Intel-X710' and
21348            '78B' and
21349            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21350            'NDRPDR' and
21351            '2T1C' and
21352            'IP6FWD' and
21353            not 'SRv6' and
21354            not 'IPSEC' and
21355            not 'VHOST'"
21356   parameters:
21357   - "latency"
21358   - "parent"
21359   - "tags"
21360   sort:
21361   - "IP6BASE"
21362   - "FIB_20K"
21363   - "FIB_200K"
21364   - "FIB_2M"
21365   layout:
21366     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21367     layout: "plot-latency"
21368
21369 - type: "plot"
21370   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21371   algorithm: "plot_latency_error_bars"
21372   output-file-type: ".html"
21373   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21374   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21375   filter: "'NIC_Intel-X710' and
21376            '78B' and
21377            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21378            'NDRPDR' and
21379            '4T2C' and
21380            'IP6FWD' and
21381            not 'SRv6' and
21382            not 'IPSEC' and
21383            not 'VHOST'"
21384   parameters:
21385   - "latency"
21386   - "parent"
21387   - "tags"
21388   sort:
21389   - "IP6BASE"
21390   - "FIB_20K"
21391   - "FIB_200K"
21392   - "FIB_2M"
21393   layout:
21394     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21395     layout: "plot-latency"
21396
21397 # Packet Latency - VPP IPv6 2n-skx-xxv710
21398 - type: "plot"
21399   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21400   algorithm: "plot_latency_error_bars"
21401   output-file-type: ".html"
21402   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21403   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21404   filter: "'NIC_Intel-XXV710' and
21405            '78B' and
21406            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21407            'NDRPDR' and
21408            '2T1C' and
21409            'IP6FWD' and
21410            not 'SRv6' and
21411            not 'IPSEC' and
21412            not 'VHOST'"
21413   parameters:
21414   - "latency"
21415   - "parent"
21416   - "tags"
21417   sort:
21418   - "IP6BASE"
21419   - "FIB_20K"
21420   - "FIB_200K"
21421   - "FIB_2M"
21422   layout:
21423     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21424     layout: "plot-latency"
21425
21426 - type: "plot"
21427   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21428   algorithm: "plot_latency_error_bars"
21429   output-file-type: ".html"
21430   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21431   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21432   filter: "'NIC_Intel-XXV710' and
21433            '78B' and
21434            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21435            'NDRPDR' and
21436            '4T2C' and
21437            'IP6FWD' and
21438            not 'SRv6' and
21439            not 'IPSEC' and
21440            not 'VHOST'"
21441   parameters:
21442   - "latency"
21443   - "parent"
21444   - "tags"
21445   sort:
21446   - "IP6BASE"
21447   - "FIB_20K"
21448   - "FIB_200K"
21449   - "FIB_2M"
21450   layout:
21451     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21452     layout: "plot-latency"
21453
21454 ################################################################################
21455
21456 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21457 - type: "plot"
21458   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21459   algorithm: "plot_latency_error_bars"
21460   output-file-type: ".html"
21461   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21462   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21463   filter: "'NIC_Intel-X520-DA2' and
21464            '78B' and
21465            'ENCAP' and
21466            'NDRPDR' and
21467            '1T1C' and
21468            'LISP' and
21469            not 'VHOST'"
21470   parameters:
21471   - "latency"
21472   - "parent"
21473   - "tags"
21474   sort:
21475   - "IP4UNRLAY"
21476   - "IP6UNRLAY"
21477   layout:
21478     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
21479     layout: "plot-latency"
21480
21481 - type: "plot"
21482   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21483   algorithm: "plot_latency_error_bars"
21484   output-file-type: ".html"
21485   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21486   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21487   filter: "'NIC_Intel-X520-DA2' and
21488            '78B' and
21489            'ENCAP' and
21490            'NDRPDR' and
21491            '2T2C' and
21492            'LISP' and
21493            not 'VHOST'"
21494   parameters:
21495   - "latency"
21496   - "parent"
21497   - "tags"
21498   sort:
21499   - "IP4UNRLAY"
21500   - "IP6UNRLAY"
21501   layout:
21502     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
21503     layout: "plot-latency"
21504
21505 ################################################################################
21506
21507 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21508 - type: "plot"
21509   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21510   algorithm: "plot_latency_error_bars"
21511   output-file-type: ".html"
21512   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21513   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21514   filter: "'NIC_Intel-XL710' and
21515            '64B' and
21516            'IP4FWD' and
21517            'NDRPDR' and
21518            'BASE' and
21519            '1T1C' and
21520            'IPSECHW' and
21521            not 'VHOST'"
21522   parameters:
21523   - "latency"
21524   - "parent"
21525   - "tags"
21526   layout:
21527     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21528     layout: "plot-latency"
21529
21530 - type: "plot"
21531   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21532   algorithm: "plot_latency_error_bars"
21533   output-file-type: ".html"
21534   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21535   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21536   filter: "'NIC_Intel-XL710' and
21537            '64B' and
21538            'IP4FWD' and
21539            'NDRPDR' and
21540            'BASE' and
21541            '2T2C' and
21542            'IPSECHW' and
21543            not 'VHOST'"
21544   parameters:
21545   - "latency"
21546   - "parent"
21547   - "tags"
21548   layout:
21549     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21550     layout: "plot-latency"
21551
21552 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21553 - type: "plot"
21554   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21555   algorithm: "plot_latency_error_bars"
21556   output-file-type: ".html"
21557   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21558   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21559   filter: "'NIC_Intel-XL710' and
21560            '64B' and
21561            'IP4FWD' and
21562            'NDRPDR' and
21563            'SCALE' and
21564            '1T1C' and
21565            'IPSECHW' and
21566            not 'VHOST'"
21567   parameters:
21568   - "latency"
21569   - "parent"
21570   - "tags"
21571   layout:
21572     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21573     layout: "plot-latency"
21574
21575 - type: "plot"
21576   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21577   algorithm: "plot_latency_error_bars"
21578   output-file-type: ".html"
21579   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21580   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21581   filter: "'NIC_Intel-XL710' and
21582            '64B' and
21583            'IP4FWD' and
21584            'NDRPDR' and
21585            'SCALE' and
21586            '2T2C' and
21587            'IPSECHW' and
21588            not 'VHOST'"
21589   parameters:
21590   - "latency"
21591   - "parent"
21592   - "tags"
21593   layout:
21594     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21595     layout: "plot-latency"
21596
21597 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21598 - type: "plot"
21599   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21600   algorithm: "plot_latency_error_bars"
21601   output-file-type: ".html"
21602   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21603   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21604   filter: "'NIC_Intel-XL710' and
21605            '64B' and
21606            'IP4FWD' and
21607            'NDRPDR' and
21608            '1T1C' and
21609            'IPSECSW' and
21610            not 'VHOST'"
21611   parameters:
21612   - "latency"
21613   - "parent"
21614   - "tags"
21615   layout:
21616     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21617     layout: "plot-latency"
21618
21619 - type: "plot"
21620   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21621   algorithm: "plot_latency_error_bars"
21622   output-file-type: ".html"
21623   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21624   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21625   filter: "'NIC_Intel-XL710' and
21626            '64B' and
21627            'IP4FWD' and
21628            'NDRPDR' and
21629            '2T2C' and
21630            'IPSECSW' and
21631            not 'VHOST'"
21632   parameters:
21633   - "latency"
21634   - "parent"
21635   - "tags"
21636   layout:
21637     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21638     layout: "plot-latency"
21639
21640 ################################################################################
21641
21642 # Packet Latency - VPP SRv6 3n-hsw-x520
21643 - type: "plot"
21644   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21645   algorithm: "plot_latency_error_bars"
21646   output-file-type: ".html"
21647   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21648   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21649   filter: "'NIC_Intel-X520-DA2' and
21650            '78B' and
21651            'FEATURE' and
21652            'NDRPDR' and
21653            '1T1C' and
21654            'IP6FWD' and
21655            'SRv6'"
21656   parameters:
21657   - "latency"
21658   - "parent"
21659   - "tags"
21660   layout:
21661     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21662     layout: "plot-latency"
21663
21664 - type: "plot"
21665   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21666   algorithm: "plot_latency_error_bars"
21667   output-file-type: ".html"
21668   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21669   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21670   filter: "'NIC_Intel-X520-DA2' and
21671            '78B' and
21672            'FEATURE' and
21673            'NDRPDR' and
21674            '2T2C' and
21675            'IP6FWD' and
21676            'SRv6'"
21677   parameters:
21678   - "latency"
21679   - "parent"
21680   - "tags"
21681   layout:
21682     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21683     layout: "plot-latency"
21684
21685 ################################################################################
21686
21687 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21688 - type: "plot"
21689   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21690   algorithm: "plot_latency_error_bars"
21691   output-file-type: ".html"
21692   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21693   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21694   filter: "'NIC_Intel-X520-DA2' and
21695            '64B' and
21696            'NDRPDR' and
21697            'ETH' and
21698            'IP4FWD' and
21699            '1T1C' and
21700            'VHOST_1024' and
21701            not 'VXLAN' and
21702            not 'DOT1Q'"
21703   parameters:
21704   - "latency"
21705   - "parent"
21706   - "tags"
21707   sort:
21708   - "not CFS_OPT"
21709   - "1VM"
21710   - "2VM"
21711   layout:
21712     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21713     layout: "plot-latency"
21714
21715 - type: "plot"
21716   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21717   algorithm: "plot_latency_error_bars"
21718   output-file-type: ".html"
21719   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21720   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21721   filter: "'NIC_Intel-X520-DA2' and
21722            '64B' and
21723            'NDRPDR' and
21724            'ETH' and
21725            'IP4FWD' and
21726            '2T2C' and
21727            'VHOST_1024' and
21728            not 'VXLAN' and
21729            not 'DOT1Q'"
21730   parameters:
21731   - "latency"
21732   - "parent"
21733   - "tags"
21734   sort:
21735   - "not CFS_OPT"
21736   - "1VM"
21737   - "2VM"
21738   layout:
21739     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21740     layout: "plot-latency"
21741
21742 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
21743 - type: "plot"
21744   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21745   algorithm: "plot_latency_error_bars"
21746   output-file-type: ".html"
21747   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21748   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21749   filter: "'NIC_Intel-X520-DA2' and
21750            '64B' and
21751            'NDRPDR' and
21752            ('ETH' or 'DOT1Q') and
21753            'BASE' and
21754            '1T1C' and
21755            ('L2BDMACLRN' or 'L2XCFWD') and
21756            'VHOST_1024' and
21757            not 'VXLAN' and
21758            not 'IP4FWD' and
21759            not '2VM'"
21760   parameters:
21761   - "latency"
21762   - "parent"
21763   - "tags"
21764   sort:
21765   - "L2BDMACLRN"
21766   - "L2BDMACLRN"
21767   - "L2BDMACLRN"
21768   - "L2XCFWD"
21769   - "L2XCFWD"
21770   - "L2XCFWD"
21771   layout:
21772     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21773     layout: "plot-latency"
21774
21775 - type: "plot"
21776   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21777   algorithm: "plot_latency_error_bars"
21778   output-file-type: ".html"
21779   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21780   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21781   filter: "'NIC_Intel-X520-DA2' and
21782            '64B' and
21783            'NDRPDR' and
21784            ('ETH' or 'DOT1Q') and
21785            'BASE' and
21786            '2T2C' and
21787            ('L2BDMACLRN' or 'L2XCFWD') and
21788            'VHOST_1024' and
21789            not 'VXLAN' and
21790            not 'IP4FWD' and
21791            not '2VM'"
21792   parameters:
21793   - "latency"
21794   - "parent"
21795   - "tags"
21796   sort:
21797   - "L2BDMACLRN"
21798   - "L2BDMACLRN"
21799   - "L2BDMACLRN"
21800   - "L2XCFWD"
21801   - "L2XCFWD"
21802   - "L2XCFWD"
21803   layout:
21804     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21805     layout: "plot-latency"
21806
21807 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
21808 - type: "plot"
21809   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21810   algorithm: "plot_latency_error_bars"
21811   output-file-type: ".html"
21812   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21813   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21814   filter: "'NIC_Intel-X520-DA2' and
21815            '64B' and
21816            'NDRPDR' and
21817            ('ETH' or 'DOT1Q') and
21818            '1T1C' and
21819            ('L2BDMACLRN' or 'L2XCFWD') and
21820            'VHOST_1024' and
21821            not 'CFS_OPT' and
21822            not 'DOT1Q' and
21823            not 'VXLAN' and
21824            not 'IP4FWD' and
21825            not 'LBOND'"
21826   parameters:
21827   - "latency"
21828   - "parent"
21829   - "tags"
21830 #  sort:
21831 #  - "1VM"
21832 #  - "L2XCFWD"
21833 #  - "1VM"
21834 #  - "L2BDMACLRN"
21835   layout:
21836     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
21837     layout: "plot-latency"
21838
21839 - type: "plot"
21840   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21841   algorithm: "plot_latency_error_bars"
21842   output-file-type: ".html"
21843   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21844   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21845   filter: "'NIC_Intel-X520-DA2' and
21846            '64B' and
21847            'NDRPDR' and
21848            ('ETH' or 'DOT1Q') and
21849            '2T2C' and
21850            ('L2BDMACLRN' or 'L2XCFWD') and
21851            'VHOST_1024' and
21852            not 'CFS_OPT' and
21853            not 'DOT1Q' and
21854            not 'VXLAN' and
21855            not 'IP4FWD' and
21856            not 'LBOND'"
21857   parameters:
21858   - "latency"
21859   - "parent"
21860   - "tags"
21861 #  sort:
21862 #  - "1VM"
21863 #  - "L2XCFWD"
21864 #  - "1VM"
21865 #  - "L2BDMACLRN"
21866   layout:
21867     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
21868     layout: "plot-latency"
21869
21870 # Packet Latency - VPP vhost ip4 3n-hsw-x710
21871 - type: "plot"
21872   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21873   algorithm: "plot_latency_error_bars"
21874   output-file-type: ".html"
21875   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21876   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21877   filter: "'NIC_Intel-X710' and
21878            '64B' and
21879            'NDRPDR' and
21880            'ETH' and
21881            'IP4FWD' and
21882            '1T1C' and
21883            'VHOST_1024' and
21884            not 'VXLAN' and
21885            not 'CFS_OPT' and
21886            not 'DOT1Q'"
21887   parameters:
21888   - "latency"
21889   - "parent"
21890   - "tags"
21891   sort:
21892   - "1VM"
21893   - "2VM"
21894   layout:
21895     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21896     layout: "plot-latency"
21897
21898 - type: "plot"
21899   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21900   algorithm: "plot_latency_error_bars"
21901   output-file-type: ".html"
21902   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21903   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21904   filter: "'NIC_Intel-X710' and
21905            '64B' and
21906            'NDRPDR' and
21907            'ETH' and
21908            'IP4FWD' and
21909            '2T2C' and
21910            'VHOST_1024' and
21911            not 'VXLAN' and
21912            not 'CFS_OPT' and
21913            not 'DOT1Q'"
21914   parameters:
21915   - "latency"
21916   - "parent"
21917   - "tags"
21918   sort:
21919   - "1VM"
21920   - "2VM"
21921   layout:
21922     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21923     layout: "plot-latency"
21924
21925 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
21926 - type: "plot"
21927   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21928   algorithm: "plot_latency_error_bars"
21929   output-file-type: ".html"
21930   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21931   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21932   filter: "'NIC_Intel-X710' and
21933            '64B' and
21934            'NDRPDR' and
21935            ('ETH' or 'DOT1Q') and
21936            'BASE' and
21937            '1T1C' and
21938            ('L2BDMACLRN' or 'L2XCFWD') and
21939            'VHOST_1024' and
21940            not 'VXLAN' and
21941            not 'IP4FWD' and
21942            not '2VM'"
21943   parameters:
21944   - "latency"
21945   - "parent"
21946   - "tags"
21947   sort:
21948   - "L2BDMACLRN"
21949   - "L2BDMACLRN"
21950   - "L2BDMACLRN"
21951   - "L2XCFWD"
21952   - "L2XCFWD"
21953   - "L2XCFWD"
21954   layout:
21955     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21956     layout: "plot-latency"
21957
21958 - type: "plot"
21959   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21960   algorithm: "plot_latency_error_bars"
21961   output-file-type: ".html"
21962   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21963   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21964   filter: "'NIC_Intel-X710' and
21965            '64B' and
21966            'NDRPDR' and
21967            ('ETH' or 'DOT1Q') and
21968            'BASE' and
21969            '2T2C' and
21970            ('L2BDMACLRN' or 'L2XCFWD') and
21971            'VHOST_1024' and
21972            not 'VXLAN' and
21973            not 'IP4FWD' and
21974            not '2VM'"
21975   parameters:
21976   - "latency"
21977   - "parent"
21978   - "tags"
21979   sort:
21980   - "L2BDMACLRN"
21981   - "L2BDMACLRN"
21982   - "L2BDMACLRN"
21983   - "L2XCFWD"
21984   - "L2XCFWD"
21985   - "L2XCFWD"
21986   layout:
21987     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21988     layout: "plot-latency"
21989
21990 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
21991 - type: "plot"
21992   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21993   algorithm: "plot_latency_error_bars"
21994   output-file-type: ".html"
21995   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21996   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21997   filter: "'NIC_Intel-X710' and
21998            '64B' and
21999            'NDRPDR' and
22000            ('ETH' or 'DOT1Q') and
22001            '1T1C' and
22002            ('L2BDMACLRN' or 'L2XCFWD') and
22003            'VHOST_1024' and
22004            not 'CFS_OPT' and
22005            not 'VXLAN' and
22006            not 'IP4FWD' and
22007            not 'LBOND'"
22008   parameters:
22009   - "latency"
22010   - "parent"
22011   - "tags"
22012   sort:
22013   - "L2BDMACLRN"
22014   - "L2BDMACLRN"
22015   - "L2BDMACLRN"
22016   - "L2XCFWD"
22017   - "L2XCFWD"
22018   - "L2XCFWD"
22019   layout:
22020     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
22021     layout: "plot-latency"
22022
22023 - type: "plot"
22024   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
22025   algorithm: "plot_latency_error_bars"
22026   output-file-type: ".html"
22027   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
22028   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22029   filter: "'NIC_Intel-X710' and
22030            '64B' and
22031            'NDRPDR' and
22032            ('ETH' or 'DOT1Q') and
22033            '2T2C' and
22034            ('L2BDMACLRN' or 'L2XCFWD') and
22035            'VHOST_1024' and
22036            not 'CFS_OPT' and
22037            not 'VXLAN' and
22038            not 'IP4FWD' and
22039            not 'LBOND'"
22040   parameters:
22041   - "latency"
22042   - "parent"
22043   - "tags"
22044   sort:
22045   - "L2BDMACLRN"
22046   - "L2BDMACLRN"
22047   - "L2BDMACLRN"
22048   - "L2XCFWD"
22049   - "L2XCFWD"
22050   - "L2XCFWD"
22051   layout:
22052     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
22053     layout: "plot-latency"
22054
22055 # Packet Latency - VPP vhost ip4 3n-skx-x710
22056 - type: "plot"
22057   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22058   algorithm: "plot_latency_error_bars"
22059   output-file-type: ".html"
22060   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22061   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22062   filter: "'NIC_Intel-X710' and
22063            '64B' and
22064            'NDRPDR' and
22065            'ETH' and
22066            'IP4FWD' and
22067            '2T1C' and
22068            'VHOST_1024' and
22069            not 'VXLAN' and
22070            not 'DOT1Q'"
22071   parameters:
22072   - "latency"
22073   - "parent"
22074   - "tags"
22075   sort:
22076   - "1VM"
22077   - "2VM"
22078   layout:
22079     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22080     layout: "plot-latency"
22081
22082 - type: "plot"
22083   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22084   algorithm: "plot_latency_error_bars"
22085   output-file-type: ".html"
22086   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22087   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22088   filter: "'NIC_Intel-X710' and
22089            '64B' and
22090            'NDRPDR' and
22091            'ETH' and
22092            'IP4FWD' and
22093            '4T2C' and
22094            'VHOST_1024' and
22095            not 'VXLAN' and
22096            not 'DOT1Q'"
22097   parameters:
22098   - "latency"
22099   - "parent"
22100   - "tags"
22101   sort:
22102   - "1VM"
22103   - "2VM"
22104   layout:
22105     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22106     layout: "plot-latency"
22107
22108 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22109 - type: "plot"
22110   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22111   algorithm: "plot_latency_error_bars"
22112   output-file-type: ".html"
22113   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22114   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22115   filter: "'NIC_Intel-X710' and
22116            '64B' and
22117            'NDRPDR' and
22118            ('ETH' or 'DOT1Q') and
22119            'BASE' and
22120            '2T1C' and
22121            ('L2BDMACLRN' or 'L2XCFWD') and
22122            'VHOST_1024' and
22123            not 'VXLAN' and
22124            not 'IP4FWD' and
22125            not '2VM'"
22126   parameters:
22127   - "latency"
22128   - "parent"
22129   - "tags"
22130   sort:
22131   - "L2BDMACLRN"
22132   - "L2BDMACLRN"
22133   - "L2BDMACLRN"
22134   - "L2XCFWD"
22135   - "L2XCFWD"
22136   - "L2XCFWD"
22137   layout:
22138     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
22139     layout: "plot-latency"
22140
22141 - type: "plot"
22142   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22143   algorithm: "plot_latency_error_bars"
22144   output-file-type: ".html"
22145   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22146   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22147   filter: "'NIC_Intel-X710' and
22148            '64B' and
22149            'NDRPDR' and
22150            ('ETH' or 'DOT1Q') and
22151            'BASE' and
22152            '4T2C' and
22153            ('L2BDMACLRN' or 'L2XCFWD') and
22154            'VHOST_1024' and
22155            not 'VXLAN' and
22156            not 'IP4FWD' and
22157            not '2VM'"
22158   parameters:
22159   - "latency"
22160   - "parent"
22161   - "tags"
22162   sort:
22163   - "L2BDMACLRN"
22164   - "L2BDMACLRN"
22165   - "L2BDMACLRN"
22166   - "L2XCFWD"
22167   - "L2XCFWD"
22168   - "L2XCFWD"
22169   layout:
22170     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
22171     layout: "plot-latency"
22172
22173 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22174 - type: "plot"
22175   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22176   algorithm: "plot_latency_error_bars"
22177   output-file-type: ".html"
22178   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22179   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22180   filter: "'NIC_Intel-X710' and
22181            '64B' and
22182            'NDRPDR' and
22183            ('ETH' or 'DOT1Q') and
22184            '2T1C' and
22185            ('L2BDMACLRN' or 'L2XCFWD') and
22186            'VHOST_1024' and
22187            not 'CFS_OPT' and
22188            not 'VXLAN' and
22189            not 'IP4FWD' and
22190            not 'LBOND'"
22191   parameters:
22192   - "latency"
22193   - "parent"
22194   - "tags"
22195   sort:
22196   - "L2BDMACLRN"
22197   - "L2BDMACLRN"
22198   - "L2BDMACLRN"
22199   - "L2XCFWD"
22200   - "L2XCFWD"
22201   - "L2XCFWD"
22202   layout:
22203     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
22204     layout: "plot-latency"
22205
22206 - type: "plot"
22207   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22208   algorithm: "plot_latency_error_bars"
22209   output-file-type: ".html"
22210   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22212   filter: "'NIC_Intel-X710' and
22213            '64B' and
22214            'NDRPDR' and
22215            ('ETH' or 'DOT1Q') and
22216            '4T2C' and
22217            ('L2BDMACLRN' or 'L2XCFWD') and
22218            'VHOST_1024' and
22219            not 'CFS_OPT' and
22220            not 'VXLAN' and
22221            not 'IP4FWD' and
22222            not 'LBOND'"
22223   parameters:
22224   - "latency"
22225   - "parent"
22226   - "tags"
22227   sort:
22228   - "L2BDMACLRN"
22229   - "L2BDMACLRN"
22230   - "L2BDMACLRN"
22231   - "L2XCFWD"
22232   - "L2XCFWD"
22233   - "L2XCFWD"
22234   layout:
22235     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
22236     layout: "plot-latency"
22237
22238 # Packet Latency - VPP vhost ip4 2n-skx-x710
22239 - type: "plot"
22240   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22241   algorithm: "plot_latency_error_bars"
22242   output-file-type: ".html"
22243   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22244   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22245   filter: "'NIC_Intel-X710' and
22246            '64B' and
22247            'NDRPDR' and
22248            'ETH' and
22249            'IP4FWD' and
22250            '2T1C' and
22251            'VHOST_1024' and
22252            not 'VXLAN' and
22253            not 'NF_DENSITY' and
22254            not 'CFS_OPT' and
22255            not 'DOT1Q'"
22256   parameters:
22257   - "latency"
22258   - "parent"
22259   - "tags"
22260   sort:
22261   - "1VM"
22262   - "2VM"
22263   layout:
22264     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22265     layout: "plot-latency"
22266
22267 - type: "plot"
22268   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22269   algorithm: "plot_latency_error_bars"
22270   output-file-type: ".html"
22271   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22272   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22273   filter: "'NIC_Intel-X710' and
22274            '64B' and
22275            'NDRPDR' and
22276            'ETH' and
22277            'IP4FWD' and
22278            '4T2C' and
22279            'VHOST_1024' and
22280            not 'VXLAN' and
22281            not 'NF_DENSITY' and
22282            not 'CFS_OPT' and
22283            not 'DOT1Q'"
22284   parameters:
22285   - "latency"
22286   - "parent"
22287   - "tags"
22288   sort:
22289   - "1VM"
22290   - "2VM"
22291   layout:
22292     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22293     layout: "plot-latency"
22294
22295 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22296 - type: "plot"
22297   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22298   algorithm: "plot_latency_error_bars"
22299   output-file-type: ".html"
22300   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22301   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22302   filter: "'NIC_Intel-X710' and
22303            '64B' and
22304            'NDRPDR' and
22305            ('ETH' or 'DOT1Q') and
22306            'BASE' and
22307            '2T1C' and
22308            ('L2BDMACLRN' or 'L2XCFWD') and
22309            'VHOST_1024' and
22310            not 'VXLAN' and
22311            not 'NF_DENSITY' and
22312            not 'IP4FWD' and
22313            not '2VM'"
22314   parameters:
22315   - "latency"
22316   - "parent"
22317   - "tags"
22318 #  sort:
22319 #  - "not CFS_OPT"
22320 #  - "L2XCFWD"
22321 #  - "not CFS_OPT"
22322 #  - "CFS_OPT"
22323   layout:
22324     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
22325     layout: "plot-latency"
22326
22327 - type: "plot"
22328   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22329   algorithm: "plot_latency_error_bars"
22330   output-file-type: ".html"
22331   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22332   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22333   filter: "'NIC_Intel-X710' and
22334            '64B' and
22335            'NDRPDR' and
22336            ('ETH' or 'DOT1Q') and
22337            'BASE' and
22338            '4T2C' and
22339            ('L2BDMACLRN' or 'L2XCFWD') and
22340            'VHOST_1024' and
22341            not 'VXLAN' and
22342            not 'NF_DENSITY' and
22343            not 'IP4FWD' and
22344            not '2VM'"
22345   parameters:
22346   - "latency"
22347   - "parent"
22348   - "tags"
22349 #  sort:
22350 #  - "not CFS_OPT"
22351 #  - "L2XCFWD"
22352 #  - "not CFS_OPT"
22353 #  - "CFS_OPT"
22354   layout:
22355     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
22356     layout: "plot-latency"
22357
22358 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
22359 - type: "plot"
22360   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22361   algorithm: "plot_latency_error_bars"
22362   output-file-type: ".html"
22363   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22364   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22365   filter: "'NIC_Intel-X710' and
22366            '64B' and
22367            'NDRPDR' and
22368            ('ETH' or 'DOT1Q') and
22369            '2T1C' and
22370            ('L2BDMACLRN' or 'L2XCFWD') and
22371            'VHOST_1024' and
22372            not 'CFS_OPT' and
22373            not 'VXLAN' and
22374            not 'NF_DENSITY' and
22375            not 'DOT1Q' and
22376            not 'IP4FWD'"
22377   parameters:
22378   - "latency"
22379   - "parent"
22380   - "tags"
22381 #  sort:
22382 #  - "1VM"
22383 #  - "L2XCFWD"
22384 #  - "1VM"
22385 #  - "L2BDMACLRN"
22386   layout:
22387     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
22388     layout: "plot-latency"
22389
22390 - type: "plot"
22391   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22392   algorithm: "plot_latency_error_bars"
22393   output-file-type: ".html"
22394   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22395   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22396   filter: "'NIC_Intel-X710' and
22397            '64B' and
22398            'NDRPDR' and
22399            ('ETH' or 'DOT1Q') and
22400            '4T2C' and
22401            ('L2BDMACLRN' or 'L2XCFWD') and
22402            'VHOST_1024' and
22403            not 'CFS_OPT' and
22404            not 'VXLAN' and
22405            not 'NF_DENSITY' and
22406            not 'DOT1Q' and
22407            not 'IP4FWD'"
22408   parameters:
22409   - "latency"
22410   - "parent"
22411   - "tags"
22412 #  sort:
22413 #  - "1VM"
22414 #  - "L2XCFWD"
22415 #  - "1VM"
22416 #  - "L2BDMACLRN"
22417   layout:
22418     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
22419     layout: "plot-latency"
22420
22421 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
22422 - type: "plot"
22423   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22424   algorithm: "plot_latency_error_bars"
22425   output-file-type: ".html"
22426   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22427   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22428   filter: "'NIC_Intel-XXV710' and
22429            '64B' and
22430            'NDRPDR' and
22431            'ETH' and
22432            'IP4FWD' and
22433            '2T1C' and
22434            'VHOST_1024' and
22435            not 'VXLAN' and
22436            not 'CFS_OPT' and
22437            not 'DOT1Q'"
22438   parameters:
22439   - "latency"
22440   - "parent"
22441   - "tags"
22442   sort:
22443   - "not CFS_OPT"
22444   - "1VM"
22445   - "2VM"
22446   layout:
22447     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22448     layout: "plot-latency"
22449
22450 - type: "plot"
22451   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22452   algorithm: "plot_latency_error_bars"
22453   output-file-type: ".html"
22454   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22455   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22456   filter: "'NIC_Intel-XXV710' and
22457            '64B' and
22458            'NDRPDR' and
22459            'ETH' and
22460            'IP4FWD' and
22461            '4T2C' and
22462            'VHOST_1024' and
22463            not 'VXLAN' and
22464            not 'CFS_OPT' and
22465            not 'DOT1Q'"
22466   parameters:
22467   - "latency"
22468   - "parent"
22469   - "tags"
22470   sort:
22471   - "not CFS_OPT"
22472   - "1VM"
22473   - "2VM"
22474   layout:
22475     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22476     layout: "plot-latency"
22477
22478 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
22479 #- type: "plot"
22480 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22481 #  algorithm: "plot_latency_error_bars"
22482 #  output-file-type: ".html"
22483 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22484 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22485 #  filter: "'NIC_Intel-XXV710' and
22486 #           '64B' and
22487 #           'NDRPDR' and
22488 #           ('ETH' or 'DOT1Q') and
22489 #           'BASE' and
22490 #           '2T1C' and
22491 #           ('L2BDMACLRN' or 'L2XCFWD') and
22492 #           'VHOST_1024' and
22493 #           not 'VXLAN' and
22494 #           not 'IP4FWD' and
22495 #           not '2VM'"
22496 #  parameters:
22497 #  - "latency"
22498 #  - "parent"
22499 #  - "tags"
22500 ##  sort:
22501 ##  - "not CFS_OPT"
22502 ##  - "L2XCFWD"
22503 ##  - "not CFS_OPT"
22504 ##  - "CFS_OPT"
22505 #  layout:
22506 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
22507 #    layout: "plot-latency"
22508 #
22509 #- type: "plot"
22510 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22511 #  algorithm: "plot_latency_error_bars"
22512 #  output-file-type: ".html"
22513 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22514 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22515 #  filter: "'NIC_Intel-XXV710' and
22516 #           '64B' and
22517 #           'NDRPDR' and
22518 #           ('ETH' or 'DOT1Q') and
22519 #           'BASE' and
22520 #           '4T2C' and
22521 #           ('L2BDMACLRN' or 'L2XCFWD') and
22522 #           'VHOST_1024' and
22523 #           not 'VXLAN' and
22524 #           not 'IP4FWD' and
22525 #           not '2VM'"
22526 #  parameters:
22527 #  - "latency"
22528 #  - "parent"
22529 #  - "tags"
22530 ##  sort:
22531 ##  - "not CFS_OPT"
22532 ##  - "L2XCFWD"
22533 ##  - "not CFS_OPT"
22534 ##  - "CFS_OPT"
22535 #  layout:
22536 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
22537 #    layout: "plot-latency"
22538 #
22539 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
22540 #- type: "plot"
22541 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22542 #  algorithm: "plot_latency_error_bars"
22543 #  output-file-type: ".html"
22544 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22545 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22546 #  filter: "'NIC_Intel-XXV710' and
22547 #           '64B' and
22548 #           'NDRPDR' and
22549 #           ('ETH' or 'DOT1Q') and
22550 #           '2T1C' and
22551 #           ('L2BDMACLRN' or 'L2XCFWD') and
22552 #           'VHOST_1024' and
22553 #           not 'CFS_OPT' and
22554 #           not 'VXLAN' and
22555 #           not 'DOT1Q' and
22556 #           not 'IP4FWD'"
22557 #  parameters:
22558 #  - "latency"
22559 #  - "parent"
22560 #  - "tags"
22561 ##  sort:
22562 ##  - "1VM"
22563 ##  - "L2XCFWD"
22564 ##  - "1VM"
22565 ##  - "L2BDMACLRN"
22566 #  layout:
22567 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
22568 #    layout: "plot-latency"
22569 #
22570 #- type: "plot"
22571 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22572 #  algorithm: "plot_latency_error_bars"
22573 #  output-file-type: ".html"
22574 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22575 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22576 #  filter: "'NIC_Intel-XXV710' and
22577 #           '64B' and
22578 #           'NDRPDR' and
22579 #           ('ETH' or 'DOT1Q') and
22580 #           '4T2C' and
22581 #           ('L2BDMACLRN' or 'L2XCFWD') and
22582 #           'VHOST_1024' and
22583 #           not 'CFS_OPT' and
22584 #           not 'VXLAN' and
22585 #           not 'DOT1Q' and
22586 #           not 'IP4FWD'"
22587 #  parameters:
22588 #  - "latency"
22589 #  - "parent"
22590 #  - "tags"
22591 ##  sort:
22592 ##  - "1VM"
22593 ##  - "L2XCFWD"
22594 ##  - "1VM"
22595 ##  - "L2BDMACLRN"
22596 #  layout:
22597 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
22598 #    layout: "plot-latency"
22599
22600 ################################################################################
22601
22602 # Packet Latency - VPP VTS 3n-hsw-x520
22603 - type: "plot"
22604   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22605   algorithm: "plot_latency_error_bars"
22606   output-file-type: ".html"
22607   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22608   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22609   filter: "'NIC_Intel-X520-DA2' and
22610            '114B' and
22611            'NDRPDR' and
22612            '1T1C' and
22613            'VTS'"
22614   parameters:
22615   - "latency"
22616   - "parent"
22617   - "tags"
22618   layout:
22619     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
22620     layout: "plot-latency"
22621
22622 - type: "plot"
22623   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22624   algorithm: "plot_latency_error_bars"
22625   output-file-type: ".html"
22626   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22627   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22628   filter: "'NIC_Intel-X520-DA2' and
22629            '114B' and
22630            'NDRPDR' and
22631            '2T2C' and
22632            'VTS'"
22633   parameters:
22634   - "latency"
22635   - "parent"
22636   - "tags"
22637   layout:
22638     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
22639     layout: "plot-latency"
22640
22641 ################################################################################
22642
22643 # Packet Latency - DPDK l3fwd 3n-hsw-x520
22644 - type: "plot"
22645   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22646   algorithm: "plot_latency_error_bars"
22647   output-file-type: ".html"
22648   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22649   data: "plot-dpdk-throughput-latency-3n-hsw"
22650   filter: "'NIC_Intel-X520-DA2' and
22651            '64B' and
22652            'BASE' and
22653            'NDRPDR' and
22654            '1T1C' and
22655            'IP4FWD'"
22656   parameters:
22657   - "latency"
22658   - "parent"
22659   - "tags"
22660   layout:
22661     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
22662     layout: "plot-latency"
22663
22664 - type: "plot"
22665   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22666   algorithm: "plot_latency_error_bars"
22667   output-file-type: ".html"
22668   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22669   data: "plot-dpdk-throughput-latency-3n-hsw"
22670   filter: "'NIC_Intel-X520-DA2' and
22671            '64B' and
22672            'BASE' and
22673            'NDRPDR' and
22674            '2T2C' and
22675            'IP4FWD'"
22676   parameters:
22677   - "latency"
22678   - "parent"
22679   - "tags"
22680   layout:
22681     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
22682     layout: "plot-latency"
22683
22684 # Packet Latency - DPDK l3fwd 3n-hsw-x710
22685 - type: "plot"
22686   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22687   algorithm: "plot_latency_error_bars"
22688   output-file-type: ".html"
22689   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22690   data: "plot-dpdk-throughput-latency-3n-hsw"
22691   filter: "'NIC_Intel-X710' and
22692            '64B' and
22693            'BASE' and
22694            'NDRPDR' and
22695            '1T1C' and
22696            'IP4FWD'"
22697   parameters:
22698   - "latency"
22699   - "parent"
22700   - "tags"
22701   layout:
22702     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
22703     layout: "plot-latency"
22704
22705 - type: "plot"
22706   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22707   algorithm: "plot_latency_error_bars"
22708   output-file-type: ".html"
22709   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22710   data: "plot-dpdk-throughput-latency-3n-hsw"
22711   filter: "'NIC_Intel-X710' and
22712            '64B' and
22713            'BASE' and
22714            'NDRPDR' and
22715            '2T2C' and
22716            'IP4FWD'"
22717   parameters:
22718   - "latency"
22719   - "parent"
22720   - "tags"
22721   layout:
22722     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
22723     layout: "plot-latency"
22724
22725 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
22726 - type: "plot"
22727   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22728   algorithm: "plot_latency_error_bars"
22729   output-file-type: ".html"
22730   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22731   data: "plot-dpdk-throughput-latency-3n-hsw"
22732   filter: "'NIC_Intel-XL710' and
22733            '64B' and
22734            'BASE' and
22735            'NDRPDR' and
22736            '1T1C' and
22737            'IP4FWD'"
22738   parameters:
22739   - "latency"
22740   - "parent"
22741   - "tags"
22742   layout:
22743     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
22744     layout: "plot-latency"
22745
22746 - type: "plot"
22747   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22748   algorithm: "plot_latency_error_bars"
22749   output-file-type: ".html"
22750   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22751   data: "plot-dpdk-throughput-latency-3n-hsw"
22752   filter: "'NIC_Intel-XL710' and
22753            '64B' and
22754            'BASE' and
22755            'NDRPDR' and
22756            '2T2C' and
22757            'IP4FWD'"
22758   parameters:
22759   - "latency"
22760   - "parent"
22761   - "tags"
22762   layout:
22763     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
22764     layout: "plot-latency"
22765
22766 # Packet Latency - DPDK l3fwd 3n-skx-x710
22767 - type: "plot"
22768   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22769   algorithm: "plot_latency_error_bars"
22770   output-file-type: ".html"
22771   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22772   data: "plot-dpdk-throughput-latency-3n-skx"
22773   filter: "'NIC_Intel-X710' and
22774            '64B' and
22775            'BASE' and
22776            'NDRPDR' and
22777            '2T1C' and
22778            'IP4FWD'"
22779   parameters:
22780   - "latency"
22781   - "parent"
22782   - "tags"
22783   layout:
22784     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
22785     layout: "plot-latency"
22786
22787 - type: "plot"
22788   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22789   algorithm: "plot_latency_error_bars"
22790   output-file-type: ".html"
22791   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22792   data: "plot-dpdk-throughput-latency-3n-skx"
22793   filter: "'NIC_Intel-X710' and
22794            '64B' and
22795            'BASE' and
22796            'NDRPDR' and
22797            '4T2C' and
22798            'IP4FWD'"
22799   parameters:
22800   - "latency"
22801   - "parent"
22802   - "tags"
22803   layout:
22804     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
22805     layout: "plot-latency"
22806
22807 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
22808 - type: "plot"
22809   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22810   algorithm: "plot_latency_error_bars"
22811   output-file-type: ".html"
22812   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22813   data: "plot-dpdk-throughput-latency-3n-skx"
22814   filter: "'NIC_Intel-XXV710' and
22815            '64B' and
22816            'BASE' and
22817            'NDRPDR' and
22818            '2T1C' and
22819            'IP4FWD'"
22820   parameters:
22821   - "latency"
22822   - "parent"
22823   - "tags"
22824   layout:
22825     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
22826     layout: "plot-latency"
22827
22828 - type: "plot"
22829   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22830   algorithm: "plot_latency_error_bars"
22831   output-file-type: ".html"
22832   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22833   data: "plot-dpdk-throughput-latency-3n-skx"
22834   filter: "'NIC_Intel-XXV710' and
22835            '64B' and
22836            'BASE' and
22837            'NDRPDR' and
22838            '4T2C' and
22839            'IP4FWD'"
22840   parameters:
22841   - "latency"
22842   - "parent"
22843   - "tags"
22844   layout:
22845     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
22846     layout: "plot-latency"
22847
22848 # Packet Latency - DPDK l3fwd 2n-skx-x710
22849 - type: "plot"
22850   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22851   algorithm: "plot_latency_error_bars"
22852   output-file-type: ".html"
22853   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22854   data: "plot-dpdk-throughput-latency-2n-skx"
22855   filter: "'NIC_Intel-X710' and
22856            '64B' and
22857            'BASE' and
22858            'NDRPDR' and
22859            '2T1C' and
22860            'IP4FWD'"
22861   parameters:
22862   - "latency"
22863   - "parent"
22864   - "tags"
22865   layout:
22866     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
22867     layout: "plot-latency"
22868
22869 - type: "plot"
22870   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22871   algorithm: "plot_latency_error_bars"
22872   output-file-type: ".html"
22873   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22874   data: "plot-dpdk-throughput-latency-2n-skx"
22875   filter: "'NIC_Intel-X710' and
22876            '64B' and
22877            'BASE' and
22878            'NDRPDR' and
22879            '4T2C' and
22880            'IP4FWD'"
22881   parameters:
22882   - "latency"
22883   - "parent"
22884   - "tags"
22885   layout:
22886     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
22887     layout: "plot-latency"
22888
22889 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
22890 - type: "plot"
22891   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22892   algorithm: "plot_latency_error_bars"
22893   output-file-type: ".html"
22894   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22895   data: "plot-dpdk-throughput-latency-2n-skx"
22896   filter: "'NIC_Intel-XXV710' and
22897            '64B' and
22898            'BASE' and
22899            'NDRPDR' and
22900            '2T1C' and
22901            'IP4FWD'"
22902   parameters:
22903   - "latency"
22904   - "parent"
22905   - "tags"
22906   layout:
22907     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
22908     layout: "plot-latency"
22909
22910 - type: "plot"
22911   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22912   algorithm: "plot_latency_error_bars"
22913   output-file-type: ".html"
22914   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22915   data: "plot-dpdk-throughput-latency-2n-skx"
22916   filter: "'NIC_Intel-XXV710' and
22917            '64B' and
22918            'BASE' and
22919            'NDRPDR' and
22920            '4T2C' and
22921            'IP4FWD'"
22922   parameters:
22923   - "latency"
22924   - "parent"
22925   - "tags"
22926   layout:
22927     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
22928     layout: "plot-latency"
22929
22930 ################################################################################
22931
22932 # Packet Latency - DPDK testpmd 3n-hsw-x520
22933 - type: "plot"
22934   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22935   algorithm: "plot_latency_error_bars"
22936   output-file-type: ".html"
22937   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22938   data: "plot-dpdk-throughput-latency-3n-hsw"
22939   filter: "'NIC_Intel-X520-DA2' and
22940            '64B' and
22941            'BASE' and
22942            'NDRPDR' and
22943            '1T1C' and
22944            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22945   parameters:
22946   - "latency"
22947   - "parent"
22948   - "tags"
22949   layout:
22950     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
22951     layout: "plot-latency"
22952
22953 - type: "plot"
22954   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22955   algorithm: "plot_latency_error_bars"
22956   output-file-type: ".html"
22957   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22958   data: "plot-dpdk-throughput-latency-3n-hsw"
22959   filter: "'NIC_Intel-X520-DA2' and
22960            '64B' and
22961            'BASE' and
22962            'NDRPDR' and
22963            '2T2C' and
22964            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22965   parameters:
22966   - "latency"
22967   - "parent"
22968   - "tags"
22969   layout:
22970     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
22971     layout: "plot-latency"
22972
22973 # Packet Latency - DPDK testpmd 3n-hsw-x710
22974 - type: "plot"
22975   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22976   algorithm: "plot_latency_error_bars"
22977   output-file-type: ".html"
22978   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22979   data: "plot-dpdk-throughput-latency-3n-hsw"
22980   filter: "'NIC_Intel-X710' and
22981            '64B' and
22982            'BASE' and
22983            'NDRPDR' and
22984            '1T1C' and
22985            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22986   parameters:
22987   - "latency"
22988   - "parent"
22989   - "tags"
22990   layout:
22991     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
22992     layout: "plot-latency"
22993
22994 - type: "plot"
22995   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22996   algorithm: "plot_latency_error_bars"
22997   output-file-type: ".html"
22998   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22999   data: "plot-dpdk-throughput-latency-3n-hsw"
23000   filter: "'NIC_Intel-X710' and
23001            '64B' and
23002            'BASE' and
23003            'NDRPDR' and
23004            '2T2C' and
23005            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23006   parameters:
23007   - "latency"
23008   - "parent"
23009   - "tags"
23010   layout:
23011     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
23012     layout: "plot-latency"
23013
23014 # Packet Latency - DPDK testpmd 3n-hsw-xl710
23015 - type: "plot"
23016   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23017   algorithm: "plot_latency_error_bars"
23018   output-file-type: ".html"
23019   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23020   data: "plot-dpdk-throughput-latency-3n-hsw"
23021   filter: "'NIC_Intel-XL710' and
23022            '64B' and
23023            'BASE' and
23024            'NDRPDR' and
23025            '1T1C' and
23026            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23027   parameters:
23028   - "latency"
23029   - "parent"
23030   - "tags"
23031   layout:
23032     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
23033     layout: "plot-latency"
23034
23035 - type: "plot"
23036   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23037   algorithm: "plot_latency_error_bars"
23038   output-file-type: ".html"
23039   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23040   data: "plot-dpdk-throughput-latency-3n-hsw"
23041   filter: "'NIC_Intel-XL710' and
23042            '64B' and
23043            'BASE' and
23044            'NDRPDR' and
23045            '2T2C' and
23046            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23047   parameters:
23048   - "latency"
23049   - "parent"
23050   - "tags"
23051   layout:
23052     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
23053     layout: "plot-latency"
23054
23055 # Packet Latency - DPDK testpmd 3n-skx-x710
23056 - type: "plot"
23057   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23058   algorithm: "plot_latency_error_bars"
23059   output-file-type: ".html"
23060   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23061   data: "plot-dpdk-throughput-latency-3n-skx"
23062   filter: "'NIC_Intel-X710' and
23063            '64B' and
23064            'BASE' and
23065            'NDRPDR' and
23066            '2T1C' and
23067            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23068   parameters:
23069   - "latency"
23070   - "parent"
23071   - "tags"
23072   layout:
23073     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
23074     layout: "plot-latency"
23075
23076 - type: "plot"
23077   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23078   algorithm: "plot_latency_error_bars"
23079   output-file-type: ".html"
23080   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23081   data: "plot-dpdk-throughput-latency-3n-skx"
23082   filter: "'NIC_Intel-X710' and
23083            '64B' and
23084            'BASE' and
23085            'NDRPDR' and
23086            '4T2C' and
23087            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23088   parameters:
23089   - "latency"
23090   - "parent"
23091   - "tags"
23092   layout:
23093     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
23094     layout: "plot-latency"
23095
23096 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23097 - type: "plot"
23098   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23099   algorithm: "plot_latency_error_bars"
23100   output-file-type: ".html"
23101   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23102   data: "plot-dpdk-throughput-latency-3n-skx"
23103   filter: "'NIC_Intel-XXV710' and
23104            '64B' and
23105            'BASE' and
23106            'NDRPDR' and
23107            '2T1C' and
23108            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23109   parameters:
23110   - "latency"
23111   - "parent"
23112   - "tags"
23113   layout:
23114     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23115     layout: "plot-latency"
23116
23117 - type: "plot"
23118   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23119   algorithm: "plot_latency_error_bars"
23120   output-file-type: ".html"
23121   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23122   data: "plot-dpdk-throughput-latency-3n-skx"
23123   filter: "'NIC_Intel-XXV710' and
23124            '64B' and
23125            'BASE' and
23126            'NDRPDR' and
23127            '4T2C' and
23128            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23129   parameters:
23130   - "latency"
23131   - "parent"
23132   - "tags"
23133   layout:
23134     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23135     layout: "plot-latency"
23136
23137 # Packet Latency - DPDK testpmd 2n-skx-x710
23138 - type: "plot"
23139   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23140   algorithm: "plot_latency_error_bars"
23141   output-file-type: ".html"
23142   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23143   data: "plot-dpdk-throughput-latency-2n-skx"
23144   filter: "'NIC_Intel-X710' and
23145            '64B' and
23146            'BASE' and
23147            'NDRPDR' and
23148            '2T1C' and
23149            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23150   parameters:
23151   - "latency"
23152   - "parent"
23153   - "tags"
23154   layout:
23155     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23156     layout: "plot-latency"
23157
23158 - type: "plot"
23159   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23160   algorithm: "plot_latency_error_bars"
23161   output-file-type: ".html"
23162   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23163   data: "plot-dpdk-throughput-latency-2n-skx"
23164   filter: "'NIC_Intel-X710' and
23165            '64B' and
23166            'BASE' and
23167            'NDRPDR' and
23168            '4T2C' and
23169            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23170   parameters:
23171   - "latency"
23172   - "parent"
23173   - "tags"
23174   layout:
23175     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23176     layout: "plot-latency"
23177
23178 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23179 - type: "plot"
23180   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23181   algorithm: "plot_latency_error_bars"
23182   output-file-type: ".html"
23183   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23184   data: "plot-dpdk-throughput-latency-2n-skx"
23185   filter: "'NIC_Intel-XXV710' and
23186            '64B' and
23187            'BASE' and
23188            'NDRPDR' and
23189            '2T1C' and
23190            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23191   parameters:
23192   - "latency"
23193   - "parent"
23194   - "tags"
23195   layout:
23196     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23197     layout: "plot-latency"
23198
23199 - type: "plot"
23200   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23201   algorithm: "plot_latency_error_bars"
23202   output-file-type: ".html"
23203   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23204   data: "plot-dpdk-throughput-latency-2n-skx"
23205   filter: "'NIC_Intel-XXV710' and
23206            '64B' and
23207            'BASE' and
23208            'NDRPDR' and
23209            '4T2C' and
23210            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23211   parameters:
23212   - "latency"
23213   - "parent"
23214   - "tags"
23215   layout:
23216     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
23217     layout: "plot-latency"
23218
23219 ################################################################################
23220
23221 # Speedup - VPP Container Memif 3n-hsw-x520
23222 - type: "plot"
23223   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23224   algorithm: "plot_throughput_speedup_analysis"
23225   output-file-type: ".html"
23226   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23227   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23228   filter: "'NIC_Intel-X520-DA2' and
23229            '64B' and
23230            ('BASE' or 'SCALE') and
23231            'NDRPDR' and
23232            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23233            not 'VHOST' and
23234            'MEMIF'"
23235   parameters:
23236   - "throughput"
23237   - "parent"
23238   - "tags"
23239   sort:
23240   - "L2XCFWD"
23241   - "L2XCFWD"
23242   - "L2XCFWD"
23243   - "L2BDMACLRN"
23244   - "L2BDMACLRN"
23245   - "L2BDMACLRN"
23246   - "IP4FWD"
23247   layout:
23248     title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
23249     layout: "plot-throughput-speedup-analysis"
23250
23251 - type: "plot"
23252   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23253   algorithm: "plot_throughput_speedup_analysis"
23254   output-file-type: ".html"
23255   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23256   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23257   filter: "'NIC_Intel-X520-DA2' and
23258            '64B' and
23259            ('BASE' or 'SCALE') and
23260            'NDRPDR' and
23261            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23262            not 'VHOST' and
23263            'MEMIF'"
23264   parameters:
23265   - "throughput"
23266   - "parent"
23267   - "tags"
23268   sort:
23269   - "L2XCFWD"
23270   - "L2XCFWD"
23271   - "L2XCFWD"
23272   - "L2BDMACLRN"
23273   - "L2BDMACLRN"
23274   - "L2BDMACLRN"
23275   - "IP4FWD"
23276   layout:
23277     title: "memif-3n-hsw-x520-64b-base_and_features-pdr"
23278     layout: "plot-throughput-speedup-analysis"
23279
23280 # Speedup - VPP Container Memif 3n-hsw-x710
23281 - type: "plot"
23282   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23283   algorithm: "plot_throughput_speedup_analysis"
23284   output-file-type: ".html"
23285   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23286   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23287   filter: "'NIC_Intel-X710' and
23288            '64B' and
23289            ('BASE' or 'SCALE') and
23290            'NDRPDR' and
23291            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23292            not 'VHOST' and
23293            'MEMIF'"
23294   parameters:
23295   - "throughput"
23296   - "parent"
23297   - "tags"
23298   sort:
23299   - "L2XCFWD"
23300   - "L2XCFWD"
23301   - "L2XCFWD"
23302   - "L2BDMACLRN"
23303   - "L2BDMACLRN"
23304   - "L2BDMACLRN"
23305   - "IP4FWD"
23306   layout:
23307     title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
23308     layout: "plot-throughput-speedup-analysis"
23309
23310 - type: "plot"
23311   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23312   algorithm: "plot_throughput_speedup_analysis"
23313   output-file-type: ".html"
23314   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23315   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23316   filter: "'NIC_Intel-X710' and
23317            '64B' and
23318            ('BASE' or 'SCALE') and
23319            'NDRPDR' and
23320            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23321            not 'VHOST' and
23322            'MEMIF'"
23323   parameters:
23324   - "throughput"
23325   - "parent"
23326   - "tags"
23327   sort:
23328   - "L2XCFWD"
23329   - "L2XCFWD"
23330   - "L2XCFWD"
23331   - "L2BDMACLRN"
23332   - "L2BDMACLRN"
23333   - "L2BDMACLRN"
23334   - "IP4FWD"
23335   layout:
23336     title: "memif-3n-hsw-x710-64b-base_and_features-pdr"
23337     layout: "plot-throughput-speedup-analysis"
23338
23339 # Speedup - VPP Container Memif 3n-hsw-xl710
23340 - type: "plot"
23341   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23342   algorithm: "plot_throughput_speedup_analysis"
23343   output-file-type: ".html"
23344   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23345   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23346   filter: "'NIC_Intel-XL710' and
23347            '64B' and
23348            ('BASE' or 'SCALE') and
23349            'NDRPDR' and
23350            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23351            not 'VHOST' and
23352            'MEMIF'"
23353   parameters:
23354   - "throughput"
23355   - "parent"
23356   - "tags"
23357   sort:
23358   - "L2XCFWD"
23359   - "L2XCFWD"
23360   - "L2XCFWD"
23361   - "L2BDMACLRN"
23362   - "L2BDMACLRN"
23363   - "L2BDMACLRN"
23364   - "IP4FWD"
23365   layout:
23366     title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
23367     layout: "plot-throughput-speedup-analysis"
23368
23369 - type: "plot"
23370   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23371   algorithm: "plot_throughput_speedup_analysis"
23372   output-file-type: ".html"
23373   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23374   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23375   filter: "'NIC_Intel-XL710' and
23376            '64B' and
23377            ('BASE' or 'SCALE') and
23378            'NDRPDR' and
23379            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23380            not 'VHOST' and
23381            'MEMIF'"
23382   parameters:
23383   - "throughput"
23384   - "parent"
23385   - "tags"
23386   sort:
23387   - "L2XCFWD"
23388   - "L2XCFWD"
23389   - "L2XCFWD"
23390   - "L2BDMACLRN"
23391   - "L2BDMACLRN"
23392   - "L2BDMACLRN"
23393   - "IP4FWD"
23394   layout:
23395     title: "memif-3n-hsw-xl710-64b-base_and_features-pdr"
23396     layout: "plot-throughput-speedup-analysis"
23397
23398 # Speedup - VPP Container Memif 3n-skx-x710
23399 - type: "plot"
23400   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23401   algorithm: "plot_throughput_speedup_analysis"
23402   output-file-type: ".html"
23403   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23404   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23405   filter: "'NIC_Intel-X710' and
23406            '64B' and
23407            ('BASE' or 'SCALE') and
23408            'NDRPDR' and
23409            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23410            not 'VHOST' and
23411            'MEMIF'"
23412   parameters:
23413   - "throughput"
23414   - "parent"
23415   - "tags"
23416   sort:
23417   - "L2XCFWD"
23418   - "L2XCFWD"
23419   - "L2XCFWD"
23420   - "L2BDMACLRN"
23421   - "L2BDMACLRN"
23422   - "L2BDMACLRN"
23423   - "IP4FWD"
23424   layout:
23425     title: "memif-3n-skx-x710-64b-base_and_features-ndr"
23426     layout: "plot-throughput-speedup-analysis"
23427
23428 - type: "plot"
23429   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23430   algorithm: "plot_throughput_speedup_analysis"
23431   output-file-type: ".html"
23432   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23433   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23434   filter: "'NIC_Intel-X710' and
23435            '64B' and
23436            ('BASE' or 'SCALE') and
23437            'NDRPDR' and
23438            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23439            not 'VHOST' and
23440            'MEMIF'"
23441   parameters:
23442   - "throughput"
23443   - "parent"
23444   - "tags"
23445   sort:
23446   - "L2XCFWD"
23447   - "L2XCFWD"
23448   - "L2XCFWD"
23449   - "L2BDMACLRN"
23450   - "L2BDMACLRN"
23451   - "L2BDMACLRN"
23452   - "IP4FWD"
23453   layout:
23454     title: "memif-3n-skx-x710-64b-base_and_features-pdr"
23455     layout: "plot-throughput-speedup-analysis"
23456
23457 # Speedup - VPP Container Memif 2n-skx-x710
23458 - type: "plot"
23459   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23460   algorithm: "plot_throughput_speedup_analysis"
23461   output-file-type: ".html"
23462   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23463   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23464   filter: "'NIC_Intel-X710' and
23465            '64B' and
23466            ('BASE' or 'SCALE') and
23467            'NDRPDR' and
23468            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23469            not 'VHOST' and
23470            not 'NF_DENSITY' and
23471            'MEMIF'"
23472   parameters:
23473   - "throughput"
23474   - "parent"
23475   - "tags"
23476   sort:
23477   - "L2XCFWD"
23478   - "L2XCFWD"
23479   - "L2XCFWD"
23480   - "L2BDMACLRN"
23481   - "L2BDMACLRN"
23482   - "L2BDMACLRN"
23483   - "IP4FWD"
23484   layout:
23485     title: "memif-2n-skx-x710-64b-base_and_features-ndr"
23486     layout: "plot-throughput-speedup-analysis"
23487
23488 - type: "plot"
23489   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23490   algorithm: "plot_throughput_speedup_analysis"
23491   output-file-type: ".html"
23492   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23493   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23494   filter: "'NIC_Intel-X710' and
23495            '64B' and
23496            ('BASE' or 'SCALE') and
23497            'NDRPDR' and
23498            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23499            not 'VHOST' and
23500            not 'NF_DENSITY' and
23501            'MEMIF'"
23502   parameters:
23503   - "throughput"
23504   - "parent"
23505   - "tags"
23506   sort:
23507   - "L2XCFWD"
23508   - "L2XCFWD"
23509   - "L2XCFWD"
23510   - "L2BDMACLRN"
23511   - "L2BDMACLRN"
23512   - "L2BDMACLRN"
23513   - "IP4FWD"
23514   layout:
23515     title: "memif-2n-skx-x710-64b-base_and_features-pdr"
23516     layout: "plot-throughput-speedup-analysis"
23517
23518 ## Speedup - VPP Container Memif 2n-skx-xxv710
23519 #- type: "plot"
23520 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23521 #  algorithm: "plot_throughput_speedup_analysis"
23522 #  output-file-type: ".html"
23523 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23524 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23525 #  filter: "'NIC_Intel-XXV710' and
23526 #           '64B' and
23527 #           ('BASE' or 'SCALE') and
23528 #           'NDRPDR' and
23529 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23530 #           not 'VHOST' and
23531 #           'MEMIF'"
23532 #  parameters:
23533 #  - "throughput"
23534 #  - "parent"
23535 #  - "tags"
23536 #  sort:
23537 #  - "L2XCFWD"
23538 #  - "L2XCFWD"
23539 #  - "L2XCFWD"
23540 #  - "L2BDMACLRN"
23541 #  - "L2BDMACLRN"
23542 #  - "L2BDMACLRN"
23543 #  - "IP4FWD"
23544 #  layout:
23545 #    title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
23546 #    layout: "plot-throughput-speedup-analysis"
23547 #
23548 #- type: "plot"
23549 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23550 #  algorithm: "plot_throughput_speedup_analysis"
23551 #  output-file-type: ".html"
23552 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23553 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23554 #  filter: "'NIC_Intel-XXV710' and
23555 #           '64B' and
23556 #           ('BASE' or 'SCALE') and
23557 #           'NDRPDR' and
23558 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23559 #           not 'VHOST' and
23560 #           'MEMIF'"
23561 #  parameters:
23562 #  - "throughput"
23563 #  - "parent"
23564 #  - "tags"
23565 #  sort:
23566 #  - "L2XCFWD"
23567 #  - "L2XCFWD"
23568 #  - "L2XCFWD"
23569 #  - "L2BDMACLRN"
23570 #  - "L2BDMACLRN"
23571 #  - "L2BDMACLRN"
23572 #  - "IP4FWD"
23573 #  layout:
23574 #    title: "memif-2n-skx-xxv710-64b-base_and_features-pdr"
23575 #    layout: "plot-throughput-speedup-analysis"
23576
23577 ################################################################################
23578
23579 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
23580 #- type: "plot"
23581 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23582 #  algorithm: "plot_throughput_speedup_analysis"
23583 #  output-file-type: ".html"
23584 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23585 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23586 #  filter: "'NIC_Intel-X520-DA2' and
23587 #           '64B' and
23588 #           ('BASE' or 'SCALE') and
23589 #           'NDRPDR' and
23590 #           'L2XCFWD' and
23591 #           not 'VHOST' and
23592 #           not 'NF_DENSITY' and
23593 #           'MEMIF'"
23594 #  parameters:
23595 #  - "throughput"
23596 #  - "parent"
23597 #  - "tags"
23598 #  sort:
23599 #  - "1VNF"
23600 #  - "2VNF"
23601 #  - "4VNF"
23602 #  - "2VNF"
23603 #  - "4VNF"
23604 #  layout:
23605 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
23606 #    layout: "plot-throughput-speedup-analysis"
23607 #
23608 #- type: "plot"
23609 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23610 #  algorithm: "plot_throughput_speedup_analysis"
23611 #  output-file-type: ".html"
23612 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23613 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23614 #  filter: "'NIC_Intel-X520-DA2' and
23615 #           '64B' and
23616 #           ('BASE' or 'SCALE') and
23617 #           'NDRPDR' and
23618 #           'L2XCFWD' and
23619 #           not 'VHOST' and
23620 #           not 'NF_DENSITY' and
23621 #           'MEMIF'"
23622 #  parameters:
23623 #  - "throughput"
23624 #  - "parent"
23625 #  - "tags"
23626 #  sort:
23627 #  - "1VNF"
23628 #  - "2VNF"
23629 #  - "4VNF"
23630 #  - "2VNF"
23631 #  - "4VNF"
23632 #  layout:
23633 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
23634 #    layout: "plot-throughput-speedup-analysis"
23635 #
23636 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
23637 #- type: "plot"
23638 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23639 #  algorithm: "plot_throughput_speedup_analysis"
23640 #  output-file-type: ".html"
23641 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23642 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23643 #  filter: "'NIC_Intel-X520-DA2' and
23644 #           '64B' and
23645 #           ('BASE' or 'SCALE') and
23646 #           'NDRPDR' and
23647 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23648 #           not 'VHOST' and
23649 #           not 'NF_DENSITY' and
23650 #           'MEMIF'"
23651 #  parameters:
23652 #  - "throughput"
23653 #  - "parent"
23654 #  - "tags"
23655 #  sort:
23656 #  - "1VNF"
23657 #  - "2VNF"
23658 #  - "4VNF"
23659 #  - "2VNF"
23660 #  - "4VNF"
23661 #  layout:
23662 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
23663 #    layout: "plot-throughput-speedup-analysis"
23664 #
23665 #- type: "plot"
23666 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23667 #  algorithm: "plot_throughput_speedup_analysis"
23668 #  output-file-type: ".html"
23669 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23670 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23671 #  filter: "'NIC_Intel-X520-DA2' and
23672 #           '64B' and
23673 #           ('BASE' or 'SCALE') and
23674 #           'NDRPDR' and
23675 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23676 #           not 'VHOST' and
23677 #           not 'NF_DENSITY' and
23678 #           'MEMIF'"
23679 #  parameters:
23680 #  - "throughput"
23681 #  - "parent"
23682 #  - "tags"
23683 #  sort:
23684 #  - "1VNF"
23685 #  - "2VNF"
23686 #  - "4VNF"
23687 #  - "2VNF"
23688 #  - "4VNF"
23689 #  layout:
23690 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
23691 #    layout: "plot-throughput-speedup-analysis"
23692 #
23693 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
23694 #- type: "plot"
23695 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23696 #  algorithm: "plot_throughput_speedup_analysis"
23697 #  output-file-type: ".html"
23698 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23699 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23700 #  filter: "'NIC_Intel-X710' and
23701 #           '64B' and
23702 #           ('BASE' or 'SCALE') and
23703 #           'NDRPDR' and
23704 #           'L2XCFWD' and
23705 #           not 'VHOST' and
23706 #           not 'NF_DENSITY' and
23707 #           'MEMIF'"
23708 #  parameters:
23709 #  - "throughput"
23710 #  - "parent"
23711 #  - "tags"
23712 #  sort:
23713 #  - "1VNF"
23714 #  - "2VNF"
23715 #  - "4VNF"
23716 #  - "2VNF"
23717 #  - "4VNF"
23718 #  layout:
23719 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
23720 #    layout: "plot-throughput-speedup-analysis"
23721 #
23722 #- type: "plot"
23723 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23724 #  algorithm: "plot_throughput_speedup_analysis"
23725 #  output-file-type: ".html"
23726 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23727 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23728 #  filter: "'NIC_Intel-X710' and
23729 #           '64B' and
23730 #           ('BASE' or 'SCALE') and
23731 #           'NDRPDR' and
23732 #           'L2XCFWD' and
23733 #           not 'VHOST' and
23734 #           not 'NF_DENSITY' and
23735 #           'MEMIF'"
23736 #  parameters:
23737 #  - "throughput"
23738 #  - "parent"
23739 #  - "tags"
23740 #  sort:
23741 #  - "1VNF"
23742 #  - "2VNF"
23743 #  - "4VNF"
23744 #  - "2VNF"
23745 #  - "4VNF"
23746 #  layout:
23747 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
23748 #    layout: "plot-throughput-speedup-analysis"
23749 #
23750 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
23751 #- type: "plot"
23752 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23753 #  algorithm: "plot_throughput_speedup_analysis"
23754 #  output-file-type: ".html"
23755 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23756 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23757 #  filter: "'NIC_Intel-X710' and
23758 #           '64B' and
23759 #           ('BASE' or 'SCALE') and
23760 #           'NDRPDR' and
23761 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23762 #           not 'VHOST' and
23763 #           not 'NF_DENSITY' and
23764 #           'MEMIF'"
23765 #  parameters:
23766 #  - "throughput"
23767 #  - "parent"
23768 #  - "tags"
23769 #  sort:
23770 #  - "1VNF"
23771 #  - "2VNF"
23772 #  - "4VNF"
23773 #  - "2VNF"
23774 #  - "4VNF"
23775 #  layout:
23776 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
23777 #    layout: "plot-throughput-speedup-analysis"
23778 #
23779 #- type: "plot"
23780 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23781 #  algorithm: "plot_throughput_speedup_analysis"
23782 #  output-file-type: ".html"
23783 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23784 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23785 #  filter: "'NIC_Intel-X710' and
23786 #           '64B' and
23787 #           ('BASE' or 'SCALE') and
23788 #           'NDRPDR' and
23789 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23790 #           not 'VHOST' and
23791 #           not 'NF_DENSITY' and
23792 #           'MEMIF'"
23793 #  parameters:
23794 #  - "throughput"
23795 #  - "parent"
23796 #  - "tags"
23797 #  sort:
23798 #  - "1VNF"
23799 #  - "2VNF"
23800 #  - "4VNF"
23801 #  - "2VNF"
23802 #  - "4VNF"
23803 #  layout:
23804 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
23805 #    layout: "plot-throughput-speedup-analysis"
23806
23807 ################################################################################
23808
23809 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
23810 - type: "plot"
23811   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23812   algorithm: "plot_throughput_speedup_analysis"
23813   output-file-type: ".html"
23814   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23815   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23816   filter: "'NIC_Intel-X520-DA2' and
23817            '64B' and
23818            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23819            'NDRPDR' and
23820            'IP4FWD' and
23821            not 'IPSEC' and
23822            not 'DOT1Q' and
23823            not 'VHOST'"
23824   parameters:
23825   - "throughput"
23826   - "parent"
23827   - "tags"
23828   sort:
23829   - "DOT1Q"
23830   - "IP4BASE"
23831   - "FIB_20K"
23832   - "FIB_200K"
23833   - "FIB_2M"
23834   layout:
23835     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
23836     layout: "plot-throughput-speedup-analysis"
23837
23838 - type: "plot"
23839   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23840   algorithm: "plot_throughput_speedup_analysis"
23841   output-file-type: ".html"
23842   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23843   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23844   filter: "'NIC_Intel-X520-DA2' and
23845            '64B' and
23846            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23847            'NDRPDR' and
23848            'IP4FWD' and
23849            not 'IPSEC' and
23850            not 'DOT1Q' and
23851            not 'VHOST'"
23852   parameters:
23853   - "throughput"
23854   - "parent"
23855   - "tags"
23856   sort:
23857   - "DOT1Q"
23858   - "IP4BASE"
23859   - "FIB_20K"
23860   - "FIB_200K"
23861   - "FIB_2M"
23862   layout:
23863     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
23864     layout: "plot-throughput-speedup-analysis"
23865
23866 # Speedup - VPP IPv4 3n-hsw-x520 features
23867 - type: "plot"
23868   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
23869   algorithm: "plot_throughput_speedup_analysis"
23870   output-file-type: ".html"
23871   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
23872   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23873   filter: "'NIC_Intel-X520-DA2' and
23874            '64B' and
23875            ('IP4BASE' or
23876             'POLICE_MARK' or
23877             'COPWHLIST' or
23878             ('NAT44' and 'BASE') or
23879             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23880            'NDRPDR' and
23881            'IP4FWD' and
23882            not 'IPSEC' and
23883            not 'VHOST'"
23884   parameters:
23885   - "throughput"
23886   - "parent"
23887   - "tags"
23888   sort:
23889   - "DOT1Q"
23890   - "IP4BASE"
23891   - "NAT44"
23892   - "POLICE_MARK"
23893   - "COPWHLIST"
23894   - "IACL"
23895   - "OACL"
23896   layout:
23897     title: "ip4-3n-hsw-x520-64b-features-ndr"
23898     layout: "plot-throughput-speedup-analysis"
23899
23900 - type: "plot"
23901   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
23902   algorithm: "plot_throughput_speedup_analysis"
23903   output-file-type: ".html"
23904   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
23905   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23906   filter: "'NIC_Intel-X520-DA2' and
23907            '64B' and
23908            ('IP4BASE' or
23909             'POLICE_MARK' or
23910             'COPWHLIST' or
23911             ('NAT44' and 'BASE') or
23912             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23913            'NDRPDR' and
23914            'IP4FWD' and
23915            not 'IPSEC' and
23916            not 'VHOST'"
23917   parameters:
23918   - "throughput"
23919   - "parent"
23920   - "tags"
23921   sort:
23922   - "DOT1Q"
23923   - "IP4BASE"
23924   - "NAT44"
23925   - "POLICE_MARK"
23926   - "COPWHLIST"
23927   - "IACL"
23928   - "OACL"
23929   layout:
23930     title: "ip4-3n-hsw-x520-64b-features-pdr"
23931     layout: "plot-throughput-speedup-analysis"
23932
23933 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
23934 - type: "plot"
23935   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23936   algorithm: "plot_throughput_speedup_analysis"
23937   output-file-type: ".html"
23938   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23939   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23940   filter: "'NIC_Intel-X520-DA2' and
23941            '64B' and
23942            'NDRPDR' and
23943            'IP4FWD' and
23944            ('NAT44' or 'IP4BASE') and
23945            not 'DOT1Q' and
23946            not 'IPSEC' and
23947            not 'VHOST'"
23948   parameters:
23949   - "throughput"
23950   - "parent"
23951   - "tags"
23952   sort:
23953   - "IP4BASE"
23954   - "BASE"
23955   - "SRC_USER_10"
23956   - "SRC_USER_100"
23957   - "SRC_USER_1000"
23958   - "SRC_USER_2000"
23959   layout:
23960     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
23961     layout: "plot-throughput-speedup-analysis"
23962
23963 - type: "plot"
23964   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23965   algorithm: "plot_throughput_speedup_analysis"
23966   output-file-type: ".html"
23967   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23968   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23969   filter: "'NIC_Intel-X520-DA2' and
23970            '64B' and
23971            'NDRPDR' and
23972            'IP4FWD' and
23973            ('NAT44' or 'IP4BASE') and
23974            not 'DOT1Q' and
23975            not 'IPSEC' and
23976            not 'VHOST'"
23977   parameters:
23978   - "throughput"
23979   - "parent"
23980   - "tags"
23981   sort:
23982   - "IP4BASE"
23983   - "BASE"
23984   - "SRC_USER_10"
23985   - "SRC_USER_100"
23986   - "SRC_USER_1000"
23987   - "SRC_USER_2000"
23988   layout:
23989     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
23990     layout: "plot-throughput-speedup-analysis"
23991
23992 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
23993 - type: "plot"
23994   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23995   algorithm: "plot_throughput_speedup_analysis"
23996   output-file-type: ".html"
23997   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23998   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23999   filter: "'NIC_Intel-X520-DA2' and
24000            '64B' and
24001            'NDRPDR' and
24002            'IP4FWD' and
24003            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24004            not 'IPSEC' and
24005            not 'DOT1Q' and
24006            not 'VHOST'"
24007   parameters:
24008   - "throughput"
24009   - "parent"
24010   - "tags"
24011   sort:
24012   - "IP4BASE"
24013   - "ACL_STATELESS"
24014   - "ACL_STATEFUL"
24015   - "ACL_STATELESS"
24016   - "ACL_STATEFUL"
24017   layout:
24018     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
24019     layout: "plot-throughput-speedup-analysis"
24020
24021 - type: "plot"
24022   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24023   algorithm: "plot_throughput_speedup_analysis"
24024   output-file-type: ".html"
24025   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24026   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24027   filter: "'NIC_Intel-X520-DA2' and
24028            '64B' and
24029            'NDRPDR' and
24030            'IP4FWD' and
24031            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24032            not 'IPSEC' and
24033            not 'DOT1Q' and
24034            not 'VHOST'"
24035   parameters:
24036   - "throughput"
24037   - "parent"
24038   - "tags"
24039   sort:
24040   - "IP4BASE"
24041   - "ACL_STATELESS"
24042   - "ACL_STATEFUL"
24043   - "ACL_STATELESS"
24044   - "ACL_STATEFUL"
24045   layout:
24046     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
24047     layout: "plot-throughput-speedup-analysis"
24048
24049 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
24050 - type: "plot"
24051   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24052   algorithm: "plot_throughput_speedup_analysis"
24053   output-file-type: ".html"
24054   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24055   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24056   filter: "'NIC_Intel-X520-DA2' and
24057            '64B' and
24058            'NDRPDR' and
24059            'IP4FWD' and
24060            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24061            not 'IPSEC' and
24062            not 'DOT1Q' and
24063            not 'VHOST'"
24064   parameters:
24065   - "throughput"
24066   - "parent"
24067   - "tags"
24068   sort:
24069   - "IP4BASE"
24070   - "ACL_STATELESS"
24071   - "ACL_STATEFUL"
24072   - "ACL_STATELESS"
24073   - "ACL_STATEFUL"
24074   layout:
24075     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
24076     layout: "plot-throughput-speedup-analysis"
24077
24078 - type: "plot"
24079   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24080   algorithm: "plot_throughput_speedup_analysis"
24081   output-file-type: ".html"
24082   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24083   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24084   filter: "'NIC_Intel-X520-DA2' and
24085            '64B' and
24086            'NDRPDR' and
24087            'IP4FWD' and
24088            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24089            not 'IPSEC' and
24090            not 'DOT1Q' and
24091            not 'VHOST'"
24092   parameters:
24093   - "throughput"
24094   - "parent"
24095   - "tags"
24096   sort:
24097   - "IP4BASE"
24098   - "ACL_STATELESS"
24099   - "ACL_STATEFUL"
24100   - "ACL_STATELESS"
24101   - "ACL_STATEFUL"
24102   layout:
24103     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24104     layout: "plot-throughput-speedup-analysis"
24105
24106 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24107 - type: "plot"
24108   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24109   algorithm: "plot_throughput_speedup_analysis"
24110   output-file-type: ".html"
24111   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24112   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24113   filter: "'NIC_Intel-X710' and
24114            '64B' and
24115            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24116            'NDRPDR' and
24117            'IP4FWD' and
24118            not 'IPSEC' and
24119            not 'DOT1Q' and
24120            not 'VHOST'"
24121   parameters:
24122   - "throughput"
24123   - "parent"
24124   - "tags"
24125   sort:
24126   - "IP4BASE"
24127   - "FIB_20K"
24128   - "FIB_200K"
24129   - "FIB_2M"
24130   layout:
24131     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24132     layout: "plot-throughput-speedup-analysis"
24133
24134 - type: "plot"
24135   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24136   algorithm: "plot_throughput_speedup_analysis"
24137   output-file-type: ".html"
24138   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24139   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24140   filter: "'NIC_Intel-X710' and
24141            '64B' and
24142            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24143            'NDRPDR' and
24144            'IP4FWD' and
24145            not 'IPSEC' and
24146            not 'DOT1Q' and
24147            not 'VHOST'"
24148   parameters:
24149   - "throughput"
24150   - "parent"
24151   - "tags"
24152   sort:
24153   - "IP4BASE"
24154   - "FIB_20K"
24155   - "FIB_200K"
24156   - "FIB_2M"
24157   layout:
24158     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24159     layout: "plot-throughput-speedup-analysis"
24160
24161 # Speedup - VPP IPv4 3n-hsw-x710 features
24162 - type: "plot"
24163   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24164   algorithm: "plot_throughput_speedup_analysis"
24165   output-file-type: ".html"
24166   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24167   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24168   filter: "'NIC_Intel-X710' and
24169            '64B' and
24170            ('IP4BASE' or
24171             'POLICE_MARK' or
24172             'COPWHLIST' or
24173             ('NAT44' and 'BASE') or
24174             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24175            'NDRPDR' and
24176            'IP4FWD' and
24177            not 'IPSEC' and
24178            not 'VHOST'"
24179   parameters:
24180   - "throughput"
24181   - "parent"
24182   - "tags"
24183   sort:
24184   - "DOT1Q"
24185   - "IP4BASE"
24186   - "NAT44"
24187   - "POLICE_MARK"
24188   - "COPWHLIST"
24189   - "IACL"
24190   - "OACL"
24191   layout:
24192     title: "ip4-3n-hsw-x710-64b-features-ndr"
24193     layout: "plot-throughput-speedup-analysis"
24194
24195 - type: "plot"
24196   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24197   algorithm: "plot_throughput_speedup_analysis"
24198   output-file-type: ".html"
24199   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
24200   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24201   filter: "'NIC_Intel-X710' and
24202            '64B' and
24203            ('IP4BASE' or
24204             'POLICE_MARK' or
24205             'COPWHLIST' or
24206             ('NAT44' and 'BASE') or
24207             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24208            'NDRPDR' and
24209            'IP4FWD' and
24210            not 'IPSEC' and
24211            not 'VHOST'"
24212   parameters:
24213   - "throughput"
24214   - "parent"
24215   - "tags"
24216   sort:
24217   - "DOT1Q"
24218   - "IP4BASE"
24219   - "NAT44"
24220   - "POLICE_MARK"
24221   - "COPWHLIST"
24222   - "IACL"
24223   - "OACL"
24224   layout:
24225     title: "ip4-3n-hsw-x710-64b-features-pdr"
24226     layout: "plot-throughput-speedup-analysis"
24227
24228 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
24229 - type: "plot"
24230   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24231   algorithm: "plot_throughput_speedup_analysis"
24232   output-file-type: ".html"
24233   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24234   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24235   filter: "'NIC_Intel-X710' and
24236            '64B' and
24237            'NDRPDR' and
24238            'IP4FWD' and
24239            ('NAT44' or 'IP4BASE') and
24240            not 'IPSEC' and
24241            not 'VHOST'"
24242   parameters:
24243   - "throughput"
24244   - "parent"
24245   - "tags"
24246   sort:
24247   - "IP4BASE"
24248   - "BASE"
24249   - "SRC_USER_10"
24250   - "SRC_USER_100"
24251   - "SRC_USER_1000"
24252   - "SRC_USER_2000"
24253   layout:
24254     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
24255     layout: "plot-throughput-speedup-analysis"
24256
24257 - type: "plot"
24258   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24259   algorithm: "plot_throughput_speedup_analysis"
24260   output-file-type: ".html"
24261   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24262   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24263   filter: "'NIC_Intel-X710' and
24264            '64B' and
24265            'NDRPDR' and
24266            'IP4FWD' and
24267            ('NAT44' or 'IP4BASE') and
24268            not 'IPSEC' and
24269            not 'VHOST'"
24270   parameters:
24271   - "throughput"
24272   - "parent"
24273   - "tags"
24274   sort:
24275   - "IP4BASE"
24276   - "BASE"
24277   - "SRC_USER_10"
24278   - "SRC_USER_100"
24279   - "SRC_USER_1000"
24280   - "SRC_USER_2000"
24281   layout:
24282     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
24283     layout: "plot-throughput-speedup-analysis"
24284
24285 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
24286 - type: "plot"
24287   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24288   algorithm: "plot_throughput_speedup_analysis"
24289   output-file-type: ".html"
24290   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24291   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24292   filter: "'NIC_Intel-X710' and
24293            '64B' and
24294            'NDRPDR' and
24295            'IP4FWD' and
24296            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24297            not 'IPSEC' and
24298            not 'VHOST'"
24299   parameters:
24300   - "throughput"
24301   - "parent"
24302   - "tags"
24303   sort:
24304   - "IP4BASE"
24305   - "ACL_STATELESS"
24306   - "ACL_STATEFUL"
24307   - "ACL_STATELESS"
24308   - "ACL_STATEFUL"
24309   layout:
24310     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
24311     layout: "plot-throughput-speedup-analysis"
24312
24313 - type: "plot"
24314   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24315   algorithm: "plot_throughput_speedup_analysis"
24316   output-file-type: ".html"
24317   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24318   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24319   filter: "'NIC_Intel-X710' and
24320            '64B' and
24321            'NDRPDR' and
24322            'IP4FWD' and
24323            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24324            not 'IPSEC' and
24325            not 'VHOST'"
24326   parameters:
24327   - "throughput"
24328   - "parent"
24329   - "tags"
24330   sort:
24331   - "IP4BASE"
24332   - "ACL_STATELESS"
24333   - "ACL_STATEFUL"
24334   - "ACL_STATELESS"
24335   - "ACL_STATEFUL"
24336   layout:
24337     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
24338     layout: "plot-throughput-speedup-analysis"
24339
24340 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
24341 - type: "plot"
24342   title: "Speedup: ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24343   algorithm: "plot_throughput_speedup_analysis"
24344   output-file-type: ".html"
24345   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24346   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24347   filter: "'NIC_Intel-XL710' and
24348            '64B' and
24349            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24350            'NDRPDR' and
24351            'IP4FWD' and
24352            not 'IPSEC' and
24353            not 'VHOST'"
24354   parameters:
24355   - "throughput"
24356   - "parent"
24357   - "tags"
24358   sort:
24359   - "IP4BASE"
24360   - "FIB_20K"
24361   - "FIB_200K"
24362   - "FIB_2M"
24363   layout:
24364     title: "ip4-3n-hsw-xl710-64b-base-ndr"
24365     layout: "plot-throughput-speedup-analysis"
24366
24367 - type: "plot"
24368   title: "Speedup: ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24369   algorithm: "plot_throughput_speedup_analysis"
24370   output-file-type: ".html"
24371   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24372   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24373   filter: "'NIC_Intel-XL710' and
24374            '64B' and
24375            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24376            'NDRPDR' and
24377            'IP4FWD' and
24378            not 'IPSEC' and
24379            not 'VHOST'"
24380   parameters:
24381   - "throughput"
24382   - "parent"
24383   - "tags"
24384   sort:
24385   - "IP4BASE"
24386   - "FIB_20K"
24387   - "FIB_200K"
24388   - "FIB_2M"
24389   layout:
24390     title: "ip4-3n-hsw-xl710-64b-base-pdr"
24391     layout: "plot-throughput-speedup-analysis"
24392
24393 # Speedup - VPP IPv4 3n-skx-x710 base and scale
24394 - type: "plot"
24395   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24396   algorithm: "plot_throughput_speedup_analysis"
24397   output-file-type: ".html"
24398   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24399   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24400   filter: "'NIC_Intel-X710' and
24401            '64B' and
24402            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24403            'NDRPDR' and
24404            'IP4FWD' and
24405            not 'IPSEC' and
24406            not 'DOT1Q' and
24407            not 'VHOST'"
24408   parameters:
24409   - "throughput"
24410   - "parent"
24411   - "tags"
24412   sort:
24413   - "IP4BASE"
24414   - "FIB_20K"
24415   - "FIB_200K"
24416   - "FIB_2M"
24417   layout:
24418     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
24419     layout: "plot-throughput-speedup-analysis"
24420
24421 - type: "plot"
24422   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24423   algorithm: "plot_throughput_speedup_analysis"
24424   output-file-type: ".html"
24425   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24427   filter: "'NIC_Intel-X710' and
24428            '64B' and
24429            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24430            'NDRPDR' and
24431            'IP4FWD' and
24432            not 'IPSEC' and
24433            not 'DOT1Q' and
24434            not 'VHOST'"
24435   parameters:
24436   - "throughput"
24437   - "parent"
24438   - "tags"
24439   sort:
24440   - "IP4BASE"
24441   - "FIB_20K"
24442   - "FIB_200K"
24443   - "FIB_2M"
24444   layout:
24445     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
24446     layout: "plot-throughput-speedup-analysis"
24447
24448 # Speedup - VPP IPv4 3n-skx-x710 features
24449 - type: "plot"
24450   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
24451   algorithm: "plot_throughput_speedup_analysis"
24452   output-file-type: ".html"
24453   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
24454   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24455   filter: "'NIC_Intel-X710' and
24456            '64B' and
24457            ('IP4BASE' or
24458             'POLICE_MARK' or
24459             'COPWHLIST' or
24460             ('NAT44' and 'BASE') or
24461             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24462            'NDRPDR' and
24463            'IP4FWD' and
24464            not 'IPSEC' and
24465            not 'VHOST'"
24466   parameters:
24467   - "throughput"
24468   - "parent"
24469   - "tags"
24470   sort:
24471   - "DOT1Q"
24472   - "IP4BASE"
24473   - "NAT44"
24474   - "POLICE_MARK"
24475   - "COPWHLIST"
24476   - "IACL"
24477   - "OACL"
24478   layout:
24479     title: "ip4-3n-skx-x710-64b-features-ndr"
24480     layout: "plot-throughput-speedup-analysis"
24481
24482 - type: "plot"
24483   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
24484   algorithm: "plot_throughput_speedup_analysis"
24485   output-file-type: ".html"
24486   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
24487   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24488   filter: "'NIC_Intel-X710' and
24489            '64B' and
24490            ('IP4BASE' or
24491             'POLICE_MARK' or
24492             'COPWHLIST' or
24493             ('NAT44' and 'BASE') or
24494             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24495            'NDRPDR' and
24496            'IP4FWD' and
24497            not 'IPSEC' and
24498            not 'VHOST'"
24499   parameters:
24500   - "throughput"
24501   - "parent"
24502   - "tags"
24503   sort:
24504   - "DOT1Q"
24505   - "IP4BASE"
24506   - "NAT44"
24507   - "POLICE_MARK"
24508   - "COPWHLIST"
24509   - "IACL"
24510   - "OACL"
24511   layout:
24512     title: "ip4-3n-skx-x710-64b-features-pdr"
24513     layout: "plot-throughput-speedup-analysis"
24514
24515 # Speedup - VPP IPv4 3n-skx-x710 features nat44
24516 - type: "plot"
24517   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24518   algorithm: "plot_throughput_speedup_analysis"
24519   output-file-type: ".html"
24520   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24521   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24522   filter: "'NIC_Intel-X710' and
24523            '64B' and
24524            'NDRPDR' and
24525            'IP4FWD' and
24526            ('NAT44' or 'IP4BASE') and
24527            not 'IPSEC' and
24528            not 'VHOST'"
24529   parameters:
24530   - "throughput"
24531   - "parent"
24532   - "tags"
24533   sort:
24534   - "IP4BASE"
24535   - "BASE"
24536   - "SRC_USER_10"
24537   - "SRC_USER_100"
24538   - "SRC_USER_1000"
24539   - "SRC_USER_2000"
24540   layout:
24541     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
24542     layout: "plot-throughput-speedup-analysis"
24543
24544 - type: "plot"
24545   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24546   algorithm: "plot_throughput_speedup_analysis"
24547   output-file-type: ".html"
24548   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24549   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24550   filter: "'NIC_Intel-X710' and
24551            '64B' and
24552            'NDRPDR' and
24553            'IP4FWD' and
24554            ('NAT44' or 'IP4BASE') and
24555            not 'IPSEC' and
24556            not 'VHOST'"
24557   parameters:
24558   - "throughput"
24559   - "parent"
24560   - "tags"
24561   sort:
24562   - "IP4BASE"
24563   - "BASE"
24564   - "SRC_USER_10"
24565   - "SRC_USER_100"
24566   - "SRC_USER_1000"
24567   - "SRC_USER_2000"
24568   layout:
24569     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
24570     layout: "plot-throughput-speedup-analysis"
24571
24572 # Speedup - VPP IPv4 3n-skx-x710 features iacl
24573 - type: "plot"
24574   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24575   algorithm: "plot_throughput_speedup_analysis"
24576   output-file-type: ".html"
24577   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24578   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24579   filter: "'NIC_Intel-X710' and
24580            '64B' and
24581            'NDRPDR' and
24582            'IP4FWD' and
24583            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24584            not 'IPSEC' and
24585            not 'VHOST'"
24586   parameters:
24587   - "throughput"
24588   - "parent"
24589   - "tags"
24590   sort:
24591   - "IP4BASE"
24592   - "ACL_STATELESS"
24593   - "ACL_STATEFUL"
24594   - "ACL_STATELESS"
24595   - "ACL_STATEFUL"
24596   layout:
24597     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
24598     layout: "plot-throughput-speedup-analysis"
24599
24600 - type: "plot"
24601   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24602   algorithm: "plot_throughput_speedup_analysis"
24603   output-file-type: ".html"
24604   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24605   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24606   filter: "'NIC_Intel-X710' and
24607            '64B' and
24608            'NDRPDR' and
24609            'IP4FWD' and
24610            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24611            not 'IPSEC' and
24612            not 'VHOST'"
24613   parameters:
24614   - "throughput"
24615   - "parent"
24616   - "tags"
24617   sort:
24618   - "IP4BASE"
24619   - "ACL_STATELESS"
24620   - "ACL_STATEFUL"
24621   - "ACL_STATELESS"
24622   - "ACL_STATEFUL"
24623   layout:
24624     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
24625     layout: "plot-throughput-speedup-analysis"
24626
24627 ## Speedup - VPP IPv4 3n-skx-x710 features oacl
24628 #- type: "plot"
24629 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24630 #  algorithm: "plot_throughput_speedup_analysis"
24631 #  output-file-type: ".html"
24632 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24633 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24634 #  filter: "'NIC_Intel-X710' and
24635 #           '64B' and
24636 #           'NDRPDR' and
24637 #           'IP4FWD' and
24638 #           'OACL' and
24639 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24640 #           not 'IPSEC' and
24641 #           not 'VHOST'"
24642 #  parameters:
24643 #  - "throughput"
24644 #  - "parent"
24645 #  - "tags"
24646 #  sort:
24647 #  - "ACL_STATELESS"
24648 #  - "ACL_STATEFUL"
24649 #  - "ACL_STATELESS"
24650 #  - "ACL_STATEFUL"
24651 #  layout:
24652 #    title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
24653 #    layout: "plot-throughput-speedup-analysis"
24654 #
24655 #- type: "plot"
24656 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24657 #  algorithm: "plot_throughput_speedup_analysis"
24658 #  output-file-type: ".html"
24659 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24660 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24661 #  filter: "'NIC_Intel-X710' and
24662 #           '64B' and
24663 #           'NDRPDR' and
24664 #           'IP4FWD' and
24665 #           'OACL' and
24666 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24667 #           not 'IPSEC' and
24668 #           not 'VHOST'"
24669 #  parameters:
24670 #  - "throughput"
24671 #  - "parent"
24672 #  - "tags"
24673 #  sort:
24674 #  - "ACL_STATELESS"
24675 #  - "ACL_STATEFUL"
24676 #  - "ACL_STATELESS"
24677 #  - "ACL_STATEFUL"
24678 #  layout:
24679 #    title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
24680 #    layout: "plot-throughput-speedup-analysis"
24681
24682 # Speedup - VPP IPv4 2n-skx-x710 base and scale
24683 - type: "plot"
24684   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24685   algorithm: "plot_throughput_speedup_analysis"
24686   output-file-type: ".html"
24687   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24688   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24689   filter: "'NIC_Intel-X710' and
24690            '64B' and
24691            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24692            'NDRPDR' and
24693            'IP4FWD' and
24694            not 'IPSEC' and
24695            not 'DOT1Q' and
24696            not 'VHOST'"
24697   parameters:
24698   - "throughput"
24699   - "parent"
24700   - "tags"
24701   sort:
24702   - "IP4BASE"
24703   - "FIB_20K"
24704   - "FIB_200K"
24705   - "FIB_2M"
24706   layout:
24707     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
24708     layout: "plot-throughput-speedup-analysis"
24709
24710 - type: "plot"
24711   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24712   algorithm: "plot_throughput_speedup_analysis"
24713   output-file-type: ".html"
24714   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24715   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24716   filter: "'NIC_Intel-X710' and
24717            '64B' and
24718            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24719            'NDRPDR' and
24720            'IP4FWD' and
24721            not 'IPSEC' and
24722            not 'DOT1Q' and
24723            not 'VHOST'"
24724   parameters:
24725   - "throughput"
24726   - "parent"
24727   - "tags"
24728   sort:
24729   - "IP4BASE"
24730   - "FIB_20K"
24731   - "FIB_200K"
24732   - "FIB_2M"
24733   layout:
24734     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
24735     layout: "plot-throughput-speedup-analysis"
24736
24737 # Speedup - VPP IPv4 2n-skx-x710 features iacl
24738 - type: "plot"
24739   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24740   algorithm: "plot_throughput_speedup_analysis"
24741   output-file-type: ".html"
24742   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24743   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24744   filter: "'NIC_Intel-X710' and
24745            '64B' and
24746            'NDRPDR' and
24747            'IP4FWD' and
24748            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24749            not 'IPSEC' and
24750            not 'VHOST'"
24751   parameters:
24752   - "throughput"
24753   - "parent"
24754   - "tags"
24755   sort:
24756   - "IP4BASE"
24757   - "ACL_STATELESS"
24758   - "ACL_STATEFUL"
24759   - "ACL_STATELESS"
24760   - "ACL_STATEFUL"
24761   layout:
24762     title: "ip4-2n-skx-x710-64b-features-iacl-ndr"
24763     layout: "plot-throughput-speedup-analysis"
24764
24765 - type: "plot"
24766   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24767   algorithm: "plot_throughput_speedup_analysis"
24768   output-file-type: ".html"
24769   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24770   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24771   filter: "'NIC_Intel-X710' and
24772            '64B' and
24773            'NDRPDR' and
24774            'IP4FWD' and
24775            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24776            not 'IPSEC' and
24777            not 'VHOST'"
24778   parameters:
24779   - "throughput"
24780   - "parent"
24781   - "tags"
24782   sort:
24783   - "IP4BASE"
24784   - "ACL_STATELESS"
24785   - "ACL_STATEFUL"
24786   - "ACL_STATELESS"
24787   - "ACL_STATEFUL"
24788   layout:
24789     title: "ip4-2n-skx-x710-64b-features-iacl-pdr"
24790     layout: "plot-throughput-speedup-analysis"
24791
24792 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
24793 - type: "plot"
24794   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24795   algorithm: "plot_throughput_speedup_analysis"
24796   output-file-type: ".html"
24797   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24798   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24799   filter: "'NIC_Intel-XXV710' and
24800            '64B' and
24801            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24802            'NDRPDR' and
24803            'IP4FWD' and
24804            not 'IPSEC' and
24805            not 'DOT1Q' and
24806            not 'VHOST'"
24807   parameters:
24808   - "throughput"
24809   - "parent"
24810   - "tags"
24811   sort:
24812   - "IP4BASE"
24813   - "FIB_20K"
24814   - "FIB_200K"
24815   - "FIB_2M"
24816   layout:
24817     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
24818     layout: "plot-throughput-speedup-analysis"
24819
24820 - type: "plot"
24821   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24822   algorithm: "plot_throughput_speedup_analysis"
24823   output-file-type: ".html"
24824   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24825   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24826   filter: "'NIC_Intel-XXV710' and
24827            '64B' and
24828            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24829            'NDRPDR' and
24830            'IP4FWD' and
24831            not 'IPSEC' and
24832            not 'DOT1Q' and
24833            not 'VHOST'"
24834   parameters:
24835   - "throughput"
24836   - "parent"
24837   - "tags"
24838   sort:
24839   - "IP4BASE"
24840   - "FIB_20K"
24841   - "FIB_200K"
24842   - "FIB_2M"
24843   layout:
24844     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
24845     layout: "plot-throughput-speedup-analysis"
24846
24847 ## Speedup - VPP IPv4 2n-dnv-x553 base
24848 #- type: "plot"
24849 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
24850 #  algorithm: "plot_throughput_speedup_analysis"
24851 #  output-file-type: ".html"
24852 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
24853 #  data: "intel-dnv-vpp"
24854 #  filter: "'NIC_Intel-X553' and
24855 #           '64B' and
24856 #           'IP4BASE' and
24857 #           'NDRPDR' and
24858 #           'IP4FWD' and
24859 #           not 'IPSEC' and
24860 #           not 'VHOST'"
24861 #  parameters:
24862 #  - "throughput"
24863 #  - "parent"
24864 #  - "tags"
24865 #  sort:
24866 #  - "IP4BASE"
24867 #  layout:
24868 #    title: "ip4-2n-dnv-x553-64b-base-ndr"
24869 #    layout: "plot-throughput-speedup-analysis"
24870 #
24871 #- type: "plot"
24872 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
24873 #  algorithm: "plot_throughput_speedup_analysis"
24874 #  output-file-type: ".html"
24875 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
24876 #  data: "intel-dnv-vpp"
24877 #  filter: "'NIC_Intel-X553' and
24878 #           '64B' and
24879 #           'IP4BASE' and
24880 #           'NDRPDR' and
24881 #           'IP4FWD' and
24882 #           not 'IPSEC' and
24883 #           not 'VHOST'"
24884 #  parameters:
24885 #  - "throughput"
24886 #  - "parent"
24887 #  - "tags"
24888 #  sort:
24889 #  - "IP4BASE"
24890 #  layout:
24891 #    title: "ip4-2n-dnv-x553-64b-base-pdr"
24892 #    layout: "plot-throughput-speedup-analysis"
24893
24894 ################################################################################
24895
24896 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
24897 - type: "plot"
24898   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24899   algorithm: "plot_throughput_speedup_analysis"
24900   output-file-type: ".html"
24901   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24902   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24903   filter: "'NIC_Intel-X520-DA2' and
24904            '64B' and
24905            'ENCAP' and
24906            'NDRPDR' and
24907            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24908            not 'DOT1Q' and
24909            not 'VHOST' and
24910            not 'IPSECHW'"
24911   parameters:
24912   - "throughput"
24913   - "parent"
24914   - "tags"
24915   sort:
24916   - "IP4BASE"
24917   - "L2BDMACLRN"
24918   - "L2XCFWD"
24919   - "LISP"
24920   layout:
24921     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
24922     layout: "plot-throughput-speedup-analysis"
24923
24924 - type: "plot"
24925   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24926   algorithm: "plot_throughput_speedup_analysis"
24927   output-file-type: ".html"
24928   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24929   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24930   filter: "'NIC_Intel-X520-DA2' and
24931            '64B' and
24932            'ENCAP' and
24933            'NDRPDR' and
24934            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24935            not 'DOT1Q' and
24936            not 'VHOST' and
24937            not 'IPSECHW'"
24938   parameters:
24939   - "throughput"
24940   - "parent"
24941   - "tags"
24942   sort:
24943   - "IP4BASE"
24944   - "L2BDMACLRN"
24945   - "L2XCFWD"
24946   - "LISP"
24947   layout:
24948     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
24949     layout: "plot-throughput-speedup-analysis"
24950
24951 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
24952 - type: "plot"
24953   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24954   algorithm: "plot_throughput_speedup_analysis"
24955   output-file-type: ".html"
24956   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24957   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24958   filter: "'NIC_Intel-X710' and
24959            '64B' and
24960            'ENCAP' and
24961            'NDRPDR' and
24962            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24963            not 'VHOST' and
24964            not 'IPSECHW'"
24965   parameters:
24966   - "throughput"
24967   - "parent"
24968   - "tags"
24969   sort:
24970   - "IP4BASE"
24971   - "LISP"
24972   - "VXLAN_1"
24973   - "VXLAN_10"
24974   - "VXLAN_100"
24975   - "VXLAN_1000"
24976   layout:
24977     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
24978     layout: "plot-throughput-speedup-analysis"
24979
24980 - type: "plot"
24981   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24982   algorithm: "plot_throughput_speedup_analysis"
24983   output-file-type: ".html"
24984   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24985   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24986   filter: "'NIC_Intel-X710' and
24987            '64B' and
24988            'ENCAP' and
24989            'NDRPDR' and
24990            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24991            not 'VHOST' and
24992            not 'IPSECHW'"
24993   parameters:
24994   - "throughput"
24995   - "parent"
24996   - "tags"
24997   sort:
24998   - "IP4BASE"
24999   - "LISP"
25000   - "VXLAN_1"
25001   - "VXLAN_10"
25002   - "VXLAN_100"
25003   - "VXLAN_1000"
25004   layout:
25005     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
25006     layout: "plot-throughput-speedup-analysis"
25007
25008 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
25009 - type: "plot"
25010   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25011   algorithm: "plot_throughput_speedup_analysis"
25012   output-file-type: ".html"
25013   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25014   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25015   filter: "'NIC_Intel-X710' and
25016            '64B' and
25017            'ENCAP' and
25018            'NDRPDR' and
25019            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
25020            not 'DOT1Q' and
25021            not 'VHOST' and
25022            not 'IPSECHW'"
25023   parameters:
25024   - "throughput"
25025   - "parent"
25026   - "tags"
25027   sort:
25028   - "IP4BASE"
25029   - "L2BDMACLRN"
25030   - "L2XCFWD"
25031   - "LISP"
25032   layout:
25033     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
25034     layout: "plot-throughput-speedup-analysis"
25035
25036 - type: "plot"
25037   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25038   algorithm: "plot_throughput_speedup_analysis"
25039   output-file-type: ".html"
25040   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25042   filter: "'NIC_Intel-X710' and
25043            '64B' and
25044            'ENCAP' and
25045            'NDRPDR' and
25046            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
25047            not 'DOT1Q' and
25048            not 'VHOST' and
25049            not 'IPSECHW'"
25050   parameters:
25051   - "throughput"
25052   - "parent"
25053   - "tags"
25054   sort:
25055   - "IP4BASE"
25056   - "L2BDMACLRN"
25057   - "L2XCFWD"
25058   - "LISP"
25059   layout:
25060     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25061     layout: "plot-throughput-speedup-analysis"
25062
25063 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25064 - type: "plot"
25065   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25066   algorithm: "plot_throughput_speedup_analysis"
25067   output-file-type: ".html"
25068   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25069   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25070   filter: "'NIC_Intel-X710' and
25071            '64B' and
25072            'ENCAP' and
25073            'NDRPDR' and
25074            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25075            not 'VHOST' and
25076            not 'IPSECHW'"
25077   parameters:
25078   - "throughput"
25079   - "parent"
25080   - "tags"
25081   sort:
25082   - "IP4BASE"
25083   - "LISP"
25084   - "VXLAN_1"
25085   - "VXLAN_10"
25086   - "VXLAN_100"
25087   - "VXLAN_1000"
25088   layout:
25089     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25090     layout: "plot-throughput-speedup-analysis"
25091
25092 - type: "plot"
25093   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25094   algorithm: "plot_throughput_speedup_analysis"
25095   output-file-type: ".html"
25096   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25097   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25098   filter: "'NIC_Intel-X710' and
25099            '64B' and
25100            'ENCAP' and
25101            'NDRPDR' and
25102            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25103            not 'VHOST' and
25104            not 'IPSECHW'"
25105   parameters:
25106   - "throughput"
25107   - "parent"
25108   - "tags"
25109   sort:
25110   - "IP4BASE"
25111   - "LISP"
25112   - "VXLAN_1"
25113   - "VXLAN_10"
25114   - "VXLAN_100"
25115   - "VXLAN_1000"
25116   layout:
25117     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
25118     layout: "plot-throughput-speedup-analysis"
25119
25120 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
25121 - type: "plot"
25122   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25123   algorithm: "plot_throughput_speedup_analysis"
25124   output-file-type: ".html"
25125   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25126   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25127   filter: "'NIC_Intel-X710' and
25128            '64B' and
25129            'ENCAP' and
25130            'NDRPDR' and
25131            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25132            not 'DOT1Q' and
25133            not 'VHOST' and
25134            not 'IPSECHW'"
25135   parameters:
25136   - "throughput"
25137   - "parent"
25138   - "tags"
25139   sort:
25140   - "IP4BASE"
25141   - "L2BDMACLRN"
25142   - "L2XCFWD"
25143   - "LISP"
25144   layout:
25145     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
25146     layout: "plot-throughput-speedup-analysis"
25147
25148 - type: "plot"
25149   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25150   algorithm: "plot_throughput_speedup_analysis"
25151   output-file-type: ".html"
25152   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25153   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25154   filter: "'NIC_Intel-X710' and
25155            '64B' and
25156            'ENCAP' and
25157            'NDRPDR' and
25158            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25159            not 'DOT1Q' and
25160            not 'VHOST' and
25161            not 'IPSECHW'"
25162   parameters:
25163   - "throughput"
25164   - "parent"
25165   - "tags"
25166   sort:
25167   - "IP4BASE"
25168   - "L2BDMACLRN"
25169   - "L2XCFWD"
25170   - "LISP"
25171   layout:
25172     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
25173     layout: "plot-throughput-speedup-analysis"
25174
25175 ################################################################################
25176
25177 # Speedup - VPP IPv6 3n-hsw-x520
25178 - type: "plot"
25179   title: "Speedup: ip6-3n-hsw-x520-78b-base-ndr-tsa"
25180   algorithm: "plot_throughput_speedup_analysis"
25181   output-file-type: ".html"
25182   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-ndr-tsa"
25183   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25184   filter: "'NIC_Intel-X520-DA2' and
25185            '78B' and
25186            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25187            'NDRPDR' and
25188            'IP6FWD' and
25189            not 'SRv6' and
25190            not 'IPSEC' and
25191            not 'VHOST'"
25192   parameters:
25193   - "throughput"
25194   - "parent"
25195   - "tags"
25196   sort:
25197   - "IP6BASE"
25198   - "FIB_20K"
25199   - "FIB_200K"
25200   - "FIB_2M"
25201   layout:
25202     title: "ip6-3n-hsw-x520-78b-base-ndr"
25203     layout: "plot-throughput-speedup-analysis"
25204
25205 - type: "plot"
25206   title: "Speedup: ip6-3n-hsw-x520-78b-base-pdr-tsa"
25207   algorithm: "plot_throughput_speedup_analysis"
25208   output-file-type: ".html"
25209   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-pdr-tsa"
25210   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25211   filter: "'NIC_Intel-X520-DA2' and
25212            '78B' and
25213            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25214            'NDRPDR' and
25215            'IP6FWD' and
25216            not 'SRv6' and
25217            not 'IPSEC' and
25218            not 'VHOST'"
25219   parameters:
25220   - "throughput"
25221   - "parent"
25222   - "tags"
25223   sort:
25224   - "IP6BASE"
25225   - "FIB_20K"
25226   - "FIB_200K"
25227   - "FIB_2M"
25228   layout:
25229     title: "ip6-3n-hsw-x520-78b-base-pdr"
25230     layout: "plot-throughput-speedup-analysis"
25231
25232 # Speedup - VPP IPv6 3n-hsw-x710
25233 - type: "plot"
25234   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25235   algorithm: "plot_throughput_speedup_analysis"
25236   output-file-type: ".html"
25237   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25238   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25239   filter: "'NIC_Intel-X710' and
25240            '78B' and
25241            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25242            'NDRPDR' and
25243            'IP6FWD' and
25244            not 'SRv6' and
25245            not 'IPSEC' and
25246            not 'VHOST'"
25247   parameters:
25248   - "throughput"
25249   - "parent"
25250   - "tags"
25251   sort:
25252   - "IP6BASE"
25253   - "FIB_20K"
25254   - "FIB_200K"
25255   - "FIB_2M"
25256   layout:
25257     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
25258     layout: "plot-throughput-speedup-analysis"
25259
25260 - type: "plot"
25261   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25262   algorithm: "plot_throughput_speedup_analysis"
25263   output-file-type: ".html"
25264   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25265   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25266   filter: "'NIC_Intel-X710' and
25267            '78B' and
25268            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25269            'NDRPDR' and
25270            'IP6FWD' and
25271            not 'SRv6' and
25272            not 'IPSEC' and
25273            not 'VHOST'"
25274   parameters:
25275   - "throughput"
25276   - "parent"
25277   - "tags"
25278   sort:
25279   - "IP6BASE"
25280   - "FIB_20K"
25281   - "FIB_200K"
25282   - "FIB_2M"
25283   layout:
25284     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
25285     layout: "plot-throughput-speedup-analysis"
25286
25287 # Speedup - VPP IPv6 3n-hsw-x710 features
25288 - type: "plot"
25289   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25290   algorithm: "plot_throughput_speedup_analysis"
25291   output-file-type: ".html"
25292   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25293   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25294   filter: "'NIC_Intel-X710' and
25295            '78B' and
25296            ('IP6BASE' or
25297             'POLICE_MARK' or
25298             'COPWHLIST' or
25299             'IACLDST') and
25300            'NDRPDR' and
25301            'IP6FWD' and
25302            not 'SRv6' and
25303            not 'IPSEC' and
25304            not 'VHOST'"
25305   parameters:
25306   - "throughput"
25307   - "parent"
25308   - "tags"
25309   sort:
25310   - "IP6BASE"
25311   - "POLICE_MARK"
25312   - "COPWHLIST"
25313   - "IACLDST"
25314   layout:
25315     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
25316     layout: "plot-throughput-speedup-analysis"
25317
25318 - type: "plot"
25319   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25320   algorithm: "plot_throughput_speedup_analysis"
25321   output-file-type: ".html"
25322   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25323   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25324   filter: "'NIC_Intel-X710' and
25325            '78B' and
25326            ('IP6BASE' or
25327             'POLICE_MARK' or
25328             'COPWHLIST' or
25329             'IACLDST') and
25330            'NDRPDR' and
25331            'IP6FWD' and
25332            not 'SRv6' and
25333            not 'IPSEC' and
25334            not 'VHOST'"
25335   parameters:
25336   - "throughput"
25337   - "parent"
25338   - "tags"
25339   sort:
25340   - "IP6BASE"
25341   - "POLICE_MARK"
25342   - "COPWHLIST"
25343   - "IACLDST"
25344   layout:
25345     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
25346     layout: "plot-throughput-speedup-analysis"
25347
25348 # Speedup - VPP IPv6 3n-hsw-xl710
25349 - type: "plot"
25350   title: "Speedup: ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25351   algorithm: "plot_throughput_speedup_analysis"
25352   output-file-type: ".html"
25353   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25354   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25355   filter: "'NIC_Intel-XL710' and
25356            '78B' and
25357            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25358            'NDRPDR' and
25359            'IP6FWD' and
25360            not 'SRv6' and
25361            not 'IPSEC' and
25362            not 'VHOST'"
25363   parameters:
25364   - "throughput"
25365   - "parent"
25366   - "tags"
25367   sort:
25368   - "IP6BASE"
25369   - "FIB_20K"
25370   - "FIB_200K"
25371   - "FIB_2M"
25372   layout:
25373     title: "ip6-3n-hsw-xl710-78b-base-ndr"
25374     layout: "plot-throughput-speedup-analysis"
25375
25376 - type: "plot"
25377   title: "Speedup: ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25378   algorithm: "plot_throughput_speedup_analysis"
25379   output-file-type: ".html"
25380   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25381   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25382   filter: "'NIC_Intel-XL710' and
25383            '78B' and
25384            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25385            'NDRPDR' and
25386            'IP6FWD' and
25387            not 'SRv6' and
25388            not 'IPSEC' and
25389            not 'VHOST'"
25390   parameters:
25391   - "throughput"
25392   - "parent"
25393   - "tags"
25394   sort:
25395   - "IP6BASE"
25396   - "FIB_20K"
25397   - "FIB_200K"
25398   - "FIB_2M"
25399   layout:
25400     title: "ip6-3n-hsw-xl710-78b-base-pdr"
25401     layout: "plot-throughput-speedup-analysis"
25402
25403 # Speedup - VPP IPv6 3n-skx-x710
25404 - type: "plot"
25405   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25406   algorithm: "plot_throughput_speedup_analysis"
25407   output-file-type: ".html"
25408   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25409   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25410   filter: "'NIC_Intel-X710' and
25411            '78B' and
25412            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25413            'NDRPDR' and
25414            'IP6FWD' and
25415            not 'SRv6' and
25416            not 'IPSEC' and
25417            not 'VHOST'"
25418   parameters:
25419   - "throughput"
25420   - "parent"
25421   - "tags"
25422   sort:
25423   - "IP6BASE"
25424   - "FIB_20K"
25425   - "FIB_200K"
25426   - "FIB_2M"
25427   layout:
25428     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
25429     layout: "plot-throughput-speedup-analysis"
25430
25431 - type: "plot"
25432   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25433   algorithm: "plot_throughput_speedup_analysis"
25434   output-file-type: ".html"
25435   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25436   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25437   filter: "'NIC_Intel-X710' and
25438            '78B' and
25439            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25440            'NDRPDR' and
25441            'IP6FWD' and
25442            not 'SRv6' and
25443            not 'IPSEC' and
25444            not 'VHOST'"
25445   parameters:
25446   - "throughput"
25447   - "parent"
25448   - "tags"
25449   sort:
25450   - "IP6BASE"
25451   - "FIB_20K"
25452   - "FIB_200K"
25453   - "FIB_2M"
25454   layout:
25455     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
25456     layout: "plot-throughput-speedup-analysis"
25457
25458 # Speedup - VPP IPv6 3n-skx-x710 features
25459 - type: "plot"
25460   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25461   algorithm: "plot_throughput_speedup_analysis"
25462   output-file-type: ".html"
25463   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25464   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25465   filter: "'NIC_Intel-X710' and
25466            '78B' and
25467            ('IP6BASE' or
25468             'POLICE_MARK' or
25469             'COPWHLIST' or
25470             'IACLDST') and
25471            'NDRPDR' and
25472            'IP6FWD' and
25473            not 'SRv6' and
25474            not 'IPSEC' and
25475            not 'VHOST'"
25476   parameters:
25477   - "throughput"
25478   - "parent"
25479   - "tags"
25480   sort:
25481   - "IP6BASE"
25482   - "POLICE_MARK"
25483   - "COPWHLIST"
25484   - "IACLDST"
25485   layout:
25486     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
25487     layout: "plot-throughput-speedup-analysis"
25488
25489 - type: "plot"
25490   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25491   algorithm: "plot_throughput_speedup_analysis"
25492   output-file-type: ".html"
25493   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25494   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25495   filter: "'NIC_Intel-X710' and
25496            '78B' and
25497            ('IP6BASE' or
25498             'POLICE_MARK' or
25499             'COPWHLIST' or
25500             'IACLDST') and
25501            'NDRPDR' and
25502            'IP6FWD' and
25503            not 'SRv6' and
25504            not 'IPSEC' and
25505            not 'VHOST'"
25506   parameters:
25507   - "throughput"
25508   - "parent"
25509   - "tags"
25510   sort:
25511   - "IP6BASE"
25512   - "POLICE_MARK"
25513   - "COPWHLIST"
25514   - "IACLDST"
25515   layout:
25516     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
25517     layout: "plot-throughput-speedup-analysis"
25518
25519 # Speedup - VPP IPv6 3n-skx-xxv710
25520 - type: "plot"
25521   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25522   algorithm: "plot_throughput_speedup_analysis"
25523   output-file-type: ".html"
25524   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25525   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25526   filter: "'NIC_Intel-XXV710' and
25527            '78B' and
25528            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25529            'NDRPDR' and
25530            'IP6FWD' and
25531            not 'SRv6' and
25532            not 'IPSEC' and
25533            not 'VHOST'"
25534   parameters:
25535   - "throughput"
25536   - "parent"
25537   - "tags"
25538   sort:
25539   - "IP6BASE"
25540   - "FIB_20K"
25541   - "FIB_200K"
25542   - "FIB_2M"
25543   layout:
25544     title: "ip6-3n-skx-xxv710-78b-base_and_scale-ndr"
25545     layout: "plot-throughput-speedup-analysis"
25546
25547 - type: "plot"
25548   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25549   algorithm: "plot_throughput_speedup_analysis"
25550   output-file-type: ".html"
25551   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25552   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25553   filter: "'NIC_Intel-XXV710' and
25554            '78B' and
25555            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25556            'NDRPDR' and
25557            'IP6FWD' and
25558            not 'SRv6' and
25559            not 'IPSEC' and
25560            not 'VHOST'"
25561   parameters:
25562   - "throughput"
25563   - "parent"
25564   - "tags"
25565   sort:
25566   - "IP6BASE"
25567   - "FIB_20K"
25568   - "FIB_200K"
25569   - "FIB_2M"
25570   layout:
25571     title: "ip6-3n-skx-xxv710-78b-base_and_scale-pdr"
25572     layout: "plot-throughput-speedup-analysis"
25573
25574 # Speedup - VPP IPv6 2n-skx-x710
25575 - type: "plot"
25576   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25577   algorithm: "plot_throughput_speedup_analysis"
25578   output-file-type: ".html"
25579   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25580   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25581   filter: "'NIC_Intel-X710' and
25582            '78B' and
25583            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25584            'NDRPDR' and
25585            'IP6FWD' and
25586            not 'SRv6' and
25587            not 'IPSEC' and
25588            not 'VHOST'"
25589   parameters:
25590   - "throughput"
25591   - "parent"
25592   - "tags"
25593   sort:
25594   - "IP6BASE"
25595   - "FIB_20K"
25596   - "FIB_200K"
25597   - "FIB_2M"
25598   layout:
25599     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
25600     layout: "plot-throughput-speedup-analysis"
25601
25602 - type: "plot"
25603   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25604   algorithm: "plot_throughput_speedup_analysis"
25605   output-file-type: ".html"
25606   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25607   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25608   filter: "'NIC_Intel-X710' and
25609            '78B' and
25610            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25611            'NDRPDR' and
25612            'IP6FWD' and
25613            not 'SRv6' and
25614            not 'IPSEC' and
25615            not 'VHOST'"
25616   parameters:
25617   - "throughput"
25618   - "parent"
25619   - "tags"
25620   sort:
25621   - "IP6BASE"
25622   - "FIB_20K"
25623   - "FIB_200K"
25624   - "FIB_2M"
25625   layout:
25626     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
25627     layout: "plot-throughput-speedup-analysis"
25628
25629 # Speedup - VPP IPv6 2n-skx-xxv710
25630 - type: "plot"
25631   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25632   algorithm: "plot_throughput_speedup_analysis"
25633   output-file-type: ".html"
25634   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25635   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25636   filter: "'NIC_Intel-XXV710' and
25637            '78B' and
25638            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25639            'NDRPDR' and
25640            'IP6FWD' and
25641            not 'SRv6' and
25642            not 'IPSEC' and
25643            not 'VHOST'"
25644   parameters:
25645   - "throughput"
25646   - "parent"
25647   - "tags"
25648   sort:
25649   - "IP6BASE"
25650   - "FIB_20K"
25651   - "FIB_200K"
25652   - "FIB_2M"
25653   layout:
25654     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
25655     layout: "plot-throughput-speedup-analysis"
25656
25657 - type: "plot"
25658   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25659   algorithm: "plot_throughput_speedup_analysis"
25660   output-file-type: ".html"
25661   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25662   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25663   filter: "'NIC_Intel-XXV710' and
25664            '78B' and
25665            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25666            'NDRPDR' and
25667            'IP6FWD' and
25668            not 'SRv6' and
25669            not 'IPSEC' and
25670            not 'VHOST'"
25671   parameters:
25672   - "throughput"
25673   - "parent"
25674   - "tags"
25675   sort:
25676   - "IP6BASE"
25677   - "FIB_20K"
25678   - "FIB_200K"
25679   - "FIB_2M"
25680   layout:
25681     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
25682     layout: "plot-throughput-speedup-analysis"
25683
25684 ## Speedup - VPP IPv6 2n-dnv-x553 base
25685 #- type: "plot"
25686 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
25687 #  algorithm: "plot_throughput_speedup_analysis"
25688 #  output-file-type: ".html"
25689 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
25690 #  data: "intel-dnv-vpp"
25691 #  filter: "'NIC_Intel-X553' and
25692 #           '78B' and
25693 #           'IP6BASE' and
25694 #           'NDRPDR' and
25695 #           'IP6FWD' and
25696 #           not 'SRv6' and
25697 #           not 'IPSEC' and
25698 #           not 'VHOST'"
25699 #  parameters:
25700 #  - "throughput"
25701 #  - "parent"
25702 #  - "tags"
25703 #  sort:
25704 #  - "IP6BASE"
25705 #  layout:
25706 #    title: "ip6-2n-dnv-x553-78b-base-ndr"
25707 #    layout: "plot-throughput-speedup-analysis"
25708 #
25709 #- type: "plot"
25710 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
25711 #  algorithm: "plot_throughput_speedup_analysis"
25712 #  output-file-type: ".html"
25713 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
25714 #  data: "intel-dnv-vpp"
25715 #  filter: "'NIC_Intel-X553' and
25716 #           '78B' and
25717 #           'IP6BASE' and
25718 #           'NDRPDR' and
25719 #           'IP6FWD' and
25720 #           not 'SRv6' and
25721 #           not 'IPSEC' and
25722 #           not 'VHOST'"
25723 #  parameters:
25724 #  - "throughput"
25725 #  - "parent"
25726 #  - "tags"
25727 #  sort:
25728 #  - "IP6BASE"
25729 #  layout:
25730 #    title: "ip6-2n-dnv-x553-78b-base-pdr"
25731 #    layout: "plot-throughput-speedup-analysis"
25732
25733 ################################################################################
25734
25735 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
25736 - type: "plot"
25737   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25738   algorithm: "plot_throughput_speedup_analysis"
25739   output-file-type: ".html"
25740   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25741   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25742   filter: "'NIC_Intel-X520-DA2' and
25743            '78B' and
25744            'ENCAP' and
25745            'NDRPDR' and
25746            'LISP' and
25747            not 'VHOST'"
25748   parameters:
25749   - "throughput"
25750   - "parent"
25751   - "tags"
25752   sort:
25753   - "IP4UNRLAY"
25754   - "IP6UNRLAY"
25755   layout:
25756     title: "ip6tun-3n-hsw-x520-78b-base-ndr"
25757     layout: "plot-throughput-speedup-analysis"
25758
25759 - type: "plot"
25760   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25761   algorithm: "plot_throughput_speedup_analysis"
25762   output-file-type: ".html"
25763   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25764   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25765   filter: "'NIC_Intel-X520-DA2' and
25766            '78B' and
25767            'ENCAP' and
25768            'NDRPDR' and
25769            'LISP' and
25770            not 'VHOST'"
25771   parameters:
25772   - "throughput"
25773   - "parent"
25774   - "tags"
25775   sort:
25776   - "IP4UNRLAY"
25777   - "IP6UNRLAY"
25778   layout:
25779     title: "ip6tun-3n-hsw-x520-78b-base-pdr"
25780     layout: "plot-throughput-speedup-analysis"
25781
25782 ################################################################################
25783
25784 # Speedup - VPP IPSec 3n-hsw-xl710 base
25785 - type: "plot"
25786   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25787   algorithm: "plot_throughput_speedup_analysis"
25788   output-file-type: ".html"
25789   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25790   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25791   filter: "'NIC_Intel-XL710' and
25792            '64B' and
25793            'IP4FWD' and
25794            'NDRPDR' and
25795            'BASE' and
25796            'IPSECHW' and
25797            not 'VHOST'"
25798   parameters:
25799   - "throughput"
25800   - "parent"
25801   - "tags"
25802   layout:
25803     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
25804     layout: "plot-throughput-speedup-analysis"
25805
25806 - type: "plot"
25807   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25808   algorithm: "plot_throughput_speedup_analysis"
25809   output-file-type: ".html"
25810   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25811   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25812   filter: "'NIC_Intel-XL710' and
25813            '64B' and
25814            'IP4FWD' and
25815            'NDRPDR' and
25816            'BASE' and
25817            'IPSECHW' and
25818            not 'VHOST'"
25819   parameters:
25820   - "throughput"
25821   - "parent"
25822   - "tags"
25823   layout:
25824     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
25825     layout: "plot-throughput-speedup-analysis"
25826
25827 # Speedup - VPP IPSec 3n-hsw-xl710 scale
25828 - type: "plot"
25829   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25830   algorithm: "plot_throughput_speedup_analysis"
25831   output-file-type: ".html"
25832   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25833   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25834   filter: "'NIC_Intel-XL710' and
25835            '64B' and
25836            'IP4FWD' and
25837            'NDRPDR' and
25838            'SCALE' and
25839            'IPSECHW' and
25840            not 'VHOST'"
25841   parameters:
25842   - "throughput"
25843   - "parent"
25844   - "tags"
25845   layout:
25846     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
25847     layout: "plot-throughput-speedup-analysis"
25848
25849 - type: "plot"
25850   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25851   algorithm: "plot_throughput_speedup_analysis"
25852   output-file-type: ".html"
25853   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25854   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25855   filter: "'NIC_Intel-XL710' and
25856            '64B' and
25857            'IP4FWD' and
25858            'NDRPDR' and
25859            'SCALE' and
25860            'IPSECHW' and
25861            not 'VHOST'"
25862   parameters:
25863   - "throughput"
25864   - "parent"
25865   - "tags"
25866   layout:
25867     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
25868     layout: "plot-throughput-speedup-analysis"
25869
25870 # Speedup - VPP IPSec 3n-hsw-xl710 sw
25871 - type: "plot"
25872   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25873   algorithm: "plot_throughput_speedup_analysis"
25874   output-file-type: ".html"
25875   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25876   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25877   filter: "'NIC_Intel-XL710' and
25878            '64B' and
25879            'IP4FWD' and
25880            'NDRPDR' and
25881            'IPSECSW' and
25882            not 'VHOST'"
25883   parameters:
25884   - "throughput"
25885   - "parent"
25886   - "tags"
25887   layout:
25888     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
25889     layout: "plot-throughput-speedup-analysis"
25890
25891 - type: "plot"
25892   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25893   algorithm: "plot_throughput_speedup_analysis"
25894   output-file-type: ".html"
25895   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25896   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25897   filter: "'NIC_Intel-XL710' and
25898            '64B' and
25899            'IP4FWD' and
25900            'NDRPDR' and
25901            'IPSECSW' and
25902            not 'VHOST'"
25903   parameters:
25904   - "throughput"
25905   - "parent"
25906   - "tags"
25907   layout:
25908     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
25909     layout: "plot-throughput-speedup-analysis"
25910
25911 ################################################################################
25912
25913 # Speedup - VPP SRv6 3n-hsw-x520
25914 - type: "plot"
25915   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
25916   algorithm: "plot_throughput_speedup_analysis"
25917   output-file-type: ".html"
25918   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
25919   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25920   filter: "'NIC_Intel-X520-DA2' and
25921            '78B' and
25922            'FEATURE' and
25923            'NDRPDR' and
25924            'IP6FWD' and
25925            'SRv6'"
25926   parameters:
25927   - "throughput"
25928   - "parent"
25929   - "tags"
25930   layout:
25931     title: "srv6-3n-hsw-x520-78b-features-ndr"
25932     layout: "plot-throughput-speedup-analysis"
25933
25934 - type: "plot"
25935   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
25936   algorithm: "plot_throughput_speedup_analysis"
25937   output-file-type: ".html"
25938   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
25939   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25940   filter: "'NIC_Intel-X520-DA2' and
25941            '78B' and
25942            'FEATURE' and
25943            'NDRPDR' and
25944            'IP6FWD' and
25945            'SRv6'"
25946   parameters:
25947   - "throughput"
25948   - "parent"
25949   - "tags"
25950   layout:
25951     title: "srv6-3n-hsw-x520-78b-features-pdr"
25952     layout: "plot-throughput-speedup-analysis"
25953
25954 ################################################################################
25955
25956 # Speedup - VPP L2 3n-hsw-x520 base and scale
25957 - type: "plot"
25958   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25959   algorithm: "plot_throughput_speedup_analysis"
25960   output-file-type: ".html"
25961   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25962   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25963   filter: "'NIC_Intel-X520-DA2' and
25964            '64B' and
25965            ('BASE' or 'SCALE') and
25966            'NDRPDR' and
25967            'ETH' and
25968            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25969            not 'VHOST' and
25970            not 'MEMIF'"
25971   parameters:
25972   - "throughput"
25973   - "parent"
25974   - "tags"
25975   sort:
25976   - "L2XCFWD"
25977   - "L2PATCH"
25978   - "L2BDMACLRN"
25979   - "FIB_10K"
25980   - "FIB_100K"
25981   - "FIB_1M"
25982   layout:
25983     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25984     layout: "plot-throughput-speedup-analysis"
25985
25986 - type: "plot"
25987   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25988   algorithm: "plot_throughput_speedup_analysis"
25989   output-file-type: ".html"
25990   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25991   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25992   filter: "'NIC_Intel-X520-DA2' and
25993            '64B' and
25994            ('BASE' or 'SCALE') and
25995            'NDRPDR' and
25996            'ETH' and
25997            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25998            not 'VHOST' and
25999            not 'MEMIF'"
26000   parameters:
26001   - "throughput"
26002   - "parent"
26003   - "tags"
26004   sort:
26005   - "L2XCFWD"
26006   - "L2PATCH"
26007   - "L2BDMACLRN"
26008   - "FIB_10K"
26009   - "FIB_100K"
26010   - "FIB_1M"
26011   layout:
26012     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
26013     layout: "plot-throughput-speedup-analysis"
26014
26015 # Speedup - VPP L2 3n-hsw-x520 features
26016 - type: "plot"
26017   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26018   algorithm: "plot_throughput_speedup_analysis"
26019   output-file-type: ".html"
26020   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26021   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26022   filter: "'NIC_Intel-X520-DA2' and
26023            '64B' and
26024            'NDRPDR' and
26025            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26026            not 'ACL' and
26027            not 'VHOST' and
26028            not 'MEMIF'"
26029   parameters:
26030   - "throughput"
26031   - "parent"
26032   - "tags"
26033   sort:
26034   - "L2XCBASE"    # l2xcbase
26035   - "L2BDBASE"    # l2bdbase
26036   - "L2XCFWD"     # dot1q-l2xcbase
26037   - "L2BDMACLRN"  # dot1q-l2bdbase
26038   layout:
26039     title: "l2sw-3n-hsw-x520-64b-features-ndr"
26040     layout: "plot-throughput-speedup-analysis"
26041
26042 - type: "plot"
26043   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26044   algorithm: "plot_throughput_speedup_analysis"
26045   output-file-type: ".html"
26046   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26047   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26048   filter: "'NIC_Intel-X520-DA2' and
26049            '64B' and
26050            'NDRPDR' and
26051            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26052            not 'ACL' and
26053            not 'VHOST' and
26054            not 'MEMIF'"
26055   parameters:
26056   - "throughput"
26057   - "parent"
26058   - "tags"
26059   sort:
26060   - "L2XCBASE"    # l2xcbase
26061   - "L2BDBASE"    # l2bdbase
26062   - "L2XCFWD"     # dot1q-l2xcbase
26063   - "L2BDMACLRN"  # dot1q-l2bdbase
26064   layout:
26065     title: "l2sw-3n-hsw-x520-64b-features-pdr"
26066     layout: "plot-throughput-speedup-analysis"
26067
26068 # Speedup - VPP L2 3n-hsw-x520 features-iacl
26069 - type: "plot"
26070   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26071   algorithm: "plot_throughput_speedup_analysis"
26072   output-file-type: ".html"
26073   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26074   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26075   filter: "'NIC_Intel-X520-DA2' and
26076            'NDRPDR' and
26077            '64B' and
26078            'FEATURE' and
26079            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26080            'IACL' and
26081            ('ACL1' or 'ACL50') and
26082            ('10K_FLOWS' or '10k_FLOWS') and
26083            not 'MACIP' and
26084            not 'VHOST' and
26085            not 'MEMIF'"
26086   parameters:
26087   - "throughput"
26088   - "parent"
26089   - "tags"
26090   layout:
26091     title: "l2sw-3n-hsw-x520-64b-features-iacl-ndr"
26092     layout: "plot-throughput-speedup-analysis"
26093
26094 - type: "plot"
26095   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26096   algorithm: "plot_throughput_speedup_analysis"
26097   output-file-type: ".html"
26098   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26099   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26100   filter: "'NIC_Intel-X520-DA2' and
26101            'NDRPDR' and
26102            '64B' and
26103            'FEATURE' and
26104            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26105            'IACL' and
26106            ('ACL1' or 'ACL50') and
26107            ('10K_FLOWS' or '10k_FLOWS') and
26108            not 'MACIP' and
26109            not 'VHOST' and
26110            not 'MEMIF'"
26111   parameters:
26112   - "throughput"
26113   - "parent"
26114   - "tags"
26115   layout:
26116     title: "l2sw-3n-hsw-x520-64b-features-iacl-pdr"
26117     layout: "plot-throughput-speedup-analysis"
26118
26119 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26120 - type: "plot"
26121   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26122   algorithm: "plot_throughput_speedup_analysis"
26123   output-file-type: ".html"
26124   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26125   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26126   filter: "'NIC_Intel-X520-DA2' and
26127            'NDRPDR' and
26128            '64B' and
26129            'FEATURE' and
26130            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26131            'OACL' and
26132            ('ACL1' or 'ACL50') and
26133            ('10K_FLOWS' or '10k_FLOWS') and
26134            not 'MACIP' and
26135            not 'VHOST' and
26136            not 'MEMIF'"
26137   parameters:
26138   - "throughput"
26139   - "parent"
26140   - "tags"
26141   layout:
26142     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26143     layout: "plot-throughput-speedup-analysis"
26144
26145 - type: "plot"
26146   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26147   algorithm: "plot_throughput_speedup_analysis"
26148   output-file-type: ".html"
26149   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26150   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26151   filter: "'NIC_Intel-X520-DA2' and
26152            'NDRPDR' and
26153            '64B' and
26154            'FEATURE' and
26155            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26156            'OACL' and
26157            ('ACL1' or 'ACL50') and
26158            ('10K_FLOWS' or '10k_FLOWS') and
26159            not 'MACIP' and
26160            not 'VHOST' and
26161            not 'MEMIF'"
26162   parameters:
26163   - "throughput"
26164   - "parent"
26165   - "tags"
26166   layout:
26167     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26168     layout: "plot-throughput-speedup-analysis"
26169
26170 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26171 - type: "plot"
26172   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26173   algorithm: "plot_throughput_speedup_analysis"
26174   output-file-type: ".html"
26175   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26176   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26177   filter: "'NIC_Intel-X520-DA2' and
26178            'NDRPDR' and
26179            '64B' and
26180            'FEATURE' and
26181            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26182            'OACL' and
26183            ('ACL1' or 'ACL50') and
26184            ('10K_FLOWS' or '10k_FLOWS') and
26185            not 'MACIP' and
26186            not 'VHOST' and
26187            not 'MEMIF'"
26188   parameters:
26189   - "throughput"
26190   - "parent"
26191   - "tags"
26192   layout:
26193     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26194     layout: "plot-throughput-speedup-analysis"
26195
26196 - type: "plot"
26197   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26198   algorithm: "plot_throughput_speedup_analysis"
26199   output-file-type: ".html"
26200   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26201   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26202   filter: "'NIC_Intel-X520-DA2' and
26203            'NDRPDR' and
26204            '64B' and
26205            'FEATURE' and
26206            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26207            'OACL' and
26208            ('ACL1' or 'ACL50') and
26209            ('10K_FLOWS' or '10k_FLOWS') and
26210            not 'MACIP' and
26211            not 'VHOST' and
26212            not 'MEMIF'"
26213   parameters:
26214   - "throughput"
26215   - "parent"
26216   - "tags"
26217   layout:
26218     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26219     layout: "plot-throughput-speedup-analysis"
26220
26221 # Speedup - VPP L2 3n-hsw-x520 features-macip
26222 - type: "plot"
26223   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26224   algorithm: "plot_throughput_speedup_analysis"
26225   output-file-type: ".html"
26226   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26227   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26228   filter: "'NIC_Intel-X520-DA2' and
26229            'NDRPDR' and
26230            '64B' and
26231            'FEATURE' and
26232            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26233            'MACIP' and
26234            ('ACL1' or 'ACL50') and
26235            ('10K_FLOWS' or '10k_FLOWS') and
26236            not 'VHOST' and
26237            not 'MEMIF'"
26238   parameters:
26239   - "throughput"
26240   - "parent"
26241   - "tags"
26242   layout:
26243     title: "l2sw-3n-hsw-x520-64b-features-macip-ndr"
26244     layout: "plot-throughput-speedup-analysis"
26245
26246 - type: "plot"
26247   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26248   algorithm: "plot_throughput_speedup_analysis"
26249   output-file-type: ".html"
26250   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26251   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26252   filter: "'NIC_Intel-X520-DA2' and
26253            'NDRPDR' and
26254            '64B' and
26255            'FEATURE' and
26256            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26257            'MACIP' and
26258            ('ACL1' or 'ACL50') and
26259            ('10K_FLOWS' or '10k_FLOWS') and
26260            not 'VHOST' and
26261            not 'MEMIF'"
26262   parameters:
26263   - "throughput"
26264   - "parent"
26265   - "tags"
26266   layout:
26267     title: "l2sw-3n-hsw-x520-64b-features-macip-pdr"
26268     layout: "plot-throughput-speedup-analysis"
26269
26270 # Speedup - VPP L2 3n-hsw-x710 base and scale
26271 - type: "plot"
26272   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26273   algorithm: "plot_throughput_speedup_analysis"
26274   output-file-type: ".html"
26275   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26276   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26277   filter: "'NIC_Intel-X710' and
26278            '64B' and
26279            ('BASE' or 'SCALE') and
26280            'NDRPDR' and
26281            'ETH' and
26282            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26283            not 'VHOST' and
26284            not 'MEMIF' and
26285            not 'DRV_AVF'"
26286   parameters:
26287   - "throughput"
26288   - "parent"
26289   - "tags"
26290   sort:
26291   - "L2PATCH"
26292   - "L2XCFWD"
26293   - "L2BDMACLRN"
26294   - "FIB_10K"
26295   - "FIB_100K"
26296   - "FIB_1M"
26297   layout:
26298     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26299     layout: "plot-throughput-speedup-analysis"
26300
26301 - type: "plot"
26302   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26303   algorithm: "plot_throughput_speedup_analysis"
26304   output-file-type: ".html"
26305   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26306   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26307   filter: "'NIC_Intel-X710' and
26308            '64B' and
26309            ('BASE' or 'SCALE') and
26310            'NDRPDR' and
26311            'ETH' and
26312            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26313            not 'VHOST' and
26314            not 'MEMIF' and
26315            not 'DRV_AVF'"
26316   parameters:
26317   - "throughput"
26318   - "parent"
26319   - "tags"
26320   sort:
26321   - "L2PATCH"
26322   - "L2XCFWD"
26323   - "L2BDMACLRN"
26324   - "FIB_10K"
26325   - "FIB_100K"
26326   - "FIB_1M"
26327   layout:
26328     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26329     layout: "plot-throughput-speedup-analysis"
26330
26331 # Speedup - VPP L2 3n-hsw-x710 features
26332 - type: "plot"
26333   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26334   algorithm: "plot_throughput_speedup_analysis"
26335   output-file-type: ".html"
26336   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26337   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26338   filter: "'NIC_Intel-X710' and
26339            '64B' and
26340            'NDRPDR' and
26341            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26342            not 'ACL' and
26343            not 'VHOST' and
26344            not 'L2OVRLAY' and
26345            not 'MEMIF'"
26346   parameters:
26347   - "throughput"
26348   - "parent"
26349   - "tags"
26350   sort:
26351   - "L2XCBASE"    # l2xcbase
26352   - "L2BDBASE"    # l2bdbase
26353   - "L2XCFWD"     # dot1q-l2xcbase
26354   - "L2BDMACLRN"  # dot1q-l2bdbase
26355   layout:
26356     title: "l2sw-3n-hsw-x710-64b-features-ndr"
26357     layout: "plot-throughput-speedup-analysis"
26358
26359 - type: "plot"
26360   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26361   algorithm: "plot_throughput_speedup_analysis"
26362   output-file-type: ".html"
26363   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26364   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26365   filter: "'NIC_Intel-X710' and
26366            '64B' and
26367            'NDRPDR' and
26368            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26369            not 'ACL' and
26370            not 'VHOST' and
26371            not 'L2OVRLAY' and
26372            not 'MEMIF'"
26373   parameters:
26374   - "throughput"
26375   - "parent"
26376   - "tags"
26377   sort:
26378   - "L2XCBASE"    # l2xcbase
26379   - "L2BDBASE"    # l2bdbase
26380   - "L2XCFWD"     # dot1q-l2xcbase
26381   - "L2BDMACLRN"  # dot1q-l2bdbase
26382   layout:
26383     title: "l2sw-3n-hsw-x710-64b-features-pdr"
26384     layout: "plot-throughput-speedup-analysis"
26385
26386 # Speedup - VPP L2 3n-hsw-x710 features-iacl
26387 - type: "plot"
26388   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26389   algorithm: "plot_throughput_speedup_analysis"
26390   output-file-type: ".html"
26391   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26392   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26393   filter: "'NIC_Intel-X710' and
26394            'NDRPDR' and
26395            '64B' and
26396            'FEATURE' and
26397            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26398            'IACL' and
26399            ('ACL1' or 'ACL50') and
26400            ('10K_FLOWS' or '10k_FLOWS') and
26401            not 'MACIP' and
26402            not 'VHOST' and
26403            not 'MEMIF'"
26404   parameters:
26405   - "throughput"
26406   - "parent"
26407   - "tags"
26408   layout:
26409     title: "l2sw-3n-hsw-x710-64b-features-iacl-ndr"
26410     layout: "plot-throughput-speedup-analysis"
26411
26412 - type: "plot"
26413   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26414   algorithm: "plot_throughput_speedup_analysis"
26415   output-file-type: ".html"
26416   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26417   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26418   filter: "'NIC_Intel-X710' and
26419            'NDRPDR' and
26420            '64B' and
26421            'FEATURE' and
26422            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26423            'IACL' and
26424            ('ACL1' or 'ACL50') and
26425            ('10K_FLOWS' or '10k_FLOWS') and
26426            not 'MACIP' and
26427            not 'VHOST' and
26428            not 'MEMIF'"
26429   parameters:
26430   - "throughput"
26431   - "parent"
26432   - "tags"
26433   layout:
26434     title: "l2sw-3n-hsw-x710-64b-features-iacl-pdr"
26435     layout: "plot-throughput-speedup-analysis"
26436
26437 # Speedup - VPP L2 3n-hsw-xl710 base and scale
26438 - type: "plot"
26439   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26440   algorithm: "plot_throughput_speedup_analysis"
26441   output-file-type: ".html"
26442   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26443   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26444   filter: "'NIC_Intel-XL710' and
26445            '64B' and
26446            'BASE' and
26447            'NDRPDR' and
26448            'ETH' and
26449            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26450            not 'VHOST' and
26451            not 'MEMIF'"
26452   parameters:
26453   - "throughput"
26454   - "parent"
26455   - "tags"
26456   sort:
26457   - "L2PATCH"
26458   - "L2XCFWD"
26459   - "L2BDMACLRN"
26460   layout:
26461     title: "l2sw-3n-hsw-xl710-64b-base-ndr"
26462     layout: "plot-throughput-speedup-analysis"
26463
26464 - type: "plot"
26465   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26466   algorithm: "plot_throughput_speedup_analysis"
26467   output-file-type: ".html"
26468   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26469   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26470   filter: "'NIC_Intel-XL710' and
26471            '64B' and
26472            'BASE' and
26473            'NDRPDR' and
26474            'ETH' and
26475            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26476            not 'VHOST' and
26477            not 'MEMIF'"
26478   parameters:
26479   - "throughput"
26480   - "parent"
26481   - "tags"
26482   sort:
26483   - "L2PATCH"
26484   - "L2XCFWD"
26485   - "L2BDMACLRN"
26486   layout:
26487     title: "l2sw-3n-hsw-xl710-64b-base-pdr"
26488     layout: "plot-throughput-speedup-analysis"
26489
26490 # Speedup - VPP L2 3n-skx-x710 base and scale
26491 - type: "plot"
26492   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26493   algorithm: "plot_throughput_speedup_analysis"
26494   output-file-type: ".html"
26495   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26496   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26497   filter: "'NIC_Intel-X710' and
26498            '64B' and
26499            ('BASE' or 'SCALE') and
26500            'NDRPDR' and
26501            'ETH' and
26502            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26503            not 'VHOST' and
26504            not 'DRV_AVF' and
26505            not 'MEMIF'"
26506   parameters:
26507   - "throughput"
26508   - "parent"
26509   - "tags"
26510   sort:
26511   - "L2PATCH"
26512   - "L2XCBASE"
26513   - "BASE"
26514   - "FIB_10K"
26515   - "FIB_100K"
26516   - "FIB_1M"
26517   layout:
26518     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
26519     layout: "plot-throughput-speedup-analysis"
26520
26521 - type: "plot"
26522   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26523   algorithm: "plot_throughput_speedup_analysis"
26524   output-file-type: ".html"
26525   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26526   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26527   filter: "'NIC_Intel-X710' and
26528            '64B' and
26529            ('BASE' or 'SCALE') and
26530            'NDRPDR' and
26531            'ETH' and
26532            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26533            not 'VHOST' and
26534            not 'DRV_AVF' and
26535            not 'MEMIF'"
26536   parameters:
26537   - "throughput"
26538   - "parent"
26539   - "tags"
26540   sort:
26541   - "L2PATCH"
26542   - "L2XCBASE"
26543   - "BASE"
26544   - "FIB_10K"
26545   - "FIB_100K"
26546   - "FIB_1M"
26547   layout:
26548     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
26549     layout: "plot-throughput-speedup-analysis"
26550
26551 # Speedup - VPP L2 3n-skx-x710 features
26552 - type: "plot"
26553   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
26554   algorithm: "plot_throughput_speedup_analysis"
26555   output-file-type: ".html"
26556   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
26557   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26558   filter: "'NIC_Intel-X710' and
26559            '64B' and
26560            'NDRPDR' and
26561            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26562            not 'ACL' and
26563            not 'VHOST' and
26564            not 'DRV_AVF' and
26565            not 'L2OVRLAY' and
26566            not 'MEMIF'"
26567   parameters:
26568   - "throughput"
26569   - "parent"
26570   - "tags"
26571   sort:
26572   - "L2XCBASE"    # l2xcbase
26573   - "L2BDBASE"    # l2bdbase
26574   - "L2XCFWD"     # dot1q-l2xcbase
26575   - "L2BDMACLRN"  # dot1q-l2bdbase
26576   layout:
26577     title: "l2sw-3n-skx-x710-64b-features-ndr"
26578     layout: "plot-throughput-speedup-analysis"
26579
26580 - type: "plot"
26581   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
26582   algorithm: "plot_throughput_speedup_analysis"
26583   output-file-type: ".html"
26584   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
26585   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26586   filter: "'NIC_Intel-X710' and
26587            '64B' and
26588            'NDRPDR' and
26589            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26590            not 'ACL' and
26591            not 'VHOST' and
26592            not 'DRV_AVF' and
26593            not 'L2OVRLAY' and
26594            not 'MEMIF'"
26595   parameters:
26596   - "throughput"
26597   - "parent"
26598   - "tags"
26599   sort:
26600   - "L2XCBASE"    # l2xcbase
26601   - "L2BDBASE"    # l2bdbase
26602   - "L2XCFWD"     # dot1q-l2xcbase
26603   - "L2BDMACLRN"  # dot1q-l2bdbase
26604   layout:
26605     title: "l2sw-3n-skx-x710-64b-features-pdr"
26606     layout: "plot-throughput-speedup-analysis"
26607
26608 # Speedup - VPP L2 3n-skx-x710 features-iacl
26609 - type: "plot"
26610   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26611   algorithm: "plot_throughput_speedup_analysis"
26612   output-file-type: ".html"
26613   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26614   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26615   filter: "'NIC_Intel-X710' and
26616            'NDRPDR' and
26617            '64B' and
26618            'FEATURE' and
26619            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26620            'IACL' and
26621            ('ACL1' or 'ACL50') and
26622            ('10K_FLOWS' or '10k_FLOWS') and
26623            not 'MACIP' and
26624            not 'VHOST' and
26625            not 'MEMIF'"
26626   parameters:
26627   - "throughput"
26628   - "parent"
26629   - "tags"
26630   layout:
26631     title: "l2sw-3n-skx-x710-64b-features-iacl-ndr"
26632     layout: "plot-throughput-speedup-analysis"
26633
26634 - type: "plot"
26635   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26636   algorithm: "plot_throughput_speedup_analysis"
26637   output-file-type: ".html"
26638   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26639   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26640   filter: "'NIC_Intel-X710' and
26641            'NDRPDR' and
26642            '64B' and
26643            'FEATURE' and
26644            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26645            'IACL' and
26646            ('ACL1' or 'ACL50') and
26647            ('10K_FLOWS' or '10k_FLOWS') and
26648            not 'MACIP' and
26649            not 'VHOST' and
26650            not 'MEMIF'"
26651   parameters:
26652   - "throughput"
26653   - "parent"
26654   - "tags"
26655   layout:
26656     title: "l2sw-3n-skx-x710-64b-features-iacl-pdr"
26657     layout: "plot-throughput-speedup-analysis"
26658
26659 # Speedup - VPP L2 3n-skx-xxv710 base and scale
26660 - type: "plot"
26661   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26662   algorithm: "plot_throughput_speedup_analysis"
26663   output-file-type: ".html"
26664   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26665   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26666   filter: "'NIC_Intel-XXV710' and
26667            '64B' and
26668            ('BASE' or 'SCALE') and
26669            'NDRPDR' and
26670            'ETH' and
26671            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26672            not 'DRV_AVF' and
26673            not 'VHOST' and
26674            not 'MEMIF'"
26675   parameters:
26676   - "throughput"
26677   - "parent"
26678   - "tags"
26679 #  sort:
26680 #  - "L2PATCH"
26681 #  - "L2PATCH"
26682 #  - "L2XCBASE"
26683 #  - "L2BDMACLRN"
26684   layout:
26685     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
26686     layout: "plot-throughput-speedup-analysis"
26687
26688 - type: "plot"
26689   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26690   algorithm: "plot_throughput_speedup_analysis"
26691   output-file-type: ".html"
26692   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26693   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26694   filter: "'NIC_Intel-XXV710' and
26695            '64B' and
26696            ('BASE' or 'SCALE') and
26697            'NDRPDR' and
26698            'ETH' and
26699            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26700            not 'DRV_AVF' and
26701            not 'VHOST' and
26702            not 'MEMIF'"
26703   parameters:
26704   - "throughput"
26705   - "parent"
26706   - "tags"
26707 #  sort:
26708 #  - "L2PATCH"
26709 #  - "L2PATCH"
26710 #  - "L2XCBASE"
26711 #  - "L2BDMACLRN"
26712   layout:
26713     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
26714     layout: "plot-throughput-speedup-analysis"
26715
26716 # Speedup - VPP L2 2n-skx-x710 base and scale
26717 - type: "plot"
26718   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26719   algorithm: "plot_throughput_speedup_analysis"
26720   output-file-type: ".html"
26721   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26722   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26723   filter: "'NIC_Intel-X710' and
26724            '64B' and
26725            ('BASE' or 'SCALE') and
26726            'NDRPDR' and
26727            'ETH' and
26728            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26729            not 'VHOST' and
26730            not 'MEMIF'"
26731   parameters:
26732   - "throughput"
26733   - "parent"
26734   - "tags"
26735   sort:
26736   - "L2PATCH"
26737   - "L2XCBASE"
26738   - "BASE"
26739   - "FIB_10K"
26740   - "FIB_100K"
26741   - "FIB_1M"
26742   layout:
26743     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
26744     layout: "plot-throughput-speedup-analysis"
26745
26746 - type: "plot"
26747   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26748   algorithm: "plot_throughput_speedup_analysis"
26749   output-file-type: ".html"
26750   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26751   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26752   filter: "'NIC_Intel-X710' and
26753            '64B' and
26754            ('BASE' or 'SCALE') and
26755            'NDRPDR' and
26756            'ETH' and
26757            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26758            not 'VHOST' and
26759            not 'MEMIF'"
26760   parameters:
26761   - "throughput"
26762   - "parent"
26763   - "tags"
26764   sort:
26765   - "L2PATCH"
26766   - "L2XCBASE"
26767   - "BASE"
26768   - "FIB_10K"
26769   - "FIB_100K"
26770   - "FIB_1M"
26771   layout:
26772     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
26773     layout: "plot-throughput-speedup-analysis"
26774
26775 # Speedup - VPP L2 2n-skx-xxv710 base and scale
26776 - type: "plot"
26777   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26778   algorithm: "plot_throughput_speedup_analysis"
26779   output-file-type: ".html"
26780   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26781   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26782   filter: "'NIC_Intel-XXV710' and
26783            '64B' and
26784            ('BASE' or 'SCALE') and
26785            'NDRPDR' and
26786            'ETH' and
26787            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26788            not 'VHOST' and
26789            not 'MEMIF'"
26790   parameters:
26791   - "throughput"
26792   - "parent"
26793   - "tags"
26794   sort:
26795   - "L2PATCH"
26796   - "L2XCBASE"
26797   - "BASE"
26798   - "FIB_10K"
26799   - "FIB_100K"
26800   - "FIB_1M"
26801   layout:
26802     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
26803     layout: "plot-throughput-speedup-analysis"
26804
26805 - type: "plot"
26806   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26807   algorithm: "plot_throughput_speedup_analysis"
26808   output-file-type: ".html"
26809   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26810   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26811   filter: "'NIC_Intel-XXV710' and
26812            '64B' and
26813            ('BASE' or 'SCALE') and
26814            'NDRPDR' and
26815            'ETH' and
26816            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26817            not 'VHOST' and
26818            not 'MEMIF'"
26819   parameters:
26820   - "throughput"
26821   - "parent"
26822   - "tags"
26823   sort:
26824   - "L2PATCH"
26825   - "L2XCBASE"
26826   - "BASE"
26827   - "FIB_10K"
26828   - "FIB_100K"
26829   - "FIB_1M"
26830   layout:
26831     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
26832     layout: "plot-throughput-speedup-analysis"
26833
26834 ## Speedup - VPP L2 2n-dnv-x553 base
26835 #- type: "plot"
26836 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26837 #  algorithm: "plot_throughput_speedup_analysis"
26838 #  output-file-type: ".html"
26839 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26840 #  data: "intel-dnv-vpp"
26841 #  filter: "'NIC_Intel-X553' and
26842 #           '64B' and
26843 #           ('BASE' or 'SCALE') and
26844 #           'NDRPDR' and
26845 #           'ETH' and
26846 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26847 #           not 'VHOST' and
26848 #           not 'MEMIF'"
26849 #  parameters:
26850 #  - "throughput"
26851 #  - "parent"
26852 #  - "tags"
26853 #  sort:
26854 #  - "L2XCBASE"
26855 #  - "L2BDMACLRN"
26856 #  - "L2PATCH"
26857 #  layout:
26858 #    title: "l2sw-2n-dnv-x553-64b-base-ndr"
26859 #    layout: "plot-throughput-speedup-analysis"
26860 #
26861 #- type: "plot"
26862 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26863 #  algorithm: "plot_throughput_speedup_analysis"
26864 #  output-file-type: ".html"
26865 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26866 #  data: "intel-dnv-vpp"
26867 #  filter: "'NIC_Intel-X553' and
26868 #           '64B' and
26869 #           ('BASE' or 'SCALE') and
26870 #           'NDRPDR' and
26871 #           'ETH' and
26872 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26873 #           not 'VHOST' and
26874 #           not 'MEMIF'"
26875 #  parameters:
26876 #  - "throughput"
26877 #  - "parent"
26878 #  - "tags"
26879 #  sort:
26880 #  - "L2XCBASE"
26881 #  - "L2BDMACLRN"
26882 #  - "L2PATCH"
26883 #  layout:
26884 #    title: "l2sw-2n-dnv-x553-64b-base-pdr"
26885 #    layout: "plot-throughput-speedup-analysis"
26886
26887 ################################################################################
26888
26889 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
26890 - type: "plot"
26891   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26892   algorithm: "plot_throughput_speedup_analysis"
26893   output-file-type: ".html"
26894   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26895   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26896   filter: "'NIC_Intel-X520-DA2' and
26897            '64B' and
26898            'NDRPDR' and
26899            'ETH' and
26900            'IP4FWD' and
26901            'VHOST_1024' and
26902            not 'VXLAN' and
26903            not 'DOT1Q'"
26904   parameters:
26905   - "throughput"
26906   - "parent"
26907   - "tags"
26908   sort:
26909   - "not CFS_OPT"
26910   - "1VM"
26911   - "2VM"
26912   layout:
26913     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
26914     layout: "plot-throughput-speedup-analysis"
26915
26916 - type: "plot"
26917   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26918   algorithm: "plot_throughput_speedup_analysis"
26919   output-file-type: ".html"
26920   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26921   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26922   filter: "'NIC_Intel-X520-DA2' and
26923            '64B' and
26924            'NDRPDR' and
26925            'ETH' and
26926            'IP4FWD' and
26927            'VHOST_1024' and
26928            not 'VXLAN' and
26929            not 'DOT1Q'"
26930   parameters:
26931   - "throughput"
26932   - "parent"
26933   - "tags"
26934   sort:
26935   - "not CFS_OPT"
26936   - "1VM"
26937   - "2VM"
26938   layout:
26939     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
26940     layout: "plot-throughput-speedup-analysis"
26941
26942 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
26943 - type: "plot"
26944   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26945   algorithm: "plot_throughput_speedup_analysis"
26946   output-file-type: ".html"
26947   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26948   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26949   filter: "'NIC_Intel-X520-DA2' and
26950            '64B' and
26951            'NDRPDR' and
26952            ('ETH' or 'DOT1Q') and
26953            'BASE' and
26954            ('L2BDMACLRN' or 'L2XCFWD') and
26955            'VHOST_1024' and
26956            not 'VXLAN' and
26957            not 'IP4FWD' and
26958            not '2VM'"
26959   parameters:
26960   - "throughput"
26961   - "parent"
26962   - "tags"
26963   sort:
26964   - "L2BDMACLRN"
26965   - "L2BDMACLRN"
26966   - "L2BDMACLRN"
26967   - "L2XCFWD"
26968   - "L2XCFWD"
26969   - "L2XCFWD"
26970   layout:
26971     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr"
26972     layout: "plot-throughput-speedup-analysis"
26973
26974 - type: "plot"
26975   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26976   algorithm: "plot_throughput_speedup_analysis"
26977   output-file-type: ".html"
26978   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26979   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26980   filter: "'NIC_Intel-X520-DA2' and
26981            '64B' and
26982            'NDRPDR' and
26983            ('ETH' or 'DOT1Q') and
26984            'BASE' and
26985            ('L2BDMACLRN' or 'L2XCFWD') and
26986            'VHOST_1024' and
26987            not 'VXLAN' and
26988            not 'IP4FWD' and
26989            not '2VM'"
26990   parameters:
26991   - "throughput"
26992   - "parent"
26993   - "tags"
26994   sort:
26995   - "L2BDMACLRN"
26996   - "L2BDMACLRN"
26997   - "L2BDMACLRN"
26998   - "L2XCFWD"
26999   - "L2XCFWD"
27000   - "L2XCFWD"
27001   layout:
27002     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr"
27003     layout: "plot-throughput-speedup-analysis"
27004
27005 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
27006 - type: "plot"
27007   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27008   algorithm: "plot_throughput_speedup_analysis"
27009   output-file-type: ".html"
27010   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27011   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27012   filter: "'NIC_Intel-X520-DA2' and
27013            '64B' and
27014            'NDRPDR' and
27015            ('ETH' or 'DOT1Q') and
27016            ('L2BDMACLRN' or 'L2XCFWD') and
27017            'VHOST_1024' and
27018            not 'CFS_OPT' and
27019            not 'DOT1Q' and
27020            not 'VXLAN' and
27021            not 'IP4FWD' and
27022            not 'LBOND'"
27023   parameters:
27024   - "throughput"
27025   - "parent"
27026   - "tags"
27027 #  sort:
27028 #  - "1VM"
27029 #  - "L2XCFWD"
27030 #  - "1VM"
27031 #  - "L2BDMACLRN"
27032   layout:
27033     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
27034     layout: "plot-throughput-speedup-analysis"
27035
27036 - type: "plot"
27037   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27038   algorithm: "plot_throughput_speedup_analysis"
27039   output-file-type: ".html"
27040   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27041   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27042   filter: "'NIC_Intel-X520-DA2' and
27043            '64B' and
27044            'NDRPDR' and
27045            ('ETH' or 'DOT1Q') and
27046            ('L2BDMACLRN' or 'L2XCFWD') and
27047            'VHOST_1024' and
27048            not 'CFS_OPT' and
27049            not 'DOT1Q' and
27050            not 'VXLAN' and
27051            not 'IP4FWD' and
27052            not 'LBOND'"
27053   parameters:
27054   - "throughput"
27055   - "parent"
27056   - "tags"
27057 #  sort:
27058 #  - "1VM"
27059 #  - "L2XCFWD"
27060 #  - "1VM"
27061 #  - "L2BDMACLRN"
27062   layout:
27063     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27064     layout: "plot-throughput-speedup-analysis"
27065
27066 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
27067 - type: "plot"
27068   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27069   algorithm: "plot_throughput_speedup_analysis"
27070   output-file-type: ".html"
27071   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27072   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27073   filter: "'NIC_Intel-X710' and
27074            '64B' and
27075            'NDRPDR' and
27076            'ETH' and
27077            'IP4FWD' and
27078            'VHOST_1024' and
27079            not 'VXLAN' and
27080            not 'CFS_OPT' and
27081            not 'DOT1Q'"
27082   parameters:
27083   - "throughput"
27084   - "parent"
27085   - "tags"
27086   sort:
27087   - "1VM"
27088   - "2VM"
27089   layout:
27090     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27091     layout: "plot-throughput-speedup-analysis"
27092
27093 - type: "plot"
27094   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27095   algorithm: "plot_throughput_speedup_analysis"
27096   output-file-type: ".html"
27097   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27098   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27099   filter: "'NIC_Intel-X710' and
27100            '64B' and
27101            'NDRPDR' and
27102            'ETH' and
27103            'IP4FWD' and
27104            'VHOST_1024' and
27105            not 'VXLAN' and
27106            not 'CFS_OPT' and
27107            not 'DOT1Q'"
27108   parameters:
27109   - "throughput"
27110   - "parent"
27111   - "tags"
27112   sort:
27113   - "1VM"
27114   - "2VM"
27115   layout:
27116     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27117     layout: "plot-throughput-speedup-analysis"
27118
27119 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27120 - type: "plot"
27121   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27122   algorithm: "plot_throughput_speedup_analysis"
27123   output-file-type: ".html"
27124   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27125   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27126   filter: "'NIC_Intel-X710' and
27127            '64B' and
27128            'NDRPDR' and
27129            ('ETH' or 'DOT1Q') and
27130            'BASE' and
27131            ('L2BDMACLRN' or 'L2XCFWD') and
27132            'VHOST_1024' and
27133            not 'VXLAN' and
27134            not 'IP4FWD' and
27135            not '2VM'"
27136   parameters:
27137   - "throughput"
27138   - "parent"
27139   - "tags"
27140   sort:
27141   - "L2BDMACLRN"
27142   - "L2BDMACLRN"
27143   - "L2BDMACLRN"
27144   - "L2XCFWD"
27145   - "L2XCFWD"
27146   - "L2XCFWD"
27147   layout:
27148     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr"
27149     layout: "plot-throughput-speedup-analysis"
27150
27151 - type: "plot"
27152   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27153   algorithm: "plot_throughput_speedup_analysis"
27154   output-file-type: ".html"
27155   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27156   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27157   filter: "'NIC_Intel-X710' and
27158            '64B' and
27159            'NDRPDR' and
27160            ('ETH' or 'DOT1Q') and
27161            'BASE' and
27162            ('L2BDMACLRN' or 'L2XCFWD') and
27163            'VHOST_1024' and
27164            not 'VXLAN' and
27165            not 'IP4FWD' and
27166            not '2VM'"
27167   parameters:
27168   - "throughput"
27169   - "parent"
27170   - "tags"
27171   sort:
27172   - "L2BDMACLRN"
27173   - "L2BDMACLRN"
27174   - "L2BDMACLRN"
27175   - "L2XCFWD"
27176   - "L2XCFWD"
27177   - "L2XCFWD"
27178   layout:
27179     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr"
27180     layout: "plot-throughput-speedup-analysis"
27181
27182 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27183 - type: "plot"
27184   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27185   algorithm: "plot_throughput_speedup_analysis"
27186   output-file-type: ".html"
27187   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27188   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27189   filter: "'NIC_Intel-X710' and
27190            '64B' and
27191            'NDRPDR' and
27192            ('ETH' or 'DOT1Q') and
27193            ('L2BDMACLRN' or 'L2XCFWD') and
27194            'VHOST_1024' and
27195            not 'CFS_OPT' and
27196            not 'VXLAN' and
27197            not 'IP4FWD' and
27198            not 'LBOND'"
27199   parameters:
27200   - "throughput"
27201   - "parent"
27202   - "tags"
27203   sort:
27204   - "L2BDMACLRN"
27205   - "L2BDMACLRN"
27206   - "L2BDMACLRN"
27207   - "L2XCFWD"
27208   - "L2XCFWD"
27209   - "L2XCFWD"
27210   layout:
27211     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr"
27212     layout: "plot-throughput-speedup-analysis"
27213
27214 - type: "plot"
27215   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27216   algorithm: "plot_throughput_speedup_analysis"
27217   output-file-type: ".html"
27218   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27219   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27220   filter: "'NIC_Intel-X710' and
27221            '64B' and
27222            'NDRPDR' and
27223            ('ETH' or 'DOT1Q') and
27224            ('L2BDMACLRN' or 'L2XCFWD') and
27225            'VHOST_1024' and
27226            not 'CFS_OPT' and
27227            not 'VXLAN' and
27228            not 'IP4FWD' and
27229            not 'LBOND'"
27230   parameters:
27231   - "throughput"
27232   - "parent"
27233   - "tags"
27234   sort:
27235   - "L2BDMACLRN"
27236   - "L2BDMACLRN"
27237   - "L2BDMACLRN"
27238   - "L2XCFWD"
27239   - "L2XCFWD"
27240   - "L2XCFWD"
27241   layout:
27242     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr"
27243     layout: "plot-throughput-speedup-analysis"
27244
27245 # Packet Speedup - VPP vhost ip4 3n-skx-x710
27246 - type: "plot"
27247   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27248   algorithm: "plot_throughput_speedup_analysis"
27249   output-file-type: ".html"
27250   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27251   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27252   filter: "'NIC_Intel-X710' and
27253            '64B' and
27254            'NDRPDR' and
27255            'ETH' and
27256            'IP4FWD' and
27257            'VHOST_1024' and
27258            not 'VXLAN' and
27259            not 'DOT1Q'"
27260   parameters:
27261   - "throughput"
27262   - "parent"
27263   - "tags"
27264   sort:
27265   - "1VM"
27266   - "2VM"
27267   layout:
27268     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
27269     layout: "plot-throughput-speedup-analysis"
27270
27271 - type: "plot"
27272   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27273   algorithm: "plot_throughput_speedup_analysis"
27274   output-file-type: ".html"
27275   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27276   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27277   filter: "'NIC_Intel-X710' and
27278            '64B' and
27279            'NDRPDR' and
27280            'ETH' and
27281            'IP4FWD' and
27282            'VHOST_1024' and
27283            not 'VXLAN' and
27284            not 'DOT1Q'"
27285   parameters:
27286   - "throughput"
27287   - "parent"
27288   - "tags"
27289   sort:
27290   - "1VM"
27291   - "2VM"
27292   layout:
27293     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
27294     layout: "plot-throughput-speedup-analysis"
27295
27296 # Packet Speedup - VPP vhost ip4 2n-skx-x710
27297 - type: "plot"
27298   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27299   algorithm: "plot_throughput_speedup_analysis"
27300   output-file-type: ".html"
27301   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27302   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27303   filter: "'NIC_Intel-X710' and
27304            '64B' and
27305            'NDRPDR' and
27306            'ETH' and
27307            'IP4FWD' and
27308            'VHOST_1024' and
27309            not 'VXLAN' and
27310            not 'NF_DENSITY' and
27311            not 'CFS_OPT' and
27312            not 'DOT1Q'"
27313   parameters:
27314   - "throughput"
27315   - "parent"
27316   - "tags"
27317   sort:
27318   - "1VM"
27319   - "2VM"
27320   layout:
27321     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
27322     layout: "plot-throughput-speedup-analysis"
27323
27324 - type: "plot"
27325   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27326   algorithm: "plot_throughput_speedup_analysis"
27327   output-file-type: ".html"
27328   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27329   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27330   filter: "'NIC_Intel-X710' and
27331            '64B' and
27332            'NDRPDR' and
27333            'ETH' and
27334            'IP4FWD' and
27335            'VHOST_1024' and
27336            not 'VXLAN' and
27337            not 'NF_DENSITY' and
27338            not 'CFS_OPT' and
27339            not 'DOT1Q'"
27340   parameters:
27341   - "throughput"
27342   - "parent"
27343   - "tags"
27344   sort:
27345   - "1VM"
27346   - "2VM"
27347   layout:
27348     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
27349     layout: "plot-throughput-speedup-analysis"
27350
27351 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
27352 - type: "plot"
27353   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27354   algorithm: "plot_throughput_speedup_analysis"
27355   output-file-type: ".html"
27356   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27357   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27358   filter: "'NIC_Intel-X710' and
27359            '64B' and
27360            'NDRPDR' and
27361            ('ETH' or 'DOT1Q') and
27362            'BASE' and
27363            ('L2BDMACLRN' or 'L2XCFWD') and
27364            'VHOST_1024' and
27365            not 'VXLAN' and
27366            not 'NF_DENSITY' and
27367            not 'IP4FWD' and
27368            not '2VM'"
27369   parameters:
27370   - "throughput"
27371   - "parent"
27372   - "tags"
27373 #  sort:
27374 #  - "not CFS_OPT"
27375 #  - "L2XCFWD"
27376 #  - "not CFS_OPT"
27377 #  - "CFS_OPT"
27378   layout:
27379     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr"
27380     layout: "plot-throughput-speedup-analysis"
27381
27382 - type: "plot"
27383   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27384   algorithm: "plot_throughput_speedup_analysis"
27385   output-file-type: ".html"
27386   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27387   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27388   filter: "'NIC_Intel-X710' and
27389            '64B' and
27390            'NDRPDR' and
27391            ('ETH' or 'DOT1Q') and
27392            'BASE' and
27393            ('L2BDMACLRN' or 'L2XCFWD') and
27394            'VHOST_1024' and
27395            not 'VXLAN' and
27396            not 'NF_DENSITY' and
27397            not 'IP4FWD' and
27398            not '2VM'"
27399   parameters:
27400   - "throughput"
27401   - "parent"
27402   - "tags"
27403 #  sort:
27404 #  - "not CFS_OPT"
27405 #  - "L2XCFWD"
27406 #  - "not CFS_OPT"
27407 #  - "CFS_OPT"
27408   layout:
27409     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr"
27410     layout: "plot-throughput-speedup-analysis"
27411
27412 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
27413 - type: "plot"
27414   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27415   algorithm: "plot_throughput_speedup_analysis"
27416   output-file-type: ".html"
27417   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27418   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27419   filter: "'NIC_Intel-X710' and
27420            '64B' and
27421            'NDRPDR' and
27422            ('ETH' or 'DOT1Q') and
27423            ('L2BDMACLRN' or 'L2XCFWD') and
27424            'VHOST_1024' and
27425            not 'CFS_OPT' and
27426            not 'VXLAN' and
27427            not 'NF_DENSITY' and
27428            not 'DOT1Q' and
27429            not 'IP4FWD'"
27430   parameters:
27431   - "throughput"
27432   - "parent"
27433   - "tags"
27434 #  sort:
27435 #  - "1VM"
27436 #  - "L2XCFWD"
27437 #  - "1VM"
27438 #  - "L2BDMACLRN"
27439   layout:
27440     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
27441     layout: "plot-throughput-speedup-analysis"
27442
27443 - type: "plot"
27444   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27445   algorithm: "plot_throughput_speedup_analysis"
27446   output-file-type: ".html"
27447   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27448   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27449   filter: "'NIC_Intel-X710' and
27450            '64B' and
27451            'NDRPDR' and
27452            ('ETH' or 'DOT1Q') and
27453            ('L2BDMACLRN' or 'L2XCFWD') and
27454            'VHOST_1024' and
27455            not 'CFS_OPT' and
27456            not 'VXLAN' and
27457            not 'NF_DENSITY' and
27458            not 'DOT1Q' and
27459            not 'IP4FWD'"
27460   parameters:
27461   - "throughput"
27462   - "parent"
27463   - "tags"
27464 #  sort:
27465 #  - "1VM"
27466 #  - "L2XCFWD"
27467 #  - "1VM"
27468 #  - "L2BDMACLRN"
27469   layout:
27470     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
27471     layout: "plot-throughput-speedup-analysis"
27472
27473 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
27474 - type: "plot"
27475   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27476   algorithm: "plot_throughput_speedup_analysis"
27477   output-file-type: ".html"
27478   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27479   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27480   filter: "'NIC_Intel-XXV710' and
27481            '64B' and
27482            'NDRPDR' and
27483            'ETH' and
27484            'IP4FWD' and
27485            'VHOST_1024' and
27486            not 'VXLAN' and
27487            not 'CFS_OPT' and
27488            not 'DOT1Q'"
27489   parameters:
27490   - "throughput"
27491   - "parent"
27492   - "tags"
27493   sort:
27494   - "not CFS_OPT"
27495   - "1VM"
27496   - "2VM"
27497   layout:
27498     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
27499     layout: "plot-throughput-speedup-analysis"
27500
27501 - type: "plot"
27502   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27503   algorithm: "plot_throughput_speedup_analysis"
27504   output-file-type: ".html"
27505   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27506   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27507   filter: "'NIC_Intel-XXV710' and
27508            '64B' and
27509            'NDRPDR' and
27510            'ETH' and
27511            'IP4FWD' and
27512            'VHOST_1024' and
27513            not 'VXLAN' and
27514            not 'CFS_OPT' and
27515            not 'DOT1Q'"
27516   parameters:
27517   - "throughput"
27518   - "parent"
27519   - "tags"
27520   sort:
27521   - "not CFS_OPT"
27522   - "1VM"
27523   - "2VM"
27524   layout:
27525     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
27526     layout: "plot-throughput-speedup-analysis"
27527
27528 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
27529 #- type: "plot"
27530 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27531 #  algorithm: "plot_throughput_speedup_analysis"
27532 #  output-file-type: ".html"
27533 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27534 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27535 #  filter: "'NIC_Intel-XXV710' and
27536 #           '64B' and
27537 #           'NDRPDR' and
27538 #           ('ETH' or 'DOT1Q') and
27539 #           'BASE' and
27540 #           ('L2BDMACLRN' or 'L2XCFWD') and
27541 #           'VHOST_1024' and
27542 #           not 'VXLAN' and
27543 #           not 'IP4FWD' and
27544 #           not '2VM'"
27545 #  parameters:
27546 #  - "throughput"
27547 #  - "parent"
27548 #  - "tags"
27549 ##  sort:
27550 ##  - "not CFS_OPT"
27551 ##  - "L2XCFWD"
27552 ##  - "not CFS_OPT"
27553 ##  - "CFS_OPT"
27554 #  layout:
27555 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr"
27556 #    layout: "plot-throughput-speedup-analysis"
27557 #
27558 #- type: "plot"
27559 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27560 #  algorithm: "plot_throughput_speedup_analysis"
27561 #  output-file-type: ".html"
27562 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27563 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27564 #  filter: "'NIC_Intel-XXV710' and
27565 #           '64B' and
27566 #           'NDRPDR' and
27567 #           ('ETH' or 'DOT1Q') and
27568 #           'BASE' and
27569 #           ('L2BDMACLRN' or 'L2XCFWD') and
27570 #           'VHOST_1024' and
27571 #           not 'VXLAN' and
27572 #           not 'IP4FWD' and
27573 #           not '2VM'"
27574 #  parameters:
27575 #  - "throughput"
27576 #  - "parent"
27577 #  - "tags"
27578 ##  sort:
27579 ##  - "not CFS_OPT"
27580 ##  - "L2XCFWD"
27581 ##  - "not CFS_OPT"
27582 ##  - "CFS_OPT"
27583 #  layout:
27584 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr"
27585 #    layout: "plot-throughput-speedup-analysis"
27586 #
27587 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
27588 #- type: "plot"
27589 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27590 #  algorithm: "plot_throughput_speedup_analysis"
27591 #  output-file-type: ".html"
27592 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27593 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27594 #  filter: "'NIC_Intel-XXV710' and
27595 #           '64B' and
27596 #           'NDRPDR' and
27597 #           ('ETH' or 'DOT1Q') and
27598 #           ('L2BDMACLRN' or 'L2XCFWD') and
27599 #           'VHOST_1024' and
27600 #           not 'CFS_OPT' and
27601 #           not 'VXLAN' and
27602 #           not 'DOT1Q' and
27603 #           not 'IP4FWD'"
27604 #  parameters:
27605 #  - "throughput"
27606 #  - "parent"
27607 #  - "tags"
27608 ##  sort:
27609 ##  - "1VM"
27610 ##  - "L2XCFWD"
27611 ##  - "1VM"
27612 ##  - "L2BDMACLRN"
27613 #  layout:
27614 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
27615 #    layout: "plot-throughput-speedup-analysis"
27616 #
27617 #- type: "plot"
27618 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27619 #  algorithm: "plot_throughput_speedup_analysis"
27620 #  output-file-type: ".html"
27621 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27622 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27623 #  filter: "'NIC_Intel-XXV710' and
27624 #           '64B' and
27625 #           'NDRPDR' and
27626 #           ('ETH' or 'DOT1Q') and
27627 #           ('L2BDMACLRN' or 'L2XCFWD') and
27628 #           'VHOST_1024' and
27629 #           not 'CFS_OPT' and
27630 #           not 'VXLAN' and
27631 #           not 'DOT1Q' and
27632 #           not 'IP4FWD'"
27633 #  parameters:
27634 #  - "throughput"
27635 #  - "parent"
27636 #  - "tags"
27637 ##  sort:
27638 ##  - "1VM"
27639 ##  - "L2XCFWD"
27640 ##  - "1VM"
27641 ##  - "L2BDMACLRN"
27642 #  layout:
27643 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
27644 #    layout: "plot-throughput-speedup-analysis"
27645
27646 ################################################################################
27647
27648 # Speedup - VPP vts 3n-hsw-x520
27649 - type: "plot"
27650   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27651   algorithm: "plot_throughput_speedup_analysis"
27652   output-file-type: ".html"
27653   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27654   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27655   filter: "'NIC_Intel-X520-DA2' and
27656            '114B' and
27657            'NDRPDR' and
27658            'VTS'"
27659   parameters:
27660   - "throughput"
27661   - "parent"
27662   - "tags"
27663   layout:
27664     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
27665     layout: "plot-throughput-speedup-analysis"
27666
27667 - type: "plot"
27668   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27669   algorithm: "plot_throughput_speedup_analysis"
27670   output-file-type: ".html"
27671   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27672   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27673   filter: "'NIC_Intel-X520-DA2' and
27674            '114B' and
27675            'NDRPDR' and
27676            'VTS'"
27677   parameters:
27678   - "throughput"
27679   - "parent"
27680   - "tags"
27681   layout:
27682     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27683     layout: "plot-throughput-speedup-analysis"