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
385     vpp-perf-results-3n-skx:
386       csit-vpp-perf-verify-1904-3n-skx:
387         - 26  # NDRPDR full
388         - 27  # NDRPDR full
389         - 30  # NDRPDR full
390         - 31  # NDRPDR full
391
392     vpp-perf-results-2n-skx:
393       csit-vpp-perf-verify-1904-2n-skx:
394         - 33  # NDRPDR full
395         - 39  # NDRPDR full
396         - 58  # NDRPDR full
397         - 62  # NDRPDR full
398
399     vpp-mrr-results-3n-hsw:
400       csit-vpp-perf-verify-1904-3n-hsw:
401         - 9   # MRR sel
402
403     vpp-mrr-results-3n-skx:
404       csit-vpp-perf-verify-1904-3n-skx:
405         - 7   # MRR sel
406
407     vpp-mrr-results-2n-skx:
408       csit-vpp-perf-verify-1904-2n-skx:
409         - 11  # MRR sel
410
411     vpp-func-results-ubuntu:
412       csit-vpp-functional-1904-ubuntu1604-virl:
413         - 33
414
415     vpp-func-results-centos:
416       csit-vpp-functional-1904-centos7-virl:
417         - 32
418
419     vpp-device-results-ubuntu:
420       csit-vpp-device-1904-ubuntu1804-1n-skx:
421         - 32
422
423 #    # VPP Ligato
424 #    ligato-perf-results-3n-hsw:
425 #      # csit-ligato-perf-verify-1904-3n-hsw:
426 #      csit-ligato-perf-verify-1901-3n-hsw:
427 #        - 10  # NDRPDR full
428
429     dpdk-perf-results-3n-hsw:
430       csit-dpdk-perf-verify-1904-3n-hsw:
431         - 5   # NDRPDR sel
432
433     dpdk-perf-results-3n-skx:
434       csit-dpdk-perf-verify-1904-3n-skx:
435         - 7   # NDRPDR sel
436
437     dpdk-perf-results-2n-skx:
438       csit-dpdk-perf-verify-1904-2n-skx:
439         - 9   # NDRPDR sel
440
441     # HoneyComb Functional
442     hc-func-results:
443       csit-hc2vpp-verify-func-1904-ubuntu1604:
444         - 4
445
446 #    # NSH SFC Functional
447 #    nsh-func-results:
448 #      # Not used
449 #      csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
450 #        - 1
451
452     # DMM Functional
453     dmm-func-results:
454       csit-dmm-functional-1904-ubuntu1604-virl:
455         - 1
456
457     ###########################################################################
458     # Tables (more than one data set)
459
460     # Performance changes
461
462 #    intel-dnv-vpp-changes-2n-dnv-h1:
463 #      intel-dnv-vpp-release-1810:
464 #        - 1
465 #    intel-dnv-vpp-changes-2n-dnv-ref:
466 #      intel-dnv-vpp-release-1901:
467 #        - 1
468 #    intel-dnv-vpp-changes-2n-dnv-cmp:
469 #      # intel-dnv-vpp-release-1904:
470 #      intel-dnv-vpp-release-1901:
471 #        - 1
472 #    intel-dnv-vpp-changes-2n-dnv:
473 #      - "intel-dnv-vpp-changes-2n-dnv-h1"
474 #      - "intel-dnv-vpp-changes-2n-dnv-ref"
475 #      - "intel-dnv-vpp-changes-2n-dnv-cmp"
476
477     vpp-performance-changes-3n-hsw-h1:
478       csit-vpp-perf-verify-1810-3n-hsw:
479         - 8   # NDRPDR sel
480         - 12  # NDRPDR sel
481         - 14  # NDRPDR sel
482         - 18  # NDRPDR sel
483         - 23  # NDRPDR sel
484         - 25  # NDRPDR sel
485         - 38  # NDRPDR sel
486         - 39  # NDRPDR sel
487         - 41  # NDRPDR sel
488         - 42  # NDRPDR sel
489     vpp-performance-changes-3n-hsw-ref:
490       csit-vpp-perf-verify-1901-3n-hsw:
491         - 10  # NDRPDR sel
492         - 19  # NDRPDR sel
493         - 31  # NDRPDR sel
494         - 36  # NDRPDR sel
495         - 40  # NDRPDR sel
496         - 42  # NDRPDR sel
497         - 44  # NDRPDR sel
498         - 46  # NDRPDR sel
499         - 47  # NDRPDR sel
500         - 48  # NDRPDR sel
501         - 61  # NDRPDR LB
502         - 62  # NDRPDR LB
503         - 63  # NDRPDR LB
504         - 64  # NDRPDR LB
505         - 65  # NDRPDR LB
506         - 66  # NDRPDR LB
507         - 67  # NDRPDR LB
508         - 69  # NDRPDR LB
509         - 70  # NDRPDR LB
510         - 71  # NDRPDR LB
511     vpp-performance-changes-3n-hsw-cmp:
512       csit-vpp-perf-verify-1904-3n-hsw:
513         - 11  # NDRPDR sel
514         - 12  # NDRPDR sel
515         - 20  # NDRPDR sel
516         - 21  # NDRPDR sel
517         - 23  # NDRPDR sel
518         - 24  # NDRPDR sel
519         - 25  # NDRPDR sel
520         - 26  # NDRPDR sel
521         - 29  # NDRPDR sel
522         - 30  # NDRPDR sel
523     vpp-performance-changes-3n-hsw:
524       - "vpp-performance-changes-3n-hsw-h1"
525       - "vpp-performance-changes-3n-hsw-ref"
526       - "vpp-performance-changes-3n-hsw-cmp"
527
528     vpp-performance-changes-3n-skx-h1:
529       csit-vpp-perf-verify-1810-3n-skx:
530         - 10  # NDRPDR sel
531         - 14  # NDRPDR sel
532         - 15  # NDRPDR sel
533         - 16  # NDRPDR sel
534         - 17  # NDRPDR sel
535         - 19  # NDRPDR sel
536         - 20  # NDRPDR sel
537         - 21  # NDRPDR sel
538         - 22  # NDRPDR sel
539         - 25  # NDRPDR sel
540     vpp-performance-changes-3n-skx-ref:
541       csit-vpp-perf-verify-1901-3n-skx:
542         - 18  # NDRPDR sel
543         - 19  # NDRPDR sel
544         - 20  # NDRPDR sel
545         - 28  # NDRPDR sel
546         - 31  # NDRPDR sel
547         - 33  # NDRPDR sel
548         - 36  # NDRPDR sel
549         - 38  # NDRPDR sel
550         - 47  # NDRPDR sel
551         - 48  # NDRPDR sel
552         - 54  # NDRPDR LB
553         - 57  # NDRPDR LB
554         - 58  # NDRPDR LB
555         - 59  # NDRPDR LB
556         - 60  # NDRPDR LB
557         - 63  # NDRPDR LB
558         - 64  # NDRPDR LB
559         - 65  # NDRPDR LB
560         - 66  # NDRPDR LB
561         - 67  # NDRPDR LB
562     vpp-performance-changes-3n-skx-cmp:
563       csit-vpp-perf-verify-1904-3n-skx:
564         - 8   # NDRPDR sel
565         - 9   # NDRPDR sel
566         - 10  # NDRPDR sel
567         - 11  # NDRPDR sel
568         - 12  # NDRPDR sel
569         - 14  # NDRPDR sel
570         - 16  # NDRPDR sel
571         - 21  # NDRPDR sel
572         - 23  # NDRPDR sel
573         - 25  # NDRPDR sel
574     vpp-performance-changes-3n-skx:
575       - "vpp-performance-changes-3n-skx-h1"
576       - "vpp-performance-changes-3n-skx-ref"
577       - "vpp-performance-changes-3n-skx-cmp"
578
579     vpp-performance-changes-2n-skx-h1:
580       csit-vpp-perf-verify-1810-2n-skx:
581         - 9   # NDRPDR sel
582         - 13  # NDRPDR sel
583         - 14  # NDRPDR sel
584         - 19  # NDRPDR sel
585         - 20  # NDRPDR sel
586         - 21  # NDRPDR sel
587         - 22  # NDRPDR sel
588         - 23  # NDRPDR sel
589         - 24  # NDRPDR sel
590         - 27  # NDRPDR sel
591     vpp-performance-changes-2n-skx-ref:
592       csit-vpp-perf-verify-1901-2n-skx:
593         - 5   # NDRPDR sel
594         - 12  # NDRPDR sel
595         - 13  # NDRPDR sel
596         - 21  # NDRPDR sel
597         - 23  # NDRPDR sel
598         - 31  # NDRPDR sel
599         - 34  # NDRPDR sel
600         - 40  # NDRPDR sel
601         - 42  # NDRPDR sel
602         - 43  # NDRPDR sel
603     vpp-performance-changes-2n-skx-cmp:
604       csit-vpp-perf-verify-1904-2n-skx:
605         - 12  # NDRPDR sel
606         - 14  # NDRPDR sel
607         - 16  # NDRPDR sel
608         - 17  # NDRPDR sel
609         - 18  # NDRPDR sel
610         - 21  # NDRPDR sel
611         - 27  # NDRPDR sel
612         - 30  # NDRPDR sel
613         - 31  # NDRPDR sel
614         - 32  # NDRPDR sel
615     vpp-performance-changes-2n-skx:
616       - "vpp-performance-changes-2n-skx-h1"
617       - "vpp-performance-changes-2n-skx-ref"
618       - "vpp-performance-changes-2n-skx-cmp"
619
620     vpp-soak-vs-ndr-2n-skx-ref:
621       csit-vpp-perf-verify-1904-2n-skx:
622         - 12  # NDRPDR sel
623         - 14  # NDRPDR sel
624         - 16  # NDRPDR sel
625         - 17  # NDRPDR sel
626         - 18  # NDRPDR sel
627         - 21  # NDRPDR sel
628         - 27  # NDRPDR sel
629         - 30  # NDRPDR sel
630         - 31  # NDRPDR sel
631         - 32  # NDRPDR sel
632     vpp-soak-vs-ndr-2n-skx-cmp:
633       csit-vpp-perf-verify-1904-2n-skx:
634         - 70  # soak
635         - 71  # soak
636     vpp-soak-vs-ndr-2n-skx:
637       csit-vpp-perf-verify-1904-2n-skx:
638         - 12  # NDRPDR sel
639         - 14  # NDRPDR sel
640         - 16  # NDRPDR sel
641         - 17  # NDRPDR sel
642         - 18  # NDRPDR sel
643         - 21  # NDRPDR sel
644         - 27  # NDRPDR sel
645         - 30  # NDRPDR sel
646         - 31  # NDRPDR sel
647         - 32  # NDRPDR sel
648         - 70  # soak
649         - 71  # soak
650
651     vpp-performance-changes-3n-hsw-mrr-h1:
652       csit-vpp-perf-verify-1810-3n-hsw:
653         - 9   # MRR sel
654     vpp-performance-changes-3n-hsw-mrr-ref:
655       csit-vpp-perf-verify-1901-3n-hsw:
656         - 35  # MRR sel
657     vpp-performance-changes-3n-hsw-mrr-cmp:
658       csit-vpp-perf-verify-1904-3n-hsw:
659         - 9   # MRR sel
660     vpp-performance-changes-3n-hsw-mrr:
661       - "vpp-performance-changes-3n-hsw-mrr-h1"
662       - "vpp-performance-changes-3n-hsw-mrr-ref"
663       - "vpp-performance-changes-3n-hsw-mrr-cmp"
664
665     vpp-performance-changes-3n-skx-mrr-h1:
666       csit-vpp-perf-verify-1810-3n-skx:
667         - 9   # MRR sel
668         - 11  # MRR sel
669         - 12  # MRR sel
670         - 13  # MRR sel
671     vpp-performance-changes-3n-skx-mrr-ref:
672       csit-vpp-perf-verify-1901-3n-skx:
673         - 32  # MRR sel
674     vpp-performance-changes-3n-skx-mrr-cmp:
675       csit-vpp-perf-verify-1904-3n-skx:
676         - 7   # MRR sel
677     vpp-performance-changes-3n-skx-mrr:
678       - "vpp-performance-changes-3n-skx-mrr-h1"
679       - "vpp-performance-changes-3n-skx-mrr-ref"
680       - "vpp-performance-changes-3n-skx-mrr-cmp"
681
682     vpp-performance-changes-2n-skx-mrr-h1:
683       csit-vpp-perf-verify-1810-2n-skx:
684         - 8   # MRR sel
685         - 10  # MRR sel
686         - 11  # MRR sel
687         - 12  # MRR sel
688     vpp-performance-changes-2n-skx-mrr-ref:
689       csit-vpp-perf-verify-1901-2n-skx:
690         - 22  # MRR sel
691     vpp-performance-changes-2n-skx-mrr-cmp:
692       csit-vpp-perf-verify-1904-2n-skx:
693         - 11  # MRR sel
694     vpp-performance-changes-2n-skx-mrr:
695       - "vpp-performance-changes-2n-skx-mrr-h1"
696       - "vpp-performance-changes-2n-skx-mrr-ref"
697       - "vpp-performance-changes-2n-skx-mrr-cmp"
698
699     dpdk-performance-changes-3n-hsw-h1:
700       csit-dpdk-perf-verify-1810-3n-hsw:
701         - 1   # NDRPDR sel
702         - 2   # NDRPDR sel
703         - 3   # NDRPDR sel
704         - 4   # NDRPDR sel
705         - 5   # NDRPDR sel
706         - 6   # NDRPDR sel
707         - 7   # NDRPDR sel
708         - 8   # NDRPDR sel
709         - 9   # NDRPDR sel
710         - 10  # NDRPDR sel
711     dpdk-performance-changes-3n-hsw-ref:
712       csit-dpdk-perf-verify-1901-3n-hsw:
713         - 13  # NDRPDR sel
714         - 14  # NDRPDR sel
715         - 16  # NDRPDR sel
716         - 17  # NDRPDR sel
717         - 18  # NDRPDR sel
718         - 19  # NDRPDR sel
719         - 20  # NDRPDR sel
720         - 21  # NDRPDR sel
721         - 22  # NDRPDR sel
722         - 23  # NDRPDR sel
723     dpdk-performance-changes-3n-hsw-cmp:
724       csit-dpdk-perf-verify-1904-3n-hsw:
725         - 2   # NDRPDR sel
726         - 3   # NDRPDR sel
727         - 5   # NDRPDR sel
728         - 6   # NDRPDR sel
729         - 13  # NDRPDR sel
730         - 14  # NDRPDR sel
731         - 15  # NDRPDR sel
732         - 18  # NDRPDR sel
733         - 19  # NDRPDR sel
734         - 20  # NDRPDR sel
735     dpdk-performance-changes-3n-hsw:
736       - "dpdk-performance-changes-3n-hsw-h1"
737       - "dpdk-performance-changes-3n-hsw-ref"
738       - "dpdk-performance-changes-3n-hsw-cmp"
739
740     dpdk-performance-changes-3n-skx-h1:
741       csit-dpdk-perf-verify-1810-3n-skx:
742         - 3   # NDRPDR sel
743         - 4   # NDRPDR sel
744         - 6   # NDRPDR sel
745         - 7   # NDRPDR sel
746         - 8   # NDRPDR sel
747         - 9   # NDRPDR sel
748         - 10  # NDRPDR sel
749         - 11  # NDRPDR sel
750         - 12  # NDRPDR sel
751         - 13  # NDRPDR sel
752     dpdk-performance-changes-3n-skx-ref:
753       csit-dpdk-perf-verify-1901-3n-skx:
754         - 3   # NDRPDR sel
755         - 5   # NDRPDR sel
756         - 6   # NDRPDR sel
757         - 7   # NDRPDR sel
758         - 8   # NDRPDR sel
759         - 9   # NDRPDR sel
760         - 10  # NDRPDR sel
761         - 11  # NDRPDR sel
762         - 12  # NDRPDR sel
763         - 13  # NDRPDR sel
764     dpdk-performance-changes-3n-skx-cmp:
765       csit-dpdk-perf-verify-1904-3n-skx:
766         - 2   # NDRPDR sel
767         - 3   # NDRPDR sel
768         - 4   # NDRPDR sel
769         - 5   # NDRPDR sel
770         - 6   # NDRPDR sel
771         - 7   # NDRPDR sel
772         - 11  # NDRPDR sel
773         - 12  # NDRPDR sel
774         - 13  # NDRPDR sel
775         - 14  # NDRPDR sel
776     dpdk-performance-changes-3n-skx:
777       - "dpdk-performance-changes-3n-skx-h1"
778       - "dpdk-performance-changes-3n-skx-ref"
779       - "dpdk-performance-changes-3n-skx-cmp"
780
781     dpdk-performance-changes-2n-skx-h1:
782       csit-dpdk-perf-verify-1810-2n-skx:
783         - 3   # NDRPDR sel
784         - 4   # NDRPDR sel
785         - 5   # NDRPDR sel
786         - 7   # NDRPDR sel
787         - 8   # NDRPDR sel
788         - 9   # NDRPDR sel
789         - 10  # NDRPDR sel
790         - 11  # NDRPDR sel
791         - 12  # NDRPDR sel
792         - 13  # NDRPDR sel
793     dpdk-performance-changes-2n-skx-ref:
794       csit-dpdk-perf-verify-1901-2n-skx:
795         - 12  # NDRPDR sel
796         - 13  # NDRPDR sel
797         - 14  # NDRPDR sel
798         - 15  # NDRPDR sel
799         - 16  # NDRPDR sel
800         - 17  # NDRPDR sel
801         - 18  # NDRPDR sel
802         - 19  # NDRPDR sel
803         - 20  # NDRPDR sel
804         - 21  # NDRPDR sel
805     dpdk-performance-changes-2n-skx-cmp:
806       csit-dpdk-perf-verify-1904-2n-skx:
807         - 2   # NDRPDR sel
808         - 3   # NDRPDR sel
809         - 4   # NDRPDR sel
810         - 5   # NDRPDR sel
811         - 7   # NDRPDR sel
812         - 8   # NDRPDR sel
813         - 9   # NDRPDR sel
814         - 10  # NDRPDR sel
815         - 11  # NDRPDR sel
816         - 12  # NDRPDR sel
817     dpdk-performance-changes-2n-skx:
818       - "dpdk-performance-changes-2n-skx-h1"
819       - "dpdk-performance-changes-2n-skx-ref"
820       - "dpdk-performance-changes-2n-skx-cmp"
821
822     # Compare testbeds
823
824     vpp-compare-testbeds-ref:
825       csit-vpp-perf-verify-1904-3n-hsw:
826         - 11  # NDRPDR sel
827         - 12  # NDRPDR sel
828         - 20  # NDRPDR sel
829         - 21  # NDRPDR sel
830         - 23  # NDRPDR sel
831         - 24  # NDRPDR sel
832         - 25  # NDRPDR sel
833         - 26  # NDRPDR sel
834         - 29  # NDRPDR sel
835         - 30  # NDRPDR sel
836     vpp-compare-testbeds-cmp:
837       csit-vpp-perf-verify-1904-3n-skx:
838         - 8   # NDRPDR sel
839         - 9   # NDRPDR sel
840         - 10  # NDRPDR sel
841         - 11  # NDRPDR sel
842         - 12  # NDRPDR sel
843         - 14  # NDRPDR sel
844         - 16  # NDRPDR sel
845         - 21  # NDRPDR sel
846         - 23  # NDRPDR sel
847         - 25  # NDRPDR sel
848     vpp-compare-testbeds:
849       - "vpp-compare-testbeds-ref"
850       - "vpp-compare-testbeds-cmp"
851
852     vpp-compare-testbeds-mrr-ref:
853       csit-vpp-perf-verify-1904-3n-hsw:
854         - 9   # MRR sel
855     vpp-compare-testbeds-mrr-cmp:
856       csit-vpp-perf-verify-1904-3n-skx:
857         - 7   # MRR sel
858     vpp-compare-testbeds-mrr:
859       - "vpp-compare-testbeds-mrr-ref"
860       - "vpp-compare-testbeds-mrr-cmp"
861
862     dpdk-compare-testbeds-ref:
863       csit-dpdk-perf-verify-1904-3n-hsw:
864         - 2   # NDRPDR sel
865         - 3   # NDRPDR sel
866         - 5   # NDRPDR sel
867         - 6   # NDRPDR sel
868         - 13  # NDRPDR sel
869         - 14  # NDRPDR sel
870         - 15  # NDRPDR sel
871         - 18  # NDRPDR sel
872         - 19  # NDRPDR sel
873         - 20  # NDRPDR sel
874     dpdk-compare-testbeds-cmp:
875       csit-dpdk-perf-verify-1904-3n-skx:
876         - 2   # NDRPDR sel
877         - 3   # NDRPDR sel
878         - 4   # NDRPDR sel
879         - 5   # NDRPDR sel
880         - 6   # NDRPDR sel
881         - 7   # NDRPDR sel
882         - 11  # NDRPDR sel
883         - 12  # NDRPDR sel
884         - 13  # NDRPDR sel
885         - 14  # NDRPDR sel
886     dpdk-compare-testbeds:
887       - "dpdk-compare-testbeds-ref"
888       - "dpdk-compare-testbeds-cmp"
889
890     # Compare topologies
891
892     vpp-compare-topologies-ref:
893       csit-vpp-perf-verify-1904-3n-skx:
894         - 8   # NDRPDR sel
895         - 9   # NDRPDR sel
896         - 10  # NDRPDR sel
897         - 11  # NDRPDR sel
898         - 12  # NDRPDR sel
899         - 14  # NDRPDR sel
900         - 16  # NDRPDR sel
901         - 21  # NDRPDR sel
902         - 23  # NDRPDR sel
903         - 25  # NDRPDR sel
904     vpp-compare-topologies-cmp:
905       csit-vpp-perf-verify-1904-2n-skx:
906         - 12  # NDRPDR sel
907         - 14  # NDRPDR sel
908         - 16  # NDRPDR sel
909         - 17  # NDRPDR sel
910         - 18  # NDRPDR sel
911         - 21  # NDRPDR sel
912         - 27  # NDRPDR sel
913         - 30  # NDRPDR sel
914         - 31  # NDRPDR sel
915         - 32  # NDRPDR sel
916     vpp-compare-topologies:
917       - "vpp-compare-topologies-ref"
918       - "vpp-compare-topologies-cmp"
919
920     vpp-compare-topologies-mrr-ref:
921       csit-vpp-perf-verify-1904-3n-skx:
922         - 7   # MRR sel
923     vpp-compare-topologies-mrr-cmp:
924       csit-vpp-perf-verify-1904-2n-skx:
925         - 11  # MRR sel
926     vpp-compare-topologies-mrr:
927       - "vpp-compare-topologies-mrr-ref"
928       - "vpp-compare-topologies-mrr-cmp"
929
930     dpdk-compare-topologies-ref:
931       csit-dpdk-perf-verify-1904-3n-skx:
932         - 2   # NDRPDR sel
933         - 3   # NDRPDR sel
934         - 4   # NDRPDR sel
935         - 5   # NDRPDR sel
936         - 6   # NDRPDR sel
937         - 7   # NDRPDR sel
938         - 11  # NDRPDR sel
939         - 12  # NDRPDR sel
940         - 13  # NDRPDR sel
941         - 14  # NDRPDR sel
942     dpdk-compare-topologies-cmp:
943       csit-dpdk-perf-verify-1904-2n-skx:
944         - 2   # NDRPDR sel
945         - 3   # NDRPDR sel
946         - 4   # NDRPDR sel
947         - 5   # NDRPDR sel
948         - 7   # NDRPDR sel
949         - 8   # NDRPDR sel
950         - 9   # NDRPDR sel
951         - 10  # NDRPDR sel
952         - 11  # NDRPDR sel
953         - 12  # NDRPDR sel
954     dpdk-compare-topologies:
955       - "dpdk-compare-topologies-ref"
956       - "dpdk-compare-topologies-cmp"
957
958   plot-layouts:
959
960     plot-soak-throughput:
961       titlefont:
962         size: 18
963       xaxis:
964         title: "<b>Test Cases [Index]</b>"
965         titlefont:
966           size: 16
967         autorange: True
968         fixedrange: False
969         gridcolor: "rgb(230, 230, 230)"
970         linecolor: "rgb(220, 220, 220)"
971         linewidth: 1
972         showgrid: True
973         showline: True
974         showticklabels: True
975         tickcolor: "rgb(220, 220, 220)"
976         tickmode: "linear"
977         tickfont:
978           size: 16
979         zeroline: False
980       yaxis:
981         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
982         titlefont:
983           size: 16
984         gridcolor: "rgb(230, 230, 230)"
985         hoverformat: ".4r"
986         tickformat: ".3r"
987         linecolor: "rgb(220, 220, 220)"
988         linewidth: 1
989         showgrid: True
990         showline: True
991         showticklabels: True
992         tickcolor: "rgb(220, 220, 220)"
993         tickfont:
994           size: 16
995         zeroline: False
996         range: [0,50]
997       autosize: False
998       margin:
999         t: 50
1000         b: 0
1001         l: 80
1002         r: 20
1003       showlegend: True
1004       legend:
1005         orientation: "h"
1006         font:
1007           size: 16
1008       width: 700
1009       height: 900
1010
1011     plot-service-density:
1012       titlefont:
1013         size: 18
1014       xaxis:
1015         side: "top"
1016         autorange: True
1017         fixedrange: False
1018         showgrid: False
1019         showline: False
1020         showticklabels: False
1021         ticks: ""
1022         ticklen: 0
1023         tickwidth: 0
1024         zeroline: False
1025       yaxis:
1026         autorange: "reversed"
1027         showgrid: False
1028         showline: False
1029         showticklabels: False
1030         ticks: ""
1031         ticklen: 0
1032         tickwidth: 0
1033         zeroline: False
1034       autosize: True
1035       showlegend: False
1036       width: 700
1037       height: 700
1038
1039     plot-cps:
1040       titlefont:
1041         size: 18
1042       xaxis:
1043         title: "<b>Test Cases [Index]</b>"
1044         titlefont:
1045           size: 16
1046         autorange: True
1047         fixedrange: False
1048         gridcolor: "rgb(230, 230, 230)"
1049         linecolor: "rgb(220, 220, 220)"
1050         linewidth: 1
1051         showgrid: True
1052         showline: True
1053         showticklabels: True
1054         tickcolor: "rgb(220, 220, 220)"
1055         tickmode: "linear"
1056         tickfont:
1057           size: 16
1058         zeroline: False
1059       yaxis:
1060         title: "<b>Connections Per Second [cps]</b>"
1061         titlefont:
1062           size: 16
1063         gridcolor: "rgb(230, 230, 230)"
1064         hoverformat: ".4s"
1065         linecolor: "rgb(220, 220, 220)"
1066         linewidth: 1
1067         rangemode: "tozero"
1068         showgrid: True
1069         showline: True
1070         showticklabels: True
1071         tickcolor: "rgb(220, 220, 220)"
1072         tickformat: ".3s"
1073         tickfont:
1074           size: 16
1075         zeroline: False
1076       boxmode: "group"
1077       boxgroupgap: 0.5
1078       autosize: False
1079       margin:
1080         t: 50
1081         b: 20
1082         l: 80
1083         r: 20
1084       showlegend: True
1085       legend:
1086         orientation: "h"
1087         font:
1088           size: 16
1089       width: 700
1090       height: 800
1091
1092     plot-rps:
1093       titlefont:
1094         size: 18
1095       xaxis:
1096         title: "<b>Test Cases [Index]</b>"
1097         titlefont:
1098           size: 16
1099         autorange: True
1100         fixedrange: False
1101         gridcolor: "rgb(230, 230, 230)"
1102         linecolor: "rgb(220, 220, 220)"
1103         linewidth: 1
1104         showgrid: True
1105         showline: True
1106         showticklabels: True
1107         tickcolor: "rgb(220, 220, 220)"
1108         tickmode: "linear"
1109         tickfont:
1110           size: 16
1111         zeroline: False
1112       yaxis:
1113         title: "<b>Requests Per Second [rps]</b>"
1114         titlefont:
1115           size: 16
1116         gridcolor: "rgb(230, 230, 230)"
1117         hoverformat: ".4s"
1118         linecolor: "rgb(220, 220, 220)"
1119         linewidth: 1
1120         rangemode: "tozero"
1121         showgrid: True
1122         showline: True
1123         showticklabels: True
1124         tickcolor: "rgb(230, 230, 230)"
1125         tickformat: ".3s"
1126         tickfont:
1127           size: 16
1128         zeroline: False
1129       boxmode: "group"
1130       boxgroupgap: 0.5
1131       autosize: False
1132       margin:
1133         t: 50
1134         b: 20
1135         l: 80
1136         r: 20
1137       showlegend: True
1138       legend:
1139         orientation: "h"
1140         font:
1141           size: 16
1142       width: 700
1143       height: 800
1144
1145     plot-throughput:
1146       titlefont:
1147         size: 18
1148       xaxis:
1149         title: "<b>Test Cases [Index]</b>"
1150         titlefont:
1151           size: 16
1152         autorange: True
1153         fixedrange: False
1154         gridcolor: "rgb(230, 230, 230)"
1155         linecolor: "rgb(220, 220, 220)"
1156         linewidth: 1
1157         showgrid: True
1158         showline: True
1159         showticklabels: True
1160         tickcolor: "rgb(220, 220, 220)"
1161         tickmode: "linear"
1162         tickfont:
1163           size: 16
1164         zeroline: False
1165       yaxis:
1166         title: "<b>Packet Throughput [Mpps]</b>"
1167         titlefont:
1168           size: 16
1169         gridcolor: "rgb(230, 230, 230)"
1170         hoverformat: ".4r"
1171         tickformat: ".3r"
1172         linecolor: "rgb(220, 220, 220)"
1173         linewidth: 1
1174         showgrid: True
1175         showline: True
1176         showticklabels: True
1177         tickcolor: "rgb(220, 220, 220)"
1178         tickfont:
1179           size: 16
1180         zeroline: False
1181         range: [0,50]
1182       boxmode: "group"
1183       boxgroupgap: 0.5
1184       autosize: False
1185       margin:
1186         t: 50
1187         b: 0
1188         l: 80
1189         r: 20
1190       showlegend: True
1191       legend:
1192         orientation: "h"
1193         font:
1194           size: 16
1195       width: 700
1196       height: 900
1197
1198     plot-throughput-speedup-analysis:
1199       titlefont:
1200         size: 18
1201       xaxis:
1202         title: "<b>Number of Cores [Qty]</b>"
1203         titlefont:
1204           size: 16
1205         autorange: True
1206         fixedrange: False
1207         gridcolor: "rgb(230, 230, 230)"
1208         linecolor: "rgb(220, 220, 220)"
1209         linewidth: 1
1210         showgrid: True
1211         showline: True
1212         showticklabels: True
1213         tickcolor: "rgb(238, 238, 238)"
1214         tickmode: "linear"
1215         tickfont:
1216           size: 16
1217         zeroline: False
1218       yaxis:
1219         title: "<b>Packet Throughput [Mpps]</b>"
1220         titlefont:
1221           size: 16
1222         type: "linear"
1223         gridcolor: "rgb(230, 230, 230)"
1224         hoverformat: ".4s"
1225         linecolor: "rgb(220, 220, 220)"
1226         linewidth: 1
1227         showgrid: True
1228         showline: True
1229         showticklabels: True
1230         tickcolor: "rgb(220, 220, 220)"
1231         tickformat: ".4s"
1232         tickfont:
1233           size: 16
1234         zeroline: True
1235         rangemode: "tozero"
1236         range: [0,100]
1237       legend:
1238         orientation: "h"
1239         font:
1240           size: 16
1241         xanchor: "left"
1242         yanchor: "top"
1243         x: 0
1244         y: -0.2
1245         bgcolor: "rgba(255, 255, 255, 0)"
1246         bordercolor: "rgba(255, 255, 255, 0)"
1247         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1248       autosize: False
1249       margin:
1250           't': 50
1251           'b': 150
1252           'l': 85
1253           'r': 10
1254       showlegend: True
1255       width: 700
1256       height: 700
1257       hoverlabel:
1258         namelength: -1
1259       annotations: [
1260         {
1261           text: "_ _          __          ...",
1262           align: "left",
1263           showarrow: False,
1264           xref: "paper",
1265           yref: "paper",
1266           xanchor: "left",
1267           yanchor: "top",
1268           x: 0,
1269           y: -0.13,
1270           font: {
1271             family: "Consolas, Courier New",
1272             size: 15
1273           },
1274         },
1275         {
1276           text: "    Perfect     Measured     Limit",
1277           align: "left",
1278           showarrow: False,
1279           xref: "paper",
1280           yref: "paper",
1281           xanchor: "left",
1282           yanchor: "top",
1283           x: 0,
1284           y: -0.15,
1285           font: {
1286             family: "Consolas, Courier New",
1287             size: 15
1288           },
1289         },
1290       ]
1291
1292     plot-latency:
1293       titlefont:
1294         size: 18
1295       xaxis:
1296         title: "<b>Direction</b>"
1297         titlefont:
1298           size: 16
1299         autorange: True
1300         fixedrange: False
1301         gridcolor: "rgb(230, 230, 230)"
1302         linecolor: "rgb(220, 220, 220)"
1303         linewidth: 1
1304         showgrid: True
1305         showline: True
1306         showticklabels: False
1307         tickcolor: "rgb(220, 220, 220)"
1308         tickmode: "linear"
1309         tickfont:
1310           size: 16
1311         zeroline: False
1312       yaxis:
1313         title: "<b>Packet Latency [uSec]</b>"
1314         titlefont:
1315           size: 16
1316         type: "linear"
1317         gridcolor: "rgb(230, 230, 230)"
1318         hoverformat: ".4s"
1319         linecolor: "rgb(220, 220, 220)"
1320         linewidth: 1
1321         showgrid: True
1322         showline: True
1323         showticklabels: True
1324         tickcolor: "rgb(220, 220, 220)"
1325         tickformat: ".4s"
1326         tickfont:
1327           size: 16
1328         zeroline: True
1329         rangemode: "tozero"
1330       legend:
1331         orientation: "h"
1332         font:
1333           size: 16
1334         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1335       autosize: False
1336       margin:
1337           't': 50
1338           'b': 150
1339           'l': 80
1340           'r': 10
1341       showlegend: True
1342       width: 700
1343       height: 700
1344       hoverlabel:
1345         namelength: -1
1346
1347 - type: "static"
1348   src-path: "{DIR[RST]}"
1349   dst-path: "{DIR[WORKING,SRC]}"
1350
1351 - type: "input"
1352   general:
1353     file-name: "robot-plugin.zip"
1354     file-format: ".zip"
1355     download-path: "{job}/{build}/robot/report/*zip*/{filename}"
1356     extract: "robot-plugin/output.xml"
1357
1358   builds:
1359 ##    intel-dnv-vpp-release-1904:
1360 ##      - 1
1361 #
1362 #    intel-dnv-vpp-release-1901:
1363 #      - 1
1364 #
1365 #    intel-dnv-vpp-release-1810:
1366 #      - 1
1367
1368     csit-vpp-perf-verify-1810-3n-hsw:
1369       - 9   # MRR sel
1370       - 8   # NDRPDR sel
1371       - 12  # NDRPDR sel
1372       - 14  # NDRPDR sel
1373       - 18  # NDRPDR sel
1374       - 23  # NDRPDR sel
1375       - 25  # NDRPDR sel
1376       - 38  # NDRPDR sel
1377       - 39  # NDRPDR sel
1378       - 41  # NDRPDR sel
1379       - 42  # NDRPDR sel
1380 #      - 28  # WRK
1381 #      - 29  # WRK
1382 #      - 30  # WRK
1383 #      - 31  # WRK
1384 #      - 32  # WRK
1385 #      - 33  # WRK
1386 #      - 34  # WRK
1387 #      - 35  # WRK
1388 #      - 36  # WRK
1389 #      - 37  # WRK
1390     csit-vpp-perf-verify-1901-3n-hsw:
1391       - 35  # MRR sel
1392       - 10  # NDRPDR sel
1393       - 19  # NDRPDR sel
1394       - 31  # NDRPDR sel
1395       - 36  # NDRPDR sel
1396       - 40  # NDRPDR sel
1397       - 42  # NDRPDR sel
1398       - 44  # NDRPDR sel
1399       - 46  # NDRPDR sel
1400       - 47  # NDRPDR sel
1401       - 48  # NDRPDR sel
1402       - 61  # NDRPDR LB
1403       - 62  # NDRPDR LB
1404       - 63  # NDRPDR LB
1405       - 64  # NDRPDR LB
1406       - 65  # NDRPDR LB
1407       - 66  # NDRPDR LB
1408       - 67  # NDRPDR LB
1409       - 69  # NDRPDR LB
1410       - 70  # NDRPDR LB
1411       - 71  # NDRPDR LB
1412     # TODO: Add 1904 Data
1413     csit-vpp-perf-verify-1904-3n-hsw:
1414       - 9   # MRR sel
1415       - 32  # NDRPDR full
1416       - 33  # NDRPDR full
1417       - 35  # NDRPDR full
1418       - 36  # NDRPDR full
1419       - 37  # NDRPDR full
1420       - 38  # NDRPDR full
1421       - 40  # NDRPDR full
1422       - 45  # NDRPDR full
1423       - 46  # NDRPDR full
1424       - 48  # NDRPDR full
1425       - 49  # NDRPDR full
1426       - 50  # NDRPDR full
1427       - 51  # NDRPDR full
1428       - 52  # NDRPDR full
1429       - 53  # NDRPDR full
1430       - 54  # NDRPDR full
1431       - 11  # NDRPDR sel
1432       - 12  # NDRPDR sel
1433       - 20  # NDRPDR sel
1434       - 21  # NDRPDR sel
1435       - 23  # NDRPDR sel
1436       - 24  # NDRPDR sel
1437       - 25  # NDRPDR sel
1438       - 26  # NDRPDR sel
1439       - 29  # NDRPDR sel
1440       - 30  # NDRPDR sel
1441
1442     csit-vpp-perf-verify-1810-3n-skx:
1443       - 9   # MRR sel
1444       - 11  # MRR sel
1445       - 12  # MRR sel
1446       - 13  # MRR sel
1447       - 10  # NDRPDR sel
1448       - 14  # NDRPDR sel
1449       - 15  # NDRPDR sel
1450       - 16  # NDRPDR sel
1451       - 17  # NDRPDR sel
1452       - 19  # NDRPDR sel
1453       - 20  # NDRPDR sel
1454       - 21  # NDRPDR sel
1455       - 22  # NDRPDR sel
1456       - 25  # NDRPDR sel
1457     csit-vpp-perf-verify-1901-3n-skx:
1458       - 32  # MRR sel
1459       - 18  # NDRPDR sel
1460       - 19  # NDRPDR sel
1461       - 20  # NDRPDR sel
1462       - 28  # NDRPDR sel
1463       - 31  # NDRPDR sel
1464       - 33  # NDRPDR sel
1465       - 36  # NDRPDR sel
1466       - 38  # NDRPDR sel
1467       - 47  # NDRPDR sel
1468       - 48  # NDRPDR sel
1469       - 54  # NDRPDR LB
1470       - 57  # NDRPDR LB
1471       - 58  # NDRPDR LB
1472       - 59  # NDRPDR LB
1473       - 60  # NDRPDR LB
1474       - 63  # NDRPDR LB
1475       - 64  # NDRPDR LB
1476       - 65  # NDRPDR LB
1477       - 66  # NDRPDR LB
1478       - 67  # NDRPDR LB
1479     csit-vpp-perf-verify-1904-3n-skx:
1480       - 7   # MRR sel
1481       - 26  # NDRPDR full
1482       - 27  # NDRPDR full
1483       - 30  # NDRPDR full
1484       - 31  # NDRPDR full
1485       - 8   # NDRPDR sel
1486       - 9   # NDRPDR sel
1487       - 10  # NDRPDR sel
1488       - 11  # NDRPDR sel
1489       - 12  # NDRPDR sel
1490       - 14  # NDRPDR sel
1491       - 16  # NDRPDR sel
1492       - 21  # NDRPDR sel
1493       - 23  # NDRPDR sel
1494       - 25  # NDRPDR sel
1495
1496     csit-vpp-perf-verify-1810-2n-skx:
1497       - 8   # MRR sel
1498       - 10  # MRR sel
1499       - 11  # MRR sel
1500       - 12  # MRR sel
1501       - 9   # NDRPDR sel
1502       - 13  # NDRPDR sel
1503       - 14  # NDRPDR sel
1504       - 19  # NDRPDR sel
1505       - 20  # NDRPDR sel
1506       - 21  # NDRPDR sel
1507       - 22  # NDRPDR sel
1508       - 23  # NDRPDR sel
1509       - 24  # NDRPDR sel
1510       - 27  # NDRPDR sel
1511     csit-vpp-perf-verify-1901-2n-skx:
1512       - 22  # MRR sel
1513       - 5   # NDRPDR sel
1514       - 12  # NDRPDR sel
1515       - 13  # NDRPDR sel
1516       - 21  # NDRPDR sel
1517       - 23  # NDRPDR sel
1518       - 31  # NDRPDR sel
1519       - 34  # NDRPDR sel
1520       - 40  # NDRPDR sel
1521       - 42  # NDRPDR sel
1522       - 43  # NDRPDR sel
1523     csit-vpp-perf-verify-1904-2n-skx:
1524       - 11  # MRR sel
1525       - 33  # NDRPDR full
1526       - 39  # NDRPDR full
1527       - 58  # NDRPDR full
1528       - 62  # NDRPDR full
1529       - 12  # NDRPDR sel
1530       - 14  # NDRPDR sel
1531       - 16  # NDRPDR sel
1532       - 17  # NDRPDR sel
1533       - 18  # NDRPDR sel
1534       - 21  # NDRPDR sel
1535       - 27  # NDRPDR sel
1536       - 30  # NDRPDR sel
1537       - 31  # NDRPDR sel
1538       - 32  # NDRPDR sel
1539       - 40  # NFV MRR 64b
1540       - 41  # NFV MRR 64b
1541       - 42  # NFV MRR 64b
1542       - 47  # NFV MRR 64b
1543       - 48  # NFV MRR 64b
1544       - 49  # NFV MRR IMIX
1545       - 50  # NFV MRR IMIX
1546       - 51  # NFV MRR IMIX
1547       - 54  # NFV MRR IMIX
1548       - 55  # NFV MRR IMIX
1549       - 56  # NFV NDRPDR 64b
1550       - 59  # NFV NDRPDR 64b
1551       - 60  # NFV NDRPDR 64b
1552       - 65  # NFV NDRPDR 64b
1553       - 68  # NFV NDRPDR 64b
1554       - 66  # NFV NDRPDR IMIX
1555       - 67  # NFV NDRPDR IMIX
1556       - 69  # NFV NDRPDR IMIX
1557       - 82  # NFV NDRPDR IMIX
1558       - 83  # NFV NDRPDR IMIX
1559       - 80  # NFV MRR NDRPDR 64b IMIX
1560       - 81  # NFV MRR NDRPDR 64b IMIX
1561       - 84  # NFV MRR NDRPDR 64b IMIX
1562       - 85  # NFV MRR NDRPDR 64b IMIX
1563       - 86  # NFV MRR NDRPDR 64b IMIX
1564       - 70  # soak
1565       - 71  # soak
1566
1567 #    csit-ligato-perf-verify-1901-3n-hsw:
1568 #      - 10  # NDRPDR full
1569 #      - 8   # NDRPDR sel
1570 #      - 9   # NDRPDR sel
1571 #      - 11  # NDRPDR sel
1572 #      - 12  # NDRPDR sel
1573 #      - 13  # NDRPDR sel
1574 #      - 14  # NDRPDR sel
1575 #      - 15  # NDRPDR sel
1576 #      - 16  # NDRPDR sel
1577 #      - 17  # NDRPDR sel
1578 #      - 18  # NDRPDR sel
1579 ##    csit-ligato-perf-verify-1904-3n-hsw:
1580 ##      -
1581
1582     csit-dpdk-perf-verify-1810-3n-hsw:
1583       - 1   # NDRPDR sel
1584       - 2   # NDRPDR sel
1585       - 3   # NDRPDR sel
1586       - 4   # NDRPDR sel
1587       - 5   # NDRPDR sel
1588       - 6   # NDRPDR sel
1589       - 7   # NDRPDR sel
1590       - 8   # NDRPDR sel
1591       - 9   # NDRPDR sel
1592       - 10  # NDRPDR sel
1593     csit-dpdk-perf-verify-1901-3n-hsw:
1594       - 13  # NDRPDR sel
1595       - 14  # NDRPDR sel
1596       - 16  # NDRPDR sel
1597       - 17  # NDRPDR sel
1598       - 18  # NDRPDR sel
1599       - 19  # NDRPDR sel
1600       - 20  # NDRPDR sel
1601       - 21  # NDRPDR sel
1602       - 22  # NDRPDR sel
1603       - 23  # NDRPDR sel
1604     csit-dpdk-perf-verify-1904-3n-hsw:
1605       - 2   # NDRPDR sel
1606       - 3   # NDRPDR sel
1607       - 5   # NDRPDR sel
1608       - 6   # NDRPDR sel
1609       - 13  # NDRPDR sel
1610       - 14  # NDRPDR sel
1611       - 15  # NDRPDR sel
1612       - 18  # NDRPDR sel
1613       - 19  # NDRPDR sel
1614       - 20  # NDRPDR sel
1615
1616     csit-dpdk-perf-verify-1810-3n-skx:
1617       - 3   # NDRPDR sel
1618       - 4   # NDRPDR sel
1619       - 6   # NDRPDR sel
1620       - 7   # NDRPDR sel
1621       - 8   # NDRPDR sel
1622       - 9   # NDRPDR sel
1623       - 10  # NDRPDR sel
1624       - 11  # NDRPDR sel
1625       - 12  # NDRPDR sel
1626       - 13  # NDRPDR sel
1627     csit-dpdk-perf-verify-1901-3n-skx:
1628       - 3   # NDRPDR sel
1629       - 5   # NDRPDR sel
1630       - 6   # NDRPDR sel
1631       - 7   # NDRPDR sel
1632       - 8   # NDRPDR sel
1633       - 9   # NDRPDR sel
1634       - 10  # NDRPDR sel
1635       - 11  # NDRPDR sel
1636       - 12  # NDRPDR sel
1637       - 13  # NDRPDR sel
1638     csit-dpdk-perf-verify-1904-3n-skx:
1639       - 2   # NDRPDR sel
1640       - 3   # NDRPDR sel
1641       - 4   # NDRPDR sel
1642       - 5   # NDRPDR sel
1643       - 6   # NDRPDR sel
1644       - 7   # NDRPDR sel
1645       - 11  # NDRPDR sel
1646       - 12  # NDRPDR sel
1647       - 13  # NDRPDR sel
1648       - 14  # NDRPDR sel
1649
1650     csit-dpdk-perf-verify-1810-2n-skx:
1651       - 3   # NDRPDR sel
1652       - 4   # NDRPDR sel
1653       - 5   # NDRPDR sel
1654       - 7   # NDRPDR sel
1655       - 8   # NDRPDR sel
1656       - 9   # NDRPDR sel
1657       - 10  # NDRPDR sel
1658       - 11  # NDRPDR sel
1659       - 12  # NDRPDR sel
1660       - 13  # NDRPDR sel
1661     csit-dpdk-perf-verify-1901-2n-skx:
1662       - 12  # NDRPDR sel
1663       - 13  # NDRPDR sel
1664       - 14  # NDRPDR sel
1665       - 15  # NDRPDR sel
1666       - 16  # NDRPDR sel
1667       - 17  # NDRPDR sel
1668       - 18  # NDRPDR sel
1669       - 19  # NDRPDR sel
1670       - 20  # NDRPDR sel
1671       - 21  # NDRPDR sel
1672     csit-dpdk-perf-verify-1904-2n-skx:
1673       - 2   # NDRPDR sel
1674       - 3   # NDRPDR sel
1675       - 4   # NDRPDR sel
1676       - 5   # NDRPDR sel
1677       - 7   # NDRPDR sel
1678       - 8   # NDRPDR sel
1679       - 9   # NDRPDR sel
1680       - 10  # NDRPDR sel
1681       - 11  # NDRPDR sel
1682       - 12  # NDRPDR sel
1683
1684     csit-vpp-functional-1904-ubuntu1604-virl:
1685       - 33
1686     csit-vpp-functional-1904-centos7-virl:
1687       - 32
1688     csit-vpp-device-1904-ubuntu1804-1n-skx:
1689       - 32
1690 #    # Not used
1691 #    csit-nsh_sfc-verify-func-1810-ubuntu1604-virl:
1692 #      - 1
1693     csit-dmm-functional-1904-ubuntu1604-virl:
1694       - 1
1695     csit-hc2vpp-verify-func-1904-ubuntu1604:
1696       - 4
1697
1698 - type: "output"
1699   output: "report"
1700   format:
1701     html:
1702     - full
1703     pdf:
1704     - minimal
1705
1706 ################################################################################
1707 ###                               T A B L E S                                ###
1708 ################################################################################
1709
1710 # VPP Soak vs NDR
1711 - type: "table"
1712   title: "VPP Soak vs NDR 2n-skx"
1713   algorithm: "table_soak_vs_ndr"
1714   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
1715   reference:
1716     title: "NDR"
1717     data: "vpp-soak-vs-ndr-2n-skx-ref"
1718   compare:
1719     title: "Soak"
1720     data: "vpp-soak-vs-ndr-2n-skx-cmp"
1721   data: "vpp-soak-vs-ndr-2n-skx"
1722   include-tests: "NDR"
1723   filter: "('NDRPDR' or 'SOAK')"
1724   parameters:
1725     - "throughput"
1726     - "name"
1727     - "parent"
1728
1729 ################################################################################
1730
1731 # VPP Compare NICs 3n-hsw 1t1c ndr
1732 - type: "table"
1733   title: "VPP Compare NICs 3n-hsw 1t1c ndr"
1734   algorithm: "table_nics_comparison"
1735   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-ndr"
1736   reference:
1737     title: "Intel-x520"
1738     nic: "NIC_Intel-X520-DA2"
1739   compare:
1740     title: "Intel-x710"
1741     nic: "NIC_Intel-X710"
1742   data: "vpp-nic-comparison-3n-hsw"
1743   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1744   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1745   parameters:
1746   - "name"
1747   - "parent"
1748   - "throughput"
1749   - "tags"
1750
1751 # VPP Compare NICs 3n-hsw 2t2c ndr
1752 - type: "table"
1753   title: "VPP Compare NICs 3n-hsw 2t2c ndr"
1754   algorithm: "table_nics_comparison"
1755   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-ndr"
1756   reference:
1757     title: "Intel-x520"
1758     nic: "NIC_Intel-X520-DA2"
1759   compare:
1760     title: "Intel-x710"
1761     nic: "NIC_Intel-X710"
1762   data: "vpp-nic-comparison-3n-hsw"
1763   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1764   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1765   parameters:
1766   - "name"
1767   - "parent"
1768   - "throughput"
1769   - "tags"
1770
1771 # VPP Compare NICs 3n-hsw 1t1c pdr
1772 - type: "table"
1773   title: "VPP Compare NICs 3n-hsw 1t1c pdr"
1774   algorithm: "table_nics_comparison"
1775   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-pdr"
1776   reference:
1777     title: "Intel-x520"
1778     nic: "NIC_Intel-X520-DA2"
1779   compare:
1780     title: "Intel-x710"
1781     nic: "NIC_Intel-X710"
1782   data: "vpp-nic-comparison-3n-hsw"
1783   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1784   filter: "'1T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1785   parameters:
1786   - "name"
1787   - "parent"
1788   - "throughput"
1789   - "tags"
1790
1791 # VPP Compare NICs 3n-hsw 2t2c pdr
1792 - type: "table"
1793   title: "VPP Compare NICs 3n-hsw 2t2c pdr"
1794   algorithm: "table_nics_comparison"
1795   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-pdr"
1796   reference:
1797     title: "Intel-x520"
1798     nic: "NIC_Intel-X520-DA2"
1799   compare:
1800     title: "Intel-x710"
1801     nic: "NIC_Intel-X710"
1802   data: "vpp-nic-comparison-3n-hsw"
1803   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1804   filter: "'2T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1805   parameters:
1806   - "name"
1807   - "parent"
1808   - "throughput"
1809   - "tags"
1810
1811 # VPP Compare NICs 3n-hsw 1t1c mrr
1812 - type: "table"
1813   title: "VPP Compare NICs 3n-hsw 1t1c mrr"
1814   algorithm: "table_nics_comparison"
1815   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-nics-mrr"
1816   reference:
1817     title: "Intel-x520"
1818     nic: "NIC_Intel-X520-DA2"
1819   compare:
1820     title: "Intel-x710"
1821     nic: "NIC_Intel-X710"
1822   data: "vpp-nic-comparison-3n-hsw-mrr"
1823   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1824   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1825   parameters:
1826   - "name"
1827   - "parent"
1828   - "result"
1829   - "tags"
1830
1831 # VPP Compare NICs 3n-hsw 2t2c mrr
1832 - type: "table"
1833   title: "VPP Compare NICs 3n-hsw 2t2c mrr"
1834   algorithm: "table_nics_comparison"
1835   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-nics-mrr"
1836   reference:
1837     title: "Intel-x520"
1838     nic: "NIC_Intel-X520-DA2"
1839   compare:
1840     title: "Intel-x710"
1841     nic: "NIC_Intel-X710"
1842   data: "vpp-nic-comparison-3n-hsw-mrr"
1843   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1844   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1845   parameters:
1846   - "name"
1847   - "parent"
1848   - "result"
1849   - "tags"
1850
1851 # VPP Compare NICs 3n-hsw 4t4c mrr
1852 - type: "table"
1853   title: "VPP Compare NICs 3n-hsw 4t4c mrr"
1854   algorithm: "table_nics_comparison"
1855   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-nics-mrr"
1856   reference:
1857     title: "Intel-x520"
1858     nic: "NIC_Intel-X520-DA2"
1859   compare:
1860     title: "Intel-x710"
1861     nic: "NIC_Intel-X710"
1862   data: "vpp-nic-comparison-3n-hsw-mrr"
1863   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1864   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1865   parameters:
1866   - "name"
1867   - "parent"
1868   - "result"
1869   - "tags"
1870
1871 # VPP Compare NICs 3n-skx 2t1c ndr
1872 - type: "table"
1873   title: "VPP Compare NICs 3n-skx 2t1c ndr"
1874   algorithm: "table_nics_comparison"
1875   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
1876   reference:
1877     title: "Intel-x710"
1878     nic: "NIC_Intel-X710"
1879   compare:
1880     title: "Intel-xxv710"
1881     nic: "NIC_Intel-XXV710"
1882   data: "vpp-nic-comparison-3n-skx"
1883   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1884   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1885   parameters:
1886   - "name"
1887   - "parent"
1888   - "throughput"
1889   - "tags"
1890
1891 # VPP Compare NICs 3n-skx 4t2c ndr
1892 - type: "table"
1893   title: "VPP Compare NICs 3n-skx 4t2c ndr"
1894   algorithm: "table_nics_comparison"
1895   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
1896   reference:
1897     title: "Intel-x710"
1898     nic: "NIC_Intel-X710"
1899   compare:
1900     title: "Intel-xxv710"
1901     nic: "NIC_Intel-XXV710"
1902   data: "vpp-nic-comparison-3n-skx"
1903   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
1904   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1905   parameters:
1906   - "name"
1907   - "parent"
1908   - "throughput"
1909   - "tags"
1910
1911 # VPP Compare NICs 3n-skx 2t1c pdr
1912 - type: "table"
1913   title: "VPP Compare NICs 3n-skx 2t1c pdr"
1914   algorithm: "table_nics_comparison"
1915   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
1916   reference:
1917     title: "Intel-x710"
1918     nic: "NIC_Intel-X710"
1919   compare:
1920     title: "Intel-xxv710"
1921     nic: "NIC_Intel-XXV710"
1922   data: "vpp-nic-comparison-3n-skx"
1923   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1924   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1925   parameters:
1926   - "name"
1927   - "parent"
1928   - "throughput"
1929   - "tags"
1930
1931  # VPP Compare NICs 3n-skx 4t2c pdr
1932 - type: "table"
1933   title: "VPP Compare NICs 3n-skx 4t2c pdr"
1934   algorithm: "table_nics_comparison"
1935   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
1936   reference:
1937     title: "Intel-x710"
1938     nic: "NIC_Intel-X710"
1939   compare:
1940     title: "Intel-xxv710"
1941     nic: "NIC_Intel-XXV710"
1942   data: "vpp-nic-comparison-3n-skx"
1943   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
1944   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1945   parameters:
1946   - "name"
1947   - "parent"
1948   - "throughput"
1949   - "tags"
1950
1951 # VPP Compare NICs 3n-skx 2t1c mrr
1952 - type: "table"
1953   title: "VPP Compare NICs 3n-skx 2t1c mrr"
1954   algorithm: "table_nics_comparison"
1955   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
1956   reference:
1957     title: "Intel-x710"
1958     nic: "NIC_Intel-X710"
1959   compare:
1960     title: "Intel-xxv710"
1961     nic: "NIC_Intel-XXV710"
1962   data: "vpp-nic-comparison-3n-skx-mrr"
1963   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1964   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1965   parameters:
1966   - "name"
1967   - "parent"
1968   - "result"
1969   - "tags"
1970
1971 # VPP Compare NICs 3n-skx 4t2c mrr
1972 - type: "table"
1973   title: "VPP Compare NICs 3n-skx 4t2c mrr"
1974   algorithm: "table_nics_comparison"
1975   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
1976   reference:
1977     title: "Intel-x710"
1978     nic: "NIC_Intel-X710"
1979   compare:
1980     title: "Intel-xxv710"
1981     nic: "NIC_Intel-XXV710"
1982   data: "vpp-nic-comparison-3n-skx-mrr"
1983   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
1984   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
1985   parameters:
1986   - "name"
1987   - "parent"
1988   - "result"
1989   - "tags"
1990
1991  # VPP Compare NICs 3n-skx 8t4c mrr
1992 - type: "table"
1993   title: "VPP Compare NICs 3n-skx 8t4c mrr"
1994   algorithm: "table_nics_comparison"
1995   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
1996   reference:
1997     title: "Intel-x710"
1998     nic: "NIC_Intel-X710"
1999   compare:
2000     title: "Intel-xxv710"
2001     nic: "NIC_Intel-XXV710"
2002   data: "vpp-nic-comparison-3n-skx-mrr"
2003   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2004   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2005   parameters:
2006   - "name"
2007   - "parent"
2008   - "result"
2009   - "tags"
2010
2011 # VPP Compare NICs 2n-skx 2t1c ndr
2012 - type: "table"
2013   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2014   algorithm: "table_nics_comparison"
2015   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2016   reference:
2017     title: "Intel-x710"
2018     nic: "NIC_Intel-X710"
2019   compare:
2020     title: "Intel-xxv710"
2021     nic: "NIC_Intel-XXV710"
2022   data: "vpp-nic-comparison-2n-skx"
2023   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2024   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2025   parameters:
2026   - "name"
2027   - "parent"
2028   - "throughput"
2029   - "tags"
2030
2031 # VPP Compare NICs 2n-skx 4t2c ndr
2032 - type: "table"
2033   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2034   algorithm: "table_nics_comparison"
2035   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2036   reference:
2037     title: "Intel-x710"
2038     nic: "NIC_Intel-X710"
2039   compare:
2040     title: "Intel-xxv710"
2041     nic: "NIC_Intel-XXV710"
2042   data: "vpp-nic-comparison-2n-skx"
2043   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2044   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2045   parameters:
2046   - "name"
2047   - "parent"
2048   - "throughput"
2049   - "tags"
2050
2051  # VPP Compare NICs 2n-skx 2t1c pdr
2052 - type: "table"
2053   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2054   algorithm: "table_nics_comparison"
2055   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2056   reference:
2057     title: "Intel-x710"
2058     nic: "NIC_Intel-X710"
2059   compare:
2060     title: "Intel-xxv710"
2061     nic: "NIC_Intel-XXV710"
2062   data: "vpp-nic-comparison-2n-skx"
2063   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2064   filter: "'2T1C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2065   parameters:
2066   - "name"
2067   - "parent"
2068   - "throughput"
2069   - "tags"
2070
2071 # VPP Compare NICs 2n-skx 4t2c pdr
2072 - type: "table"
2073   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2074   algorithm: "table_nics_comparison"
2075   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2076   reference:
2077     title: "Intel-x710"
2078     nic: "NIC_Intel-X710"
2079   compare:
2080     title: "Intel-xxv710"
2081     nic: "NIC_Intel-XXV710"
2082   data: "vpp-nic-comparison-2n-skx"
2083   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2084   filter: "'4T2C' and 'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2085   parameters:
2086   - "name"
2087   - "parent"
2088   - "throughput"
2089   - "tags"
2090
2091 # VPP Compare NICs 2n-skx 2t1c mrr
2092 - type: "table"
2093   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2094   algorithm: "table_nics_comparison"
2095   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2096   reference:
2097     title: "Intel-x710"
2098     nic: "NIC_Intel-X710"
2099   compare:
2100     title: "Intel-xxv710"
2101     nic: "NIC_Intel-XXV710"
2102   data: "vpp-nic-comparison-2n-skx-mrr"
2103   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2104   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2105   parameters:
2106   - "name"
2107   - "parent"
2108   - "result"
2109   - "tags"
2110
2111 # VPP Compare NICs 2n-skx 4t2c mrr
2112 - type: "table"
2113   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2114   algorithm: "table_nics_comparison"
2115   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2116   reference:
2117     title: "Intel-x710"
2118     nic: "NIC_Intel-X710"
2119   compare:
2120     title: "Intel-xxv710"
2121     nic: "NIC_Intel-XXV710"
2122   data: "vpp-nic-comparison-2n-skx-mrr"
2123   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2124   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2125   parameters:
2126   - "name"
2127   - "parent"
2128   - "result"
2129   - "tags"
2130
2131 # VPP Compare NICs 2n-skx 8t4c mrr
2132 - type: "table"
2133   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2134   algorithm: "table_nics_comparison"
2135   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2136   reference:
2137     title: "Intel-x710"
2138     nic: "NIC_Intel-X710"
2139   compare:
2140     title: "Intel-xxv710"
2141     nic: "NIC_Intel-XXV710"
2142   data: "vpp-nic-comparison-2n-skx-mrr"
2143   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2144   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2145   parameters:
2146   - "name"
2147   - "parent"
2148   - "result"
2149   - "tags"
2150
2151 ################################################################################
2152 # VPP
2153
2154 ## VPP Performance Changes 2n-dnv 1t1c pdr
2155 #- type: "table"
2156 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
2157 #  algorithm: "table_performance_comparison"
2158 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
2159 #  history:
2160 #    - title: "rls1810"
2161 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2162 #  reference:
2163 #    title: "rls1901"
2164 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2165 #  compare:
2166 #    title: "rls1904"
2167 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2168 #  data: "intel-dnv-vpp-changes-2n-dnv"
2169 #  include-tests: "PDR"
2170 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2171 #  parameters:
2172 #  - "name"
2173 #  - "parent"
2174 #  - "throughput"
2175 #
2176 ## VPP Performance Changes 2n-dnv 2t2c pdr
2177 #- type: "table"
2178 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
2179 #  algorithm: "table_performance_comparison"
2180 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
2181 #  history:
2182 #    - title: "rls1810"
2183 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2184 #  reference:
2185 #    title: "rls1901"
2186 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2187 #  compare:
2188 #    title: "rls1904"
2189 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2190 #  data: "intel-dnv-vpp-changes-2n-dnv"
2191 #  include-tests: "PDR"
2192 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2193 #  parameters:
2194 #  - "name"
2195 #  - "parent"
2196 #  - "throughput"
2197 #
2198 ## VPP Performance Changes 2n-dnv 1t1c ndr
2199 #- type: "table"
2200 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
2201 #  algorithm: "table_performance_comparison"
2202 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
2203 #  history:
2204 #    - title: "rls1810"
2205 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2206 #  reference:
2207 #    title: "rls1901"
2208 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2209 #  compare:
2210 #    title: "rls1904"
2211 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2212 #  data: "intel-dnv-vpp-changes-2n-dnv"
2213 #  include-tests: "NDR"
2214 #  filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')"
2215 #  parameters:
2216 #  - "name"
2217 #  - "parent"
2218 #  - "throughput"
2219 #
2220 ## VPP Performance Changes 2n-dnv 2t2c ndr
2221 #- type: "table"
2222 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
2223 #  algorithm: "table_performance_comparison"
2224 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
2225 #  history:
2226 #    - title: "rls1810"
2227 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2228 #  reference:
2229 #    title: "rls1901"
2230 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2231 #  compare:
2232 #    title: "rls1904"
2233 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2234 #  data: "intel-dnv-vpp-changes-2n-dnv"
2235 #  include-tests: "NDR"
2236 #  filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')"
2237 #  parameters:
2238 #  - "name"
2239 #  - "parent"
2240 #  - "throughput"
2241 #
2242 ## VPP Performance Changes 2n-dnv 1t1c MRR
2243 #- type: "table"
2244 #  title: "VPP Performance Changes 2n-dnv 1t1c MRR"
2245 #  algorithm: "table_performance_comparison"
2246 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
2247 #  history:
2248 #    - title: "rls1810"
2249 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2250 #  reference:
2251 #    title: "rls1901"
2252 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2253 #  compare:
2254 #    title: "rls1904"
2255 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2256 #  data: "intel-dnv-vpp-changes-2n-dnv"
2257 #  include-tests: "MRR"
2258 #  filter: "'1T1C' and 'MRR'"
2259 #  parameters:
2260 #  - "name"
2261 #  - "parent"
2262 #  - "result"
2263 #
2264 ## VPP Performance Changes 2n-dnv 2t2c MRR
2265 #- type: "table"
2266 #  title: "VPP Performance Changes 2n-dnv 2t2c MRR"
2267 #  algorithm: "table_performance_comparison"
2268 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
2269 #  history:
2270 #    - title: "rls1810"
2271 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2272 #  reference:
2273 #    title: "rls1901"
2274 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2275 #  compare:
2276 #    title: "rls1904"
2277 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2278 #  data: "intel-dnv-vpp-changes-2n-dnv"
2279 #  include-tests: "MRR"
2280 #  filter: "'2T2C' and 'MRR'"
2281 #  parameters:
2282 #  - "name"
2283 #  - "parent"
2284 #  - "result"
2285 #
2286 ## VPP Performance Changes 2n-dnv 4t4c MRR
2287 #- type: "table"
2288 #  title: "VPP Performance Changes 2n-dnv 4t4c MRR"
2289 #  algorithm: "table_performance_comparison"
2290 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
2291 #  history:
2292 #    - title: "rls1810"
2293 #      data: "intel-dnv-vpp-changes-2n-dnv-h1"
2294 #  reference:
2295 #    title: "rls1901"
2296 #    data: "intel-dnv-vpp-changes-2n-dnv-ref"
2297 #  compare:
2298 #    title: "rls1904"
2299 #    data: "intel-dnv-vpp-changes-2n-dnv-cmp"
2300 #  data: "intel-dnv-vpp-changes-2n-dnv"
2301 #  include-tests: "MRR"
2302 #  filter: "'4T4C' and 'MRR'"
2303 #  parameters:
2304 #  - "name"
2305 #  - "parent"
2306 #  - "result"
2307
2308 # VPP Performance Changes 3n-hsw 1t1c pdr
2309 - type: "table"
2310   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
2311   algorithm: "table_performance_comparison"
2312   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
2313   history:
2314     - title: "rls1810"
2315       data: "vpp-performance-changes-3n-hsw-h1"
2316   reference:
2317     title: "rls1901"
2318     data: "vpp-performance-changes-3n-hsw-ref"
2319   compare:
2320     title: "rls1904"
2321     data: "vpp-performance-changes-3n-hsw-cmp"
2322   data: "vpp-performance-changes-3n-hsw"
2323   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2324   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2325   parameters:
2326   - "name"
2327   - "parent"
2328   - "throughput"
2329
2330 # VPP Performance Changes 3n-hsw 2t2c pdr
2331 - type: "table"
2332   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
2333   algorithm: "table_performance_comparison"
2334   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
2335   history:
2336     - title: "rls1810"
2337       data: "vpp-performance-changes-3n-hsw-h1"
2338   reference:
2339     title: "rls1901"
2340     data: "vpp-performance-changes-3n-hsw-ref"
2341   compare:
2342     title: "rls1904"
2343     data: "vpp-performance-changes-3n-hsw-cmp"
2344   data: "vpp-performance-changes-3n-hsw"
2345   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2346   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2347   parameters:
2348   - "name"
2349   - "parent"
2350   - "throughput"
2351
2352 # VPP Performance Changes 3n-hsw 1t1c ndr
2353 - type: "table"
2354   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
2355   algorithm: "table_performance_comparison"
2356   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
2357   history:
2358     - title: "rls1810"
2359       data: "vpp-performance-changes-3n-hsw-h1"
2360   reference:
2361     title: "rls1901"
2362     data: "vpp-performance-changes-3n-hsw-ref"
2363   compare:
2364     title: "rls1904"
2365     data: "vpp-performance-changes-3n-hsw-cmp"
2366   data: "vpp-performance-changes-3n-hsw"
2367   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2368   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2369   parameters:
2370   - "name"
2371   - "parent"
2372   - "throughput"
2373
2374 # VPP Performance Changes 3n-hsw 2t2c ndr
2375 - type: "table"
2376   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
2377   algorithm: "table_performance_comparison"
2378   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
2379   history:
2380     - title: "rls1810"
2381       data: "vpp-performance-changes-3n-hsw-h1"
2382   reference:
2383     title: "rls1901"
2384     data: "vpp-performance-changes-3n-hsw-ref"
2385   compare:
2386     title: "rls1904"
2387     data: "vpp-performance-changes-3n-hsw-cmp"
2388   data: "vpp-performance-changes-3n-hsw"
2389   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2390   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2391   parameters:
2392   - "name"
2393   - "parent"
2394   - "throughput"
2395
2396 # VPP Performance Changes 3n-skx 2t1c pdr
2397 - type: "table"
2398   title: "VPP Performance Changes 3n-skx 2t1c pdr"
2399   algorithm: "table_performance_comparison"
2400   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
2401   history:
2402     - title: "rls1810"
2403       data: "vpp-performance-changes-3n-skx-h1"
2404   reference:
2405     title: "rls1901"
2406     data: "vpp-performance-changes-3n-skx-ref"
2407   compare:
2408     title: "rls1904"
2409     data: "vpp-performance-changes-3n-skx-cmp"
2410   data: "vpp-performance-changes-3n-skx"
2411   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2412   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2413   parameters:
2414   - "name"
2415   - "parent"
2416   - "throughput"
2417
2418 # VPP Performance Changes 3n-skx 4t2c pdr
2419 - type: "table"
2420   title: "VPP Performance Changes 3n-skx 4t2c pdr"
2421   algorithm: "table_performance_comparison"
2422   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
2423   history:
2424     - title: "rls1810"
2425       data: "vpp-performance-changes-3n-skx-h1"
2426   reference:
2427     title: "rls1901"
2428     data: "vpp-performance-changes-3n-skx-ref"
2429   compare:
2430     title: "rls1904"
2431     data: "vpp-performance-changes-3n-skx-cmp"
2432   data: "vpp-performance-changes-3n-skx"
2433   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2434   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2435   parameters:
2436   - "name"
2437   - "parent"
2438   - "throughput"
2439
2440 # VPP Performance Changes 3n-skx 2t1c ndr
2441 - type: "table"
2442   title: "VPP Performance Changes 3n-skx 2t1c ndr"
2443   algorithm: "table_performance_comparison"
2444   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
2445   history:
2446     - title: "rls1810"
2447       data: "vpp-performance-changes-3n-skx-h1"
2448   reference:
2449     title: "rls1901"
2450     data: "vpp-performance-changes-3n-skx-ref"
2451   compare:
2452     title: "rls1904"
2453     data: "vpp-performance-changes-3n-skx-cmp"
2454   data: "vpp-performance-changes-3n-skx"
2455   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2456   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2457   parameters:
2458   - "name"
2459   - "parent"
2460   - "throughput"
2461
2462 # VPP Performance Changes 3n-skx 4t2c ndr
2463 - type: "table"
2464   title: "VPP Performance Changes 3n-skx 4t2c ndr"
2465   algorithm: "table_performance_comparison"
2466   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
2467   history:
2468     - title: "rls1810"
2469       data: "vpp-performance-changes-3n-skx-h1"
2470   reference:
2471     title: "rls1901"
2472     data: "vpp-performance-changes-3n-skx-ref"
2473   compare:
2474     title: "rls1904"
2475     data: "vpp-performance-changes-3n-skx-cmp"
2476   data: "vpp-performance-changes-3n-skx"
2477   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2478   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2479   parameters:
2480   - "name"
2481   - "parent"
2482   - "throughput"
2483
2484 # VPP Performance Changes 2n-skx 2t1c pdr
2485 - type: "table"
2486   title: "VPP Performance Changes 2n-skx 2t1c pdr"
2487   algorithm: "table_performance_comparison"
2488   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
2489   history:
2490     - title: "rls1810"
2491       data: "vpp-performance-changes-2n-skx-h1"
2492   reference:
2493     title: "rls1901"
2494     data: "vpp-performance-changes-2n-skx-ref"
2495   compare:
2496     title: "rls1904"
2497     data: "vpp-performance-changes-2n-skx-cmp"
2498   data: "vpp-performance-changes-2n-skx"
2499   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2500   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2501   parameters:
2502   - "name"
2503   - "parent"
2504   - "throughput"
2505
2506 # VPP Performance Changes 2n-skx 4t2c pdr
2507 - type: "table"
2508   title: "VPP Performance Changes 2n-skx 4t2c pdr"
2509   algorithm: "table_performance_comparison"
2510   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
2511   history:
2512     - title: "rls1810"
2513       data: "vpp-performance-changes-2n-skx-h1"
2514   reference:
2515     title: "rls1901"
2516     data: "vpp-performance-changes-2n-skx-ref"
2517   compare:
2518     title: "rls1904"
2519     data: "vpp-performance-changes-2n-skx-cmp"
2520   data: "vpp-performance-changes-2n-skx"
2521   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2522   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2523   parameters:
2524   - "name"
2525   - "parent"
2526   - "throughput"
2527
2528 # VPP Performance Changes 2n-skx 2t1c ndr
2529 - type: "table"
2530   title: "VPP Performance Changes 2n-skx 2t1c ndr"
2531   algorithm: "table_performance_comparison"
2532   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
2533   history:
2534     - title: "rls1810"
2535       data: "vpp-performance-changes-2n-skx-h1"
2536   reference:
2537     title: "rls1901"
2538     data: "vpp-performance-changes-2n-skx-ref"
2539   compare:
2540     title: "rls1904"
2541     data: "vpp-performance-changes-2n-skx-cmp"
2542   data: "vpp-performance-changes-2n-skx"
2543   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2544   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2545   parameters:
2546   - "name"
2547   - "parent"
2548   - "throughput"
2549
2550 # VPP Performance Changes 2n-skx 4t2c ndr
2551 - type: "table"
2552   title: "VPP Performance Changes 2n-skx 4t2c ndr"
2553   algorithm: "table_performance_comparison"
2554   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
2555   history:
2556     - title: "rls1810"
2557       data: "vpp-performance-changes-2n-skx-h1"
2558   reference:
2559     title: "rls1901"
2560     data: "vpp-performance-changes-2n-skx-ref"
2561   compare:
2562     title: "rls1904"
2563     data: "vpp-performance-changes-2n-skx-cmp"
2564   data: "vpp-performance-changes-2n-skx"
2565   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2566   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2567   parameters:
2568   - "name"
2569   - "parent"
2570   - "throughput"
2571
2572 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
2573 - type: "table"
2574   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
2575   algorithm: "table_performance_comparison"
2576   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
2577   reference:
2578     title: "3-Node Hsw"
2579     data: "vpp-compare-testbeds-ref"
2580   compare:
2581     title: "3-Node Skx"
2582     data: "vpp-compare-testbeds-cmp"
2583   data: "vpp-compare-testbeds"
2584   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2585   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2586   parameters:
2587   - "name"
2588   - "parent"
2589   - "throughput"
2590
2591 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
2592 - type: "table"
2593   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
2594   algorithm: "table_performance_comparison"
2595   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
2596   reference:
2597     title: "3-Node Hsw"
2598     data: "vpp-compare-testbeds-ref"
2599   compare:
2600     title: "3-Node Skx"
2601     data: "vpp-compare-testbeds-cmp"
2602   data: "vpp-compare-testbeds"
2603   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2604   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2605   parameters:
2606   - "name"
2607   - "parent"
2608   - "throughput"
2609
2610 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
2611 - type: "table"
2612   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
2613   algorithm: "table_performance_comparison"
2614   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
2615   reference:
2616     title: "3-Node Hsw"
2617     data: "vpp-compare-testbeds-ref"
2618   compare:
2619     title: "3-Node Skx"
2620     data: "vpp-compare-testbeds-cmp"
2621   data: "vpp-compare-testbeds"
2622   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2623   filter: "'NIC_Intel-X710' and 'NDRPDR' and '1C'"
2624   parameters:
2625   - "name"
2626   - "parent"
2627   - "throughput"
2628
2629 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
2630 - type: "table"
2631   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
2632   algorithm: "table_performance_comparison"
2633   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
2634   reference:
2635     title: "3-Node Hsw"
2636     data: "vpp-compare-testbeds-ref"
2637   compare:
2638     title: "3-Node Skx"
2639     data: "vpp-compare-testbeds-cmp"
2640   data: "vpp-compare-testbeds"
2641   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2642   filter: "'NIC_Intel-X710' and 'NDRPDR' and '2C'"
2643   parameters:
2644   - "name"
2645   - "parent"
2646   - "throughput"
2647
2648 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
2649 - type: "table"
2650   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
2651   algorithm: "table_performance_comparison"
2652   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
2653   reference:
2654     title: "3-Node Skx"
2655     data: "vpp-compare-topologies-ref"
2656   compare:
2657     title: "2-Node Skx"
2658     data: "vpp-compare-topologies-cmp"
2659   data: "vpp-compare-topologies"
2660   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2661   filter: "'NDRPDR' and '1C'"
2662   parameters:
2663   - "name"
2664   - "parent"
2665   - "throughput"
2666
2667 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
2668 - type: "table"
2669   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
2670   algorithm: "table_performance_comparison"
2671   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
2672   reference:
2673     title: "3-Node Skx"
2674     data: "vpp-compare-topologies-ref"
2675   compare:
2676     title: "2-Node Skx"
2677     data: "vpp-compare-topologies-cmp"
2678   data: "vpp-compare-topologies"
2679   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2680   filter: "'NDRPDR' and '2C'"
2681   parameters:
2682   - "name"
2683   - "parent"
2684   - "throughput"
2685
2686 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
2687 - type: "table"
2688   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
2689   algorithm: "table_performance_comparison"
2690   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
2691   reference:
2692     title: "3-Node Skx"
2693     data: "vpp-compare-topologies-ref"
2694   compare:
2695     title: "2-Node Skx"
2696     data: "vpp-compare-topologies-cmp"
2697   data: "vpp-compare-topologies"
2698   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2699   filter: "'NDRPDR' and '1C'"
2700   parameters:
2701   - "name"
2702   - "parent"
2703   - "throughput"
2704
2705 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
2706 - type: "table"
2707   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
2708   algorithm: "table_performance_comparison"
2709   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
2710   reference:
2711     title: "3-Node Skx"
2712     data: "vpp-compare-topologies-ref"
2713   compare:
2714     title: "2-Node Skx"
2715     data: "vpp-compare-topologies-cmp"
2716   data: "vpp-compare-topologies"
2717   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2718   filter: "'NDRPDR' and '2C'"
2719   parameters:
2720   - "name"
2721   - "parent"
2722   - "throughput"
2723
2724 # VPP Performance Changes 3n-hsw 1t1c MRR
2725 - type: "table"
2726   title: "VPP Performance Changes 3n-hsw 1t1c MRR"
2727   algorithm: "table_performance_comparison"
2728   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
2729   history:
2730     - title: "rls1810"
2731       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2732   reference:
2733     title: "rls1901"
2734     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2735   compare:
2736     title: "rls1904"
2737     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2738   data: "vpp-performance-changes-3n-hsw-mrr"
2739   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2740   filter: "'1T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2741   parameters:
2742   - "name"
2743   - "parent"
2744   - "result"
2745
2746 # VPP Performance Changes 3n-hsw 2t2c MRR
2747 - type: "table"
2748   title: "VPP Performance Changes 3n-hsw 2t2c MRR"
2749   algorithm: "table_performance_comparison"
2750   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
2751   history:
2752     - title: "rls1810"
2753       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2754   reference:
2755     title: "rls1901"
2756     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2757   compare:
2758     title: "rls1904"
2759     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2760   data: "vpp-performance-changes-3n-hsw-mrr"
2761   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2762   filter: "'2T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2763   parameters:
2764   - "name"
2765   - "parent"
2766   - "result"
2767
2768 # VPP Performance Changes 3n-hsw 4t4c MRR
2769 - type: "table"
2770   title: "VPP Performance Changes 3n-hsw 4t4c MRR"
2771   algorithm: "table_performance_comparison"
2772   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
2773   history:
2774     - title: "rls1810"
2775       data: "vpp-performance-changes-3n-hsw-mrr-h1"
2776   reference:
2777     title: "rls1901"
2778     data: "vpp-performance-changes-3n-hsw-mrr-ref"
2779   compare:
2780     title: "rls1904"
2781     data: "vpp-performance-changes-3n-hsw-mrr-cmp"
2782   data: "vpp-performance-changes-3n-hsw-mrr"
2783   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2784   filter: "'4T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2785   parameters:
2786   - "name"
2787   - "parent"
2788   - "result"
2789
2790 # VPP Performance Changes 3n-skx 2t1c MRR
2791 - type: "table"
2792   title: "VPP Performance Changes 3n-skx 2t1c MRR"
2793   algorithm: "table_performance_comparison"
2794   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
2795   history:
2796     - title: "rls1810"
2797       data: "vpp-performance-changes-3n-skx-mrr-h1"
2798   reference:
2799     title: "rls1901"
2800     data: "vpp-performance-changes-3n-skx-mrr-ref"
2801   compare:
2802     title: "rls1904"
2803     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2804   data: "vpp-performance-changes-3n-skx-mrr"
2805   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2806   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2807   parameters:
2808   - "name"
2809   - "parent"
2810   - "result"
2811
2812 # VPP Performance Changes 3n-skx 4t2c MRR
2813 - type: "table"
2814   title: "VPP Performance Changes 3n-skx 4t2c MRR"
2815   algorithm: "table_performance_comparison"
2816   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
2817   history:
2818     - title: "rls1810"
2819       data: "vpp-performance-changes-3n-skx-mrr-h1"
2820   reference:
2821     title: "rls1901"
2822     data: "vpp-performance-changes-3n-skx-mrr-ref"
2823   compare:
2824     title: "rls1904"
2825     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2826   data: "vpp-performance-changes-3n-skx-mrr"
2827   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2828   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2829   parameters:
2830   - "name"
2831   - "parent"
2832   - "result"
2833
2834 # VPP Performance Changes 3n-skx 8t4c MRR
2835 - type: "table"
2836   title: "VPP Performance Changes 3n-skx 8t4c MRR"
2837   algorithm: "table_performance_comparison"
2838   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
2839   history:
2840     - title: "rls1810"
2841       data: "vpp-performance-changes-3n-skx-mrr-h1"
2842   reference:
2843     title: "rls1901"
2844     data: "vpp-performance-changes-3n-skx-mrr-ref"
2845   compare:
2846     title: "rls1904"
2847     data: "vpp-performance-changes-3n-skx-mrr-cmp"
2848   data: "vpp-performance-changes-3n-skx-mrr"
2849   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2850   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2851   parameters:
2852   - "name"
2853   - "parent"
2854   - "result"
2855
2856 # VPP Performance Changes 2n-skx 2t1c MRR
2857 - type: "table"
2858   title: "VPP Performance Changes 2n-skx 2t1c MRR"
2859   algorithm: "table_performance_comparison"
2860   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
2861   history:
2862     - title: "rls1810"
2863       data: "vpp-performance-changes-2n-skx-mrr-h1"
2864   reference:
2865     title: "rls1901"
2866     data: "vpp-performance-changes-2n-skx-mrr-ref"
2867   compare:
2868     title: "rls1904"
2869     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2870   data: "vpp-performance-changes-2n-skx-mrr"
2871   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2872   filter: "'2T1C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2873   parameters:
2874   - "name"
2875   - "parent"
2876   - "result"
2877
2878 # VPP Performance Changes 2n-skx 4t2c MRR
2879 - type: "table"
2880   title: "VPP Performance Changes 2n-skx 4t2c MRR"
2881   algorithm: "table_performance_comparison"
2882   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
2883   history:
2884     - title: "rls1810"
2885       data: "vpp-performance-changes-2n-skx-mrr-h1"
2886   reference:
2887     title: "rls1901"
2888     data: "vpp-performance-changes-2n-skx-mrr-ref"
2889   compare:
2890     title: "rls1904"
2891     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2892   data: "vpp-performance-changes-2n-skx-mrr"
2893   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2894   filter: "'4T2C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2895   parameters:
2896   - "name"
2897   - "parent"
2898   - "result"
2899
2900 # VPP Performance Changes 2n-skx 8t4c MRR
2901 - type: "table"
2902   title: "VPP Performance Changes 2n-skx 8t4c MRR"
2903   algorithm: "table_performance_comparison"
2904   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
2905   history:
2906     - title: "rls1810"
2907       data: "vpp-performance-changes-2n-skx-mrr-h1"
2908   reference:
2909     title: "rls1901"
2910     data: "vpp-performance-changes-2n-skx-mrr-ref"
2911   compare:
2912     title: "rls1904"
2913     data: "vpp-performance-changes-2n-skx-mrr-cmp"
2914   data: "vpp-performance-changes-2n-skx-mrr"
2915   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2916   filter: "'8T4C' and 'MRR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
2917   parameters:
2918   - "name"
2919   - "parent"
2920   - "result"
2921
2922 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
2923 - type: "table"
2924   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
2925   algorithm: "table_performance_comparison"
2926   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
2927   reference:
2928     title: "3-Node Hsw"
2929     data: "vpp-compare-testbeds-mrr-ref"
2930   compare:
2931     title: "3-Node Skx"
2932     data: "vpp-compare-testbeds-mrr-cmp"
2933   data: "vpp-compare-testbeds-mrr"
2934   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2935   filter: "'NIC_Intel-X710' and 'MRR' and '1C'"
2936   parameters:
2937   - "name"
2938   - "parent"
2939   - "result"
2940
2941 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
2942 - type: "table"
2943   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
2944   algorithm: "table_performance_comparison"
2945   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
2946   reference:
2947     title: "3-Node Hsw"
2948     data: "vpp-compare-testbeds-mrr-ref"
2949   compare:
2950     title: "3-Node Skx"
2951     data: "vpp-compare-testbeds-mrr-cmp"
2952   data: "vpp-compare-testbeds-mrr"
2953   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2954   filter: "'NIC_Intel-X710' and 'MRR' and '2C'"
2955   parameters:
2956   - "name"
2957   - "parent"
2958   - "result"
2959
2960 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
2961 - type: "table"
2962   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
2963   algorithm: "table_performance_comparison"
2964   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
2965   reference:
2966     title: "3-Node Hsw"
2967     data: "vpp-compare-testbeds-mrr-ref"
2968   compare:
2969     title: "3-Node Skx"
2970     data: "vpp-compare-testbeds-mrr-cmp"
2971   data: "vpp-compare-testbeds-mrr"
2972   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2973   filter: "'NIC_Intel-X710' and 'MRR' and '4C'"
2974   parameters:
2975   - "name"
2976   - "parent"
2977   - "result"
2978
2979 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
2980 - type: "table"
2981   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
2982   algorithm: "table_performance_comparison"
2983   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
2984   reference:
2985     title: "3-Node Skx"
2986     data: "vpp-compare-topologies-mrr-ref"
2987   compare:
2988     title: "2-Node Skx"
2989     data: "vpp-compare-topologies-mrr-cmp"
2990   data: "vpp-compare-topologies-mrr"
2991   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2992   filter: "'MRR' and '1C'"
2993   parameters:
2994   - "name"
2995   - "parent"
2996   - "result"
2997
2998 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
2999 - type: "table"
3000   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
3001   algorithm: "table_performance_comparison"
3002   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
3003   reference:
3004     title: "3-Node Skx"
3005     data: "vpp-compare-topologies-mrr-ref"
3006   compare:
3007     title: "2-Node Skx"
3008     data: "vpp-compare-topologies-mrr-cmp"
3009   data: "vpp-compare-topologies-mrr"
3010   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3011   filter: "'MRR' and '2C'"
3012   parameters:
3013   - "name"
3014   - "parent"
3015   - "result"
3016
3017 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
3018 - type: "table"
3019   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
3020   algorithm: "table_performance_comparison"
3021   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
3022   reference:
3023     title: "3-Node Skx"
3024     data: "vpp-compare-topologies-mrr-ref"
3025   compare:
3026     title: "2-Node Skx"
3027     data: "vpp-compare-topologies-mrr-cmp"
3028   data: "vpp-compare-topologies-mrr"
3029   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3030   filter: "'MRR' and '4C'"
3031   parameters:
3032   - "name"
3033   - "parent"
3034   - "result"
3035
3036 # Detailed Test Results - VPP Performance Results 3n-hsw
3037 - type: "table"
3038   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
3039   algorithm: "table_merged_details"
3040   output-file-ext: ".csv"
3041   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
3042   columns:
3043   - title: "Name"
3044     data: "data name"
3045   - title: "Status"
3046     data: "data msg"
3047   rows: "generated"
3048   data: "vpp-perf-results-3n-hsw"
3049   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3050   parameters:
3051   - "name"
3052   - "parent"
3053   - "msg"
3054
3055 # Detailed Test Results - VPP Performance Results 3n-skx
3056 - type: "table"
3057   title: "Detailed Test Results - VPP Performance Results 3n-skx"
3058   algorithm: "table_merged_details"
3059   output-file-ext: ".csv"
3060   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
3061   columns:
3062   - title: "Name"
3063     data: "data name"
3064   - title: "Status"
3065     data: "data msg"
3066   rows: "generated"
3067   data: "vpp-perf-results-3n-skx"
3068   filter: "not 'CFS_OPT'"
3069   parameters:
3070   - "name"
3071   - "parent"
3072   - "msg"
3073
3074 # Detailed Test Results - VPP Performance Results 2n-skx
3075 - type: "table"
3076   title: "Detailed Test Results - VPP Performance Results 2n-skx"
3077   algorithm: "table_merged_details"
3078   output-file-ext: ".csv"
3079   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
3080   columns:
3081   - title: "Name"
3082     data: "data name"
3083   - title: "Status"
3084     data: "data msg"
3085   rows: "generated"
3086   data: "vpp-perf-results-2n-skx"
3087   filter: "not 'CFS_OPT'"
3088   parameters:
3089   - "name"
3090   - "parent"
3091   - "msg"
3092
3093 ## Detailed Test Results - VPP Performance Results 2n-dnv
3094 #- type: "table"
3095 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
3096 #  algorithm: "table_details"
3097 #  output-file-ext: ".csv"
3098 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
3099 #  columns:
3100 #  - title: "Name"
3101 #    data: "data name"
3102 #  - title: "Status"
3103 #    data: "data msg"
3104 #  rows: "generated"
3105 #  data: "intel-dnv-vpp"
3106 #  filter: "'NDRPDR'"
3107 #  parameters:
3108 #  - "name"
3109 #  - "parent"
3110 #  - "msg"
3111
3112 # Test configuration - VPP Performance Test Configs 3n-hsw
3113 - type: "table"
3114   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
3115   algorithm: "table_merged_details"
3116   output-file-ext: ".csv"
3117   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_test_configuration_3n_hsw"
3118   columns:
3119   - title: "Name"
3120     data: "data name"
3121   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3122     data: "data conf-history"
3123   rows: "generated"
3124   data: "vpp-perf-results-3n-hsw"
3125   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3126   parameters:
3127   - "parent"
3128   - "name"
3129   - "conf-history"
3130
3131 # Test configuration - VPP Performance Test Configs 3n-skx
3132 - type: "table"
3133   title: "Test configuration - VPP Performance Test Configs 3n-skx"
3134   algorithm: "table_merged_details"
3135   output-file-ext: ".csv"
3136   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_test_configuration_3n_skx"
3137   columns:
3138   - title: "Name"
3139     data: "data name"
3140   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3141     data: "data conf-history"
3142   rows: "generated"
3143   data: "vpp-perf-results-3n-skx"
3144   filter: "not 'CFS_OPT'"
3145   parameters:
3146   - "parent"
3147   - "name"
3148   - "conf-history"
3149
3150 # Test configuration - VPP Performance Test Configs 2n-skx
3151 - type: "table"
3152   title: "Test configuration - VPP Performance Test Configs 2n-skx"
3153   algorithm: "table_merged_details"
3154   output-file-ext: ".csv"
3155   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_test_configuration_2n_skx"
3156   columns:
3157   - title: "Name"
3158     data: "data name"
3159   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3160     data: "data conf-history"
3161   rows: "generated"
3162   data: "vpp-perf-results-2n-skx"
3163   filter: "not 'CFS_OPT'"
3164   parameters:
3165   - "parent"
3166   - "name"
3167   - "conf-history"
3168
3169 ## Test configuration - VPP Performance Test Configs 2n-dnv
3170 #- type: "table"
3171 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
3172 #  algorithm: "table_details"
3173 #  output-file-ext: ".csv"
3174 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_test_configuration_2n_dnv"
3175 #  columns:
3176 #  - title: "Name"
3177 #    data: "data name"
3178 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3179 #    data: "data conf-history"
3180 #  rows: "generated"
3181 #  data: "intel-dnv-vpp"
3182 #  filter: "'NDRPDR'"
3183 #  parameters:
3184 #  - "parent"
3185 #  - "name"
3186 #  - "conf-history"
3187
3188 # Test Operational Data - VPP Performance Operational Data 3n-hsw
3189 - type: "table"
3190   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
3191   algorithm: "table_merged_details"
3192   output-file-ext: ".csv"
3193   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_test_operational_3n_hsw"
3194   columns:
3195   - title: "Name"
3196     data: "data name"
3197   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3198     data: "data show-run"
3199   rows: "generated"
3200   data: "vpp-perf-results-3n-hsw"
3201   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
3202   parameters:
3203   - "parent"
3204   - "name"
3205   - "show-run"
3206
3207 # Test Operational Data - VPP Performance Operational Data 3n-skx
3208 - type: "table"
3209   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
3210   algorithm: "table_merged_details"
3211   output-file-ext: ".csv"
3212   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_test_operational_3n_skx"
3213   columns:
3214   - title: "Name"
3215     data: "data name"
3216   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3217     data: "data show-run"
3218   rows: "generated"
3219   data: "vpp-perf-results-3n-skx"
3220   filter: "not 'CFS_OPT'"
3221   parameters:
3222   - "parent"
3223   - "name"
3224   - "show-run"
3225
3226 # Test Operational Data - VPP Performance Operational Data 2n-skx
3227 - type: "table"
3228   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
3229   algorithm: "table_merged_details"
3230   output-file-ext: ".csv"
3231   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_test_operational_2n_skx"
3232   columns:
3233   - title: "Name"
3234     data: "data name"
3235   - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3236     data: "data show-run"
3237   rows: "generated"
3238   data: "vpp-perf-results-2n-skx"
3239   filter: "not 'CFS_OPT'"
3240   parameters:
3241   - "parent"
3242   - "name"
3243   - "show-run"
3244
3245 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
3246 #- type: "table"
3247 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
3248 #  algorithm: "table_details"
3249 #  output-file-ext: ".csv"
3250 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_test_operational_2n_dnv"
3251 #  columns:
3252 #  - title: "Name"
3253 #    data: "data name"
3254 #  - title: "VPP Operational Data - Outputs of 'show runtime' at NDR packet rate"
3255 #    data: "data show-run"
3256 #  rows: "generated"
3257 #  data: "intel-dnv-vpp"
3258 #  filter: "'NDRPDR'"
3259 #  parameters:
3260 #  - "parent"
3261 #  - "name"
3262 #  - "show-run"
3263
3264 # Detailed Test Results - VPP MRR Results 3n-hsw
3265 - type: "table"
3266   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
3267   algorithm: "table_details"
3268   output-file-ext: ".csv"
3269   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
3270   columns:
3271   - title: "Name"
3272     data: "data name"
3273   - title: "Status"
3274     data: "data msg"
3275   rows: "generated"
3276   data: "vpp-mrr-results-3n-hsw"
3277   filter: "'MRR'"
3278   parameters:
3279   - "name"
3280   - "parent"
3281   - "msg"
3282
3283 # Detailed Test Results - VPP MRR Results 3n-skx
3284 - type: "table"
3285   title: "Detailed Test Results - VPP MRR Results 3n-skx"
3286   algorithm: "table_details"
3287   output-file-ext: ".csv"
3288   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
3289   columns:
3290   - title: "Name"
3291     data: "data name"
3292   - title: "Status"
3293     data: "data msg"
3294   rows: "generated"
3295   data: "vpp-mrr-results-3n-skx"
3296   filter: "'MRR'"
3297   parameters:
3298   - "name"
3299   - "parent"
3300   - "msg"
3301
3302 # Detailed Test Results - VPP MRR Results 2n-skx
3303 - type: "table"
3304   title: "Detailed Test Results - VPP MRR Results 2n-skx"
3305   algorithm: "table_details"
3306   output-file-ext: ".csv"
3307   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
3308   columns:
3309   - title: "Name"
3310     data: "data name"
3311   - title: "Status"
3312     data: "data msg"
3313   rows: "generated"
3314   data: "vpp-mrr-results-2n-skx"
3315   filter: "'MRR'"
3316   parameters:
3317   - "name"
3318   - "parent"
3319   - "msg"
3320
3321 ## Detailed Test Results - VPP MRR Results 2n-dnv
3322 #- type: "table"
3323 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
3324 #  algorithm: "table_details"
3325 #  output-file-ext: ".csv"
3326 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
3327 #  columns:
3328 #  - title: "Name"
3329 #    data: "data name"
3330 #  - title: "Status"
3331 #    data: "data msg"
3332 #  rows: "generated"
3333 #  data: "intel-dnv-vpp"
3334 #  filter: "'MRR'"
3335 #  parameters:
3336 #  - "name"
3337 #  - "parent"
3338 #  - "msg"
3339
3340 # Test configuration - VPP MRR Test Configs 3n-hsw
3341 - type: "table"
3342   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
3343   algorithm: "table_details"
3344   output-file-ext: ".csv"
3345   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_test_configuration_3n_hsw"
3346   columns:
3347   - title: "Name"
3348     data: "data name"
3349   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3350     data: "data conf-history"
3351   rows: "generated"
3352   data: "vpp-mrr-results-3n-hsw"
3353   filter: "'MRR'"
3354   parameters:
3355   - "parent"
3356   - "name"
3357   - "conf-history"
3358
3359 # Test configuration - VPP MRR Test Configs 3n-skx
3360 - type: "table"
3361   title: "Test configuration - VPP MRR Test Configs 3n-skx"
3362   algorithm: "table_details"
3363   output-file-ext: ".csv"
3364   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_test_configuration_3n_skx"
3365   columns:
3366   - title: "Name"
3367     data: "data name"
3368   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3369     data: "data conf-history"
3370   rows: "generated"
3371   data: "vpp-mrr-results-3n-skx"
3372   filter: "'MRR'"
3373   parameters:
3374   - "parent"
3375   - "name"
3376   - "conf-history"
3377
3378 # Test configuration - VPP MRR Test Configs 2n-skx
3379 - type: "table"
3380   title: "Test configuration - VPP MRR Test Configs 2n-skx"
3381   algorithm: "table_details"
3382   output-file-ext: ".csv"
3383   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_test_configuration_2n_skx"
3384   columns:
3385   - title: "Name"
3386     data: "data name"
3387   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3388     data: "data conf-history"
3389   rows: "generated"
3390   data: "vpp-mrr-results-2n-skx"
3391   filter: "'MRR'"
3392   parameters:
3393   - "parent"
3394   - "name"
3395   - "conf-history"
3396
3397 ## Test configuration - VPP MRR Test Configs 2n-dnv
3398 #- type: "table"
3399 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
3400 #  algorithm: "table_details"
3401 #  output-file-ext: ".csv"
3402 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_test_configuration_2n_dnv"
3403 #  columns:
3404 #  - title: "Name"
3405 #    data: "data name"
3406 #  - title: "VPP API Test Commands History - Commands Used Per Test Case"
3407 #    data: "data conf-history"
3408 #  rows: "generated"
3409 #  data: "intel-dnv-vpp"
3410 #  filter: "'MRR'"
3411 #  parameters:
3412 #  - "parent"
3413 #  - "name"
3414 #  - "conf-history"
3415
3416 # Detailed Test Results - VPP Functional Results - Ubuntu
3417 - type: "table"
3418   title: "Detailed Test Results - VPP Functional Results - Ubuntu"
3419   algorithm: "table_details"
3420   output-file-ext: ".csv"
3421   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
3422   columns:
3423   - title: "Name"
3424     data: "data name"
3425   - title: "Documentation"
3426     data: "data doc"
3427   - title: "Status"
3428     data: "data status"
3429   rows: "generated"
3430   data: "vpp-func-results-ubuntu"
3431   filter: "all"
3432   parameters:
3433   - "name"
3434   - "parent"
3435   - "doc"
3436   - "status"
3437
3438 # Detailed Test Results - VPP Functional Results - CentOS
3439 - type: "table"
3440   title: "Detailed Test Results - VPP Functional Results - CentOS"
3441   algorithm: "table_details"
3442   output-file-ext: ".csv"
3443   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
3444   columns:
3445   - title: "Name"
3446     data: "data name"
3447   - title: "Documentation"
3448     data: "data doc"
3449   -
3450     title: "Status"
3451     data: "data status"
3452   rows: "generated"
3453   data:
3454     "vpp-func-results-centos"
3455   filter: "all"
3456   parameters:
3457   - "name"
3458   - "parent"
3459   - "doc"
3460   - "status"
3461
3462 # Test configuration - VPP Functional Test Configs - Ubuntu
3463 - type: "table"
3464   title: "Test configuration - VPP Functional Test Configs - Ubuntu"
3465   algorithm: "table_details"
3466   output-file-ext: ".csv"
3467   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
3468   columns:
3469   - title: "Name"
3470     data: "data name"
3471   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3472     data: "data conf-history"
3473   rows: "generated"
3474   data: "vpp-func-results-ubuntu"
3475   filter: "all"
3476   parameters:
3477   - "parent"
3478   - "name"
3479   - "conf-history"
3480
3481 # Test configuration - VPP Functional Test Configs - CentOS
3482 - type: "table"
3483   title: "Test configuration - VPP Functional Test Configs - CentOS"
3484   algorithm: "table_details"
3485   output-file-ext: ".csv"
3486   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
3487   columns:
3488   - title: "Name"
3489     data: "data name"
3490   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3491     data: "data conf-history"
3492   rows: "generated"
3493   data: "vpp-func-results-centos"
3494   filter: "all"
3495   parameters:
3496   - "parent"
3497   - "name"
3498   - "conf-history"
3499
3500 ## Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw
3501 #- type: "table"
3502 #  title: "Detailed Test Results - Container Orchestrated Topologies Performance Results 3n-hsw"
3503 #  algorithm: "table_details"
3504 #  output-file-ext: ".csv"
3505 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
3506 #  columns:
3507 #  - title: "Name"
3508 #    data: "data name"
3509 #  - title: "Status"
3510 #    data: "data msg"
3511 #  rows: "generated"
3512 #  data: "ligato-perf-results-3n-hsw"
3513 #  filter: "all"
3514 #  parameters:
3515 #  - "name"
3516 #  - "parent"
3517 #  - "msg"
3518
3519 # Detailed Test Results - VPP Device Results - Ubuntu
3520 - type: "table"
3521   title: "Detailed Test Results - VPP Device Results - Ubuntu"
3522   algorithm: "table_details"
3523   output-file-ext: ".csv"
3524   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
3525   columns:
3526   - title: "Name"
3527     data: "data name"
3528   - title: "Documentation"
3529     data: "data doc"
3530   - title: "Status"
3531     data: "data status"
3532   rows: "generated"
3533   data: "vpp-device-results-ubuntu"
3534   filter: "all"
3535   parameters:
3536   - "name"
3537   - "parent"
3538   - "doc"
3539   - "status"
3540
3541 # Test configuration - VPP Device Test Configs - Ubuntu
3542 - type: "table"
3543   title: "Test configuration - VPP Device Test Configs - Ubuntu"
3544   algorithm: "table_details"
3545   output-file-ext: ".csv"
3546   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
3547   columns:
3548   - title: "Name"
3549     data: "data name"
3550   - title: "VPP API Test Commands History - Commands Used Per Test Case"
3551     data: "data conf-history"
3552   rows: "generated"
3553   data: "vpp-device-results-ubuntu"
3554   filter: "all"
3555   parameters:
3556   - "parent"
3557   - "name"
3558   - "conf-history"
3559
3560 ################################################################################
3561
3562 # DPDK Performance Changes 3n-hsw 1t1c pdr
3563 - type: "table"
3564   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
3565   algorithm: "table_performance_comparison"
3566   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
3567   history:
3568     - title: "rls1810"
3569       data: "dpdk-performance-changes-3n-hsw-h1"
3570   reference:
3571     title: "rls1901"
3572     data: "dpdk-performance-changes-3n-hsw-ref"
3573   compare:
3574     title: "rls1904"
3575     data: "dpdk-performance-changes-3n-hsw-cmp"
3576   data: "dpdk-performance-changes-3n-hsw"
3577   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3578   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3579   parameters:
3580   - "name"
3581   - "parent"
3582   - "throughput"
3583
3584 # DPDK Performance Changes 3n-hsw 2t2c pdr
3585 - type: "table"
3586   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
3587   algorithm: "table_performance_comparison"
3588   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
3589   history:
3590     - title: "rls1810"
3591       data: "dpdk-performance-changes-3n-hsw-h1"
3592   reference:
3593     title: "rls1901"
3594     data: "dpdk-performance-changes-3n-hsw-ref"
3595   compare:
3596     title: "rls1904"
3597     data: "dpdk-performance-changes-3n-hsw-cmp"
3598   data: "dpdk-performance-changes-3n-hsw"
3599   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3600   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3601   parameters:
3602   - "name"
3603   - "parent"
3604   - "throughput"
3605
3606 # DPDK Performance Changes 3n-hsw 1t1c ndr
3607 - type: "table"
3608   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
3609   algorithm: "table_performance_comparison"
3610   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
3611   history:
3612     - title: "rls1810"
3613       data: "dpdk-performance-changes-3n-hsw-h1"
3614   reference:
3615     title: "rls1901"
3616     data: "dpdk-performance-changes-3n-hsw-ref"
3617   compare:
3618     title: "rls1904"
3619     data: "dpdk-performance-changes-3n-hsw-cmp"
3620   data: "dpdk-performance-changes-3n-hsw"
3621   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3622   filter: "'1T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3623   parameters:
3624   - "name"
3625   - "parent"
3626   - "throughput"
3627
3628 # DPDK Performance Changes 3n-hsw 2t2c ndr
3629 - type: "table"
3630   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
3631   algorithm: "table_performance_comparison"
3632   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
3633   history:
3634     - title: "rls1810"
3635       data: "dpdk-performance-changes-3n-hsw-h1"
3636   reference:
3637     title: "rls1901"
3638     data: "dpdk-performance-changes-3n-hsw-ref"
3639   compare:
3640     title: "rls1904"
3641     data: "dpdk-performance-changes-3n-hsw-cmp"
3642   data: "dpdk-performance-changes-3n-hsw"
3643   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3644   filter: "'2T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3645   parameters:
3646   - "name"
3647   - "parent"
3648   - "throughput"
3649
3650 # DPDK Performance Changes 3n-skx 2t1c pdr
3651 - type: "table"
3652   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
3653   algorithm: "table_performance_comparison"
3654   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
3655   history:
3656     - title: "rls1810"
3657       data: "dpdk-performance-changes-3n-skx-h1"
3658   reference:
3659     title: "rls1901"
3660     data: "dpdk-performance-changes-3n-skx-ref"
3661   compare:
3662     title: "rls1904"
3663     data: "dpdk-performance-changes-3n-skx-cmp"
3664   data: "dpdk-performance-changes-3n-skx"
3665   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3666   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3667   parameters:
3668   - "name"
3669   - "parent"
3670   - "throughput"
3671
3672 # DPDK Performance Changes 3n-skx 4t2c pdr
3673 - type: "table"
3674   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
3675   algorithm: "table_performance_comparison"
3676   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
3677   history:
3678     - title: "rls1810"
3679       data: "dpdk-performance-changes-3n-skx-h1"
3680   reference:
3681     title: "rls1901"
3682     data: "dpdk-performance-changes-3n-skx-ref"
3683   compare:
3684     title: "rls1904"
3685     data: "dpdk-performance-changes-3n-skx-cmp"
3686   data: "dpdk-performance-changes-3n-skx"
3687   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3688   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3689   parameters:
3690   - "name"
3691   - "parent"
3692   - "throughput"
3693
3694 # DPDK Performance Changes 3n-skx 2t1c ndr
3695 - type: "table"
3696   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
3697   algorithm: "table_performance_comparison"
3698   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
3699   history:
3700     - title: "rls1810"
3701       data: "dpdk-performance-changes-3n-skx-h1"
3702   reference:
3703     title: "rls1901"
3704     data: "dpdk-performance-changes-3n-skx-ref"
3705   compare:
3706     title: "rls1904"
3707     data: "dpdk-performance-changes-3n-skx-cmp"
3708   data: "dpdk-performance-changes-3n-skx"
3709   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3710   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3711   parameters:
3712   - "name"
3713   - "parent"
3714   - "throughput"
3715
3716 # DPDK Performance Changes 3n-skx 4t2c ndr
3717 - type: "table"
3718   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
3719   algorithm: "table_performance_comparison"
3720   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
3721   history:
3722     - title: "rls1810"
3723       data: "dpdk-performance-changes-3n-skx-h1"
3724   reference:
3725     title: "rls1901"
3726     data: "dpdk-performance-changes-3n-skx-ref"
3727   compare:
3728     title: "rls1904"
3729     data: "dpdk-performance-changes-3n-skx-cmp"
3730   data: "dpdk-performance-changes-3n-skx"
3731   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3732   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3733   parameters:
3734   - "name"
3735   - "parent"
3736   - "throughput"
3737
3738 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
3739 - type: "table"
3740   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
3741   algorithm: "table_performance_comparison"
3742   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
3743   reference:
3744     title: "3-Node Hsw"
3745     data: "dpdk-compare-testbeds-ref"
3746   compare:
3747     title: "3-Node Skx"
3748     data: "dpdk-compare-testbeds-cmp"
3749   data: "dpdk-compare-testbeds"
3750   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3751   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3752   parameters:
3753   - "name"
3754   - "parent"
3755   - "throughput"
3756
3757 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
3758 - type: "table"
3759   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
3760   algorithm: "table_performance_comparison"
3761   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
3762   reference:
3763     title: "3-Node Hsw"
3764     data: "dpdk-compare-testbeds-ref"
3765   compare:
3766     title: "3-Node Skx"
3767     data: "dpdk-compare-testbeds-cmp"
3768   data: "dpdk-compare-testbeds"
3769   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3770   filter: "'NIC_Intel-X710' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3771   parameters:
3772   - "name"
3773   - "parent"
3774   - "throughput"
3775
3776 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
3777 - type: "table"
3778   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
3779   algorithm: "table_performance_comparison"
3780   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
3781   reference:
3782     title: "3-Node Skx"
3783     data: "dpdk-compare-topologies-ref"
3784   compare:
3785     title: "2-Node Skx"
3786     data: "dpdk-compare-topologies-cmp"
3787   data: "dpdk-compare-topologies"
3788   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3789   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3790   parameters:
3791   - "name"
3792   - "parent"
3793   - "throughput"
3794
3795 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
3796 - type: "table"
3797   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
3798   algorithm: "table_performance_comparison"
3799   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
3800   reference:
3801     title: "3-Node Skx"
3802     data: "dpdk-compare-topologies-ref"
3803   compare:
3804     title: "2-Node Skx"
3805     data: "dpdk-compare-topologies-cmp"
3806   data: "dpdk-compare-topologies"
3807   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3808   filter: "'NDRPDR'" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3809   parameters:
3810   - "name"
3811   - "parent"
3812   - "throughput"
3813
3814 # DPDK Performance Changes 2n-skx 2t1c pdr
3815 - type: "table"
3816   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
3817   algorithm: "table_performance_comparison"
3818   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
3819   history:
3820     - title: "rls1810"
3821       data: "dpdk-performance-changes-2n-skx-h1"
3822   reference:
3823     title: "rls1901"
3824     data: "dpdk-performance-changes-2n-skx-ref"
3825   compare:
3826     title: "rls1904"
3827     data: "dpdk-performance-changes-2n-skx-cmp"
3828   data: "dpdk-performance-changes-2n-skx"
3829   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3830   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3831   parameters:
3832   - "name"
3833   - "parent"
3834   - "throughput"
3835
3836 # DPDK Performance Changes 2n-skx 4t2c pdr
3837 - type: "table"
3838   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
3839   algorithm: "table_performance_comparison"
3840   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
3841   history:
3842     - title: "rls1810"
3843       data: "dpdk-performance-changes-2n-skx-h1"
3844   reference:
3845     title: "rls1901"
3846     data: "dpdk-performance-changes-2n-skx-ref"
3847   compare:
3848     title: "rls1904"
3849     data: "dpdk-performance-changes-2n-skx-cmp"
3850   data: "dpdk-performance-changes-2n-skx"
3851   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3852   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3853   parameters:
3854   - "name"
3855   - "parent"
3856   - "throughput"
3857
3858 # DPDK Performance Changes 2n-skx 2t1c ndr
3859 - type: "table"
3860   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
3861   algorithm: "table_performance_comparison"
3862   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
3863   history:
3864     - title: "rls1810"
3865       data: "dpdk-performance-changes-2n-skx-h1"
3866   reference:
3867     title: "rls1901"
3868     data: "dpdk-performance-changes-2n-skx-ref"
3869   compare:
3870     title: "rls1904"
3871     data: "dpdk-performance-changes-2n-skx-cmp"
3872   data: "dpdk-performance-changes-2n-skx"
3873   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3874   filter: "'2T1C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3875   parameters:
3876   - "name"
3877   - "parent"
3878   - "throughput"
3879
3880 # DPDK Performance Changes 2n-skx 4t2c ndr
3881 - type: "table"
3882   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
3883   algorithm: "table_performance_comparison"
3884   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
3885   history:
3886     - title: "rls1810"
3887       data: "dpdk-performance-changes-2n-skx-h1"
3888   reference:
3889     title: "rls1901"
3890     data: "dpdk-performance-changes-2n-skx-ref"
3891   compare:
3892     title: "rls1904"
3893     data: "dpdk-performance-changes-2n-skx-cmp"
3894   data: "dpdk-performance-changes-2n-skx"
3895   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3896   filter: "'4T2C' and ('NDRPDR' or 'NDRPDRDISC')" # "('NDRPDR' or 'NDRPDRDISC')" | "'MRR'"
3897   parameters:
3898   - "name"
3899   - "parent"
3900   - "throughput"
3901
3902 # Detailed Test Results - DPDK Performance Results 3n-hsw
3903 - type: "table"
3904   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
3905   algorithm: "table_details"
3906   output-file-ext: ".csv"
3907   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
3908   columns:
3909   - title: "Name"
3910     data: "data name"
3911   - title: "Status"
3912     data: "data msg"
3913   rows: "generated"
3914   data: "dpdk-perf-results-3n-hsw"
3915   filter: "all"
3916   parameters:
3917   - "name"
3918   - "parent"
3919   - "msg"
3920
3921 # Detailed Test Results - DPDK Performance Results 3n-skx
3922 - type: "table"
3923   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
3924   algorithm: "table_details"
3925   output-file-ext: ".csv"
3926   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
3927   columns:
3928   - title: "Name"
3929     data: "data name"
3930   - title: "Status"
3931     data: "data msg"
3932   rows: "generated"
3933   data: "dpdk-perf-results-3n-skx"
3934   filter: "all"
3935   parameters:
3936   - "name"
3937   - "parent"
3938   - "msg"
3939
3940 # Detailed Test Results - DPDK Performance Results 2n-skx
3941 - type: "table"
3942   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
3943   algorithm: "table_details"
3944   output-file-ext: ".csv"
3945   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
3946   columns:
3947   - title: "Name"
3948     data: "data name"
3949   - title: "Status"
3950     data: "data msg"
3951   rows: "generated"
3952   data: "dpdk-perf-results-2n-skx"
3953   filter: "all"
3954   parameters:
3955   - "name"
3956   - "parent"
3957   - "msg"
3958
3959 ################################################################################
3960 # HoneyComb
3961 - type: "table"
3962   title: "Detailed Test Results - Honeycomb Functional Results"
3963   algorithm: "table_details"
3964   output-file-ext: ".csv"
3965   output-file: "{DIR[DTR,FUNC,HC]}/hc_functional_results"
3966   columns:
3967   - title: "Name"
3968     data: "data name"
3969   - title: "Documentation"
3970     data: "data doc"
3971   - title: "Status"
3972     data: "data status"
3973   rows: "generated"
3974   data:
3975     "hc-func-results"
3976   filter: "all"
3977   parameters:
3978   - "name"
3979   - "parent"
3980   - "doc"
3981   - "status"
3982
3983 ################################################################################
3984 # NSH SFC
3985 #-
3986 #  type: "table"
3987 #  title: "Detailed Test Results - NSH SFC Functional Results"
3988 #  algorithm: "table_details"
3989 #  output-file-ext: ".csv"
3990 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nsh_sfc_functional_results"
3991 #  columns:
3992 #  -
3993 #    title: "Name"
3994 #    data: "data name"
3995 #  -
3996 #    title: "Documentation"
3997 #    data: "data doc"
3998 #  -
3999 #    title: "Status"
4000 #    data: "data status"
4001 #  rows: "generated"
4002 #  data:
4003 #    "nsh-func-results"
4004 #  filter: "all"
4005 #  parameters:
4006 #  - "name"
4007 #  - "parent"
4008 #  - "doc"
4009 #  - "status"
4010
4011 ################################################################################
4012 # DMM
4013 - type: "table"
4014   title: "Detailed Test Results - DMM Functional Results"
4015   algorithm: "table_details"
4016   output-file-ext: ".csv"
4017   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4018   columns:
4019   - title: "Name"
4020     data: "data name"
4021   - title: "Documentation"
4022     data: "data doc"
4023   - title: "Status"
4024     data: "data status"
4025   rows: "generated"
4026   data:
4027     "dmm-func-results"
4028   filter: "all"
4029   parameters:
4030   - "name"
4031   - "parent"
4032   - "doc"
4033   - "status"
4034
4035 ################################################################################
4036 ###                                F I L E S                                 ###
4037 ################################################################################
4038
4039 # VPP Performance Results 3n-hsw
4040 - type: "file"
4041   title: "VPP Performance Results 3n-hsw"
4042   algorithm: "file_test_results"
4043   output-file-ext: ".rst"
4044   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/vpp_performance_results_3n_hsw"
4045   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4046   dir-tables: "{DIR[DTR,PERF,VPP,3N,HSW]}"
4047   data: "vpp-perf-results-3n-hsw"
4048   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4049   parameters:
4050   - "name"
4051   - "doc"
4052   - "level"
4053   - "parent"
4054   data-start-level: 3
4055
4056 # VPP Performance Results 3n-skx
4057 - type: "file"
4058   title: "VPP Performance Results 3n-skx"
4059   algorithm: "file_test_results"
4060   output-file-ext: ".rst"
4061   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/vpp_performance_results_3n_skx"
4062   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4063   dir-tables: "{DIR[DTR,PERF,VPP,3N,SKX]}"
4064   data: "vpp-perf-results-3n-skx"
4065   filter: "not 'CFS_OPT'"
4066   parameters:
4067   - "name"
4068   - "doc"
4069   - "level"
4070   - "parent"
4071   data-start-level: 3
4072
4073 # VPP Performance Results 2n-skx
4074 - type: "file"
4075   title: "VPP Performance Results 2n-skx"
4076   algorithm: "file_test_results"
4077   output-file-ext: ".rst"
4078   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/vpp_performance_results_2n_skx"
4079   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4080   dir-tables: "{DIR[DTR,PERF,VPP,2N,SKX]}"
4081   data: "vpp-perf-results-2n-skx"
4082   filter: "not 'CFS_OPT'"
4083   parameters:
4084   - "name"
4085   - "doc"
4086   - "level"
4087   - "parent"
4088   data-start-level: 3
4089
4090 ## VPP Performance Results 2n-dnv
4091 #- type: "file"
4092 #  title: "VPP Performance Results 2n-dnv"
4093 #  algorithm: "file_test_results"
4094 #  output-file-ext: ".rst"
4095 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4096 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4097 #  dir-tables: "{DIR[DTR,PERF,VPP,2N,DNV]}"
4098 #  data: "intel-dnv-vpp"
4099 #  filter: "'NDRPDR'"
4100 #  parameters:
4101 #  - "name"
4102 #  - "doc"
4103 #  - "level"
4104 #  - "parent"
4105 #  data-start-level: 3
4106
4107 # VPP Performance Configuration 3n-hsw
4108 - type: "file"
4109   title: "VPP Performance Configuration 3n-hsw"
4110   algorithm: "file_test_results"
4111   output-file-ext: ".rst"
4112   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/vpp_performance_configuration_3n_hsw"
4113   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4114   dir-tables: "{DIR[DTC,PERF,VPP,3N,HSW]}"
4115   data: "vpp-perf-results-3n-hsw"
4116   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4117   parameters:
4118   - "name"
4119   - "doc"
4120   - "level"
4121   - "parent"
4122   data-start-level: 3
4123
4124 # VPP Performance Configuration 3n-skx
4125 - type: "file"
4126   title: "VPP Performance Configuration 3n-skx"
4127   algorithm: "file_test_results"
4128   output-file-ext: ".rst"
4129   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/vpp_performance_configuration_3n_skx"
4130   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4131   dir-tables: "{DIR[DTC,PERF,VPP,3N,SKX]}"
4132   data: "vpp-perf-results-3n-skx"
4133   filter: "not 'CFS_OPT'"
4134   parameters:
4135   - "name"
4136   - "doc"
4137   - "level"
4138   - "parent"
4139   data-start-level: 3
4140
4141 # VPP Performance Configuration 2n-skx
4142 - type: "file"
4143   title: "VPP Performance Configuration 2n-skx"
4144   algorithm: "file_test_results"
4145   output-file-ext: ".rst"
4146   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/vpp_performance_configuration_2n_skx"
4147   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4148   dir-tables: "{DIR[DTC,PERF,VPP,2N,SKX]}"
4149   data: "vpp-perf-results-2n-skx"
4150   filter: "not 'CFS_OPT'"
4151   parameters:
4152   - "name"
4153   - "doc"
4154   - "level"
4155   - "parent"
4156   data-start-level: 3
4157
4158 ## VPP Performance Configuration 2n-dnv
4159 #- type: "file"
4160 #  title: "VPP Performance Configuration 2n-dnv"
4161 #  algorithm: "file_test_results"
4162 #  output-file-ext: ".rst"
4163 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/vpp_performance_configuration_2n_dnv"
4164 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4165 #  dir-tables: "{DIR[DTC,PERF,VPP,2N,DNV]}"
4166 #  data: "intel-dnv-vpp"
4167 #  filter: "'NDRPDR'"
4168 #  parameters:
4169 #  - "name"
4170 #  - "doc"
4171 #  - "level"
4172 #  - "parent"
4173 #  data-start-level: 3
4174
4175 # VPP Performance Operational Data 3n-hsw
4176 - type: "file"
4177   title: "VPP Performance Operational Data 3n-hsw"
4178   algorithm: "file_test_results"
4179   output-file-ext: ".rst"
4180   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/vpp_performance_operational_data_3n_hsw"
4181   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4182   dir-tables: "{DIR[DTO,PERF,VPP,3N,HSW]}"
4183   data: "vpp-perf-results-3n-hsw"
4184   filter: "not ('CFS_OPT' or ('NIC_Intel-X520-DA2' and 'IPSECHW') or ('NIC_Cisco-VIC-1385' and '9000B'))"
4185   parameters:
4186   - "name"
4187   - "doc"
4188   - "level"
4189   - "parent"
4190   data-start-level: 3
4191
4192 # VPP Performance Operational Data 3n-skx
4193 - type: "file"
4194   title: "VPP Performance Operational Data 3n-skx"
4195   algorithm: "file_test_results"
4196   output-file-ext: ".rst"
4197   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/vpp_performance_operational_data_3n_skx"
4198   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4199   dir-tables: "{DIR[DTO,PERF,VPP,3N,SKX]}"
4200   data: "vpp-perf-results-3n-skx"
4201   filter: "not 'CFS_OPT'"
4202   parameters:
4203   - "name"
4204   - "doc"
4205   - "level"
4206   - "parent"
4207   data-start-level: 3
4208
4209 # VPP Performance Operational Data 2n-skx
4210 - type: "file"
4211   title: "VPP Performance Operational Data 2n-skx"
4212   algorithm: "file_test_results"
4213   output-file-ext: ".rst"
4214   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/vpp_performance_operational_data_2n_skx"
4215   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4216   dir-tables: "{DIR[DTO,PERF,VPP,2N,SKX]}"
4217   data: "vpp-perf-results-2n-skx"
4218   filter: "not 'CFS_OPT'"
4219   parameters:
4220   - "name"
4221   - "doc"
4222   - "level"
4223   - "parent"
4224   data-start-level: 3
4225
4226 ## VPP Performance Operational Data 2n-dnv
4227 #- type: "file"
4228 #  title: "VPP Performance Operational Data 2n-dnv"
4229 #  algorithm: "file_test_results"
4230 #  output-file-ext: ".rst"
4231 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/vpp_performance_operational_data_2n_dnv"
4232 #  file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4233 #  dir-tables: "{DIR[DTO,PERF,VPP,2N,DNV]}"
4234 #  data: "intel-dnv-vpp"
4235 #  filter: "'NDRPDR'"
4236 #  parameters:
4237 #  - "name"
4238 #  - "doc"
4239 #  - "level"
4240 #  - "parent"
4241 #  data-start-level: 3
4242
4243 # VPP MRR Results 3n-hsw
4244 - type: "file"
4245   title: "VPP MRR Results 3n-hsw"
4246   algorithm: "file_test_results"
4247   output-file-ext: ".rst"
4248   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/vpp_mrr_results_3n_hsw"
4249   file-header: "\n.. |br| raw:: html\n\n    <br />\n\n\n.. |prein| raw:: html\n\n    <pre>\n\n\n.. |preout| raw:: html\n\n    </pre>\n\n"
4250   dir-tables: "{DIR[DTR,MRR,VPP,3N,HSW]}"
4251   data: "vpp-mrr-results-3n-hsw"
4252   filter: "'MRR'"
4253   parameters:
4254   - "name"
4255   - "doc"
4256   - "level"
4257   - "parent"
4258   data-start-level: 3
4259
4260 # VPP MRR Results 3n-skx
4261 - type: "file"
4262   title: "VPP MRR Results 3n-skx"
4263   algorithm: "file_test_results"
4264   output-file-ext: ".rst"
4265   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/vpp_mrr_results_3n_skx"
4266   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"
4267   dir-tables: "{DIR[DTR,MRR,VPP,3N,SKX]}"
4268   data: "vpp-mrr-results-3n-skx"
4269   filter: "'MRR'"
4270   parameters:
4271   - "name"
4272   - "doc"
4273   - "level"
4274   - "parent"
4275   data-start-level: 3
4276
4277 # VPP MRR Results 2n-skx
4278 - type: "file"
4279   title: "VPP MRR Results 2n-skx"
4280   algorithm: "file_test_results"
4281   output-file-ext: ".rst"
4282   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/vpp_mrr_results_2n_skx"
4283   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"
4284   dir-tables: "{DIR[DTR,MRR,VPP,2N,SKX]}"
4285   data: "vpp-mrr-results-2n-skx"
4286   filter: "all"
4287   parameters:
4288   - "name"
4289   - "doc"
4290   - "level"
4291   - "parent"
4292   data-start-level: 3
4293
4294 ## VPP MRR Results 2n-dnv
4295 #- type: "file"
4296 #  title: "VPP MRR Results 2n-dnv"
4297 #  algorithm: "file_test_results"
4298 #  output-file-ext: ".rst"
4299 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/vpp_mrr_results_2n_dnv"
4300 #  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"
4301 #  dir-tables: "{DIR[DTR,MRR,VPP,2N,DNV]}"
4302 #  data: "intel-dnv-vpp"
4303 #  filter: "'MRR'"
4304 #  parameters:
4305 #  - "name"
4306 #  - "doc"
4307 #  - "level"
4308 #  - "parent"
4309 #  data-start-level: 3
4310
4311 # VPP MRR Configuration 3n-hsw
4312 - type: "file"
4313   title: "VPP MRR Configuration 3n-hsw"
4314   algorithm: "file_test_results"
4315   output-file-ext: ".rst"
4316   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/vpp_mrr_configuration_3n_hsw"
4317   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"
4318   dir-tables: "{DIR[DTC,MRR,VPP,3N,HSW]}"
4319   data: "vpp-mrr-results-3n-hsw"
4320   filter: "'MRR'"
4321   parameters:
4322   - "name"
4323   - "doc"
4324   - "level"
4325   - "parent"
4326   data-start-level: 3
4327
4328 # VPP MRR Configuration 3n-skx
4329 - type: "file"
4330   title: "VPP MRR Configuration 3n-skx"
4331   algorithm: "file_test_results"
4332   output-file-ext: ".rst"
4333   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/vpp_mrr_configuration_3n_skx"
4334   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"
4335   dir-tables: "{DIR[DTC,MRR,VPP,3N,SKX]}"
4336   data: "vpp-mrr-results-3n-skx"
4337   filter: "'MRR'"
4338   parameters:
4339   - "name"
4340   - "doc"
4341   - "level"
4342   - "parent"
4343   data-start-level: 3
4344
4345 # VPP MRR Configuration 2n-skx
4346 - type: "file"
4347   title: "VPP MRR Configuration 2n-skx"
4348   algorithm: "file_test_results"
4349   output-file-ext: ".rst"
4350   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/vpp_mrr_configuration_2n_skx"
4351   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"
4352   dir-tables: "{DIR[DTC,MRR,VPP,2N,SKX]}"
4353   data: "vpp-mrr-results-2n-skx"
4354   filter: "'MRR'"
4355   parameters:
4356   - "name"
4357   - "doc"
4358   - "level"
4359   - "parent"
4360   data-start-level: 3
4361
4362 ## VPP MRR Configuration 2n-dnv
4363 #- type: "file"
4364 #  title: "VPP MRR Configuration 2n-dnv"
4365 #  algorithm: "file_test_results"
4366 #  output-file-ext: ".rst"
4367 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/vpp_mrr_configuration_2n_dnv"
4368 #  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"
4369 #  dir-tables: "{DIR[DTC,MRR,VPP,2N,DNV]}"
4370 #  data: "intel-dnv-vpp"
4371 #  filter: "'MRR'"
4372 #  parameters:
4373 #  - "name"
4374 #  - "doc"
4375 #  - "level"
4376 #  - "parent"
4377 #  data-start-level: 3
4378
4379 # VPP Functional Results - Ubuntu
4380 - type: "file"
4381   title: "VPP Functional Results - Ubuntu"
4382   algorithm: "file_test_results"
4383   output-file-ext: ".rst"
4384   output-file: "{DIR[DTR,FUNC,VPP,UBUNTU]}/vpp_functional_results_ubuntu"
4385   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"
4386   dir-tables: "{DIR[DTR,FUNC,VPP,UBUNTU]}"
4387   data: "vpp-func-results-ubuntu"
4388   filter: "all"
4389   parameters:
4390   - "name"
4391   - "doc"
4392   - "level"
4393   - "parent"
4394   data-start-level: 3
4395
4396 # VPP Functional Results - CentOS
4397 - type: "file"
4398   title: "VPP Functional Results - CentOS"
4399   algorithm: "file_test_results"
4400   output-file-ext: ".rst"
4401   output-file: "{DIR[DTR,FUNC,VPP,CENTOS]}/vpp_functional_results_centos"
4402   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"
4403   dir-tables: "{DIR[DTR,FUNC,VPP,CENTOS]}"
4404   data:
4405     "vpp-func-results-centos"
4406   filter: "all"
4407   parameters:
4408   - "name"
4409   - "doc"
4410   - "level"
4411   - "parent"
4412   data-start-level: 3
4413
4414 # VPP Functional Configuration - Ubuntu
4415 - type: "file"
4416   title: "VPP Functional Configuration - Ubuntu"
4417   algorithm: "file_test_results"
4418   output-file-ext: ".rst"
4419   output-file: "{DIR[DTC,FUNC,VPP,UBUNTU]}/vpp_functional_configuration_ubuntu"
4420   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"
4421   dir-tables: "{DIR[DTC,FUNC,VPP,UBUNTU]}"
4422   data: "vpp-func-results-ubuntu"
4423   filter: "all"
4424   parameters:
4425   - "name"
4426   - "doc"
4427   - "level"
4428   - "parent"
4429   data-start-level: 3
4430
4431 # VPP Functional Configuration - CentOS
4432 - type: "file"
4433   title: "VPP Functional Configuration - CentOS"
4434   algorithm: "file_test_results"
4435   output-file-ext: ".rst"
4436   output-file: "{DIR[DTC,FUNC,VPP,CENTOS]}/vpp_functional_configuration_centos"
4437   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"
4438   dir-tables: "{DIR[DTC,FUNC,VPP,CENTOS]}"
4439   data:
4440     "vpp-func-results-centos"
4441   filter: "all"
4442   parameters:
4443   - "name"
4444   - "doc"
4445   - "level"
4446   - "parent"
4447   data-start-level: 3
4448
4449 # VPP Device Results - Ubuntu
4450 - type: "file"
4451   title: "VPP Device Results - Ubuntu"
4452   algorithm: "file_test_results"
4453   output-file-ext: ".rst"
4454   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
4455   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"
4456   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
4457   data: "vpp-device-results-ubuntu"
4458   filter: "all"
4459   parameters:
4460   - "name"
4461   - "doc"
4462   - "level"
4463   - "parent"
4464   data-start-level: 2
4465
4466 # VPP Device Configuration - Ubuntu
4467 - type: "file"
4468   title: "VPP Device Configuration - Ubuntu"
4469   algorithm: "file_test_results"
4470   output-file-ext: ".rst"
4471   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
4472   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"
4473   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
4474   data: "vpp-device-results-ubuntu"
4475   filter: "all"
4476   parameters:
4477   - "name"
4478   - "doc"
4479   - "level"
4480   - "parent"
4481   data-start-level: 2
4482
4483 ## Container Orchestrated Performance Results 3n-hsw
4484 #- type: "file"
4485 #  title: "Container Orchestrated Performance Results 3n-hsw"
4486 #  algorithm: "file_test_results"
4487 #  output-file-ext: ".rst"
4488 #  output-file: "{DIR[DTR,PERF,COT,3N,HSW]}/cot_performance_results_3n_hsw"
4489 #  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"
4490 #  dir-tables: "{DIR[DTR,PERF,COT,3N,HSW]}"
4491 #  data: "ligato-perf-results-3n-hsw"
4492 #  filter: "all"
4493 #  parameters:
4494 #  - "name"
4495 #  - "doc"
4496 #  - "level"
4497 #  - "parent"
4498 #  data-start-level: 3
4499
4500 # DPDK Performance Results 3n-hsw
4501 - type: "file"
4502   title: "DPDK Performance Results 3n-hsw"
4503   algorithm: "file_test_results"
4504   output-file-ext: ".rst"
4505   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
4506   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"
4507   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
4508   data: "dpdk-perf-results-3n-hsw"
4509   filter: "all"
4510   parameters:
4511   - "name"
4512   - "doc"
4513   - "level"
4514   - "parent"
4515   data-start-level: 3
4516
4517 # DPDK Performance Results 3n-skx
4518 - type: "file"
4519   title: "DPDK Performance Results 3n-skx"
4520   algorithm: "file_test_results"
4521   output-file-ext: ".rst"
4522   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
4523   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"
4524   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
4525   data: "dpdk-perf-results-3n-skx"
4526   filter: "all"
4527   parameters:
4528   - "name"
4529   - "doc"
4530   - "level"
4531   - "parent"
4532   data-start-level: 3
4533
4534 # DPDK Performance Results 2n-skx
4535 - type: "file"
4536   title: "DPDK Performance Results 2n-skx"
4537   algorithm: "file_test_results"
4538   output-file-ext: ".rst"
4539   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
4540   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"
4541   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
4542   data: "dpdk-perf-results-2n-skx"
4543   filter: "all"
4544   parameters:
4545   - "name"
4546   - "doc"
4547   - "level"
4548   - "parent"
4549   data-start-level: 3
4550
4551 # Honeycomb Functional Results
4552 - type: "file"
4553   title: "Honeycomb Functional Results"
4554   algorithm: "file_test_results"
4555   output-file-ext: ".rst"
4556   output-file: "{DIR[DTR,FUNC,HC]}/honeycomb_functional_results"
4557   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"
4558   dir-tables: "{DIR[DTR,FUNC,HC]}"
4559   data:
4560     "hc-func-results"
4561   filter: "all"
4562   parameters:
4563   - "name"
4564   - "doc"
4565   - "level"
4566   - "parent"
4567   data-start-level: 3
4568
4569 # NSH SFC Functional Results
4570 #-
4571 #  type: "file"
4572 #  title: "NSH SFC Functional Results"
4573 #  algorithm: "file_test_results"
4574 #  output-file-ext: ".rst"
4575 #  output-file: "{DIR[DTR,FUNC,NSHSFC]}/nshsfc_functional_results"
4576 #  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"
4577 #  dir-tables: "{DIR[DTR,FUNC,NSHSFC]}"
4578 #  data:
4579 #    "nsh-func-results"
4580 #  filter: "all"
4581 #  parameters:
4582 #  - "name"
4583 #  - "doc"
4584 #  - "level"
4585 #  - "parent"
4586 #  data-start-level: 3
4587
4588 # DMM Functional Results
4589 - type: "file"
4590   title: "DMM Functional Results"
4591   algorithm: "file_test_results"
4592   output-file-ext: ".rst"
4593   output-file: "{DIR[DTR,FUNC,DMM]}/dmm_functional_results"
4594   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"
4595   dir-tables: "{DIR[DTR,FUNC,DMM]}"
4596   data:
4597     "dmm-func-results"
4598   filter: "all"
4599   parameters:
4600   - "name"
4601   - "doc"
4602   - "level"
4603   - "parent"
4604   data-start-level: 3
4605
4606 ################################################################################
4607 ###                                P L O T S                                 ###
4608 ################################################################################
4609
4610 # Soak Test (PLRsearch), boxes
4611 - type: "plot"
4612   title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4613   algorithm: "plot_performance_box"
4614   output-file-type: ".html"
4615   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
4616   data: "plot-vpp-soak-2n-skx"
4617   filter: "('L2BDMACLRN' or 'L2PATCH' or 'L2XCBASE') and not 'VHOST' and not 'MEMIF'"
4618   parameters:
4619     - "throughput"
4620     - "parent"
4621     - "tags"
4622   sort:
4623     - "DRV_AVF"
4624     - "DRV_AVF"
4625     - "DRV_AVF"
4626     - "L2BDMACLRN"
4627     - "L2XCBASE"
4628     - "L2PATCH"
4629   traces:
4630     hoverinfo: "x+y"
4631     boxpoints: "all"
4632     whiskerwidth: 0
4633   layout:
4634     title: "2 Hours Soak Test (PLRsearch)"
4635     layout: "plot-soak-throughput"
4636
4637 # Soak Test (PLRsearch), boxes
4638 - type: "plot"
4639   title: "VPP Critical rate: 2 Hours Soak Test (PLRsearch)"
4640   algorithm: "plot_performance_box"
4641   output-file-type: ".html"
4642   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
4643   data: "plot-vpp-soak-2n-skx"
4644   filter: "'L2BDMACLRN' and ('VHOST' or 'MEMIF') or 'IP4BASE' or 'IP6BASE'"
4645   parameters:
4646     - "throughput"
4647     - "parent"
4648     - "tags"
4649   sort:
4650     - "VHOST"
4651     - "MEMIF"
4652     - "IP4FWD"
4653     - "IP6FWD"
4654   traces:
4655     hoverinfo: "x+y"
4656     boxpoints: "all"
4657     whiskerwidth: 0
4658   layout:
4659     title: "2 Hours Soak Test (PLRsearch)"
4660     layout: "plot-soak-throughput"
4661
4662 ################################################################################
4663 # Plots - NF Density - VSC - MRR 64b
4664 - type: "plot"
4665   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4666   algorithm: "plot_service_density_heatmap_compare"
4667   output-file-type: ".html"
4668   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-mrr"
4669   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4670   filter: "'NIC_Intel-X710' and
4671            'NF_DENSITY' and
4672            'VHOST' and
4673            'CHAIN' and
4674            'NF_VPPIP4' and
4675            '64B' and
4676            '2T1C' and
4677            'MRR'"
4678   reference:
4679     include: "2"
4680     name: "VNF-1c"
4681   compare:
4682     include: "1"
4683     name: "VNF-0.5c"
4684   parameters:
4685   - "result"
4686   - "name"
4687   - "tags"
4688   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4689   x-axis: "X = VNFs per Service Chain"
4690   y-axis: "Y = Number of Service Chains"
4691   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4692   layout:
4693     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4694     layout: "plot-service-density"
4695
4696 - type: "plot"
4697   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4698   algorithm: "plot_service_density_heatmap_compare"
4699   output-file-type: ".html"
4700   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-mrr"
4701   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4702   filter: "'NIC_Intel-X710' and
4703            'NF_DENSITY' and
4704            'VHOST' and
4705            'CHAIN' and
4706            'NF_VPPIP4' and
4707            '64B' and
4708            '4T2C' and
4709            'MRR'"
4710   reference:
4711     include: "2"
4712     name: "VNF-1c"
4713   compare:
4714     include: "1"
4715     name: "VNF-0.5c"
4716   parameters:
4717   - "result"
4718   - "name"
4719   - "tags"
4720   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4721   x-axis: "X = VNFs per Service Chain"
4722   y-axis: "Y = Number of Service Chains"
4723   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4724   layout:
4725     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4726     layout: "plot-service-density"
4727
4728 - type: "plot"
4729   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4730   algorithm: "plot_service_density_heatmap_compare"
4731   output-file-type: ".html"
4732   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-mrr"
4733   data: "plot-vpp-nfv-2n-skx-mrr-64b"
4734   filter: "'NIC_Intel-X710' and
4735            'NF_DENSITY' and
4736            'VHOST' and
4737            'CHAIN' and
4738            'NF_VPPIP4' and
4739            '64B' and
4740            '8T4C' and
4741            'MRR'"
4742   reference:
4743     include: "2"
4744     name: "VNF-1c"
4745   compare:
4746     include: "1"
4747     name: "VNF-0.5c"
4748   parameters:
4749   - "result"
4750   - "name"
4751   - "tags"
4752   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4753   x-axis: "X = VNFs per Service Chain"
4754   y-axis: "Y = Number of Service Chains"
4755   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
4756   layout:
4757     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4758     layout: "plot-service-density"
4759
4760 # Plots - NF Density - VSC - MRR IMIX
4761 - type: "plot"
4762   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4763   algorithm: "plot_service_density_heatmap_compare"
4764   output-file-type: ".html"
4765   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-mrr"
4766   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4767   filter: "'NIC_Intel-X710' and
4768            'NF_DENSITY' and
4769            'VHOST' and
4770            'CHAIN' and
4771            'NF_VPPIP4' and
4772            'IMIX' and
4773            '2T1C' and
4774            'MRR'"
4775   reference:
4776     include: "2"
4777     name: "VNF-1c"
4778   compare:
4779     include: "1"
4780     name: "VNF-0.5c"
4781   parameters:
4782   - "result"
4783   - "name"
4784   - "tags"
4785   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4786   x-axis: "X = VNFs per Service Chain"
4787   y-axis: "Y = Number of Service Chains"
4788   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4789   layout:
4790     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4791     layout: "plot-service-density"
4792
4793 - type: "plot"
4794   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4795   algorithm: "plot_service_density_heatmap_compare"
4796   output-file-type: ".html"
4797   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-mrr"
4798   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4799   filter: "'NIC_Intel-X710' and
4800            'NF_DENSITY' and
4801            'VHOST' and
4802            'CHAIN' and
4803            'NF_VPPIP4' and
4804            'IMIX' and
4805            '4T2C' and
4806            'MRR'"
4807   reference:
4808     include: "2"
4809     name: "VNF-1c"
4810   compare:
4811     include: "1"
4812     name: "VNF-0.5c"
4813   parameters:
4814   - "result"
4815   - "name"
4816   - "tags"
4817   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4818   x-axis: "X = VNFs per Service Chain"
4819   y-axis: "Y = Number of Service Chains"
4820   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4821   layout:
4822     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4823     layout: "plot-service-density"
4824
4825 - type: "plot"
4826   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4827   algorithm: "plot_service_density_heatmap_compare"
4828   output-file-type: ".html"
4829   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-mrr"
4830   data: "plot-vpp-nfv-2n-skx-mrr-imix"
4831   filter: "'NIC_Intel-X710' and
4832            'NF_DENSITY' and
4833            'VHOST' and
4834            'CHAIN' and
4835            'NF_VPPIP4' and
4836            'IMIX' and
4837            '8T4C' and
4838            'MRR'"
4839   reference:
4840     include: "2"
4841     name: "VNF-1c"
4842   compare:
4843     include: "1"
4844     name: "VNF-0.5c"
4845   parameters:
4846   - "result"
4847   - "name"
4848   - "tags"
4849   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4850   x-axis: "X = VNFs per Service Chain"
4851   y-axis: "Y = Number of Service Chains"
4852   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
4853   layout:
4854     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
4855     layout: "plot-service-density"
4856
4857 # Plots - NF Density - VSC - NDR 64b
4858 - type: "plot"
4859   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4860   algorithm: "plot_service_density_heatmap_compare"
4861   output-file-type: ".html"
4862   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-ndr"
4863   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4864   filter: "'NIC_Intel-X710' and
4865            'NF_DENSITY' and
4866            'VHOST' and
4867            'CHAIN' and
4868            'NF_VPPIP4' and
4869            '64B' and
4870            '2T1C' and
4871            'NDRPDR'"
4872   reference:
4873     include: "2"
4874     name: "VNF-1c"
4875   compare:
4876     include: "1"
4877     name: "VNF-0.5c"
4878   parameters:
4879   - "throughput"
4880   - "name"
4881   - "tags"
4882   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4883   x-axis: "X = VNFs per Service Chain"
4884   y-axis: "Y = Number of Service Chains"
4885   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4886   layout:
4887     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4888     layout: "plot-service-density"
4889
4890 - type: "plot"
4891   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4892   algorithm: "plot_service_density_heatmap_compare"
4893   output-file-type: ".html"
4894   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-ndr"
4895   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4896   filter: "'NIC_Intel-X710' and
4897            'NF_DENSITY' and
4898            'VHOST' and
4899            'CHAIN' and
4900            'NF_VPPIP4' and
4901            '64B' and
4902            '4T2C' and
4903            'NDRPDR'"
4904   reference:
4905     include: "2"
4906     name: "VNF-1c"
4907   compare:
4908     include: "1"
4909     name: "VNF-0.5c"
4910   parameters:
4911   - "throughput"
4912   - "name"
4913   - "tags"
4914   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4915   x-axis: "X = VNFs per Service Chain"
4916   y-axis: "Y = Number of Service Chains"
4917   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4918   layout:
4919     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4920     layout: "plot-service-density"
4921
4922 - type: "plot"
4923   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4924   algorithm: "plot_service_density_heatmap_compare"
4925   output-file-type: ".html"
4926   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-ndr"
4927   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
4928   filter: "'NIC_Intel-X710' and
4929            'NF_DENSITY' and
4930            'VHOST' and
4931            'CHAIN' and
4932            'NF_VPPIP4' and
4933            '64B' and
4934            '8T4C' and
4935            'NDRPDR'"
4936   reference:
4937     include: "2"
4938     name: "VNF-1c"
4939   compare:
4940     include: "1"
4941     name: "VNF-0.5c"
4942   parameters:
4943   - "throughput"
4944   - "name"
4945   - "tags"
4946   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4947   x-axis: "X = VNFs per Service Chain"
4948   y-axis: "Y = Number of Service Chains"
4949   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
4950   layout:
4951     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4952     layout: "plot-service-density"
4953
4954 # Plots - NF Density - VSC - NDR IMIX
4955 - type: "plot"
4956   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4957   algorithm: "plot_service_density_heatmap_compare"
4958   output-file-type: ".html"
4959   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-ndr"
4960   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4961   filter: "'NIC_Intel-X710' and
4962            'NF_DENSITY' and
4963            'VHOST' and
4964            'CHAIN' and
4965            'NF_VPPIP4' and
4966            'IMIX' and
4967            '2T1C' and
4968            'NDRPDR'"
4969   reference:
4970     include: "2"
4971     name: "VNF-1c"
4972   compare:
4973     include: "1"
4974     name: "VNF-0.5c"
4975   parameters:
4976   - "throughput"
4977   - "name"
4978   - "tags"
4979   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4980   x-axis: "X = VNFs per Service Chain"
4981   y-axis: "Y = Number of Service Chains"
4982   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
4983   layout:
4984     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4985     layout: "plot-service-density"
4986
4987 - type: "plot"
4988   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
4989   algorithm: "plot_service_density_heatmap_compare"
4990   output-file-type: ".html"
4991   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-ndr"
4992   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
4993   filter: "'NIC_Intel-X710' and
4994            'NF_DENSITY' and
4995            'VHOST' and
4996            'CHAIN' and
4997            'NF_VPPIP4' and
4998            'IMIX' and
4999            '4T2C' and
5000            'NDRPDR'"
5001   reference:
5002     include: "2"
5003     name: "VNF-1c"
5004   compare:
5005     include: "1"
5006     name: "VNF-0.5c"
5007   parameters:
5008   - "throughput"
5009   - "name"
5010   - "tags"
5011   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5012   x-axis: "X = VNFs per Service Chain"
5013   y-axis: "Y = Number of Service Chains"
5014   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5015   layout:
5016     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5017     layout: "plot-service-density"
5018
5019 - type: "plot"
5020   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5021   algorithm: "plot_service_density_heatmap_compare"
5022   output-file-type: ".html"
5023   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-ndr"
5024   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5025   filter: "'NIC_Intel-X710' and
5026            'NF_DENSITY' and
5027            'VHOST' and
5028            'CHAIN' and
5029            'NF_VPPIP4' and
5030            'IMIX' and
5031            '8T4C' and
5032            'NDRPDR'"
5033   reference:
5034     include: "2"
5035     name: "VNF-1c"
5036   compare:
5037     include: "1"
5038     name: "VNF-0.5c"
5039   parameters:
5040   - "throughput"
5041   - "name"
5042   - "tags"
5043   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5044   x-axis: "X = VNFs per Service Chain"
5045   y-axis: "Y = Number of Service Chains"
5046   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5047   layout:
5048     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
5049     layout: "plot-service-density"
5050
5051 # Plots - NF Density - VSC - PDR 64b
5052 - type: "plot"
5053   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5054   algorithm: "plot_service_density_heatmap_compare"
5055   output-file-type: ".html"
5056   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-vsc-pdr"
5057   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5058   filter: "'NIC_Intel-X710' and
5059            'NF_DENSITY' and
5060            'VHOST' and
5061            'CHAIN' and
5062            'NF_VPPIP4' and
5063            '64B' and
5064            '2T1C' and
5065            'NDRPDR'"
5066   reference:
5067     include: "2"
5068     name: "VNF-1c"
5069   compare:
5070     include: "1"
5071     name: "VNF-0.5c"
5072   parameters:
5073   - "throughput"
5074   - "name"
5075   - "tags"
5076   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5077   x-axis: "X = VNFs per Service Chain"
5078   y-axis: "Y = Number of Service Chains"
5079   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5080   layout:
5081     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5082     layout: "plot-service-density"
5083
5084 - type: "plot"
5085   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5086   algorithm: "plot_service_density_heatmap_compare"
5087   output-file-type: ".html"
5088   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-vsc-pdr"
5089   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5090   filter: "'NIC_Intel-X710' and
5091            'NF_DENSITY' and
5092            'VHOST' and
5093            'CHAIN' and
5094            'NF_VPPIP4' and
5095            '64B' and
5096            '4T2C' and
5097            'NDRPDR'"
5098   reference:
5099     include: "2"
5100     name: "VNF-1c"
5101   compare:
5102     include: "1"
5103     name: "VNF-0.5c"
5104   parameters:
5105   - "throughput"
5106   - "name"
5107   - "tags"
5108   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5109   x-axis: "X = VNFs per Service Chain"
5110   y-axis: "Y = Number of Service Chains"
5111   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5112   layout:
5113     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5114     layout: "plot-service-density"
5115
5116 - type: "plot"
5117   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5118   algorithm: "plot_service_density_heatmap_compare"
5119   output-file-type: ".html"
5120   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-vsc-pdr"
5121   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5122   filter: "'NIC_Intel-X710' and
5123            'NF_DENSITY' and
5124            'VHOST' and
5125            'CHAIN' and
5126            'NF_VPPIP4' and
5127            '64B' and
5128            '8T4C' and
5129            'NDRPDR'"
5130   reference:
5131     include: "2"
5132     name: "VNF-1c"
5133   compare:
5134     include: "1"
5135     name: "VNF-0.5c"
5136   parameters:
5137   - "throughput"
5138   - "name"
5139   - "tags"
5140   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5141   x-axis: "X = VNFs per Service Chain"
5142   y-axis: "Y = Number of Service Chains"
5143   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5144   layout:
5145     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5146     layout: "plot-service-density"
5147
5148 # Plots - NF Density - VSC - PDR IMIX
5149 - type: "plot"
5150   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5151   algorithm: "plot_service_density_heatmap_compare"
5152   output-file-type: ".html"
5153   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-vsc-pdr"
5154   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5155   filter: "'NIC_Intel-X710' and
5156            'NF_DENSITY' and
5157            'VHOST' and
5158            'CHAIN' and
5159            'NF_VPPIP4' and
5160            'IMIX' and
5161            '2T1C' and
5162            'NDRPDR'"
5163   reference:
5164     include: "2"
5165     name: "VNF-1c"
5166   compare:
5167     include: "1"
5168     name: "VNF-0.5c"
5169   parameters:
5170   - "throughput"
5171   - "name"
5172   - "tags"
5173   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5174   x-axis: "X = VNFs per Service Chain"
5175   y-axis: "Y = Number of Service Chains"
5176   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5177   layout:
5178     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5179     layout: "plot-service-density"
5180
5181 - type: "plot"
5182   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5183   algorithm: "plot_service_density_heatmap_compare"
5184   output-file-type: ".html"
5185   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-vsc-pdr"
5186   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5187   filter: "'NIC_Intel-X710' and
5188            'NF_DENSITY' and
5189            'VHOST' and
5190            'CHAIN' and
5191            'NF_VPPIP4' and
5192            'IMIX' and
5193            '4T2C' and
5194            'NDRPDR'"
5195   reference:
5196     include: "2"
5197     name: "VNF-1c"
5198   compare:
5199     include: "1"
5200     name: "VNF-0.5c"
5201   parameters:
5202   - "throughput"
5203   - "name"
5204   - "tags"
5205   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5206   x-axis: "X = VNFs per Service Chain"
5207   y-axis: "Y = Number of Service Chains"
5208   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5209   layout:
5210     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5211     layout: "plot-service-density"
5212
5213 - type: "plot"
5214   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5215   algorithm: "plot_service_density_heatmap_compare"
5216   output-file-type: ".html"
5217   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-vsc-pdr"
5218   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5219   filter: "'NIC_Intel-X710' and
5220            'NF_DENSITY' and
5221            'VHOST' and
5222            'CHAIN' and
5223            'NF_VPPIP4' and
5224            'IMIX' and
5225            '8T4C' and
5226            'NDRPDR'"
5227   reference:
5228     include: "2"
5229     name: "VNF-1c"
5230   compare:
5231     include: "1"
5232     name: "VNF-0.5c"
5233   parameters:
5234   - "throughput"
5235   - "name"
5236   - "tags"
5237   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5238   x-axis: "X = VNFs per Service Chain"
5239   y-axis: "Y = Number of Service Chains"
5240   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5241   layout:
5242     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
5243     layout: "plot-service-density"
5244
5245 ################################################################################
5246 # Plots - NF Density - CSC - MRR 64b
5247 - type: "plot"
5248   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5249   algorithm: "plot_service_density_heatmap_compare"
5250   output-file-type: ".html"
5251   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-mrr"
5252   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5253   filter: "'NIC_Intel-X710' and
5254            'NF_DENSITY' and
5255            'DOCKER' and
5256            'CHAIN' and
5257            'NF_VPPIP4' and
5258            '64B' and
5259            '2T1C' and
5260            'MRR'"
5261   reference:
5262     include: "2"
5263     name: "CNF-1c"
5264   compare:
5265     include: "1"
5266     name: "CNF-0.5c"
5267   parameters:
5268   - "result"
5269   - "name"
5270   - "tags"
5271   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5272   x-axis: "X = CNFs per Service Chain"
5273   y-axis: "Y = Number of Service Chains"
5274   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5275   layout:
5276     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5277     layout: "plot-service-density"
5278
5279 - type: "plot"
5280   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5281   algorithm: "plot_service_density_heatmap_compare"
5282   output-file-type: ".html"
5283   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-mrr"
5284   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5285   filter: "'NIC_Intel-X710' and
5286            'NF_DENSITY' and
5287            'DOCKER' and
5288            'CHAIN' and
5289            'NF_VPPIP4' and
5290            '64B' and
5291            '4T2C' and
5292            'MRR'"
5293   reference:
5294     include: "2"
5295     name: "CNF-1c"
5296   compare:
5297     include: "1"
5298     name: "CNF-0.5c"
5299   parameters:
5300   - "result"
5301   - "name"
5302   - "tags"
5303   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5304   x-axis: "X = CNFs per Service Chain"
5305   y-axis: "Y = Number of Service Chains"
5306   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5307   layout:
5308     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5309     layout: "plot-service-density"
5310
5311 - type: "plot"
5312   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5313   algorithm: "plot_service_density_heatmap_compare"
5314   output-file-type: ".html"
5315   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-mrr"
5316   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5317   filter: "'NIC_Intel-X710' and
5318            'NF_DENSITY' and
5319            'DOCKER' and
5320            'CHAIN' and
5321            'NF_VPPIP4' and
5322            '64B' and
5323            '8T4C' and
5324            'MRR'"
5325   reference:
5326     include: "2"
5327     name: "CNF-1c"
5328   compare:
5329     include: "1"
5330     name: "CNF-0.5c"
5331   parameters:
5332   - "result"
5333   - "name"
5334   - "tags"
5335   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5336   x-axis: "X = CNFs per Service Chain"
5337   y-axis: "Y = Number of Service Chains"
5338   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5339   layout:
5340     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5341     layout: "plot-service-density"
5342
5343 # Plots - NF Density - CSC - MRR IMIX
5344 - type: "plot"
5345   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5346   algorithm: "plot_service_density_heatmap_compare"
5347   output-file-type: ".html"
5348   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-mrr"
5349   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5350   filter: "'NIC_Intel-X710' and
5351            'NF_DENSITY' and
5352            'DOCKER' and
5353            'CHAIN' and
5354            'NF_VPPIP4' and
5355            'IMIX' and
5356            '2T1C' and
5357            'MRR'"
5358   reference:
5359     include: "2"
5360     name: "CNF-1c"
5361   compare:
5362     include: "1"
5363     name: "CNF-0.5c"
5364   parameters:
5365   - "result"
5366   - "name"
5367   - "tags"
5368   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5369   x-axis: "X = CNFs per Service Chain"
5370   y-axis: "Y = Number of Service Chains"
5371   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5372   layout:
5373     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5374     layout: "plot-service-density"
5375
5376 - type: "plot"
5377   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5378   algorithm: "plot_service_density_heatmap_compare"
5379   output-file-type: ".html"
5380   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-mrr"
5381   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5382   filter: "'NIC_Intel-X710' and
5383            'NF_DENSITY' and
5384            'DOCKER' and
5385            'CHAIN' and
5386            'NF_VPPIP4' and
5387            'IMIX' and
5388            '4T2C' and
5389            'MRR'"
5390   reference:
5391     include: "2"
5392     name: "CNF-1c"
5393   compare:
5394     include: "1"
5395     name: "CNF-0.5c"
5396   parameters:
5397   - "result"
5398   - "name"
5399   - "tags"
5400   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5401   x-axis: "X = CNFs per Service Chain"
5402   y-axis: "Y = Number of Service Chains"
5403   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5404   layout:
5405     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5406     layout: "plot-service-density"
5407
5408 - type: "plot"
5409   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5410   algorithm: "plot_service_density_heatmap_compare"
5411   output-file-type: ".html"
5412   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-mrr"
5413   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5414   filter: "'NIC_Intel-X710' and
5415            'NF_DENSITY' and
5416            'DOCKER' and
5417            'CHAIN' and
5418            'NF_VPPIP4' and
5419            'IMIX' and
5420            '8T4C' and
5421            'MRR'"
5422   reference:
5423     include: "2"
5424     name: "CNF-1c"
5425   compare:
5426     include: "1"
5427     name: "CNF-0.5c"
5428   parameters:
5429   - "result"
5430   - "name"
5431   - "tags"
5432   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5433   x-axis: "X = CNFs per Service Chain"
5434   y-axis: "Y = Number of Service Chains"
5435   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5436   layout:
5437     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
5438     layout: "plot-service-density"
5439
5440 # Plots - NF Density - CSC - NDR 64b
5441 - type: "plot"
5442   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5443   algorithm: "plot_service_density_heatmap_compare"
5444   output-file-type: ".html"
5445   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-ndr"
5446   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5447   filter: "'NIC_Intel-X710' and
5448            'NF_DENSITY' and
5449            'DOCKER' and
5450            'CHAIN' and
5451            'NF_VPPIP4' and
5452            '64B' and
5453            '2T1C' and
5454            'NDRPDR'"
5455   reference:
5456     include: "2"
5457     name: "CNF-1c"
5458   compare:
5459     include: "1"
5460     name: "CNF-0.5c"
5461   parameters:
5462   - "throughput"
5463   - "name"
5464   - "tags"
5465   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5466   x-axis: "X = CNFs per Service Chain"
5467   y-axis: "Y = Number of Service Chains"
5468   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5469   layout:
5470     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5471     layout: "plot-service-density"
5472
5473 - type: "plot"
5474   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5475   algorithm: "plot_service_density_heatmap_compare"
5476   output-file-type: ".html"
5477   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-ndr"
5478   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5479   filter: "'NIC_Intel-X710' and
5480            'NF_DENSITY' and
5481            'DOCKER' and
5482            'CHAIN' and
5483            'NF_VPPIP4' and
5484            '64B' and
5485            '4T2C' and
5486            'NDRPDR'"
5487   reference:
5488     include: "2"
5489     name: "CNF-1c"
5490   compare:
5491     include: "1"
5492     name: "CNF-0.5c"
5493   parameters:
5494   - "throughput"
5495   - "name"
5496   - "tags"
5497   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5498   x-axis: "X = CNFs per Service Chain"
5499   y-axis: "Y = Number of Service Chains"
5500   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5501   layout:
5502     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5503     layout: "plot-service-density"
5504
5505 - type: "plot"
5506   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5507   algorithm: "plot_service_density_heatmap_compare"
5508   output-file-type: ".html"
5509   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-ndr"
5510   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5511   filter: "'NIC_Intel-X710' and
5512            'NF_DENSITY' and
5513            'DOCKER' and
5514            'CHAIN' and
5515            'NF_VPPIP4' and
5516            '64B' and
5517            '8T4C' and
5518            'NDRPDR'"
5519   reference:
5520     include: "2"
5521     name: "CNF-1c"
5522   compare:
5523     include: "1"
5524     name: "CNF-0.5c"
5525   parameters:
5526   - "throughput"
5527   - "name"
5528   - "tags"
5529   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5530   x-axis: "X = CNFs per Service Chain"
5531   y-axis: "Y = Number of Service Chains"
5532   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
5533   layout:
5534     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5535     layout: "plot-service-density"
5536
5537 # Plots - NF Density - CSC - NDR IMIX
5538 - type: "plot"
5539   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5540   algorithm: "plot_service_density_heatmap_compare"
5541   output-file-type: ".html"
5542   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-ndr"
5543   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5544   filter: "'NIC_Intel-X710' and
5545            'NF_DENSITY' and
5546            'DOCKER' and
5547            'CHAIN' and
5548            'NF_VPPIP4' and
5549            'IMIX' and
5550            '2T1C' and
5551            'NDRPDR'"
5552   reference:
5553     include: "2"
5554     name: "CNF-1c"
5555   compare:
5556     include: "1"
5557     name: "CNF-0.5c"
5558   parameters:
5559   - "throughput"
5560   - "name"
5561   - "tags"
5562   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5563   x-axis: "X = CNFs per Service Chain"
5564   y-axis: "Y = Number of Service Chains"
5565   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5566   layout:
5567     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5568     layout: "plot-service-density"
5569
5570 - type: "plot"
5571   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5572   algorithm: "plot_service_density_heatmap_compare"
5573   output-file-type: ".html"
5574   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-ndr"
5575   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5576   filter: "'NIC_Intel-X710' and
5577            'NF_DENSITY' and
5578            'DOCKER' and
5579            'CHAIN' and
5580            'NF_VPPIP4' and
5581            'IMIX' and
5582            '4T2C' and
5583            'NDRPDR'"
5584   reference:
5585     include: "2"
5586     name: "CNF-1c"
5587   compare:
5588     include: "1"
5589     name: "CNF-0.5c"
5590   parameters:
5591   - "throughput"
5592   - "name"
5593   - "tags"
5594   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5595   x-axis: "X = CNFs per Service Chain"
5596   y-axis: "Y = Number of Service Chains"
5597   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5598   layout:
5599     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5600     layout: "plot-service-density"
5601
5602 - type: "plot"
5603   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5604   algorithm: "plot_service_density_heatmap_compare"
5605   output-file-type: ".html"
5606   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-ndr"
5607   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5608   filter: "'NIC_Intel-X710' and
5609            'NF_DENSITY' and
5610            'DOCKER' and
5611            'CHAIN' and
5612            'NF_VPPIP4' and
5613            'IMIX' and
5614            '8T4C' and
5615            'NDRPDR'"
5616   reference:
5617     include: "2"
5618     name: "CNF-1c"
5619   compare:
5620     include: "1"
5621     name: "CNF-0.5c"
5622   parameters:
5623   - "throughput"
5624   - "name"
5625   - "tags"
5626   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5627   x-axis: "X = CNFs per Service Chain"
5628   y-axis: "Y = Number of Service Chains"
5629   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
5630   layout:
5631     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
5632     layout: "plot-service-density"
5633
5634 # Plots - NF Density - CSC - PDR 64b
5635 - type: "plot"
5636   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5637   algorithm: "plot_service_density_heatmap_compare"
5638   output-file-type: ".html"
5639   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csc-pdr"
5640   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5641   filter: "'NIC_Intel-X710' and
5642            'NF_DENSITY' and
5643            'DOCKER' and
5644            'CHAIN' and
5645            'NF_VPPIP4' and
5646            '64B' and
5647            '2T1C' and
5648            'NDRPDR'"
5649   reference:
5650     include: "2"
5651     name: "CNF-1c"
5652   compare:
5653     include: "1"
5654     name: "CNF-0.5c"
5655   parameters:
5656   - "throughput"
5657   - "name"
5658   - "tags"
5659   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5660   x-axis: "X = CNFs per Service Chain"
5661   y-axis: "Y = Number of Service Chains"
5662   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5663   layout:
5664     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5665     layout: "plot-service-density"
5666
5667 - type: "plot"
5668   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5669   algorithm: "plot_service_density_heatmap_compare"
5670   output-file-type: ".html"
5671   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csc-pdr"
5672   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5673   filter: "'NIC_Intel-X710' and
5674            'NF_DENSITY' and
5675            'DOCKER' and
5676            'CHAIN' and
5677            'NF_VPPIP4' and
5678            '64B' and
5679            '4T2C' and
5680            'NDRPDR'"
5681   reference:
5682     include: "2"
5683     name: "CNF-1c"
5684   compare:
5685     include: "1"
5686     name: "CNF-0.5c"
5687   parameters:
5688   - "throughput"
5689   - "name"
5690   - "tags"
5691   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5692   x-axis: "X = CNFs per Service Chain"
5693   y-axis: "Y = Number of Service Chains"
5694   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5695   layout:
5696     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5697     layout: "plot-service-density"
5698
5699 - type: "plot"
5700   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5701   algorithm: "plot_service_density_heatmap_compare"
5702   output-file-type: ".html"
5703   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csc-pdr"
5704   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
5705   filter: "'NIC_Intel-X710' and
5706            'NF_DENSITY' and
5707            'DOCKER' and
5708            'CHAIN' and
5709            'NF_VPPIP4' and
5710            '64B' and
5711            '8T4C' and
5712            'NDRPDR'"
5713   reference:
5714     include: "2"
5715     name: "CNF-1c"
5716   compare:
5717     include: "1"
5718     name: "CNF-0.5c"
5719   parameters:
5720   - "throughput"
5721   - "name"
5722   - "tags"
5723   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5724   x-axis: "X = CNFs per Service Chain"
5725   y-axis: "Y = Number of Service Chains"
5726   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
5727   layout:
5728     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5729     layout: "plot-service-density"
5730
5731 # Plots - NF Density - CSC - PDR IMIX
5732 - type: "plot"
5733   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5734   algorithm: "plot_service_density_heatmap_compare"
5735   output-file-type: ".html"
5736   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csc-pdr"
5737   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5738   filter: "'NIC_Intel-X710' and
5739            'NF_DENSITY' and
5740            'DOCKER' and
5741            'CHAIN' and
5742            'NF_VPPIP4' and
5743            'IMIX' and
5744            '2T1C' and
5745            'NDRPDR'"
5746   reference:
5747     include: "2"
5748     name: "CNF-1c"
5749   compare:
5750     include: "1"
5751     name: "CNF-0.5c"
5752   parameters:
5753   - "throughput"
5754   - "name"
5755   - "tags"
5756   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5757   x-axis: "X = CNFs per Service Chain"
5758   y-axis: "Y = Number of Service Chains"
5759   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5760   layout:
5761     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5762     layout: "plot-service-density"
5763
5764 - type: "plot"
5765   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5766   algorithm: "plot_service_density_heatmap_compare"
5767   output-file-type: ".html"
5768   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csc-pdr"
5769   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5770   filter: "'NIC_Intel-X710' and
5771            'NF_DENSITY' and
5772            'DOCKER' and
5773            'CHAIN' and
5774            'NF_VPPIP4' and
5775            'IMIX' and
5776            '4T2C' and
5777            'NDRPDR'"
5778   reference:
5779     include: "2"
5780     name: "CNF-1c"
5781   compare:
5782     include: "1"
5783     name: "CNF-0.5c"
5784   parameters:
5785   - "throughput"
5786   - "name"
5787   - "tags"
5788   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5789   x-axis: "X = CNFs per Service Chain"
5790   y-axis: "Y = Number of Service Chains"
5791   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5792   layout:
5793     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5794     layout: "plot-service-density"
5795
5796 - type: "plot"
5797   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5798   algorithm: "plot_service_density_heatmap_compare"
5799   output-file-type: ".html"
5800   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csc-pdr"
5801   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
5802   filter: "'NIC_Intel-X710' and
5803            'NF_DENSITY' and
5804            'DOCKER' and
5805            'CHAIN' and
5806            'NF_VPPIP4' and
5807            'IMIX' and
5808            '8T4C' and
5809            'NDRPDR'"
5810   reference:
5811     include: "2"
5812     name: "CNF-1c"
5813   compare:
5814     include: "1"
5815     name: "CNF-0.5c"
5816   parameters:
5817   - "throughput"
5818   - "name"
5819   - "tags"
5820   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5821   x-axis: "X = CNFs per Service Chain"
5822   y-axis: "Y = Number of Service Chains"
5823   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
5824   layout:
5825     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
5826     layout: "plot-service-density"
5827
5828 ################################################################################
5829 # Plots - NF Density - CSP - MRR 64b
5830 - type: "plot"
5831   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5832   algorithm: "plot_service_density_heatmap_compare"
5833   output-file-type: ".html"
5834   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-mrr"
5835   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5836   filter: "'NIC_Intel-X710' and
5837            'NF_DENSITY' and
5838            'DOCKER' and
5839            'PIPELINE' and
5840            'NF_VPPIP4' and
5841            '64B' and
5842            '2T1C' and
5843            'MRR'"
5844   reference:
5845     include: "2"
5846     name: "CNF-1c"
5847   compare:
5848     include: "1"
5849     name: "CNF-0.5c"
5850   parameters:
5851   - "result"
5852   - "name"
5853   - "tags"
5854   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5855   x-axis: "X = CNFs per Service Pipeline"
5856   y-axis: "Y = Number of Service Pipelines"
5857   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5858   layout:
5859     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5860     layout: "plot-service-density"
5861
5862 - type: "plot"
5863   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5864   algorithm: "plot_service_density_heatmap_compare"
5865   output-file-type: ".html"
5866   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-mrr"
5867   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5868   filter: "'NIC_Intel-X710' and
5869            'NF_DENSITY' and
5870            'DOCKER' and
5871            'PIPELINE' and
5872            'NF_VPPIP4' and
5873            '64B' and
5874            '4T2C' and
5875            'MRR'"
5876   reference:
5877     include: "2"
5878     name: "CNF-1c"
5879   compare:
5880     include: "1"
5881     name: "CNF-0.5c"
5882   parameters:
5883   - "result"
5884   - "name"
5885   - "tags"
5886   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5887   x-axis: "X = CNFs per Service Pipeline"
5888   y-axis: "Y = Number of Service Pipelines"
5889   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5890   layout:
5891     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5892     layout: "plot-service-density"
5893
5894 - type: "plot"
5895   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5896   algorithm: "plot_service_density_heatmap_compare"
5897   output-file-type: ".html"
5898   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-mrr"
5899   data: "plot-vpp-nfv-2n-skx-mrr-64b"
5900   filter: "'NIC_Intel-X710' and
5901            'NF_DENSITY' and
5902            'DOCKER' and
5903            'PIPELINE' and
5904            'NF_VPPIP4' and
5905            '64B' and
5906            '8T4C' and
5907            'MRR'"
5908   reference:
5909     include: "2"
5910     name: "CNF-1c"
5911   compare:
5912     include: "1"
5913     name: "CNF-0.5c"
5914   parameters:
5915   - "result"
5916   - "name"
5917   - "tags"
5918   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5919   x-axis: "X = CNFs per Service Pipeline"
5920   y-axis: "Y = Number of Service Pipelines"
5921   z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
5922   layout:
5923     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5924     layout: "plot-service-density"
5925
5926 # Plots - NF Density - CSP - MRR IMIX
5927 - type: "plot"
5928   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5929   algorithm: "plot_service_density_heatmap_compare"
5930   output-file-type: ".html"
5931   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-mrr"
5932   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5933   filter: "'NIC_Intel-X710' and
5934            'NF_DENSITY' and
5935            'DOCKER' and
5936            'PIPELINE' and
5937            'NF_VPPIP4' and
5938            'IMIX' and
5939            '2T1C' and
5940            'MRR'"
5941   reference:
5942     include: "2"
5943     name: "CNF-1c"
5944   compare:
5945     include: "1"
5946     name: "CNF-0.5c"
5947   parameters:
5948   - "result"
5949   - "name"
5950   - "tags"
5951   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5952   x-axis: "X = CNFs per Service Pipeline"
5953   y-axis: "Y = Number of Service Pipelines"
5954   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5955   layout:
5956     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5957     layout: "plot-service-density"
5958
5959 - type: "plot"
5960   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5961   algorithm: "plot_service_density_heatmap_compare"
5962   output-file-type: ".html"
5963   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-mrr"
5964   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5965   filter: "'NIC_Intel-X710' and
5966            'NF_DENSITY' and
5967            'DOCKER' and
5968            'PIPELINE' and
5969            'NF_VPPIP4' and
5970            'IMIX' and
5971            '4T2C' and
5972            'MRR'"
5973   reference:
5974     include: "2"
5975     name: "CNF-1c"
5976   compare:
5977     include: "1"
5978     name: "CNF-0.5c"
5979   parameters:
5980   - "result"
5981   - "name"
5982   - "tags"
5983   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5984   x-axis: "X = CNFs per Service Pipeline"
5985   y-axis: "Y = Number of Service Pipelines"
5986   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
5987   layout:
5988     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5989     layout: "plot-service-density"
5990
5991 - type: "plot"
5992   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
5993   algorithm: "plot_service_density_heatmap_compare"
5994   output-file-type: ".html"
5995   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-mrr"
5996   data: "plot-vpp-nfv-2n-skx-mrr-imix"
5997   filter: "'NIC_Intel-X710' and
5998            'NF_DENSITY' and
5999            'DOCKER' and
6000            'PIPELINE' and
6001            'NF_VPPIP4' and
6002            'IMIX' and
6003            '8T4C' and
6004            'MRR'"
6005   reference:
6006     include: "2"
6007     name: "CNF-1c"
6008   compare:
6009     include: "1"
6010     name: "CNF-0.5c"
6011   parameters:
6012   - "result"
6013   - "name"
6014   - "tags"
6015   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6016   x-axis: "X = CNFs per Service Pipeline"
6017   y-axis: "Y = Number of Service Pipelines"
6018   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
6019   layout:
6020     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
6021     layout: "plot-service-density"
6022
6023 # Plots - NF Density - CSP - NDR 64b
6024 - type: "plot"
6025   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6026   algorithm: "plot_service_density_heatmap_compare"
6027   output-file-type: ".html"
6028   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-ndr"
6029   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6030   filter: "'NIC_Intel-X710' and
6031            'NF_DENSITY' and
6032            'DOCKER' and
6033            'PIPELINE' and
6034            'NF_VPPIP4' and
6035            '64B' and
6036            '2T1C' and
6037            'NDRPDR'"
6038   reference:
6039     include: "2"
6040     name: "CNF-1c"
6041   compare:
6042     include: "1"
6043     name: "CNF-0.5c"
6044   parameters:
6045   - "throughput"
6046   - "name"
6047   - "tags"
6048   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6049   x-axis: "X = CNFs per Service Pipeline"
6050   y-axis: "Y = Number of Service Pipelines"
6051   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6052   layout:
6053     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6054     layout: "plot-service-density"
6055
6056 - type: "plot"
6057   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6058   algorithm: "plot_service_density_heatmap_compare"
6059   output-file-type: ".html"
6060   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-ndr"
6061   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6062   filter: "'NIC_Intel-X710' and
6063            'NF_DENSITY' and
6064            'DOCKER' and
6065            'PIPELINE' and
6066            'NF_VPPIP4' and
6067            '64B' and
6068            '4T2C' and
6069            'NDRPDR'"
6070   reference:
6071     include: "2"
6072     name: "CNF-1c"
6073   compare:
6074     include: "1"
6075     name: "CNF-0.5c"
6076   parameters:
6077   - "throughput"
6078   - "name"
6079   - "tags"
6080   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6081   x-axis: "X = CNFs per Service Pipeline"
6082   y-axis: "Y = Number of Service Pipelines"
6083   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6084   layout:
6085     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6086     layout: "plot-service-density"
6087
6088 - type: "plot"
6089   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6090   algorithm: "plot_service_density_heatmap_compare"
6091   output-file-type: ".html"
6092   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-ndr"
6093   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6094   filter: "'NIC_Intel-X710' and
6095            'NF_DENSITY' and
6096            'DOCKER' and
6097            'PIPELINE' and
6098            'NF_VPPIP4' and
6099            '64B' and
6100            '8T4C' and
6101            'NDRPDR'"
6102   reference:
6103     include: "2"
6104     name: "CNF-1c"
6105   compare:
6106     include: "1"
6107     name: "CNF-0.5c"
6108   parameters:
6109   - "throughput"
6110   - "name"
6111   - "tags"
6112   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6113   x-axis: "X = CNFs per Service Pipeline"
6114   y-axis: "Y = Number of Service Pipelines"
6115   z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
6116   layout:
6117     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6118     layout: "plot-service-density"
6119
6120 # Plots - NF Density - CSP - NDR IMIX
6121 - type: "plot"
6122   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6123   algorithm: "plot_service_density_heatmap_compare"
6124   output-file-type: ".html"
6125   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-ndr"
6126   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6127   filter: "'NIC_Intel-X710' and
6128            'NF_DENSITY' and
6129            'DOCKER' and
6130            'PIPELINE' and
6131            'NF_VPPIP4' and
6132            'IMIX' and
6133            '2T1C' and
6134            'NDRPDR'"
6135   reference:
6136     include: "2"
6137     name: "CNF-1c"
6138   compare:
6139     include: "1"
6140     name: "CNF-0.5c"
6141   parameters:
6142   - "throughput"
6143   - "name"
6144   - "tags"
6145   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6146   x-axis: "X = CNFs per Service Pipeline"
6147   y-axis: "Y = Number of Service Pipelines"
6148   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6149   layout:
6150     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6151     layout: "plot-service-density"
6152
6153 - type: "plot"
6154   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6155   algorithm: "plot_service_density_heatmap_compare"
6156   output-file-type: ".html"
6157   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-ndr"
6158   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6159   filter: "'NIC_Intel-X710' and
6160            'NF_DENSITY' and
6161            'DOCKER' and
6162            'PIPELINE' and
6163            'NF_VPPIP4' and
6164            'IMIX' and
6165            '4T2C' and
6166            'NDRPDR'"
6167   reference:
6168     include: "2"
6169     name: "CNF-1c"
6170   compare:
6171     include: "1"
6172     name: "CNF-0.5c"
6173   parameters:
6174   - "throughput"
6175   - "name"
6176   - "tags"
6177   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6178   x-axis: "X = CNFs per Service Pipeline"
6179   y-axis: "Y = Number of Service Pipelines"
6180   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6181   layout:
6182     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6183     layout: "plot-service-density"
6184
6185 - type: "plot"
6186   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6187   algorithm: "plot_service_density_heatmap_compare"
6188   output-file-type: ".html"
6189   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-ndr"
6190   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6191   filter: "'NIC_Intel-X710' and
6192            'NF_DENSITY' and
6193            'DOCKER' and
6194            'PIPELINE' and
6195            'NF_VPPIP4' and
6196            'IMIX' and
6197            '8T4C' and
6198            'NDRPDR'"
6199   reference:
6200     include: "2"
6201     name: "CNF-1c"
6202   compare:
6203     include: "1"
6204     name: "CNF-0.5c"
6205   parameters:
6206   - "throughput"
6207   - "name"
6208   - "tags"
6209   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6210   x-axis: "X = CNFs per Service Pipeline"
6211   y-axis: "Y = Number of Service Pipelines"
6212   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
6213   layout:
6214     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
6215     layout: "plot-service-density"
6216
6217 # Plots - NF Density - CSP - PDR 64b
6218 - type: "plot"
6219   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6220   algorithm: "plot_service_density_heatmap_compare"
6221   output-file-type: ".html"
6222   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-2t1c-base-csp-pdr"
6223   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6224   filter: "'NIC_Intel-X710' and
6225            'NF_DENSITY' and
6226            'DOCKER' and
6227            'PIPELINE' and
6228            'NF_VPPIP4' and
6229            '64B' and
6230            '2T1C' and
6231            'NDRPDR'"
6232   reference:
6233     include: "2"
6234     name: "CNF-1c"
6235   compare:
6236     include: "1"
6237     name: "CNF-0.5c"
6238   parameters:
6239   - "throughput"
6240   - "name"
6241   - "tags"
6242   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6243   x-axis: "X = CNFs per Service Pipeline"
6244   y-axis: "Y = Number of Service Pipelines"
6245   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6246   layout:
6247     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6248     layout: "plot-service-density"
6249
6250 - type: "plot"
6251   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6252   algorithm: "plot_service_density_heatmap_compare"
6253   output-file-type: ".html"
6254   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-4t2c-base-csp-pdr"
6255   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6256   filter: "'NIC_Intel-X710' and
6257            'NF_DENSITY' and
6258            'DOCKER' and
6259            'PIPELINE' and
6260            'NF_VPPIP4' and
6261            '64B' and
6262            '4T2C' and
6263            'NDRPDR'"
6264   reference:
6265     include: "2"
6266     name: "CNF-1c"
6267   compare:
6268     include: "1"
6269     name: "CNF-0.5c"
6270   parameters:
6271   - "throughput"
6272   - "name"
6273   - "tags"
6274   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6275   x-axis: "X = CNFs per Service Pipeline"
6276   y-axis: "Y = Number of Service Pipelines"
6277   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6278   layout:
6279     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6280     layout: "plot-service-density"
6281
6282 - type: "plot"
6283   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6284   algorithm: "plot_service_density_heatmap_compare"
6285   output-file-type: ".html"
6286   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-64b-8t4c-base-csp-pdr"
6287   data: "plot-vpp-nfv-2n-skx-ndrpdr-64b"
6288   filter: "'NIC_Intel-X710' and
6289            'NF_DENSITY' and
6290            'DOCKER' and
6291            'PIPELINE' and
6292            'NF_VPPIP4' and
6293            '64B' and
6294            '8T4C' and
6295            'NDRPDR'"
6296   reference:
6297     include: "2"
6298     name: "CNF-1c"
6299   compare:
6300     include: "1"
6301     name: "CNF-0.5c"
6302   parameters:
6303   - "throughput"
6304   - "name"
6305   - "tags"
6306   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6307   x-axis: "X = CNFs per Service Pipeline"
6308   y-axis: "Y = Number of Service Pipelines"
6309   z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
6310   layout:
6311     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6312     layout: "plot-service-density"
6313
6314 # Plots - NF Density - CSP - PDR IMIX
6315 - type: "plot"
6316   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6317   algorithm: "plot_service_density_heatmap_compare"
6318   output-file-type: ".html"
6319   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-2t1c-base-csp-pdr"
6320   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6321   filter: "'NIC_Intel-X710' and
6322            'NF_DENSITY' and
6323            'DOCKER' and
6324            'PIPELINE' and
6325            'NF_VPPIP4' and
6326            'IMIX' and
6327            '2T1C' and
6328            'NDRPDR'"
6329   reference:
6330     include: "2"
6331     name: "CNF-1c"
6332   compare:
6333     include: "1"
6334     name: "CNF-0.5c"
6335   parameters:
6336   - "throughput"
6337   - "name"
6338   - "tags"
6339   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6340   x-axis: "X = CNFs per Service Pipeline"
6341   y-axis: "Y = Number of Service Pipelines"
6342   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6343   layout:
6344     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6345     layout: "plot-service-density"
6346
6347 - type: "plot"
6348   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6349   algorithm: "plot_service_density_heatmap_compare"
6350   output-file-type: ".html"
6351   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-4t2c-base-csp-pdr"
6352   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6353   filter: "'NIC_Intel-X710' and
6354            'NF_DENSITY' and
6355            'DOCKER' and
6356            'PIPELINE' and
6357            'NF_VPPIP4' and
6358            'IMIX' and
6359            '4T2C' and
6360            'NDRPDR'"
6361   reference:
6362     include: "2"
6363     name: "CNF-1c"
6364   compare:
6365     include: "1"
6366     name: "CNF-0.5c"
6367   parameters:
6368   - "throughput"
6369   - "name"
6370   - "tags"
6371   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6372   x-axis: "X = CNFs per Service Pipeline"
6373   y-axis: "Y = Number of Service Pipelines"
6374   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6375   layout:
6376     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6377     layout: "plot-service-density"
6378
6379 - type: "plot"
6380   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6381   algorithm: "plot_service_density_heatmap_compare"
6382   output-file-type: ".html"
6383   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-x710-imix-8t4c-base-csp-pdr"
6384   data: "plot-vpp-nfv-2n-skx-ndrpdr-imix"
6385   filter: "'NIC_Intel-X710' and
6386            'NF_DENSITY' and
6387            'DOCKER' and
6388            'PIPELINE' and
6389            'NF_VPPIP4' and
6390            'IMIX' and
6391            '8T4C' and
6392            'NDRPDR'"
6393   reference:
6394     include: "2"
6395     name: "CNF-1c"
6396   compare:
6397     include: "1"
6398     name: "CNF-0.5c"
6399   parameters:
6400   - "throughput"
6401   - "name"
6402   - "tags"
6403   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6404   x-axis: "X = CNFs per Service Pipeline"
6405   y-axis: "Y = Number of Service Pipelines"
6406   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
6407   layout:
6408     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
6409     layout: "plot-service-density"
6410
6411 ################################################################################
6412 ## Plots VPP HTTP Server Performance
6413 #- type: "plot"
6414 #  title: "VPP HTTP Server Performance"
6415 #  algorithm: "plot_http_server_performance_box"
6416 #  output-file-type: ".html"
6417 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6418 #  data:
6419 #    "plot-vpp-http-server-performance"
6420 #  # Keep this formatting, the filter is enclosed with " (quotation mark) and
6421 #  # each tag is enclosed with ' (apostrophe).
6422 #  filter: "'HTTP' and 'TCP_CPS'"
6423 #  parameters:
6424 #  - "result"
6425 #  - "name"
6426 #  traces:
6427 #    hoverinfo: "x+y"
6428 #    boxpoints: "outliers"
6429 #    whiskerwidth: 0
6430 #  layout:
6431 #    title: "VPP HTTP Server Performance"
6432 #    layout:
6433 #      "plot-cps"
6434 #
6435 #- type: "plot"
6436 #  title: "VPP HTTP Server Performance"
6437 #  algorithm: "plot_http_server_performance_box"
6438 #  output-file-type: ".html"
6439 #  output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6440 #  data:
6441 #    "plot-vpp-http-server-performance"
6442 #  filter: "'HTTP' and 'TCP_RPS'"
6443 #  parameters:
6444 #  - "result"
6445 #  - "name"
6446 #  traces:
6447 #    hoverinfo: "x+y"
6448 #    boxpoints: "outliers"
6449 #    whiskerwidth: 0
6450 #  layout:
6451 #    title: "VPP HTTP Server Performance"
6452 #    layout:
6453 #      "plot-rps"
6454
6455 ################################################################################
6456
6457 # Packet Throughput - VPP L2 3n-hsw-x520 base and scale
6458 - type: "plot"
6459   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6460   algorithm: "plot_performance_box"
6461   output-file-type: ".html"
6462   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6463   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6464   filter: "'NIC_Intel-X520-DA2' and
6465            '64B' and
6466            ('BASE' or 'SCALE') and
6467            'NDRPDR' and
6468            'ETH' and
6469            '1T1C' and
6470            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6471            not 'VHOST' and
6472            not 'MEMIF'"
6473   parameters:
6474   - "throughput"
6475   - "parent"
6476   - "tags"
6477   sort:
6478   - "L2PATCH"
6479   - "L2XCBASE"
6480   - "BASE"
6481   - "FIB_10K"
6482   - "FIB_100K"
6483   - "FIB_1M"
6484   traces:
6485     hoverinfo: "x+y"
6486     boxpoints: "outliers"
6487     whiskerwidth: 0
6488   layout:
6489     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
6490     layout: "plot-throughput"
6491
6492 - type: "plot"
6493   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6494   algorithm: "plot_performance_box"
6495   output-file-type: ".html"
6496   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6497   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6498   filter: "'NIC_Intel-X520-DA2' and
6499            '64B' and
6500            ('BASE' or 'SCALE') and
6501            'NDRPDR' and
6502            'ETH' and
6503            '1T1C' and
6504            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6505            not 'VHOST' and
6506            not 'MEMIF'"
6507   parameters:
6508   - "throughput"
6509   - "parent"
6510   - "tags"
6511   sort:
6512   - "L2PATCH"
6513   - "L2XCBASE"
6514   - "BASE"
6515   - "FIB_10K"
6516   - "FIB_100K"
6517   - "FIB_1M"
6518   traces:
6519     hoverinfo: "x+y"
6520     boxpoints: "outliers"
6521     whiskerwidth: 0
6522   layout:
6523     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
6524     layout: "plot-throughput"
6525
6526 - type: "plot"
6527   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6528   algorithm: "plot_performance_box"
6529   output-file-type: ".html"
6530   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6531   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6532   filter: "'NIC_Intel-X520-DA2' and
6533            '64B' and
6534            ('BASE' or 'SCALE') and
6535            'NDRPDR' and
6536            'ETH' and
6537            '2T2C' and
6538            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6539            not 'VHOST' and
6540            not 'MEMIF'"
6541   parameters:
6542   - "throughput"
6543   - "parent"
6544   - "tags"
6545   sort:
6546   - "L2PATCH"
6547   - "L2XCBASE"
6548   - "BASE"
6549   - "FIB_10K"
6550   - "FIB_100K"
6551   - "FIB_1M"
6552   traces:
6553     hoverinfo: "x+y"
6554     boxpoints: "outliers"
6555     whiskerwidth: 0
6556   layout:
6557     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
6558     layout: "plot-throughput"
6559
6560 - type: "plot"
6561   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6562   algorithm: "plot_performance_box"
6563   output-file-type: ".html"
6564   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6565   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6566   filter: "'NIC_Intel-X520-DA2' and
6567            '64B' and
6568            ('BASE' or 'SCALE') and
6569            'NDRPDR' and
6570            'ETH' and
6571            '2T2C' and
6572            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
6573            not 'VHOST' and
6574            not 'MEMIF'"
6575   parameters:
6576   - "throughput"
6577   - "parent"
6578   - "tags"
6579   sort:
6580   - "L2PATCH"
6581   - "L2XCBASE"
6582   - "BASE"
6583   - "FIB_10K"
6584   - "FIB_100K"
6585   - "FIB_1M"
6586   traces:
6587     hoverinfo: "x+y"
6588     boxpoints: "outliers"
6589     whiskerwidth: 0
6590   layout:
6591     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
6592     layout: "plot-throughput"
6593
6594 # Packet Throughput - VPP L2 3n-hsw-x520 features
6595 - type: "plot"
6596   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6597   algorithm: "plot_performance_box"
6598   output-file-type: ".html"
6599   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6600   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6601   filter: "'NIC_Intel-X520-DA2' and
6602            '64B' and
6603            'NDRPDR' and
6604            '1T1C' and
6605            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6606            not 'ACL' and
6607            not 'VHOST' and
6608            not 'MEMIF'"
6609   parameters:
6610   - "throughput"
6611   - "parent"
6612   - "tags"
6613   sort:
6614   - "L2XCBASE"    # l2xcbase
6615   - "L2BDBASE"    # l2bdbase
6616   - "L2XCFWD"     # dot1q-l2xcbase
6617   - "L2BDMACLRN"  # dot1q-l2bdbase
6618   traces:
6619     hoverinfo: "x+y"
6620     boxpoints: "outliers"
6621     whiskerwidth: 0
6622   layout:
6623     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
6624     layout: "plot-throughput"
6625
6626 - type: "plot"
6627   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6628   algorithm: "plot_performance_box"
6629   output-file-type: ".html"
6630   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6631   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6632   filter: "'NIC_Intel-X520-DA2' and
6633            '64B' and
6634            'NDRPDR' and
6635            '1T1C' and
6636            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6637            not 'ACL' and
6638            not 'VHOST' and
6639            not 'MEMIF'"
6640   parameters:
6641   - "throughput"
6642   - "parent"
6643   - "tags"
6644   sort:
6645   - "L2XCBASE"    # l2xcbase
6646   - "L2BDBASE"    # l2bdbase
6647   - "L2XCFWD"     # dot1q-l2xcbase
6648   - "L2BDMACLRN"  # dot1q-l2bdbase
6649   traces:
6650     hoverinfo: "x+y"
6651     boxpoints: "outliers"
6652     whiskerwidth: 0
6653   layout:
6654     title: "l2sw-3n-hsw-x520-64b-1t1c-features-pdr"
6655     layout: "plot-throughput"
6656
6657 - type: "plot"
6658   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6659   algorithm: "plot_performance_box"
6660   output-file-type: ".html"
6661   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6662   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6663   filter: "'NIC_Intel-X520-DA2' and
6664            '64B' and
6665            'NDRPDR' and
6666            '2T2C' and
6667            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6668            not 'ACL' and
6669            not 'VHOST' and
6670            not 'MEMIF'"
6671   parameters:
6672   - "throughput"
6673   - "parent"
6674   - "tags"
6675   sort:
6676   - "L2XCBASE"    # l2xcbase
6677   - "L2BDBASE"    # l2bdbase
6678   - "L2XCFWD"     # dot1q-l2xcbase
6679   - "L2BDMACLRN"  # dot1q-l2bdbase
6680   traces:
6681     hoverinfo: "x+y"
6682     boxpoints: "outliers"
6683     whiskerwidth: 0
6684   layout:
6685     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
6686     layout: "plot-throughput"
6687
6688 - type: "plot"
6689   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6690   algorithm: "plot_performance_box"
6691   output-file-type: ".html"
6692   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6693   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6694   filter: "'NIC_Intel-X520-DA2' and
6695            '64B' and
6696            'NDRPDR' and
6697            '2T2C' and
6698            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
6699            not 'ACL' and
6700            not 'VHOST' and
6701            not 'MEMIF'"
6702   parameters:
6703   - "throughput"
6704   - "parent"
6705   - "tags"
6706   sort:
6707   - "L2XCBASE"    # l2xcbase
6708   - "L2BDBASE"    # l2bdbase
6709   - "L2XCFWD"     # dot1q-l2xcbase
6710   - "L2BDMACLRN"  # dot1q-l2bdbase
6711   traces:
6712     hoverinfo: "x+y"
6713     boxpoints: "outliers"
6714     whiskerwidth: 0
6715   layout:
6716     title: "l2sw-3n-hsw-x520-64b-2t2c-features-pdr"
6717     layout: "plot-throughput"
6718
6719 # Packet Throughput - VPP L2 3n-hsw-x520 features-iacl
6720 - type: "plot"
6721   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6722   algorithm: "plot_performance_box"
6723   output-file-type: ".html"
6724   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6725   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6726   filter: "'NIC_Intel-X520-DA2' and
6727            '64B' and
6728            'NDRPDR' and
6729            '1T1C' and
6730            'FEATURE' and
6731            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6732            'IACL' and
6733            ('ACL1' or 'ACL50') and
6734            ('10K_FLOWS' or '10k_FLOWS') and
6735            not 'MACIP' and
6736            not 'VHOST' and
6737            not 'MEMIF'"
6738   parameters:
6739   - "throughput"
6740   - "parent"
6741   - "tags"
6742   traces:
6743     hoverinfo: "x+y"
6744     boxpoints: "outliers"
6745     whiskerwidth: 0
6746   layout:
6747     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
6748     layout: "plot-throughput"
6749
6750 - type: "plot"
6751   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6752   algorithm: "plot_performance_box"
6753   output-file-type: ".html"
6754   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6755   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6756   filter: "'NIC_Intel-X520-DA2' and
6757            '64B' and
6758            'NDRPDR' and
6759            '1T1C' and
6760            'FEATURE' and
6761            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6762            'IACL' and
6763            ('ACL1' or 'ACL50') and
6764            ('10K_FLOWS' or '10k_FLOWS') and
6765            not 'MACIP' and
6766            not 'VHOST' and
6767            not 'MEMIF'"
6768   parameters:
6769   - "throughput"
6770   - "parent"
6771   - "tags"
6772   traces:
6773     hoverinfo: "x+y"
6774     boxpoints: "outliers"
6775     whiskerwidth: 0
6776   layout:
6777     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
6778     layout: "plot-throughput"
6779
6780 - type: "plot"
6781   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6782   algorithm: "plot_performance_box"
6783   output-file-type: ".html"
6784   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6785   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6786   filter: "'NIC_Intel-X520-DA2' and
6787            '64B' and
6788            'NDRPDR' and
6789            '2T2C' and
6790            'FEATURE' and
6791            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6792            'IACL' and
6793            ('ACL1' or 'ACL50') and
6794            ('10K_FLOWS' or '10k_FLOWS') and
6795            not 'MACIP' and
6796            not 'VHOST' and
6797            not 'MEMIF'"
6798   parameters:
6799   - "throughput"
6800   - "parent"
6801   - "tags"
6802   traces:
6803     hoverinfo: "x+y"
6804     boxpoints: "outliers"
6805     whiskerwidth: 0
6806   layout:
6807     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
6808     layout: "plot-throughput"
6809
6810 - type: "plot"
6811   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6812   algorithm: "plot_performance_box"
6813   output-file-type: ".html"
6814   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6815   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6816   filter: "'NIC_Intel-X520-DA2' and
6817            '64B' and
6818            'NDRPDR' and
6819            '2T2C' and
6820            'FEATURE' and
6821            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6822            'IACL' and
6823            ('ACL1' or 'ACL50') and
6824            ('10K_FLOWS' or '10k_FLOWS') and
6825            not 'MACIP' and
6826            not 'VHOST' and
6827            not 'MEMIF'"
6828   parameters:
6829   - "throughput"
6830   - "parent"
6831   - "tags"
6832   traces:
6833     hoverinfo: "x+y"
6834     boxpoints: "outliers"
6835     whiskerwidth: 0
6836   layout:
6837     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
6838     layout: "plot-throughput"
6839
6840 # Packet Throughput - VPP L2 3n-hsw-x520 features-oacl
6841 - type: "plot"
6842   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6843   algorithm: "plot_performance_box"
6844   output-file-type: ".html"
6845   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6846   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6847   filter: "'NIC_Intel-X520-DA2' and
6848            '64B' and
6849            'NDRPDR' and
6850            '1T1C' and
6851            'FEATURE' and
6852            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6853            'OACL' and
6854            ('ACL1' or 'ACL50') and
6855            ('10K_FLOWS' or '10k_FLOWS') and
6856            not 'MACIP' and
6857            not 'VHOST' and
6858            not 'MEMIF'"
6859   parameters:
6860   - "throughput"
6861   - "parent"
6862   - "tags"
6863   traces:
6864     hoverinfo: "x+y"
6865     boxpoints: "outliers"
6866     whiskerwidth: 0
6867   layout:
6868     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
6869     layout: "plot-throughput"
6870
6871 - type: "plot"
6872   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6873   algorithm: "plot_performance_box"
6874   output-file-type: ".html"
6875   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6876   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6877   filter: "'NIC_Intel-X520-DA2' and
6878            '64B' and
6879            'NDRPDR' and
6880            '1T1C' and
6881            'FEATURE' and
6882            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6883            'OACL' and
6884            ('ACL1' or 'ACL50') and
6885            ('10K_FLOWS' or '10k_FLOWS') and
6886            not 'MACIP' and
6887            not 'VHOST' and
6888            not 'MEMIF'"
6889   parameters:
6890   - "throughput"
6891   - "parent"
6892   - "tags"
6893   traces:
6894     hoverinfo: "x+y"
6895     boxpoints: "outliers"
6896     whiskerwidth: 0
6897   layout:
6898     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
6899     layout: "plot-throughput"
6900
6901 - type: "plot"
6902   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6903   algorithm: "plot_performance_box"
6904   output-file-type: ".html"
6905   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6906   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6907   filter: "'NIC_Intel-X520-DA2' and
6908            '64B' and
6909            'NDRPDR' and
6910            '2T2C' and
6911            'FEATURE' and
6912            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6913            'OACL' and
6914            ('ACL1' or 'ACL50') and
6915            ('10K_FLOWS' or '10k_FLOWS') and
6916            not 'MACIP' and
6917            not 'VHOST' and
6918            not 'MEMIF'"
6919   parameters:
6920   - "throughput"
6921   - "parent"
6922   - "tags"
6923   traces:
6924     hoverinfo: "x+y"
6925     boxpoints: "outliers"
6926     whiskerwidth: 0
6927   layout:
6928     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
6929     layout: "plot-throughput"
6930
6931 - type: "plot"
6932   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6933   algorithm: "plot_performance_box"
6934   output-file-type: ".html"
6935   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6936   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6937   filter: "'NIC_Intel-X520-DA2' and
6938            '64B' and
6939            'NDRPDR' and
6940            '2T2C' and
6941            'FEATURE' and
6942            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6943            'OACL' and
6944            ('ACL1' or 'ACL50') and
6945            ('10K_FLOWS' or '10k_FLOWS') and
6946            not 'MACIP' and
6947            not 'VHOST' and
6948            not 'MEMIF'"
6949   parameters:
6950   - "throughput"
6951   - "parent"
6952   - "tags"
6953   traces:
6954     hoverinfo: "x+y"
6955     boxpoints: "outliers"
6956     whiskerwidth: 0
6957   layout:
6958     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
6959     layout: "plot-throughput"
6960
6961 # Packet Throughput - VPP L2 3n-hsw-x520 features-macip
6962 - type: "plot"
6963   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6964   algorithm: "plot_performance_box"
6965   output-file-type: ".html"
6966   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6967   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6968   filter: "'NIC_Intel-X520-DA2' and
6969            '64B' and
6970            'NDRPDR' and
6971            '1T1C' and
6972            'FEATURE' and
6973            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
6974            'MACIP' and
6975            ('ACL1' or 'ACL50') and
6976            ('10K_FLOWS' or '10k_FLOWS') and
6977            not 'VHOST' and
6978            not 'MEMIF'"
6979   parameters:
6980   - "throughput"
6981   - "parent"
6982   - "tags"
6983   traces:
6984     hoverinfo: "x+y"
6985     boxpoints: "outliers"
6986     whiskerwidth: 0
6987   layout:
6988     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
6989     layout: "plot-throughput"
6990
6991 - type: "plot"
6992   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6993   algorithm: "plot_performance_box"
6994   output-file-type: ".html"
6995   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
6996   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
6997   filter: "'NIC_Intel-X520-DA2' and
6998            '64B' and
6999            'NDRPDR' and
7000            '1T1C' and
7001            'FEATURE' and
7002            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7003            'MACIP' and
7004            ('ACL1' or 'ACL50') and
7005            ('10K_FLOWS' or '10k_FLOWS') and
7006            not 'VHOST' and
7007            not 'MEMIF'"
7008   parameters:
7009   - "throughput"
7010   - "parent"
7011   - "tags"
7012   traces:
7013     hoverinfo: "x+y"
7014     boxpoints: "outliers"
7015     whiskerwidth: 0
7016   layout:
7017     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-pdr"
7018     layout: "plot-throughput"
7019
7020 - type: "plot"
7021   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
7022   algorithm: "plot_performance_box"
7023   output-file-type: ".html"
7024   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
7025   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7026   filter: "'NIC_Intel-X520-DA2' and
7027            '64B' and
7028            'NDRPDR' and
7029            '2T2C' and
7030            'FEATURE' and
7031            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7032            'MACIP' and
7033            ('ACL1' or 'ACL50') and
7034            ('10K_FLOWS' or '10k_FLOWS') and
7035            not 'VHOST' and
7036            not 'MEMIF'"
7037   parameters:
7038   - "throughput"
7039   - "parent"
7040   - "tags"
7041   traces:
7042     hoverinfo: "x+y"
7043     boxpoints: "outliers"
7044     whiskerwidth: 0
7045   layout:
7046     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
7047     layout: "plot-throughput"
7048
7049 - type: "plot"
7050   title: "VPP Throughput: l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7051   algorithm: "plot_performance_box"
7052   output-file-type: ".html"
7053   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7054   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7055   filter: "'NIC_Intel-X520-DA2' and
7056            '64B' and
7057            'NDRPDR' and
7058            '2T2C' and
7059            'FEATURE' and
7060            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7061            'MACIP' and
7062            ('ACL1' or 'ACL50') and
7063            ('10K_FLOWS' or '10k_FLOWS') and
7064            not 'VHOST' and
7065            not 'MEMIF'"
7066   parameters:
7067   - "throughput"
7068   - "parent"
7069   - "tags"
7070   traces:
7071     hoverinfo: "x+y"
7072     boxpoints: "outliers"
7073     whiskerwidth: 0
7074   layout:
7075     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-pdr"
7076     layout: "plot-throughput"
7077
7078 # Packet Throughput - VPP L2 3n-hsw-x710 base and scale
7079 - type: "plot"
7080   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7081   algorithm: "plot_performance_box"
7082   output-file-type: ".html"
7083   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7084   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7085   filter: "'NIC_Intel-X710' and
7086            '64B' and
7087            ('BASE' or 'SCALE') and
7088            'NDRPDR' and
7089            'ETH' and
7090            '1T1C' and
7091            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7092            not 'VHOST' and
7093            not 'MEMIF'"
7094   parameters:
7095   - "throughput"
7096   - "parent"
7097   - "tags"
7098   sort:
7099   - "L2PATCH"
7100   - "L2XCFWD"
7101   - "L2BDMACLRN"
7102   - "FIB_10K"
7103   - "FIB_100K"
7104   - "FIB_1M"
7105   traces:
7106     hoverinfo: "x+y"
7107     boxpoints: "outliers"
7108     whiskerwidth: 0
7109   layout:
7110     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
7111     layout: "plot-throughput"
7112
7113 - type: "plot"
7114   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7115   algorithm: "plot_performance_box"
7116   output-file-type: ".html"
7117   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7118   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7119   filter: "'NIC_Intel-X710' and
7120            '64B' and
7121            ('BASE' or 'SCALE') and
7122            'NDRPDR' and
7123            'ETH' and
7124            '1T1C' and
7125            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7126            not 'VHOST' and
7127            not 'MEMIF'"
7128   parameters:
7129   - "throughput"
7130   - "parent"
7131   - "tags"
7132   sort:
7133   - "L2PATCH"
7134   - "L2XCFWD"
7135   - "L2BDMACLRN"
7136   - "FIB_10K"
7137   - "FIB_100K"
7138   - "FIB_1M"
7139   traces:
7140     hoverinfo: "x+y"
7141     boxpoints: "outliers"
7142     whiskerwidth: 0
7143   layout:
7144     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
7145     layout: "plot-throughput"
7146
7147 - type: "plot"
7148   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7149   algorithm: "plot_performance_box"
7150   output-file-type: ".html"
7151   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7152   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7153   filter: "'NIC_Intel-X710' and
7154            '64B' and
7155            ('BASE' or 'SCALE') and
7156            'NDRPDR' and
7157            'ETH' and
7158            '2T2C' and
7159            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7160            not 'VHOST' and
7161            not 'MEMIF'"
7162   parameters:
7163   - "throughput"
7164   - "parent"
7165   - "tags"
7166   sort:
7167   - "L2PATCH"
7168   - "L2XCFWD"
7169   - "L2BDMACLRN"
7170   - "FIB_10K"
7171   - "FIB_100K"
7172   - "FIB_1M"
7173   traces:
7174     hoverinfo: "x+y"
7175     boxpoints: "outliers"
7176     whiskerwidth: 0
7177   layout:
7178     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
7179     layout: "plot-throughput"
7180
7181 - type: "plot"
7182   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7183   algorithm: "plot_performance_box"
7184   output-file-type: ".html"
7185   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7186   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7187   filter: "'NIC_Intel-X710' and
7188            '64B' and
7189            ('BASE' or 'SCALE') and
7190            'NDRPDR' and
7191            'ETH' and
7192            '2T2C' and
7193            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7194            not 'VHOST' and
7195            not 'MEMIF'"
7196   parameters:
7197   - "throughput"
7198   - "parent"
7199   - "tags"
7200   sort:
7201   - "L2PATCH"
7202   - "L2XCFWD"
7203   - "L2BDMACLRN"
7204   - "FIB_10K"
7205   - "FIB_100K"
7206   - "FIB_1M"
7207   traces:
7208     hoverinfo: "x+y"
7209     boxpoints: "outliers"
7210     whiskerwidth: 0
7211   layout:
7212     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
7213     layout: "plot-throughput"
7214
7215 # Packet Throughput - VPP L2 3n-hsw-x710 features
7216 - type: "plot"
7217   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7218   algorithm: "plot_performance_box"
7219   output-file-type: ".html"
7220   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7221   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7222   filter: "'NIC_Intel-X710' and
7223            '64B' and
7224            'NDRPDR' and
7225            '1T1C' and
7226            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7227            not 'ACL' and
7228            not 'VHOST' and
7229            not 'L2OVRLAY' and
7230            not 'MEMIF'"
7231   parameters:
7232   - "throughput"
7233   - "parent"
7234   - "tags"
7235   sort:
7236   - "L2XCBASE"    # l2xcbase
7237   - "L2BDBASE"    # l2bdbase
7238   - "L2XCFWD"     # dot1q-l2xcbase
7239   - "L2BDMACLRN"  # dot1q-l2bdbase
7240   traces:
7241     hoverinfo: "x+y"
7242     boxpoints: "outliers"
7243     whiskerwidth: 0
7244   layout:
7245     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
7246     layout: "plot-throughput"
7247
7248 - type: "plot"
7249   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7250   algorithm: "plot_performance_box"
7251   output-file-type: ".html"
7252   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7253   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7254   filter: "'NIC_Intel-X710' and
7255            '64B' and
7256            'NDRPDR' and
7257            '1T1C' and
7258            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7259            not 'ACL' and
7260            not 'VHOST' and
7261            not 'L2OVRLAY' and
7262            not 'MEMIF'"
7263   parameters:
7264   - "throughput"
7265   - "parent"
7266   - "tags"
7267   sort:
7268   - "L2XCBASE"    # l2xcbase
7269   - "L2BDBASE"    # l2bdbase
7270   - "L2XCFWD"     # dot1q-l2xcbase
7271   - "L2BDMACLRN"  # dot1q-l2bdbase
7272   traces:
7273     hoverinfo: "x+y"
7274     boxpoints: "outliers"
7275     whiskerwidth: 0
7276   layout:
7277     title: "l2sw-3n-hsw-x710-64b-1t1c-features-pdr"
7278     layout: "plot-throughput"
7279
7280 - type: "plot"
7281   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7282   algorithm: "plot_performance_box"
7283   output-file-type: ".html"
7284   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7285   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7286   filter: "'NIC_Intel-X710' and
7287            '64B' and
7288            'NDRPDR' and
7289            '2T2C' and
7290            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7291            not 'ACL' and
7292            not 'VHOST' and
7293            not 'L2OVRLAY' and
7294            not 'MEMIF'"
7295   parameters:
7296   - "throughput"
7297   - "parent"
7298   - "tags"
7299   sort:
7300   - "L2XCBASE"    # l2xcbase
7301   - "L2BDBASE"    # l2bdbase
7302   - "L2XCFWD"     # dot1q-l2xcbase
7303   - "L2BDMACLRN"  # dot1q-l2bdbase
7304   traces:
7305     hoverinfo: "x+y"
7306     boxpoints: "outliers"
7307     whiskerwidth: 0
7308   layout:
7309     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
7310     layout: "plot-throughput"
7311
7312 - type: "plot"
7313   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7314   algorithm: "plot_performance_box"
7315   output-file-type: ".html"
7316   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7317   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7318   filter: "'NIC_Intel-X710' and
7319            '64B' and
7320            'NDRPDR' and
7321            '2T2C' and
7322            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7323            not 'ACL' and
7324            not 'VHOST' and
7325            not 'L2OVRLAY' and
7326            not 'MEMIF'"
7327   parameters:
7328   - "throughput"
7329   - "parent"
7330   - "tags"
7331   sort:
7332   - "L2XCBASE"    # l2xcbase
7333   - "L2BDBASE"    # l2bdbase
7334   - "L2XCFWD"     # dot1q-l2xcbase
7335   - "L2BDMACLRN"  # dot1q-l2bdbase
7336   traces:
7337     hoverinfo: "x+y"
7338     boxpoints: "outliers"
7339     whiskerwidth: 0
7340   layout:
7341     title: "l2sw-3n-hsw-x710-64b-2t2c-features-pdr"
7342     layout: "plot-throughput"
7343
7344 # Packet Throughput - VPP L2 3n-hsw-x710 features-iacl
7345 - type: "plot"
7346   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7347   algorithm: "plot_performance_box"
7348   output-file-type: ".html"
7349   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7350   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7351   filter: "'NIC_Intel-X710' and
7352            '64B' and
7353            'NDRPDR' and
7354            '1T1C' and
7355            'FEATURE' and
7356            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7357            'IACL' and
7358            ('ACL1' or 'ACL50') and
7359            ('10K_FLOWS' or '10k_FLOWS') and
7360            not 'MACIP' and
7361            not 'VHOST' and
7362            not 'MEMIF'"
7363   parameters:
7364   - "throughput"
7365   - "parent"
7366   - "tags"
7367   traces:
7368     hoverinfo: "x+y"
7369     boxpoints: "outliers"
7370     whiskerwidth: 0
7371   layout:
7372     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
7373     layout: "plot-throughput"
7374
7375 - type: "plot"
7376   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7377   algorithm: "plot_performance_box"
7378   output-file-type: ".html"
7379   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7380   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7381   filter: "'NIC_Intel-X710' and
7382            '64B' and
7383            'NDRPDR' and
7384            '1T1C' and
7385            'FEATURE' and
7386            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7387            'IACL' and
7388            ('ACL1' or 'ACL50') and
7389            ('10K_FLOWS' or '10k_FLOWS') and
7390            not 'MACIP' and
7391            not 'VHOST' and
7392            not 'MEMIF'"
7393   parameters:
7394   - "throughput"
7395   - "parent"
7396   - "tags"
7397   traces:
7398     hoverinfo: "x+y"
7399     boxpoints: "outliers"
7400     whiskerwidth: 0
7401   layout:
7402     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
7403     layout: "plot-throughput"
7404
7405 - type: "plot"
7406   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7407   algorithm: "plot_performance_box"
7408   output-file-type: ".html"
7409   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7410   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7411   filter: "'NIC_Intel-X710' and
7412            '64B' and
7413            'NDRPDR' and
7414            '2T2C' and
7415            'FEATURE' and
7416            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7417            'IACL' and
7418            ('ACL1' or 'ACL50') and
7419            ('10K_FLOWS' or '10k_FLOWS') and
7420            not 'MACIP' and
7421            not 'VHOST' and
7422            not 'MEMIF'"
7423   parameters:
7424   - "throughput"
7425   - "parent"
7426   - "tags"
7427   traces:
7428     hoverinfo: "x+y"
7429     boxpoints: "outliers"
7430     whiskerwidth: 0
7431   layout:
7432     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
7433     layout: "plot-throughput"
7434
7435 - type: "plot"
7436   title: "VPP Throughput: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7437   algorithm: "plot_performance_box"
7438   output-file-type: ".html"
7439   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7440   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7441   filter: "'NIC_Intel-X710' and
7442            '64B' and
7443            'NDRPDR' and
7444            '2T2C' and
7445            'FEATURE' and
7446            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7447            'IACL' and
7448            ('ACL1' or 'ACL50') and
7449            ('10K_FLOWS' or '10k_FLOWS') and
7450            not 'MACIP' and
7451            not 'VHOST' and
7452            not 'MEMIF'"
7453   parameters:
7454   - "throughput"
7455   - "parent"
7456   - "tags"
7457   traces:
7458     hoverinfo: "x+y"
7459     boxpoints: "outliers"
7460     whiskerwidth: 0
7461   layout:
7462     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
7463     layout: "plot-throughput"
7464
7465 # Packet Throughput - VPP L2 3n-hsw-xl710 base and scale
7466 - type: "plot"
7467   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7468   algorithm: "plot_performance_box"
7469   output-file-type: ".html"
7470   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7471   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7472   filter: "'NIC_Intel-XL710' and
7473            '64B' and
7474            'BASE' and
7475            'NDRPDR' and
7476            'ETH' and
7477            '1T1C' and
7478            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7479            not 'VHOST' and
7480            not 'MEMIF'"
7481   parameters:
7482   - "throughput"
7483   - "parent"
7484   - "tags"
7485   sort:
7486   - "L2PATCH"
7487   - "L2XCFWD"
7488   - "L2BDMACLRN"
7489   traces:
7490     hoverinfo: "x+y"
7491     boxpoints: "outliers"
7492     whiskerwidth: 0
7493   layout:
7494     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
7495     layout: "plot-throughput"
7496
7497 - type: "plot"
7498   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7499   algorithm: "plot_performance_box"
7500   output-file-type: ".html"
7501   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7502   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7503   filter: "'NIC_Intel-XL710' and
7504            '64B' and
7505            'BASE' and
7506            'NDRPDR' and
7507            'ETH' and
7508            '1T1C' and
7509            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7510            not 'VHOST' and
7511            not 'MEMIF'"
7512   parameters:
7513   - "throughput"
7514   - "parent"
7515   - "tags"
7516   sort:
7517   - "L2PATCH"
7518   - "L2XCFWD"
7519   - "L2BDMACLRN"
7520   traces:
7521     hoverinfo: "x+y"
7522     boxpoints: "outliers"
7523     whiskerwidth: 0
7524   layout:
7525     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-pdr"
7526     layout: "plot-throughput"
7527
7528 - type: "plot"
7529   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7530   algorithm: "plot_performance_box"
7531   output-file-type: ".html"
7532   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7533   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7534   filter: "'NIC_Intel-XL710' and
7535            '64B' and
7536            'BASE' and
7537            'NDRPDR' and
7538            'ETH' and
7539            '2T2C' and
7540            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7541            not 'VHOST' and
7542            not 'MEMIF'"
7543   parameters:
7544   - "throughput"
7545   - "parent"
7546   - "tags"
7547   sort:
7548   - "L2PATCH"
7549   - "L2XCFWD"
7550   - "L2BDMACLRN"
7551   traces:
7552     hoverinfo: "x+y"
7553     boxpoints: "outliers"
7554     whiskerwidth: 0
7555   layout:
7556     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
7557     layout: "plot-throughput"
7558
7559 - type: "plot"
7560   title: "VPP Throughput: l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7561   algorithm: "plot_performance_box"
7562   output-file-type: ".html"
7563   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7564   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
7565   filter: "'NIC_Intel-XL710' and
7566            '64B' and
7567            'BASE' and
7568            'NDRPDR' and
7569            'ETH' and
7570            '2T2C' and
7571            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7572            not 'VHOST' and
7573            not 'MEMIF'"
7574   parameters:
7575   - "throughput"
7576   - "parent"
7577   - "tags"
7578   sort:
7579   - "L2PATCH"
7580   - "L2XCFWD"
7581   - "L2BDMACLRN"
7582   traces:
7583     hoverinfo: "x+y"
7584     boxpoints: "outliers"
7585     whiskerwidth: 0
7586   layout:
7587     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-pdr"
7588     layout: "plot-throughput"
7589
7590 # Packet Throughput - VPP L2 3n-skx-x710 base and scale
7591 - type: "plot"
7592   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7593   algorithm: "plot_performance_box"
7594   output-file-type: ".html"
7595   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7597   filter: "'NIC_Intel-X710' and
7598            '64B' and
7599            ('BASE' or 'SCALE') and
7600            'NDRPDR' and
7601            'ETH' and
7602            '2T1C' and
7603            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7604            not 'VHOST' and
7605            not 'MEMIF' and
7606            not 'DRV_AVF'"
7607   parameters:
7608   - "throughput"
7609   - "parent"
7610   - "tags"
7611   sort:
7612   - "L2PATCH"
7613   - "L2XCBASE"
7614   - "BASE"
7615   - "FIB_10K"
7616   - "FIB_100K"
7617   - "FIB_1M"
7618   traces:
7619     hoverinfo: "x+y"
7620     boxpoints: "outliers"
7621     whiskerwidth: 0
7622   layout:
7623     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
7624     layout: "plot-throughput"
7625
7626 - type: "plot"
7627   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7628   algorithm: "plot_performance_box"
7629   output-file-type: ".html"
7630   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7631   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7632   filter: "'NIC_Intel-X710' and
7633            '64B' and
7634            ('BASE' or 'SCALE') and
7635            'NDRPDR' and
7636            'ETH' and
7637            '2T1C' and
7638            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7639            not 'VHOST' and
7640            not 'MEMIF' and
7641            not 'DRV_AVF'"
7642   parameters:
7643   - "throughput"
7644   - "parent"
7645   - "tags"
7646   sort:
7647   - "L2PATCH"
7648   - "L2XCBASE"
7649   - "BASE"
7650   - "FIB_10K"
7651   - "FIB_100K"
7652   - "FIB_1M"
7653   traces:
7654     hoverinfo: "x+y"
7655     boxpoints: "outliers"
7656     whiskerwidth: 0
7657   layout:
7658     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
7659     layout: "plot-throughput"
7660
7661 - type: "plot"
7662   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7663   algorithm: "plot_performance_box"
7664   output-file-type: ".html"
7665   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7666   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7667   filter: "'NIC_Intel-X710' and
7668            '64B' and
7669            ('BASE' or 'SCALE') and
7670            'NDRPDR' and
7671            'ETH' and
7672            '4T2C' and
7673            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7674            not 'VHOST' and
7675            not 'MEMIF' and
7676            not 'DRV_AVF'"
7677   parameters:
7678   - "throughput"
7679   - "parent"
7680   - "tags"
7681   sort:
7682   - "L2PATCH"
7683   - "L2XCBASE"
7684   - "BASE"
7685   - "FIB_10K"
7686   - "FIB_100K"
7687   - "FIB_1M"
7688   traces:
7689     hoverinfo: "x+y"
7690     boxpoints: "outliers"
7691     whiskerwidth: 0
7692   layout:
7693     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
7694     layout: "plot-throughput"
7695
7696 - type: "plot"
7697   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7698   algorithm: "plot_performance_box"
7699   output-file-type: ".html"
7700   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7701   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7702   filter: "'NIC_Intel-X710' and
7703            '64B' and
7704            ('BASE' or 'SCALE') and
7705            'NDRPDR' and
7706            'ETH' and
7707            '4T2C' and
7708            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7709            not 'VHOST' and
7710            not 'MEMIF' and
7711            not 'DRV_AVF'"
7712   parameters:
7713   - "throughput"
7714   - "parent"
7715   - "tags"
7716   sort:
7717   - "L2PATCH"
7718   - "L2XCBASE"
7719   - "BASE"
7720   - "FIB_10K"
7721   - "FIB_100K"
7722   - "FIB_1M"
7723   traces:
7724     hoverinfo: "x+y"
7725     boxpoints: "outliers"
7726     whiskerwidth: 0
7727   layout:
7728     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
7729     layout: "plot-throughput"
7730
7731 # Packet Throughput - VPP L2 3n-skx-x710 features
7732 - type: "plot"
7733   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7734   algorithm: "plot_performance_box"
7735   output-file-type: ".html"
7736   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7737   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7738   filter: "'NIC_Intel-X710' and
7739            '64B' and
7740            'NDRPDR' and
7741            '2T1C' and
7742            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7743            not 'ACL' and
7744            not 'VHOST' and
7745            not 'DRV_AVF' and
7746            not 'L2OVRLAY' and
7747            not 'MEMIF'"
7748   parameters:
7749   - "throughput"
7750   - "parent"
7751   - "tags"
7752   sort:
7753   - "L2XCBASE"    # l2xcbase
7754   - "L2BDBASE"    # l2bdbase
7755   - "L2XCFWD"     # dot1q-l2xcbase
7756   - "L2BDMACLRN"  # dot1q-l2bdbase
7757   traces:
7758     hoverinfo: "x+y"
7759     boxpoints: "outliers"
7760     whiskerwidth: 0
7761   layout:
7762     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
7763     layout: "plot-throughput"
7764
7765 - type: "plot"
7766   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7767   algorithm: "plot_performance_box"
7768   output-file-type: ".html"
7769   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7770   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7771   filter: "'NIC_Intel-X710' and
7772            '64B' and
7773            'NDRPDR' and
7774            '2T1C' and
7775            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7776            not 'ACL' and
7777            not 'VHOST' and
7778            not 'DRV_AVF' and
7779            not 'L2OVRLAY' and
7780            not 'MEMIF'"
7781   parameters:
7782   - "throughput"
7783   - "parent"
7784   - "tags"
7785   sort:
7786   - "L2XCBASE"    # l2xcbase
7787   - "L2BDBASE"    # l2bdbase
7788   - "L2XCFWD"     # dot1q-l2xcbase
7789   - "L2BDMACLRN"  # dot1q-l2bdbase
7790   traces:
7791     hoverinfo: "x+y"
7792     boxpoints: "outliers"
7793     whiskerwidth: 0
7794   layout:
7795     title: "l2sw-3n-skx-x710-64b-2t1c-features-pdr"
7796     layout: "plot-throughput"
7797
7798 - type: "plot"
7799   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7800   algorithm: "plot_performance_box"
7801   output-file-type: ".html"
7802   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7803   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7804   filter: "'NIC_Intel-X710' and
7805            '64B' and
7806            'NDRPDR' and
7807            '4T2C' and
7808            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7809            not 'ACL' and
7810            not 'VHOST' and
7811            not 'DRV_AVF' and
7812            not 'L2OVRLAY' and
7813            not 'MEMIF'"
7814   parameters:
7815   - "throughput"
7816   - "parent"
7817   - "tags"
7818   sort:
7819   - "L2XCBASE"    # l2xcbase
7820   - "L2BDBASE"    # l2bdbase
7821   - "L2XCFWD"     # dot1q-l2xcbase
7822   - "L2BDMACLRN"  # dot1q-l2bdbase
7823   traces:
7824     hoverinfo: "x+y"
7825     boxpoints: "outliers"
7826     whiskerwidth: 0
7827   layout:
7828     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
7829     layout: "plot-throughput"
7830
7831 - type: "plot"
7832   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7833   algorithm: "plot_performance_box"
7834   output-file-type: ".html"
7835   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7837   filter: "'NIC_Intel-X710' and
7838            '64B' and
7839            'NDRPDR' and
7840            '4T2C' and
7841            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
7842            not 'ACL' and
7843            not 'VHOST' and
7844            not 'DRV_AVF' and
7845            not 'L2OVRLAY' and
7846            not 'MEMIF'"
7847   parameters:
7848   - "throughput"
7849   - "parent"
7850   - "tags"
7851   sort:
7852   - "L2XCBASE"    # l2xcbase
7853   - "L2BDBASE"    # l2bdbase
7854   - "L2XCFWD"     # dot1q-l2xcbase
7855   - "L2BDMACLRN"  # dot1q-l2bdbase
7856   traces:
7857     hoverinfo: "x+y"
7858     boxpoints: "outliers"
7859     whiskerwidth: 0
7860   layout:
7861     title: "l2sw-3n-skx-x710-64b-4t2c-features-pdr"
7862     layout: "plot-throughput"
7863
7864 # Packet Throughput - VPP L2 3n-skx-x710 features-iacl
7865 - type: "plot"
7866   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7867   algorithm: "plot_performance_box"
7868   output-file-type: ".html"
7869   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7870   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7871   filter: "'NIC_Intel-X710' and
7872            '64B' and
7873            'NDRPDR' and
7874            '2T1C' and
7875            'FEATURE' and
7876            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7877            'IACL' and
7878            ('ACL1' or 'ACL50') and
7879            ('10K_FLOWS' or '10k_FLOWS') and
7880            not 'MACIP' and
7881            not 'VHOST' and
7882            not 'MEMIF'"
7883   parameters:
7884   - "throughput"
7885   - "parent"
7886   - "tags"
7887   traces:
7888     hoverinfo: "x+y"
7889     boxpoints: "outliers"
7890     whiskerwidth: 0
7891   layout:
7892     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
7893     layout: "plot-throughput"
7894
7895 - type: "plot"
7896   title: "VPP Throughput: l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7897   algorithm: "plot_performance_box"
7898   output-file-type: ".html"
7899   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7900   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7901   filter: "'NIC_Intel-X710' and
7902            '64B' and
7903            'NDRPDR' and
7904            '2T1C' and
7905            'FEATURE' and
7906            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7907            'IACL' and
7908            ('ACL1' or 'ACL50') and
7909            ('10K_FLOWS' or '10k_FLOWS') and
7910            not 'MACIP' and
7911            not 'VHOST' and
7912            not 'MEMIF'"
7913   parameters:
7914   - "throughput"
7915   - "parent"
7916   - "tags"
7917   traces:
7918     hoverinfo: "x+y"
7919     boxpoints: "outliers"
7920     whiskerwidth: 0
7921   layout:
7922     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-pdr"
7923     layout: "plot-throughput"
7924
7925 - type: "plot"
7926   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7927   algorithm: "plot_performance_box"
7928   output-file-type: ".html"
7929   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7930   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7931   filter: "'NIC_Intel-X710' and
7932            '64B' and
7933            'NDRPDR' and
7934            '4T2C' and
7935            'FEATURE' and
7936            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7937            'IACL' and
7938            ('ACL1' or 'ACL50') and
7939            ('10K_FLOWS' or '10k_FLOWS') and
7940            not 'MACIP' and
7941            not 'VHOST' and
7942            not 'MEMIF'"
7943   parameters:
7944   - "throughput"
7945   - "parent"
7946   - "tags"
7947   traces:
7948     hoverinfo: "x+y"
7949     boxpoints: "outliers"
7950     whiskerwidth: 0
7951   layout:
7952     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
7953     layout: "plot-throughput"
7954
7955 - type: "plot"
7956   title: "VPP Throughput: l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7957   algorithm: "plot_performance_box"
7958   output-file-type: ".html"
7959   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7960   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7961   filter: "'NIC_Intel-X710' and
7962            '64B' and
7963            'NDRPDR' and
7964            '4T2C' and
7965            'FEATURE' and
7966            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
7967            'IACL' and
7968            ('ACL1' or 'ACL50') and
7969            ('10K_FLOWS' or '10k_FLOWS') and
7970            not 'MACIP' and
7971            not 'VHOST' and
7972            not 'MEMIF'"
7973   parameters:
7974   - "throughput"
7975   - "parent"
7976   - "tags"
7977   traces:
7978     hoverinfo: "x+y"
7979     boxpoints: "outliers"
7980     whiskerwidth: 0
7981   layout:
7982     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-pdr"
7983     layout: "plot-throughput"
7984
7985 # Packet Throughput - VPP L2 3n-skx-xxv710 base
7986 - type: "plot"
7987   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7988   algorithm: "plot_performance_box"
7989   output-file-type: ".html"
7990   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
7991   data: "plot-vpp-throughput-lat-tsa-3n-skx"
7992   filter: "'NIC_Intel-XXV710' and
7993            '64B' and
7994            ('BASE' or 'SCALE') and
7995            'NDRPDR' and
7996            'ETH' and
7997            '2T1C' and
7998            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
7999            not 'VHOST' and
8000            not 'MEMIF'"
8001   parameters:
8002   - "throughput"
8003   - "parent"
8004   - "tags"
8005   sort:
8006   - "L2PATCH"
8007   - "L2PATCH"
8008   - "L2XCBASE"
8009   - "L2BDMACLRN"
8010   traces:
8011     hoverinfo: "x+y"
8012     boxpoints: "outliers"
8013     whiskerwidth: 0
8014   layout:
8015     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
8016     layout: "plot-throughput"
8017
8018 - type: "plot"
8019   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
8020   algorithm: "plot_performance_box"
8021   output-file-type: ".html"
8022   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
8023   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8024   filter: "'NIC_Intel-XXV710' and
8025            '64B' and
8026            ('BASE' or 'SCALE') and
8027            'NDRPDR' and
8028            'ETH' and
8029            '2T1C' and
8030            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8031            not 'VHOST' and
8032            not 'MEMIF'"
8033   parameters:
8034   - "throughput"
8035   - "parent"
8036   - "tags"
8037   sort:
8038   - "L2PATCH"
8039   - "L2PATCH"
8040   - "L2XCBASE"
8041   - "L2BDMACLRN"
8042   traces:
8043     hoverinfo: "x+y"
8044     boxpoints: "outliers"
8045     whiskerwidth: 0
8046   layout:
8047     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-pdr"
8048     layout: "plot-throughput"
8049
8050 - type: "plot"
8051   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8052   algorithm: "plot_performance_box"
8053   output-file-type: ".html"
8054   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8055   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8056   filter: "'NIC_Intel-XXV710' and
8057            '64B' and
8058            ('BASE' or 'SCALE') and
8059            'NDRPDR' and
8060            'ETH' and
8061            '4T2C' and
8062            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8063            not 'VHOST' and
8064            not 'MEMIF'"
8065   parameters:
8066   - "throughput"
8067   - "parent"
8068   - "tags"
8069   sort:
8070   - "L2PATCH"
8071   - "L2PATCH"
8072   - "L2XCBASE"
8073   - "L2BDMACLRN"
8074   traces:
8075     hoverinfo: "x+y"
8076     boxpoints: "outliers"
8077     whiskerwidth: 0
8078   layout:
8079     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
8080     layout: "plot-throughput"
8081
8082 - type: "plot"
8083   title: "VPP Throughput: l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8084   algorithm: "plot_performance_box"
8085   output-file-type: ".html"
8086   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8087   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8088   filter: "'NIC_Intel-XXV710' and
8089            '64B' and
8090            ('BASE' or 'SCALE') and
8091            'NDRPDR' and
8092            'ETH' and
8093            '4T2C' and
8094            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8095            not 'VHOST' and
8096            not 'MEMIF'"
8097   parameters:
8098   - "throughput"
8099   - "parent"
8100   - "tags"
8101   sort:
8102   - "L2PATCH"
8103   - "L2PATCH"
8104   - "L2XCBASE"
8105   - "L2BDMACLRN"
8106   traces:
8107     hoverinfo: "x+y"
8108     boxpoints: "outliers"
8109     whiskerwidth: 0
8110   layout:
8111     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-pdr"
8112     layout: "plot-throughput"
8113
8114 # Packet Throughput - VPP L2 2n-skx-x710 base and scale
8115 - type: "plot"
8116   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8117   algorithm: "plot_performance_box"
8118   output-file-type: ".html"
8119   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8120   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8121   filter: "'NIC_Intel-X710' and
8122            '64B' and
8123            ('BASE' or 'SCALE') and
8124            'NDRPDR' and
8125            'ETH' and
8126            '2T1C' and
8127            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8128            not 'VHOST' and
8129            not 'MEMIF'"
8130   parameters:
8131   - "throughput"
8132   - "parent"
8133   - "tags"
8134   sort:
8135   - "L2PATCH"
8136   - "L2XCBASE"
8137   - "BASE"
8138   - "FIB_10K"
8139   - "FIB_100K"
8140   - "FIB_1M"
8141   traces:
8142     hoverinfo: "x+y"
8143     boxpoints: "outliers"
8144     whiskerwidth: 0
8145   layout:
8146     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
8147     layout: "plot-throughput"
8148
8149 - type: "plot"
8150   title: "VPP Throughput: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8151   algorithm: "plot_performance_box"
8152   output-file-type: ".html"
8153   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8154   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8155   filter: "'NIC_Intel-X710' and
8156            '64B' and
8157            ('BASE' or 'SCALE') and
8158            'NDRPDR' and
8159            'ETH' and
8160            '2T1C' and
8161            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8162            not 'VHOST' and
8163            not 'MEMIF'"
8164   parameters:
8165   - "throughput"
8166   - "parent"
8167   - "tags"
8168   sort:
8169   - "L2PATCH"
8170   - "L2XCBASE"
8171   - "BASE"
8172   - "FIB_10K"
8173   - "FIB_100K"
8174   - "FIB_1M"
8175   traces:
8176     hoverinfo: "x+y"
8177     boxpoints: "outliers"
8178     whiskerwidth: 0
8179   layout:
8180     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
8181     layout: "plot-throughput"
8182
8183 - type: "plot"
8184   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8185   algorithm: "plot_performance_box"
8186   output-file-type: ".html"
8187   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8188   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8189   filter: "'NIC_Intel-X710' and
8190            '64B' and
8191            ('BASE' or 'SCALE') and
8192            'NDRPDR' and
8193            'ETH' and
8194            '4T2C' and
8195            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8196            not 'VHOST' and
8197            not 'MEMIF'"
8198   parameters:
8199   - "throughput"
8200   - "parent"
8201   - "tags"
8202   sort:
8203   - "L2PATCH"
8204   - "L2XCBASE"
8205   - "BASE"
8206   - "FIB_10K"
8207   - "FIB_100K"
8208   - "FIB_1M"
8209   traces:
8210     hoverinfo: "x+y"
8211     boxpoints: "outliers"
8212     whiskerwidth: 0
8213   layout:
8214     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
8215     layout: "plot-throughput"
8216
8217 - type: "plot"
8218   title: "VPP Throughput: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8219   algorithm: "plot_performance_box"
8220   output-file-type: ".html"
8221   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8222   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8223   filter: "'NIC_Intel-X710' and
8224            '64B' and
8225            ('BASE' or 'SCALE') and
8226            'NDRPDR' and
8227            'ETH' and
8228            '4T2C' and
8229            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8230            not 'VHOST' and
8231            not 'MEMIF'"
8232   parameters:
8233   - "throughput"
8234   - "parent"
8235   - "tags"
8236   sort:
8237   - "L2PATCH"
8238   - "L2XCBASE"
8239   - "BASE"
8240   - "FIB_10K"
8241   - "FIB_100K"
8242   - "FIB_1M"
8243   traces:
8244     hoverinfo: "x+y"
8245     boxpoints: "outliers"
8246     whiskerwidth: 0
8247   layout:
8248     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
8249     layout: "plot-throughput"
8250
8251 # Packet Throughput - VPP L2 2n-skx-xxv710 base and scale
8252 - type: "plot"
8253   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8254   algorithm: "plot_performance_box"
8255   output-file-type: ".html"
8256   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8257   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8258   filter: "'NIC_Intel-XXV710' and
8259            '64B' and
8260            ('BASE' or 'SCALE') and
8261            'NDRPDR' and
8262            'ETH' and
8263            '2T1C' and
8264            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8265            not 'VHOST' and
8266            not 'MEMIF'"
8267   parameters:
8268   - "throughput"
8269   - "parent"
8270   - "tags"
8271   sort:
8272   - "L2PATCH"
8273   - "L2XCBASE"
8274   - "BASE"
8275   - "FIB_10K"
8276   - "FIB_100K"
8277   - "FIB_1M"
8278   traces:
8279     hoverinfo: "x+y"
8280     boxpoints: "outliers"
8281     whiskerwidth: 0
8282   layout:
8283     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
8284     layout: "plot-throughput"
8285
8286 - type: "plot"
8287   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8288   algorithm: "plot_performance_box"
8289   output-file-type: ".html"
8290   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8291   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8292   filter: "'NIC_Intel-XXV710' and
8293            '64B' and
8294            ('BASE' or 'SCALE') and
8295            'NDRPDR' and
8296            'ETH' and
8297            '2T1C' and
8298            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8299            not 'VHOST' and
8300            not 'MEMIF'"
8301   parameters:
8302   - "throughput"
8303   - "parent"
8304   - "tags"
8305   sort:
8306   - "L2PATCH"
8307   - "L2XCBASE"
8308   - "BASE"
8309   - "FIB_10K"
8310   - "FIB_100K"
8311   - "FIB_1M"
8312   traces:
8313     hoverinfo: "x+y"
8314     boxpoints: "outliers"
8315     whiskerwidth: 0
8316   layout:
8317     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
8318     layout: "plot-throughput"
8319
8320 - type: "plot"
8321   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8322   algorithm: "plot_performance_box"
8323   output-file-type: ".html"
8324   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8325   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8326   filter: "'NIC_Intel-XXV710' and
8327            '64B' and
8328            ('BASE' or 'SCALE') and
8329            'NDRPDR' and
8330            'ETH' and
8331            '4T2C' and
8332            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8333            not 'VHOST' and
8334            not 'MEMIF'"
8335   parameters:
8336   - "throughput"
8337   - "parent"
8338   - "tags"
8339   sort:
8340   - "L2PATCH"
8341   - "L2XCBASE"
8342   - "BASE"
8343   - "FIB_10K"
8344   - "FIB_100K"
8345   - "FIB_1M"
8346   traces:
8347     hoverinfo: "x+y"
8348     boxpoints: "outliers"
8349     whiskerwidth: 0
8350   layout:
8351     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
8352     layout: "plot-throughput"
8353
8354 - type: "plot"
8355   title: "VPP Throughput: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8356   algorithm: "plot_performance_box"
8357   output-file-type: ".html"
8358   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8359   data: "plot-vpp-throughput-lat-tsa-2n-skx"
8360   filter: "'NIC_Intel-XXV710' and
8361            '64B' and
8362            ('BASE' or 'SCALE') and
8363            'NDRPDR' and
8364            'ETH' and
8365            '4T2C' and
8366            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8367            not 'VHOST' and
8368            not 'MEMIF'"
8369   parameters:
8370   - "throughput"
8371   - "parent"
8372   - "tags"
8373   sort:
8374   - "L2PATCH"
8375   - "L2XCBASE"
8376   - "BASE"
8377   - "FIB_10K"
8378   - "FIB_100K"
8379   - "FIB_1M"
8380   traces:
8381     hoverinfo: "x+y"
8382     boxpoints: "outliers"
8383     whiskerwidth: 0
8384   layout:
8385     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
8386     layout: "plot-throughput"
8387
8388 ## Packet Throughput - VPP L2 2n-dnv-x553 base
8389 #- type: "plot"
8390 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8391 #  algorithm: "plot_performance_box"
8392 #  output-file-type: ".html"
8393 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8394 #  data: "intel-dnv-vpp"
8395 #  filter: "'NIC_Intel-X553' and
8396 #           '64B' and
8397 #           'BASE' and
8398 #           'NDRPDR' and
8399 #           'ETH' and
8400 #           '1T1C' and
8401 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8402 #           not 'VHOST' and
8403 #           not 'MEMIF'"
8404 #  parameters:
8405 #  - "throughput"
8406 #  - "parent"
8407 #  - "tags"
8408 #  sort:
8409 #  - "L2XCBASE"
8410 #  - "L2BDMACLRN"
8411 #  - "L2PATCH"
8412 #  traces:
8413 #    hoverinfo: "x+y"
8414 #    boxpoints: "outliers"
8415 #    whiskerwidth: 0
8416 #  layout:
8417 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-ndr"
8418 #    layout: "plot-throughput"
8419 #
8420 #- type: "plot"
8421 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8422 #  algorithm: "plot_performance_box"
8423 #  output-file-type: ".html"
8424 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8425 #  data: "intel-dnv-vpp"
8426 #  filter: "'NIC_Intel-X553' and
8427 #           '64B' and
8428 #           ('BASE' or 'SCALE') and
8429 #           'NDRPDR' and
8430 #           'ETH' and
8431 #           '1T1C' and
8432 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8433 #           not 'VHOST' and
8434 #           not 'MEMIF'"
8435 #  parameters:
8436 #  - "throughput"
8437 #  - "parent"
8438 #  - "tags"
8439 #  sort:
8440 #  - "L2XCBASE"
8441 #  - "L2BDMACLRN"
8442 #  - "L2PATCH"
8443 #  traces:
8444 #    hoverinfo: "x+y"
8445 #    boxpoints: "outliers"
8446 #    whiskerwidth: 0
8447 #  layout:
8448 #    title: "l2sw-2n-dnv-x553-64b-1t1c-base-pdr"
8449 #    layout: "plot-throughput"
8450 #
8451 #- type: "plot"
8452 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8453 #  algorithm: "plot_performance_box"
8454 #  output-file-type: ".html"
8455 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8456 #  data: "intel-dnv-vpp"
8457 #  filter: "'NIC_Intel-X553' and
8458 #           '64B' and
8459 #           ('BASE' or 'SCALE') and
8460 #           'NDRPDR' and
8461 #           'ETH' and
8462 #           '2T2C' and
8463 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8464 #           not 'VHOST' and
8465 #           not 'MEMIF'"
8466 #  parameters:
8467 #  - "throughput"
8468 #  - "parent"
8469 #  - "tags"
8470 #  sort:
8471 #  - "L2XCBASE"
8472 #  - "L2BDMACLRN"
8473 #  - "L2PATCH"
8474 #  traces:
8475 #    hoverinfo: "x+y"
8476 #    boxpoints: "outliers"
8477 #    whiskerwidth: 0
8478 #  layout:
8479 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-ndr"
8480 #    layout: "plot-throughput"
8481 #
8482 #- type: "plot"
8483 #  title: "VPP Throughput: l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8484 #  algorithm: "plot_performance_box"
8485 #  output-file-type: ".html"
8486 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8487 #  data: "intel-dnv-vpp"
8488 #  filter: "'NIC_Intel-X553' and
8489 #           '64B' and
8490 #           ('BASE' or 'SCALE') and
8491 #           'NDRPDR' and
8492 #           'ETH' and
8493 #           '2T2C' and
8494 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
8495 #           not 'VHOST' and
8496 #           not 'MEMIF'"
8497 #  parameters:
8498 #  - "throughput"
8499 #  - "parent"
8500 #  - "tags"
8501 #  sort:
8502 #  - "L2XCBASE"
8503 #  - "L2BDMACLRN"
8504 #  - "L2PATCH"
8505 #  traces:
8506 #    hoverinfo: "x+y"
8507 #    boxpoints: "outliers"
8508 #    whiskerwidth: 0
8509 #  layout:
8510 #    title: "l2sw-2n-dnv-x553-64b-2t2c-base-pdr"
8511 #    layout: "plot-throughput"
8512
8513 ################################################################################
8514
8515 # Packet Throughput - VPP Container Memif 3n-hsw-x520
8516 - type: "plot"
8517   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8518   algorithm: "plot_performance_box"
8519   output-file-type: ".html"
8520   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8521   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8522   filter: "'NIC_Intel-X520-DA2' and
8523            '64B' and
8524            ('BASE' or 'SCALE') and
8525            'NDRPDR' and
8526            '1T1C' and
8527            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8528            not 'VHOST' and
8529            'MEMIF'"
8530   parameters:
8531   - "throughput"
8532   - "parent"
8533   - "tags"
8534   sort:
8535   - "L2XCFWD"
8536   - "L2XCFWD"
8537   - "L2XCFWD"
8538   - "L2BDMACLRN"
8539   - "L2BDMACLRN"
8540   - "L2BDMACLRN"
8541   - "IP4FWD"
8542   traces:
8543     hoverinfo: "x+y"
8544     boxpoints: "outliers"
8545     whiskerwidth: 0
8546   layout:
8547     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
8548     layout: "plot-throughput"
8549
8550 - type: "plot"
8551   title: "VPP Throughput: memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8552   algorithm: "plot_performance_box"
8553   output-file-type: ".html"
8554   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8555   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8556   filter: "'NIC_Intel-X520-DA2' and
8557            '64B' and
8558            ('BASE' or 'SCALE') and
8559            'NDRPDR' and
8560            '1T1C' and
8561            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8562            not 'VHOST' and
8563            'MEMIF'"
8564   parameters:
8565   - "throughput"
8566   - "parent"
8567   - "tags"
8568   sort:
8569   - "L2XCFWD"
8570   - "L2XCFWD"
8571   - "L2XCFWD"
8572   - "L2BDMACLRN"
8573   - "L2BDMACLRN"
8574   - "L2BDMACLRN"
8575   - "IP4FWD"
8576   traces:
8577     hoverinfo: "x+y"
8578     boxpoints: "outliers"
8579     whiskerwidth: 0
8580   layout:
8581     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
8582     layout: "plot-throughput"
8583
8584 - type: "plot"
8585   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8586   algorithm: "plot_performance_box"
8587   output-file-type: ".html"
8588   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8589   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8590   filter: "'NIC_Intel-X520-DA2' and
8591            '64B' and
8592            ('BASE' or 'SCALE') and
8593            'NDRPDR' and
8594            '2T2C' and
8595            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8596            not 'VHOST' and
8597            'MEMIF'"
8598   parameters:
8599   - "throughput"
8600   - "parent"
8601   - "tags"
8602   sort:
8603   - "L2XCFWD"
8604   - "L2XCFWD"
8605   - "L2XCFWD"
8606   - "L2BDMACLRN"
8607   - "L2BDMACLRN"
8608   - "L2BDMACLRN"
8609   - "IP4FWD"
8610   traces:
8611     hoverinfo: "x+y"
8612     boxpoints: "outliers"
8613     whiskerwidth: 0
8614   layout:
8615     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
8616     layout: "plot-throughput"
8617
8618 - type: "plot"
8619   title: "VPP Throughput: memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8620   algorithm: "plot_performance_box"
8621   output-file-type: ".html"
8622   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8623   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8624   filter: "'NIC_Intel-X520-DA2' and
8625            '64B' and
8626            ('BASE' or 'SCALE') and
8627            'NDRPDR' and
8628            '2T2C' and
8629            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8630            not 'VHOST' and
8631            'MEMIF'"
8632   parameters:
8633   - "throughput"
8634   - "parent"
8635   - "tags"
8636   sort:
8637   - "L2XCFWD"
8638   - "L2XCFWD"
8639   - "L2XCFWD"
8640   - "L2BDMACLRN"
8641   - "L2BDMACLRN"
8642   - "L2BDMACLRN"
8643   - "IP4FWD"
8644   traces:
8645     hoverinfo: "x+y"
8646     boxpoints: "outliers"
8647     whiskerwidth: 0
8648   layout:
8649     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
8650     layout: "plot-throughput"
8651
8652 # Packet Throughput - VPP Container Memif 3n-hsw-x710
8653 - type: "plot"
8654   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8655   algorithm: "plot_performance_box"
8656   output-file-type: ".html"
8657   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8658   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8659   filter: "'NIC_Intel-X710' and
8660            '64B' and
8661            ('BASE' or 'SCALE') and
8662            'NDRPDR' and
8663            '1T1C' and
8664            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8665            not 'VHOST' and
8666            'MEMIF'"
8667   parameters:
8668   - "throughput"
8669   - "parent"
8670   - "tags"
8671   sort:
8672   - "L2XCFWD"
8673   - "L2XCFWD"
8674   - "L2XCFWD"
8675   - "L2BDMACLRN"
8676   - "L2BDMACLRN"
8677   - "L2BDMACLRN"
8678   - "IP4FWD"
8679   traces:
8680     hoverinfo: "x+y"
8681     boxpoints: "outliers"
8682     whiskerwidth: 0
8683   layout:
8684     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
8685     layout: "plot-throughput"
8686
8687 - type: "plot"
8688   title: "VPP Throughput: memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8689   algorithm: "plot_performance_box"
8690   output-file-type: ".html"
8691   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8692   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8693   filter: "'NIC_Intel-X710' and
8694            '64B' and
8695            ('BASE' or 'SCALE') and
8696            'NDRPDR' and
8697            '1T1C' and
8698            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8699            not 'VHOST' and
8700            'MEMIF'"
8701   parameters:
8702   - "throughput"
8703   - "parent"
8704   - "tags"
8705   sort:
8706   - "L2XCFWD"
8707   - "L2XCFWD"
8708   - "L2XCFWD"
8709   - "L2BDMACLRN"
8710   - "L2BDMACLRN"
8711   - "L2BDMACLRN"
8712   - "IP4FWD"
8713   traces:
8714     hoverinfo: "x+y"
8715     boxpoints: "outliers"
8716     whiskerwidth: 0
8717   layout:
8718     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
8719     layout: "plot-throughput"
8720
8721 - type: "plot"
8722   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8723   algorithm: "plot_performance_box"
8724   output-file-type: ".html"
8725   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8726   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8727   filter: "'NIC_Intel-X710' and
8728            '64B' and
8729            ('BASE' or 'SCALE') and
8730            'NDRPDR' and
8731            '2T2C' and
8732            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8733            not 'VHOST' and
8734            'MEMIF'"
8735   parameters:
8736   - "throughput"
8737   - "parent"
8738   - "tags"
8739   sort:
8740   - "L2XCFWD"
8741   - "L2XCFWD"
8742   - "L2XCFWD"
8743   - "L2BDMACLRN"
8744   - "L2BDMACLRN"
8745   - "L2BDMACLRN"
8746   - "IP4FWD"
8747   traces:
8748     hoverinfo: "x+y"
8749     boxpoints: "outliers"
8750     whiskerwidth: 0
8751   layout:
8752     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
8753     layout: "plot-throughput"
8754
8755 - type: "plot"
8756   title: "VPP Throughput: memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8757   algorithm: "plot_performance_box"
8758   output-file-type: ".html"
8759   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8760   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8761   filter: "'NIC_Intel-X710' and
8762            '64B' and
8763            ('BASE' or 'SCALE') and
8764            'NDRPDR' and
8765            '2T2C' and
8766            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8767            not 'VHOST' and
8768            'MEMIF'"
8769   parameters:
8770   - "throughput"
8771   - "parent"
8772   - "tags"
8773   sort:
8774   - "L2XCFWD"
8775   - "L2XCFWD"
8776   - "L2XCFWD"
8777   - "L2BDMACLRN"
8778   - "L2BDMACLRN"
8779   - "L2BDMACLRN"
8780   - "IP4FWD"
8781   traces:
8782     hoverinfo: "x+y"
8783     boxpoints: "outliers"
8784     whiskerwidth: 0
8785   layout:
8786     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
8787     layout: "plot-throughput"
8788
8789 # Packet Throughput - VPP Container Memif 3n-hsw-xl710
8790 - type: "plot"
8791   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8792   algorithm: "plot_performance_box"
8793   output-file-type: ".html"
8794   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8795   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8796   filter: "'NIC_Intel-XL710' and
8797            '64B' and
8798            ('BASE' or 'SCALE') and
8799            'NDRPDR' and
8800            '1T1C' and
8801            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8802            not 'VHOST' and
8803            'MEMIF'"
8804   parameters:
8805   - "throughput"
8806   - "parent"
8807   - "tags"
8808   sort:
8809   - "L2XCFWD"
8810   - "L2XCFWD"
8811   - "L2XCFWD"
8812   - "L2BDMACLRN"
8813   - "L2BDMACLRN"
8814   - "L2BDMACLRN"
8815   - "IP4FWD"
8816   traces:
8817     hoverinfo: "x+y"
8818     boxpoints: "outliers"
8819     whiskerwidth: 0
8820   layout:
8821     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
8822     layout: "plot-throughput"
8823
8824 - type: "plot"
8825   title: "VPP Throughput: memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8826   algorithm: "plot_performance_box"
8827   output-file-type: ".html"
8828   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8829   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8830   filter: "'NIC_Intel-XL710' and
8831            '64B' and
8832            ('BASE' or 'SCALE') and
8833            'NDRPDR' and
8834            '1T1C' and
8835            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8836            not 'VHOST' and
8837            'MEMIF'"
8838   parameters:
8839   - "throughput"
8840   - "parent"
8841   - "tags"
8842   sort:
8843   - "L2XCFWD"
8844   - "L2XCFWD"
8845   - "L2XCFWD"
8846   - "L2BDMACLRN"
8847   - "L2BDMACLRN"
8848   - "L2BDMACLRN"
8849   - "IP4FWD"
8850   traces:
8851     hoverinfo: "x+y"
8852     boxpoints: "outliers"
8853     whiskerwidth: 0
8854   layout:
8855     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-pdr"
8856     layout: "plot-throughput"
8857
8858 - type: "plot"
8859   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8860   algorithm: "plot_performance_box"
8861   output-file-type: ".html"
8862   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8863   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8864   filter: "'NIC_Intel-XL710' and
8865            '64B' and
8866            ('BASE' or 'SCALE') and
8867            'NDRPDR' and
8868            '2T2C' and
8869            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8870            not 'VHOST' and
8871            'MEMIF'"
8872   parameters:
8873   - "throughput"
8874   - "parent"
8875   - "tags"
8876   sort:
8877   - "L2XCFWD"
8878   - "L2XCFWD"
8879   - "L2XCFWD"
8880   - "L2BDMACLRN"
8881   - "L2BDMACLRN"
8882   - "L2BDMACLRN"
8883   - "IP4FWD"
8884   traces:
8885     hoverinfo: "x+y"
8886     boxpoints: "outliers"
8887     whiskerwidth: 0
8888   layout:
8889     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
8890     layout: "plot-throughput"
8891
8892 - type: "plot"
8893   title: "VPP Throughput: memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8894   algorithm: "plot_performance_box"
8895   output-file-type: ".html"
8896   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8897   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
8898   filter: "'NIC_Intel-XL710' and
8899            '64B' and
8900            ('BASE' or 'SCALE') and
8901            'NDRPDR' and
8902            '2T2C' and
8903            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8904            not 'VHOST' and
8905            'MEMIF'"
8906   parameters:
8907   - "throughput"
8908   - "parent"
8909   - "tags"
8910   sort:
8911   - "L2XCFWD"
8912   - "L2XCFWD"
8913   - "L2XCFWD"
8914   - "L2BDMACLRN"
8915   - "L2BDMACLRN"
8916   - "L2BDMACLRN"
8917   - "IP4FWD"
8918   traces:
8919     hoverinfo: "x+y"
8920     boxpoints: "outliers"
8921     whiskerwidth: 0
8922   layout:
8923     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-pdr"
8924     layout: "plot-throughput"
8925
8926 # Packet Throughput - VPP Container Memif 3n-skx-x710
8927 - type: "plot"
8928   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8929   algorithm: "plot_performance_box"
8930   output-file-type: ".html"
8931   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8932   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8933   filter: "'NIC_Intel-X710' and
8934            '64B' and
8935            ('BASE' or 'SCALE') and
8936            'NDRPDR' and
8937            '2T1C' and
8938            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8939            not 'VHOST' and
8940            'MEMIF'"
8941   parameters:
8942   - "throughput"
8943   - "parent"
8944   - "tags"
8945   sort:
8946   - "L2XCFWD"
8947   - "L2XCFWD"
8948   - "L2XCFWD"
8949   - "L2BDMACLRN"
8950   - "L2BDMACLRN"
8951   - "L2BDMACLRN"
8952   - "IP4FWD"
8953   traces:
8954     hoverinfo: "x+y"
8955     boxpoints: "outliers"
8956     whiskerwidth: 0
8957   layout:
8958     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
8959     layout: "plot-throughput"
8960
8961 - type: "plot"
8962   title: "VPP Throughput: memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8963   algorithm: "plot_performance_box"
8964   output-file-type: ".html"
8965   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8966   data: "plot-vpp-throughput-lat-tsa-3n-skx"
8967   filter: "'NIC_Intel-X710' and
8968            '64B' and
8969            ('BASE' or 'SCALE') and
8970            'NDRPDR' and
8971            '2T1C' and
8972            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
8973            not 'VHOST' and
8974            'MEMIF'"
8975   parameters:
8976   - "throughput"
8977   - "parent"
8978   - "tags"
8979   sort:
8980   - "L2XCFWD"
8981   - "L2XCFWD"
8982   - "L2XCFWD"
8983   - "L2BDMACLRN"
8984   - "L2BDMACLRN"
8985   - "L2BDMACLRN"
8986   - "IP4FWD"
8987   traces:
8988     hoverinfo: "x+y"
8989     boxpoints: "outliers"
8990     whiskerwidth: 0
8991   layout:
8992     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-pdr"
8993     layout: "plot-throughput"
8994
8995 - type: "plot"
8996   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
8997   algorithm: "plot_performance_box"
8998   output-file-type: ".html"
8999   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9000   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9001   filter: "'NIC_Intel-X710' and
9002            '64B' and
9003            ('BASE' or 'SCALE') and
9004            'NDRPDR' and
9005            '4T2C' and
9006            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9007            not 'VHOST' and
9008            'MEMIF'"
9009   parameters:
9010   - "throughput"
9011   - "parent"
9012   - "tags"
9013   sort:
9014   - "L2XCFWD"
9015   - "L2XCFWD"
9016   - "L2XCFWD"
9017   - "L2BDMACLRN"
9018   - "L2BDMACLRN"
9019   - "L2BDMACLRN"
9020   - "IP4FWD"
9021   traces:
9022     hoverinfo: "x+y"
9023     boxpoints: "outliers"
9024     whiskerwidth: 0
9025   layout:
9026     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
9027     layout: "plot-throughput"
9028
9029 - type: "plot"
9030   title: "VPP Throughput: memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9031   algorithm: "plot_performance_box"
9032   output-file-type: ".html"
9033   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9034   data: "plot-vpp-throughput-lat-tsa-3n-skx"
9035   filter: "'NIC_Intel-X710' and
9036            '64B' and
9037            ('BASE' or 'SCALE') and
9038            'NDRPDR' and
9039            '4T2C' and
9040            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9041            not 'VHOST' and
9042            'MEMIF'"
9043   parameters:
9044   - "throughput"
9045   - "parent"
9046   - "tags"
9047   sort:
9048   - "L2XCFWD"
9049   - "L2XCFWD"
9050   - "L2XCFWD"
9051   - "L2BDMACLRN"
9052   - "L2BDMACLRN"
9053   - "L2BDMACLRN"
9054   - "IP4FWD"
9055   traces:
9056     hoverinfo: "x+y"
9057     boxpoints: "outliers"
9058     whiskerwidth: 0
9059   layout:
9060     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-pdr"
9061     layout: "plot-throughput"
9062
9063 # Packet Throughput - VPP Container Memif 2n-skx-x710
9064 - type: "plot"
9065   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9066   algorithm: "plot_performance_box"
9067   output-file-type: ".html"
9068   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9069   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9070   filter: "'NIC_Intel-X710' and
9071            '64B' and
9072            ('BASE' or 'SCALE') and
9073            'NDRPDR' and
9074            '2T1C' and
9075            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9076            not 'VHOST' and
9077            not 'NF_DENSITY' and
9078            'MEMIF'"
9079   parameters:
9080   - "throughput"
9081   - "parent"
9082   - "tags"
9083   sort:
9084   - "L2XCFWD"
9085   - "L2XCFWD"
9086   - "L2XCFWD"
9087   - "L2BDMACLRN"
9088   - "L2BDMACLRN"
9089   - "L2BDMACLRN"
9090   - "IP4FWD"
9091   traces:
9092     hoverinfo: "x+y"
9093     boxpoints: "outliers"
9094     whiskerwidth: 0
9095   layout:
9096     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
9097     layout: "plot-throughput"
9098
9099 - type: "plot"
9100   title: "VPP Throughput: memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9101   algorithm: "plot_performance_box"
9102   output-file-type: ".html"
9103   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9104   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9105   filter: "'NIC_Intel-X710' and
9106            '64B' and
9107            ('BASE' or 'SCALE') and
9108            'NDRPDR' and
9109            '2T1C' and
9110            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9111            not 'VHOST' and
9112            not 'NF_DENSITY' and
9113            'MEMIF'"
9114   parameters:
9115   - "throughput"
9116   - "parent"
9117   - "tags"
9118   sort:
9119   - "L2XCFWD"
9120   - "L2XCFWD"
9121   - "L2XCFWD"
9122   - "L2BDMACLRN"
9123   - "L2BDMACLRN"
9124   - "L2BDMACLRN"
9125   - "IP4FWD"
9126   traces:
9127     hoverinfo: "x+y"
9128     boxpoints: "outliers"
9129     whiskerwidth: 0
9130   layout:
9131     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-pdr"
9132     layout: "plot-throughput"
9133
9134 - type: "plot"
9135   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9136   algorithm: "plot_performance_box"
9137   output-file-type: ".html"
9138   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9139   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9140   filter: "'NIC_Intel-X710' and
9141            '64B' and
9142            ('BASE' or 'SCALE') and
9143            'NDRPDR' and
9144            '4T2C' and
9145            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9146            not 'VHOST' and
9147            not 'NF_DENSITY' and
9148            'MEMIF'"
9149   parameters:
9150   - "throughput"
9151   - "parent"
9152   - "tags"
9153   sort:
9154   - "L2XCFWD"
9155   - "L2XCFWD"
9156   - "L2XCFWD"
9157   - "L2BDMACLRN"
9158   - "L2BDMACLRN"
9159   - "L2BDMACLRN"
9160   - "IP4FWD"
9161   traces:
9162     hoverinfo: "x+y"
9163     boxpoints: "outliers"
9164     whiskerwidth: 0
9165   layout:
9166     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
9167     layout: "plot-throughput"
9168
9169 - type: "plot"
9170   title: "VPP Throughput: memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9171   algorithm: "plot_performance_box"
9172   output-file-type: ".html"
9173   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9174   data: "plot-vpp-throughput-lat-tsa-2n-skx"
9175   filter: "'NIC_Intel-X710' and
9176            '64B' and
9177            ('BASE' or 'SCALE') and
9178            'NDRPDR' and
9179            '4T2C' and
9180            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9181            not 'VHOST' and
9182            not 'NF_DENSITY' and
9183            'MEMIF'"
9184   parameters:
9185   - "throughput"
9186   - "parent"
9187   - "tags"
9188   sort:
9189   - "L2XCFWD"
9190   - "L2XCFWD"
9191   - "L2XCFWD"
9192   - "L2BDMACLRN"
9193   - "L2BDMACLRN"
9194   - "L2BDMACLRN"
9195   - "IP4FWD"
9196   traces:
9197     hoverinfo: "x+y"
9198     boxpoints: "outliers"
9199     whiskerwidth: 0
9200   layout:
9201     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-pdr"
9202     layout: "plot-throughput"
9203
9204 ## Packet Throughput - VPP Container Memif 2n-skx-xxv710
9205 #- type: "plot"
9206 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9207 #  algorithm: "plot_performance_box"
9208 #  output-file-type: ".html"
9209 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9210 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9211 #  filter: "'NIC_Intel-XXV710' and
9212 #           '64B' and
9213 #           ('BASE' or 'SCALE') and
9214 #           'NDRPDR' and
9215 #           '2T1C' and
9216 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9217 #           not 'VHOST' and
9218 #           'MEMIF'"
9219 #  parameters:
9220 #  - "throughput"
9221 #  - "parent"
9222 #  - "tags"
9223 #  sort:
9224 #  - "L2XCFWD"
9225 #  - "L2XCFWD"
9226 #  - "L2XCFWD"
9227 #  - "L2BDMACLRN"
9228 #  - "L2BDMACLRN"
9229 #  - "L2BDMACLRN"
9230 #  - "IP4FWD"
9231 #  traces:
9232 #    hoverinfo: "x+y"
9233 #    boxpoints: "outliers"
9234 #    whiskerwidth: 0
9235 #  layout:
9236 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
9237 #    layout: "plot-throughput"
9238 #
9239 #- type: "plot"
9240 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9241 #  algorithm: "plot_performance_box"
9242 #  output-file-type: ".html"
9243 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9244 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9245 #  filter: "'NIC_Intel-XXV710' and
9246 #           '64B' and
9247 #           ('BASE' or 'SCALE') and
9248 #           'NDRPDR' and
9249 #           '2T1C' and
9250 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9251 #           not 'VHOST' and
9252 #           'MEMIF'"
9253 #  parameters:
9254 #  - "throughput"
9255 #  - "parent"
9256 #  - "tags"
9257 #  sort:
9258 #  - "L2XCFWD"
9259 #  - "L2XCFWD"
9260 #  - "L2XCFWD"
9261 #  - "L2BDMACLRN"
9262 #  - "L2BDMACLRN"
9263 #  - "L2BDMACLRN"
9264 #  - "IP4FWD"
9265 #  traces:
9266 #    hoverinfo: "x+y"
9267 #    boxpoints: "outliers"
9268 #    whiskerwidth: 0
9269 #  layout:
9270 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
9271 #    layout: "plot-throughput"
9272 #
9273 #- type: "plot"
9274 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9275 #  algorithm: "plot_performance_box"
9276 #  output-file-type: ".html"
9277 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9278 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9279 #  filter: "'NIC_Intel-XXV710' and
9280 #           '64B' and
9281 #           ('BASE' or 'SCALE') and
9282 #           'NDRPDR' and
9283 #           '4T2C' and
9284 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9285 #           not 'VHOST' and
9286 #           'MEMIF'"
9287 #  parameters:
9288 #  - "throughput"
9289 #  - "parent"
9290 #  - "tags"
9291 #  sort:
9292 #  - "L2XCFWD"
9293 #  - "L2XCFWD"
9294 #  - "L2XCFWD"
9295 #  - "L2BDMACLRN"
9296 #  - "L2BDMACLRN"
9297 #  - "L2BDMACLRN"
9298 #  - "IP4FWD"
9299 #  traces:
9300 #    hoverinfo: "x+y"
9301 #    boxpoints: "outliers"
9302 #    whiskerwidth: 0
9303 #  layout:
9304 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
9305 #    layout: "plot-throughput"
9306 #
9307 #- type: "plot"
9308 #  title: "VPP Throughput: memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9309 #  algorithm: "plot_performance_box"
9310 #  output-file-type: ".html"
9311 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9312 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
9313 #  filter: "'NIC_Intel-XXV710' and
9314 #           '64B' and
9315 #           ('BASE' or 'SCALE') and
9316 #           'NDRPDR' and
9317 #           '4T2C' and
9318 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
9319 #           not 'VHOST' and
9320 #           'MEMIF'"
9321 #  parameters:
9322 #  - "throughput"
9323 #  - "parent"
9324 #  - "tags"
9325 #  sort:
9326 #  - "L2XCFWD"
9327 #  - "L2XCFWD"
9328 #  - "L2XCFWD"
9329 #  - "L2BDMACLRN"
9330 #  - "L2BDMACLRN"
9331 #  - "L2BDMACLRN"
9332 #  - "IP4FWD"
9333 #  traces:
9334 #    hoverinfo: "x+y"
9335 #    boxpoints: "outliers"
9336 #    whiskerwidth: 0
9337 #  layout:
9338 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
9339 #    layout: "plot-throughput"
9340
9341 ################################################################################
9342
9343 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2xc
9344 #- type: "plot"
9345 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9346 #  algorithm: "plot_performance_box"
9347 #  output-file-type: ".html"
9348 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9349 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9350 #  filter: "'NIC_Intel-X520-DA2' and
9351 #           '64B' and
9352 #           ('BASE' or 'SCALE') and
9353 #           'NDRPDR' and
9354 #           '1T1C' and
9355 #           'L2XCFWD' and
9356 #           not 'VHOST' and
9357 #           not 'NF_DENSITY' and
9358 #           'MEMIF'"
9359 #  parameters:
9360 #  - "throughput"
9361 #  - "parent"
9362 #  - "tags"
9363 #  sort:
9364 #  - "1VNF"
9365 #  - "2VNF"
9366 #  - "4VNF"
9367 #  - "2VNF"
9368 #  - "4VNF"
9369 #  traces:
9370 #    hoverinfo: "x+y"
9371 #    boxpoints: "outliers"
9372 #    whiskerwidth: 0
9373 #  layout:
9374 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
9375 #    layout: "plot-throughput"
9376 #
9377 #- type: "plot"
9378 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9379 #  algorithm: "plot_performance_box"
9380 #  output-file-type: ".html"
9381 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9382 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9383 #  filter: "'NIC_Intel-X520-DA2' and
9384 #           '64B' and
9385 #           ('BASE' or 'SCALE') and
9386 #           'NDRPDR' and
9387 #           '1T1C' and
9388 #           'L2XCFWD' and
9389 #           not 'VHOST' and
9390 #           not 'NF_DENSITY' and
9391 #           'MEMIF'"
9392 #  parameters:
9393 #  - "throughput"
9394 #  - "parent"
9395 #  - "tags"
9396 #  sort:
9397 #  - "1VNF"
9398 #  - "2VNF"
9399 #  - "4VNF"
9400 #  - "2VNF"
9401 #  - "4VNF"
9402 #  traces:
9403 #    hoverinfo: "x+y"
9404 #    boxpoints: "outliers"
9405 #    whiskerwidth: 0
9406 #  layout:
9407 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-pdr"
9408 #    layout: "plot-throughput"
9409 #
9410 #- type: "plot"
9411 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9412 #  algorithm: "plot_performance_box"
9413 #  output-file-type: ".html"
9414 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9415 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9416 #  filter: "'NIC_Intel-X520-DA2' and
9417 #           '64B' and
9418 #           ('BASE' or 'SCALE') and
9419 #           'NDRPDR' and
9420 #           '2T2C' and
9421 #           'L2XCFWD' and
9422 #           not 'VHOST' and
9423 #           not 'NF_DENSITY' and
9424 #           'MEMIF'"
9425 #  parameters:
9426 #  - "throughput"
9427 #  - "parent"
9428 #  - "tags"
9429 #  sort:
9430 #  - "1VNF"
9431 #  - "2VNF"
9432 #  - "4VNF"
9433 #  - "2VNF"
9434 #  - "4VNF"
9435 #  traces:
9436 #    hoverinfo: "x+y"
9437 #    boxpoints: "outliers"
9438 #    whiskerwidth: 0
9439 #  layout:
9440 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
9441 #    layout: "plot-throughput"
9442 #
9443 #- type: "plot"
9444 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9445 #  algorithm: "plot_performance_box"
9446 #  output-file-type: ".html"
9447 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9448 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9449 #  filter: "'NIC_Intel-X520-DA2' and
9450 #           '64B' and
9451 #           ('BASE' or 'SCALE') and
9452 #           'NDRPDR' and
9453 #           '2T2C' and
9454 #           'L2XCFWD' and
9455 #           not 'VHOST' and
9456 #           not 'NF_DENSITY' and
9457 #           'MEMIF'"
9458 #  parameters:
9459 #  - "throughput"
9460 #  - "parent"
9461 #  - "tags"
9462 #  sort:
9463 #  - "1VNF"
9464 #  - "2VNF"
9465 #  - "4VNF"
9466 #  - "2VNF"
9467 #  - "4VNF"
9468 #  traces:
9469 #    hoverinfo: "x+y"
9470 #    boxpoints: "outliers"
9471 #    whiskerwidth: 0
9472 #  layout:
9473 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-pdr"
9474 #    layout: "plot-throughput"
9475 #
9476 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x520 l2bd
9477 #- type: "plot"
9478 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9479 #  algorithm: "plot_performance_box"
9480 #  output-file-type: ".html"
9481 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9482 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9483 #  filter: "'NIC_Intel-X520-DA2' and
9484 #           '64B' and
9485 #           ('BASE' or 'SCALE') and
9486 #           'NDRPDR' and
9487 #           '1T1C' and
9488 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9489 #           not 'VHOST' and
9490 #           not 'NF_DENSITY' and
9491 #           'MEMIF'"
9492 #  parameters:
9493 #  - "throughput"
9494 #  - "parent"
9495 #  - "tags"
9496 #  sort:
9497 #  - "1VNF"
9498 #  - "2VNF"
9499 #  - "4VNF"
9500 #  - "2VNF"
9501 #  - "4VNF"
9502 #  traces:
9503 #    hoverinfo: "x+y"
9504 #    boxpoints: "outliers"
9505 #    whiskerwidth: 0
9506 #  layout:
9507 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
9508 #    layout: "plot-throughput"
9509 #
9510 #- type: "plot"
9511 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9512 #  algorithm: "plot_performance_box"
9513 #  output-file-type: ".html"
9514 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9515 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9516 #  filter: "'NIC_Intel-X520-DA2' and
9517 #           '64B' and
9518 #           ('BASE' or 'SCALE') and
9519 #           'NDRPDR' and
9520 #           '1T1C' and
9521 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9522 #           not 'VHOST' and
9523 #           not 'NF_DENSITY' and
9524 #           'MEMIF'"
9525 #  parameters:
9526 #  - "throughput"
9527 #  - "parent"
9528 #  - "tags"
9529 #  sort:
9530 #  - "1VNF"
9531 #  - "2VNF"
9532 #  - "4VNF"
9533 #  - "2VNF"
9534 #  - "4VNF"
9535 #  traces:
9536 #    hoverinfo: "x+y"
9537 #    boxpoints: "outliers"
9538 #    whiskerwidth: 0
9539 #  layout:
9540 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-pdr"
9541 #    layout: "plot-throughput"
9542 #
9543 #- type: "plot"
9544 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9545 #  algorithm: "plot_performance_box"
9546 #  output-file-type: ".html"
9547 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9548 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9549 #  filter: "'NIC_Intel-X520-DA2' and
9550 #           '64B' and
9551 #           ('BASE' or 'SCALE') and
9552 #           'NDRPDR' and
9553 #           '2T2C' and
9554 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9555 #           not 'VHOST' and
9556 #           not 'NF_DENSITY' and
9557 #           'MEMIF'"
9558 #  parameters:
9559 #  - "throughput"
9560 #  - "parent"
9561 #  - "tags"
9562 #  sort:
9563 #  - "1VNF"
9564 #  - "2VNF"
9565 #  - "4VNF"
9566 #  - "2VNF"
9567 #  - "4VNF"
9568 #  traces:
9569 #    hoverinfo: "x+y"
9570 #    boxpoints: "outliers"
9571 #    whiskerwidth: 0
9572 #  layout:
9573 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
9574 #    layout: "plot-throughput"
9575 #
9576 #- type: "plot"
9577 #  title: "VPP Throughput: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9578 #  algorithm: "plot_performance_box"
9579 #  output-file-type: ".html"
9580 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9581 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9582 #  filter: "'NIC_Intel-X520-DA2' and
9583 #           '64B' and
9584 #           ('BASE' or 'SCALE') and
9585 #           'NDRPDR' and
9586 #           '2T2C' and
9587 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9588 #           not 'VHOST' and
9589 #           not 'NF_DENSITY' and
9590 #           'MEMIF'"
9591 #  parameters:
9592 #  - "throughput"
9593 #  - "parent"
9594 #  - "tags"
9595 #  sort:
9596 #  - "1VNF"
9597 #  - "2VNF"
9598 #  - "4VNF"
9599 #  - "2VNF"
9600 #  - "4VNF"
9601 #  traces:
9602 #    hoverinfo: "x+y"
9603 #    boxpoints: "outliers"
9604 #    whiskerwidth: 0
9605 #  layout:
9606 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-pdr"
9607 #    layout: "plot-throughput"
9608 #
9609 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2xc
9610 #- type: "plot"
9611 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9612 #  algorithm: "plot_performance_box"
9613 #  output-file-type: ".html"
9614 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9615 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9616 #  filter: "'NIC_Intel-X710' and
9617 #           '64B' and
9618 #           ('BASE' or 'SCALE') and
9619 #           'NDRPDR' and
9620 #           '1T1C' and
9621 #           'L2XCFWD' and
9622 #           not 'VHOST' and
9623 #           not 'NF_DENSITY' and
9624 #           'MEMIF'"
9625 #  parameters:
9626 #  - "throughput"
9627 #  - "parent"
9628 #  - "tags"
9629 #  sort:
9630 #  - "1VNF"
9631 #  - "2VNF"
9632 #  - "4VNF"
9633 #  - "2VNF"
9634 #  - "4VNF"
9635 #  traces:
9636 #    hoverinfo: "x+y"
9637 #    boxpoints: "outliers"
9638 #    whiskerwidth: 0
9639 #  layout:
9640 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
9641 #    layout: "plot-throughput"
9642 #
9643 #- type: "plot"
9644 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9645 #  algorithm: "plot_performance_box"
9646 #  output-file-type: ".html"
9647 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9648 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9649 #  filter: "'NIC_Intel-X710' and
9650 #           '64B' and
9651 #           ('BASE' or 'SCALE') and
9652 #           'NDRPDR' and
9653 #           '1T1C' and
9654 #           'L2XCFWD' and
9655 #           not 'VHOST' and
9656 #           not 'NF_DENSITY' and
9657 #           'MEMIF'"
9658 #  parameters:
9659 #  - "throughput"
9660 #  - "parent"
9661 #  - "tags"
9662 #  sort:
9663 #  - "1VNF"
9664 #  - "2VNF"
9665 #  - "4VNF"
9666 #  - "2VNF"
9667 #  - "4VNF"
9668 #  traces:
9669 #    hoverinfo: "x+y"
9670 #    boxpoints: "outliers"
9671 #    whiskerwidth: 0
9672 #  layout:
9673 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-pdr"
9674 #    layout: "plot-throughput"
9675 #
9676 #- type: "plot"
9677 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9678 #  algorithm: "plot_performance_box"
9679 #  output-file-type: ".html"
9680 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9681 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9682 #  filter: "'NIC_Intel-X710' and
9683 #           '64B' and
9684 #           ('BASE' or 'SCALE') and
9685 #           'NDRPDR' and
9686 #           '2T2C' and
9687 #           'L2XCFWD' and
9688 #           not 'VHOST' and
9689 #           not 'NF_DENSITY' and
9690 #           'MEMIF'"
9691 #  parameters:
9692 #  - "throughput"
9693 #  - "parent"
9694 #  - "tags"
9695 #  sort:
9696 #  - "1VNF"
9697 #  - "2VNF"
9698 #  - "4VNF"
9699 #  - "2VNF"
9700 #  - "4VNF"
9701 #  traces:
9702 #    hoverinfo: "x+y"
9703 #    boxpoints: "outliers"
9704 #    whiskerwidth: 0
9705 #  layout:
9706 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
9707 #    layout: "plot-throughput"
9708 #
9709 #- type: "plot"
9710 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9711 #  algorithm: "plot_performance_box"
9712 #  output-file-type: ".html"
9713 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9714 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9715 #  filter: "'NIC_Intel-X710' and
9716 #           '64B' and
9717 #           ('BASE' or 'SCALE') and
9718 #           'NDRPDR' and
9719 #           '2T2C' and
9720 #           'L2XCFWD' and
9721 #           not 'VHOST' and
9722 #           not 'NF_DENSITY' and
9723 #           'MEMIF'"
9724 #  parameters:
9725 #  - "throughput"
9726 #  - "parent"
9727 #  - "tags"
9728 #  sort:
9729 #  - "1VNF"
9730 #  - "2VNF"
9731 #  - "4VNF"
9732 #  - "2VNF"
9733 #  - "4VNF"
9734 #  traces:
9735 #    hoverinfo: "x+y"
9736 #    boxpoints: "outliers"
9737 #    whiskerwidth: 0
9738 #  layout:
9739 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-pdr"
9740 #    layout: "plot-throughput"
9741 #
9742 ## Packet Throughput - VPP Container Orchestrated Memif 3n-hsw-x710 l2bd
9743 #- type: "plot"
9744 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9745 #  algorithm: "plot_performance_box"
9746 #  output-file-type: ".html"
9747 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9748 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9749 #  filter: "'NIC_Intel-X710' and
9750 #           '64B' and
9751 #           ('BASE' or 'SCALE') and
9752 #           'NDRPDR' and
9753 #           '1T1C' and
9754 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9755 #           not 'VHOST' and
9756 #           not 'NF_DENSITY' and
9757 #           'MEMIF'"
9758 #  parameters:
9759 #  - "throughput"
9760 #  - "parent"
9761 #  - "tags"
9762 #  sort:
9763 #  - "1VNF"
9764 #  - "2VNF"
9765 #  - "4VNF"
9766 #  - "2VNF"
9767 #  - "4VNF"
9768 #  traces:
9769 #    hoverinfo: "x+y"
9770 #    boxpoints: "outliers"
9771 #    whiskerwidth: 0
9772 #  layout:
9773 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
9774 #    layout: "plot-throughput"
9775 #
9776 #- type: "plot"
9777 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9778 #  algorithm: "plot_performance_box"
9779 #  output-file-type: ".html"
9780 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9781 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9782 #  filter: "'NIC_Intel-X710' and
9783 #           '64B' and
9784 #           ('BASE' or 'SCALE') and
9785 #           'NDRPDR' and
9786 #           '1T1C' and
9787 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9788 #           not 'VHOST' and
9789 #           not 'NF_DENSITY' and
9790 #           'MEMIF'"
9791 #  parameters:
9792 #  - "throughput"
9793 #  - "parent"
9794 #  - "tags"
9795 #  sort:
9796 #  - "1VNF"
9797 #  - "2VNF"
9798 #  - "4VNF"
9799 #  - "2VNF"
9800 #  - "4VNF"
9801 #  traces:
9802 #    hoverinfo: "x+y"
9803 #    boxpoints: "outliers"
9804 #    whiskerwidth: 0
9805 #  layout:
9806 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-pdr"
9807 #    layout: "plot-throughput"
9808 #
9809 #- type: "plot"
9810 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9811 #  algorithm: "plot_performance_box"
9812 #  output-file-type: ".html"
9813 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9814 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9815 #  filter: "'NIC_Intel-X710' and
9816 #           '64B' and
9817 #           ('BASE' or 'SCALE') and
9818 #           'NDRPDR' and
9819 #           '2T2C' and
9820 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9821 #           not 'VHOST' and
9822 #           not 'NF_DENSITY' and
9823 #           'MEMIF'"
9824 #  parameters:
9825 #  - "throughput"
9826 #  - "parent"
9827 #  - "tags"
9828 #  sort:
9829 #  - "1VNF"
9830 #  - "2VNF"
9831 #  - "4VNF"
9832 #  - "2VNF"
9833 #  - "4VNF"
9834 #  traces:
9835 #    hoverinfo: "x+y"
9836 #    boxpoints: "outliers"
9837 #    whiskerwidth: 0
9838 #  layout:
9839 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
9840 #    layout: "plot-throughput"
9841 #
9842 #- type: "plot"
9843 #  title: "VPP Throughput: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9844 #  algorithm: "plot_performance_box"
9845 #  output-file-type: ".html"
9846 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9847 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
9848 #  filter: "'NIC_Intel-X710' and
9849 #           '64B' and
9850 #           ('BASE' or 'SCALE') and
9851 #           'NDRPDR' and
9852 #           '2T2C' and
9853 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
9854 #           not 'VHOST' and
9855 #           not 'NF_DENSITY' and
9856 #           'MEMIF'"
9857 #  parameters:
9858 #  - "throughput"
9859 #  - "parent"
9860 #  - "tags"
9861 #  sort:
9862 #  - "1VNF"
9863 #  - "2VNF"
9864 #  - "4VNF"
9865 #  - "2VNF"
9866 #  - "4VNF"
9867 #  traces:
9868 #    hoverinfo: "x+y"
9869 #    boxpoints: "outliers"
9870 #    whiskerwidth: 0
9871 #  layout:
9872 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-pdr"
9873 #    layout: "plot-throughput"
9874
9875 ################################################################################
9876
9877 # Packet Throughput - VPP IPv4 3n-hsw-x520 base and scale
9878 - type: "plot"
9879   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9880   algorithm: "plot_performance_box"
9881   output-file-type: ".html"
9882   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9883   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9884   filter: "'NIC_Intel-X520-DA2' and
9885            '64B' and
9886            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9887            'NDRPDR' and
9888            '1T1C' and
9889            'IP4FWD' and
9890            not 'IPSEC' and
9891            not 'DOT1Q' and
9892            not 'VHOST'"
9893   parameters:
9894   - "throughput"
9895   - "parent"
9896   - "tags"
9897   sort:
9898   - "IP4BASE"
9899   - "FIB_20K"
9900   - "FIB_200K"
9901   - "FIB_2M"
9902   traces:
9903     hoverinfo: "x+y"
9904     boxpoints: "outliers"
9905     whiskerwidth: 0
9906   layout:
9907     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
9908     layout: "plot-throughput"
9909
9910 - type: "plot"
9911   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9912   algorithm: "plot_performance_box"
9913   output-file-type: ".html"
9914   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9915   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9916   filter: "'NIC_Intel-X520-DA2' and
9917            '64B' and
9918            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9919            'NDRPDR' and
9920            '1T1C' and
9921            'IP4FWD' and
9922            not 'IPSEC' and
9923            not 'DOT1Q' and
9924            not 'VHOST'"
9925   parameters:
9926   - "throughput"
9927   - "parent"
9928   - "tags"
9929   sort:
9930   - "IP4BASE"
9931   - "FIB_20K"
9932   - "FIB_200K"
9933   - "FIB_2M"
9934   traces:
9935     hoverinfo: "x+y"
9936     boxpoints: "outliers"
9937     whiskerwidth: 0
9938   layout:
9939     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
9940     layout: "plot-throughput"
9941
9942 - type: "plot"
9943   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9944   algorithm: "plot_performance_box"
9945   output-file-type: ".html"
9946   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9947   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9948   filter: "'NIC_Intel-X520-DA2' and
9949            '64B' and
9950            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9951            'NDRPDR' and
9952            '2T2C' and
9953            'IP4FWD' and
9954            not 'IPSEC' and
9955            not 'DOT1Q' and
9956            not 'VHOST'"
9957   parameters:
9958   - "throughput"
9959   - "parent"
9960   - "tags"
9961   sort:
9962   - "IP4BASE"
9963   - "FIB_20K"
9964   - "FIB_200K"
9965   - "FIB_2M"
9966   traces:
9967     hoverinfo: "x+y"
9968     boxpoints: "outliers"
9969     whiskerwidth: 0
9970   layout:
9971     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
9972     layout: "plot-throughput"
9973
9974 - type: "plot"
9975   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9976   algorithm: "plot_performance_box"
9977   output-file-type: ".html"
9978   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
9979   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
9980   filter: "'NIC_Intel-X520-DA2' and
9981            '64B' and
9982            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
9983            'NDRPDR' and
9984            '2T2C' and
9985            'IP4FWD' and
9986            not 'IPSEC' and
9987            not 'DOT1Q' and
9988            not 'VHOST'"
9989   parameters:
9990   - "throughput"
9991   - "parent"
9992   - "tags"
9993   sort:
9994   - "IP4BASE"
9995   - "FIB_20K"
9996   - "FIB_200K"
9997   - "FIB_2M"
9998   traces:
9999     hoverinfo: "x+y"
10000     boxpoints: "outliers"
10001     whiskerwidth: 0
10002   layout:
10003     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
10004     layout: "plot-throughput"
10005
10006 # Packet Throughput - VPP IPv4 3n-hsw-x520 features
10007 - type: "plot"
10008   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-ndr"
10009   algorithm: "plot_performance_box"
10010   output-file-type: ".html"
10011   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr"
10012   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10013   filter: "'NIC_Intel-X520-DA2' and
10014            '64B' and
10015            ('IP4BASE' or
10016             'POLICE_MARK' or
10017             'COPWHLIST' or
10018             ('NAT44' and 'BASE') or
10019             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10020            'NDRPDR' and
10021            '1T1C' and
10022            'IP4FWD' and
10023            not 'IPSEC' and
10024            not 'VHOST'"
10025   parameters:
10026   - "throughput"
10027   - "parent"
10028   - "tags"
10029   sort:
10030   - "DOT1Q"
10031   - "IP4BASE"
10032   - "NAT44"
10033   - "POLICE_MARK"
10034   - "COPWHLIST"
10035   - "IACL"
10036   - "OACL"
10037   traces:
10038     hoverinfo: "x+y"
10039     boxpoints: "outliers"
10040     whiskerwidth: 0
10041   layout:
10042     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
10043     layout: "plot-throughput"
10044
10045 - type: "plot"
10046   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10047   algorithm: "plot_performance_box"
10048   output-file-type: ".html"
10049   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10050   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10051   filter: "'NIC_Intel-X520-DA2' and
10052            '64B' and
10053            ('IP4BASE' or
10054             'POLICE_MARK' or
10055             'COPWHLIST' or
10056             ('NAT44' and 'BASE') or
10057             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10058            'NDRPDR' and
10059            '1T1C' and
10060            'IP4FWD' and
10061            not 'IPSEC' and
10062            not 'VHOST'"
10063   parameters:
10064   - "throughput"
10065   - "parent"
10066   - "tags"
10067   sort:
10068   - "DOT1Q"
10069   - "IP4BASE"
10070   - "NAT44"
10071   - "POLICE_MARK"
10072   - "COPWHLIST"
10073   - "IACL"
10074   - "OACL"
10075   traces:
10076     hoverinfo: "x+y"
10077     boxpoints: "outliers"
10078     whiskerwidth: 0
10079   layout:
10080     title: "ip4-3n-hsw-x520-64b-1t1c-features-pdr"
10081     layout: "plot-throughput"
10082
10083 - type: "plot"
10084   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10085   algorithm: "plot_performance_box"
10086   output-file-type: ".html"
10087   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10088   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10089   filter: "'NIC_Intel-X520-DA2' and
10090            '64B' and
10091            ('IP4BASE' or
10092             'POLICE_MARK' or
10093             'COPWHLIST' or
10094             ('NAT44' and 'BASE') or
10095             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10096            'NDRPDR' and
10097            '2T2C' and
10098            'IP4FWD' and
10099            not 'IPSEC' and
10100            not 'VHOST'"
10101   parameters:
10102   - "throughput"
10103   - "parent"
10104   - "tags"
10105   sort:
10106   - "DOT1Q"
10107   - "IP4BASE"
10108   - "NAT44"
10109   - "POLICE_MARK"
10110   - "COPWHLIST"
10111   - "IACL"
10112   - "OACL"
10113   traces:
10114     hoverinfo: "x+y"
10115     boxpoints: "outliers"
10116     whiskerwidth: 0
10117   layout:
10118     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
10119     layout: "plot-throughput"
10120
10121 - type: "plot"
10122   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10123   algorithm: "plot_performance_box"
10124   output-file-type: ".html"
10125   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10126   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10127   filter: "'NIC_Intel-X520-DA2' and
10128            '64B' and
10129            ('IP4BASE' or
10130             'POLICE_MARK' or
10131             'COPWHLIST' or
10132             ('NAT44' and 'BASE') or
10133             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10134            'NDRPDR' and
10135            '2T2C' and
10136            'IP4FWD' and
10137            not 'IPSEC' and
10138            not 'VHOST'"
10139   parameters:
10140   - "throughput"
10141   - "parent"
10142   - "tags"
10143   sort:
10144   - "DOT1Q"
10145   - "IP4BASE"
10146   - "NAT44"
10147   - "POLICE_MARK"
10148   - "COPWHLIST"
10149   - "IACL"
10150   - "OACL"
10151   traces:
10152     hoverinfo: "x+y"
10153     boxpoints: "outliers"
10154     whiskerwidth: 0
10155   layout:
10156     title: "ip4-3n-hsw-x520-64b-2t2c-features-pdr"
10157     layout: "plot-throughput"
10158
10159 # Packet Throughput - VPP IPv4 3n-hsw-x520 features nat44
10160 - type: "plot"
10161   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10162   algorithm: "plot_performance_box"
10163   output-file-type: ".html"
10164   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10165   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10166   filter: "'NIC_Intel-X520-DA2' and
10167            '64B' and
10168            'NDRPDR' and
10169            '1T1C' and
10170            'IP4FWD' and
10171            ('NAT44' or 'IP4BASE') and
10172            not 'DOT1Q' and
10173            not 'IPSEC' and
10174            not 'VHOST'"
10175   parameters:
10176   - "throughput"
10177   - "parent"
10178   - "tags"
10179   sort:
10180   - "IP4BASE"
10181   - "BASE"
10182   - "SRC_USER_10"
10183   - "SRC_USER_100"
10184   - "SRC_USER_1000"
10185   - "SRC_USER_2000"
10186   traces:
10187     hoverinfo: "x+y"
10188     boxpoints: "outliers"
10189     whiskerwidth: 0
10190   layout:
10191     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
10192     layout: "plot-throughput"
10193
10194 - type: "plot"
10195   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10196   algorithm: "plot_performance_box"
10197   output-file-type: ".html"
10198   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10199   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10200   filter: "'NIC_Intel-X520-DA2' and
10201            '64B' and
10202            'NDRPDR' and
10203            '1T1C' and
10204            'IP4FWD' and
10205            ('NAT44' or 'IP4BASE') and
10206            not 'DOT1Q' and
10207            not 'IPSEC' and
10208            not 'VHOST'"
10209   parameters:
10210   - "throughput"
10211   - "parent"
10212   - "tags"
10213   sort:
10214   - "IP4BASE"
10215   - "BASE"
10216   - "SRC_USER_10"
10217   - "SRC_USER_100"
10218   - "SRC_USER_1000"
10219   - "SRC_USER_2000"
10220   traces:
10221     hoverinfo: "x+y"
10222     boxpoints: "outliers"
10223     whiskerwidth: 0
10224   layout:
10225     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-pdr"
10226     layout: "plot-throughput"
10227
10228 - type: "plot"
10229   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10230   algorithm: "plot_performance_box"
10231   output-file-type: ".html"
10232   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10233   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10234   filter: "'NIC_Intel-X520-DA2' and
10235            '64B' and
10236            'NDRPDR' and
10237            '2T2C' and
10238            'IP4FWD' and
10239            ('NAT44' or 'IP4BASE') and
10240            not 'DOT1Q' and
10241            not 'IPSEC' and
10242            not 'VHOST'"
10243   parameters:
10244   - "throughput"
10245   - "parent"
10246   - "tags"
10247   sort:
10248   - "IP4BASE"
10249   - "BASE"
10250   - "SRC_USER_10"
10251   - "SRC_USER_100"
10252   - "SRC_USER_1000"
10253   - "SRC_USER_2000"
10254   traces:
10255     hoverinfo: "x+y"
10256     boxpoints: "outliers"
10257     whiskerwidth: 0
10258   layout:
10259     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
10260     layout: "plot-throughput"
10261
10262 - type: "plot"
10263   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10264   algorithm: "plot_performance_box"
10265   output-file-type: ".html"
10266   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10267   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10268   filter: "'NIC_Intel-X520-DA2' and
10269            '64B' and
10270            'NDRPDR' and
10271            '2T2C' and
10272            'IP4FWD' and
10273            ('NAT44' or 'IP4BASE') and
10274            not 'DOT1Q' and
10275            not 'IPSEC' and
10276            not 'VHOST'"
10277   parameters:
10278   - "throughput"
10279   - "parent"
10280   - "tags"
10281   sort:
10282   - "IP4BASE"
10283   - "BASE"
10284   - "SRC_USER_10"
10285   - "SRC_USER_100"
10286   - "SRC_USER_1000"
10287   - "SRC_USER_2000"
10288   traces:
10289     hoverinfo: "x+y"
10290     boxpoints: "outliers"
10291     whiskerwidth: 0
10292   layout:
10293     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-pdr"
10294     layout: "plot-throughput"
10295
10296 # Packet Throughput - VPP IPv4 3n-hsw-x520 features iacl
10297 - type: "plot"
10298   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10299   algorithm: "plot_performance_box"
10300   output-file-type: ".html"
10301   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10302   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10303   filter: "'NIC_Intel-X520-DA2' and
10304            '64B' and
10305            'NDRPDR' and
10306            '1T1C' and
10307            'IP4FWD' and
10308            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10309            not 'IPSEC' and
10310            not 'DOT1Q' and
10311            not 'VHOST'"
10312   parameters:
10313   - "throughput"
10314   - "parent"
10315   - "tags"
10316   sort:
10317   - "IP4BASE"
10318   - "ACL_STATELESS"
10319   - "ACL_STATEFUL"
10320   - "ACL_STATELESS"
10321   - "ACL_STATEFUL"
10322   traces:
10323     hoverinfo: "x+y"
10324     boxpoints: "outliers"
10325     whiskerwidth: 0
10326   layout:
10327     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
10328     layout: "plot-throughput"
10329
10330 - type: "plot"
10331   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10332   algorithm: "plot_performance_box"
10333   output-file-type: ".html"
10334   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10335   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10336   filter: "'NIC_Intel-X520-DA2' and
10337            '64B' and
10338            'NDRPDR' and
10339            '1T1C' and
10340            'IP4FWD' and
10341            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10342            not 'IPSEC' and
10343            not 'DOT1Q' and
10344            not 'VHOST'"
10345   parameters:
10346   - "throughput"
10347   - "parent"
10348   - "tags"
10349   sort:
10350   - "IP4BASE"
10351   - "ACL_STATELESS"
10352   - "ACL_STATEFUL"
10353   - "ACL_STATELESS"
10354   - "ACL_STATEFUL"
10355   traces:
10356     hoverinfo: "x+y"
10357     boxpoints: "outliers"
10358     whiskerwidth: 0
10359   layout:
10360     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-pdr"
10361     layout: "plot-throughput"
10362
10363 - type: "plot"
10364   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10365   algorithm: "plot_performance_box"
10366   output-file-type: ".html"
10367   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10368   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10369   filter: "'NIC_Intel-X520-DA2' and
10370            '64B' and
10371            'NDRPDR' and
10372            '2T2C' and
10373            'IP4FWD' and
10374            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10375            not 'IPSEC' and
10376            not 'DOT1Q' and
10377            not 'VHOST'"
10378   parameters:
10379   - "throughput"
10380   - "parent"
10381   - "tags"
10382   sort:
10383   - "IP4BASE"
10384   - "ACL_STATELESS"
10385   - "ACL_STATEFUL"
10386   - "ACL_STATELESS"
10387   - "ACL_STATEFUL"
10388   traces:
10389     hoverinfo: "x+y"
10390     boxpoints: "outliers"
10391     whiskerwidth: 0
10392   layout:
10393     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
10394     layout: "plot-throughput"
10395
10396 - type: "plot"
10397   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10398   algorithm: "plot_performance_box"
10399   output-file-type: ".html"
10400   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10401   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10402   filter: "'NIC_Intel-X520-DA2' and
10403            '64B' and
10404            'NDRPDR' and
10405            '2T2C' and
10406            'IP4FWD' and
10407            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10408            not 'IPSEC' and
10409            not 'DOT1Q' and
10410            not 'VHOST'"
10411   parameters:
10412   - "throughput"
10413   - "parent"
10414   - "tags"
10415   sort:
10416   - "IP4BASE"
10417   - "ACL_STATELESS"
10418   - "ACL_STATEFUL"
10419   - "ACL_STATELESS"
10420   - "ACL_STATEFUL"
10421   traces:
10422     hoverinfo: "x+y"
10423     boxpoints: "outliers"
10424     whiskerwidth: 0
10425   layout:
10426     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-pdr"
10427     layout: "plot-throughput"
10428
10429 # Packet Throughput - VPP IPv4 3n-hsw-x520 features oacl
10430 - type: "plot"
10431   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10432   algorithm: "plot_performance_box"
10433   output-file-type: ".html"
10434   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10435   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10436   filter: "'NIC_Intel-X520-DA2' and
10437            '64B' and
10438            'NDRPDR' and
10439            '1T1C' and
10440            'IP4FWD' and
10441            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10442            not 'IPSEC' and
10443            not 'DOT1Q' and
10444            not 'VHOST'"
10445   parameters:
10446   - "throughput"
10447   - "parent"
10448   - "tags"
10449   sort:
10450   - "IP4BASE"
10451   - "ACL_STATELESS"
10452   - "ACL_STATEFUL"
10453   - "ACL_STATELESS"
10454   - "ACL_STATEFUL"
10455   traces:
10456     hoverinfo: "x+y"
10457     boxpoints: "outliers"
10458     whiskerwidth: 0
10459   layout:
10460     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
10461     layout: "plot-throughput"
10462
10463 - type: "plot"
10464   title: "VPP Throughput: ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10465   algorithm: "plot_performance_box"
10466   output-file-type: ".html"
10467   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10468   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10469   filter: "'NIC_Intel-X520-DA2' and
10470            '64B' and
10471            'NDRPDR' and
10472            '1T1C' and
10473            'IP4FWD' and
10474            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10475            not 'IPSEC' and
10476            not 'DOT1Q' and
10477            not 'VHOST'"
10478   parameters:
10479   - "throughput"
10480   - "parent"
10481   - "tags"
10482   sort:
10483   - "IP4BASE"
10484   - "ACL_STATELESS"
10485   - "ACL_STATEFUL"
10486   - "ACL_STATELESS"
10487   - "ACL_STATEFUL"
10488   traces:
10489     hoverinfo: "x+y"
10490     boxpoints: "outliers"
10491     whiskerwidth: 0
10492   layout:
10493     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-pdr"
10494     layout: "plot-throughput"
10495
10496 - type: "plot"
10497   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10498   algorithm: "plot_performance_box"
10499   output-file-type: ".html"
10500   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10501   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10502   filter: "'NIC_Intel-X520-DA2' and
10503            '64B' and
10504            'NDRPDR' and
10505            '2T2C' and
10506            'IP4FWD' and
10507            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10508            not 'IPSEC' and
10509            not 'DOT1Q' and
10510            not 'VHOST'"
10511   parameters:
10512   - "throughput"
10513   - "parent"
10514   - "tags"
10515   sort:
10516   - "IP4BASE"
10517   - "ACL_STATELESS"
10518   - "ACL_STATEFUL"
10519   - "ACL_STATELESS"
10520   - "ACL_STATEFUL"
10521   traces:
10522     hoverinfo: "x+y"
10523     boxpoints: "outliers"
10524     whiskerwidth: 0
10525   layout:
10526     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
10527     layout: "plot-throughput"
10528
10529 - type: "plot"
10530   title: "VPP Throughput: ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10531   algorithm: "plot_performance_box"
10532   output-file-type: ".html"
10533   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10534   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10535   filter: "'NIC_Intel-X520-DA2' and
10536            '64B' and
10537            'NDRPDR' and
10538            '2T2C' and
10539            'IP4FWD' and
10540            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
10541            not 'IPSEC' and
10542            not 'DOT1Q' and
10543            not 'VHOST'"
10544   parameters:
10545   - "throughput"
10546   - "parent"
10547   - "tags"
10548   sort:
10549   - "IP4BASE"
10550   - "ACL_STATELESS"
10551   - "ACL_STATEFUL"
10552   - "ACL_STATELESS"
10553   - "ACL_STATEFUL"
10554   traces:
10555     hoverinfo: "x+y"
10556     boxpoints: "outliers"
10557     whiskerwidth: 0
10558   layout:
10559     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-pdr"
10560     layout: "plot-throughput"
10561
10562 # Packet Throughput - VPP IPv4 3n-hsw-x710 base and scale
10563 - type: "plot"
10564   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10565   algorithm: "plot_performance_box"
10566   output-file-type: ".html"
10567   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10568   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10569   filter: "'NIC_Intel-X710' and
10570            '64B' and
10571            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10572            'NDRPDR' and
10573            '1T1C' and
10574            'IP4FWD' and
10575            not 'IPSEC' and
10576            not 'DOT1Q' and
10577            not 'VHOST'"
10578   parameters:
10579   - "throughput"
10580   - "parent"
10581   - "tags"
10582   sort:
10583   - "IP4BASE"
10584   - "FIB_20K"
10585   - "FIB_200K"
10586   - "FIB_2M"
10587   traces:
10588     hoverinfo: "x+y"
10589     boxpoints: "outliers"
10590     whiskerwidth: 0
10591   layout:
10592     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
10593     layout: "plot-throughput"
10594
10595 - type: "plot"
10596   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10597   algorithm: "plot_performance_box"
10598   output-file-type: ".html"
10599   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10600   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10601   filter: "'NIC_Intel-X710' and
10602            '64B' and
10603            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10604            'NDRPDR' and
10605            '1T1C' and
10606            'IP4FWD' and
10607            not 'IPSEC' and
10608            not 'DOT1Q' and
10609            not 'VHOST'"
10610   parameters:
10611   - "throughput"
10612   - "parent"
10613   - "tags"
10614   sort:
10615   - "IP4BASE"
10616   - "FIB_20K"
10617   - "FIB_200K"
10618   - "FIB_2M"
10619   traces:
10620     hoverinfo: "x+y"
10621     boxpoints: "outliers"
10622     whiskerwidth: 0
10623   layout:
10624     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
10625     layout: "plot-throughput"
10626
10627 - type: "plot"
10628   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10629   algorithm: "plot_performance_box"
10630   output-file-type: ".html"
10631   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10632   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10633   filter: "'NIC_Intel-X710' and
10634            '64B' and
10635            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10636            'NDRPDR' and
10637            '2T2C' and
10638            'IP4FWD' and
10639            not 'IPSEC' and
10640            not 'DOT1Q' and
10641            not 'VHOST'"
10642   parameters:
10643   - "throughput"
10644   - "parent"
10645   - "tags"
10646   sort:
10647   - "IP4BASE"
10648   - "FIB_20K"
10649   - "FIB_200K"
10650   - "FIB_2M"
10651   traces:
10652     hoverinfo: "x+y"
10653     boxpoints: "outliers"
10654     whiskerwidth: 0
10655   layout:
10656     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
10657     layout: "plot-throughput"
10658
10659 - type: "plot"
10660   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10661   algorithm: "plot_performance_box"
10662   output-file-type: ".html"
10663   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10664   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10665   filter: "'NIC_Intel-X710' and
10666            '64B' and
10667            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
10668            'NDRPDR' and
10669            '2T2C' and
10670            'IP4FWD' and
10671            not 'IPSEC' and
10672            not 'DOT1Q' and
10673            not 'VHOST'"
10674   parameters:
10675   - "throughput"
10676   - "parent"
10677   - "tags"
10678   sort:
10679   - "IP4BASE"
10680   - "FIB_20K"
10681   - "FIB_200K"
10682   - "FIB_2M"
10683   traces:
10684     hoverinfo: "x+y"
10685     boxpoints: "outliers"
10686     whiskerwidth: 0
10687   layout:
10688     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
10689     layout: "plot-throughput"
10690
10691 # Packet Throughput - VPP IPv4 3n-hsw-x710 features
10692 - type: "plot"
10693   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10694   algorithm: "plot_performance_box"
10695   output-file-type: ".html"
10696   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10697   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10698   filter: "'NIC_Intel-X710' and
10699            '64B' and
10700            ('IP4BASE' or
10701             'POLICE_MARK' or
10702             'COPWHLIST' or
10703             ('NAT44' and 'BASE') or
10704             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10705            'NDRPDR' and
10706            '1T1C' and
10707            'IP4FWD' and
10708            not 'IPSEC' and
10709            not 'VHOST'"
10710   parameters:
10711   - "throughput"
10712   - "parent"
10713   - "tags"
10714   sort:
10715   - "DOT1Q"
10716   - "IP4BASE"
10717   - "NAT44"
10718   - "POLICE_MARK"
10719   - "COPWHLIST"
10720   - "IACL"
10721   - "OACL"
10722   traces:
10723     hoverinfo: "x+y"
10724     boxpoints: "outliers"
10725     whiskerwidth: 0
10726   layout:
10727     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
10728     layout: "plot-throughput"
10729
10730 - type: "plot"
10731   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10732   algorithm: "plot_performance_box"
10733   output-file-type: ".html"
10734   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10735   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10736   filter: "'NIC_Intel-X710' and
10737            '64B' and
10738            ('IP4BASE' or
10739             'POLICE_MARK' or
10740             'COPWHLIST' or
10741             ('NAT44' and 'BASE') or
10742             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10743            'NDRPDR' and
10744            '1T1C' and
10745            'IP4FWD' and
10746            not 'IPSEC' and
10747            not 'VHOST'"
10748   parameters:
10749   - "throughput"
10750   - "parent"
10751   - "tags"
10752   sort:
10753   - "DOT1Q"
10754   - "IP4BASE"
10755   - "NAT44"
10756   - "POLICE_MARK"
10757   - "COPWHLIST"
10758   - "IACL"
10759   - "OACL"
10760   traces:
10761     hoverinfo: "x+y"
10762     boxpoints: "outliers"
10763     whiskerwidth: 0
10764   layout:
10765     title: "ip4-3n-hsw-x710-64b-1t1c-features-pdr"
10766     layout: "plot-throughput"
10767
10768 - type: "plot"
10769   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10770   algorithm: "plot_performance_box"
10771   output-file-type: ".html"
10772   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10773   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10774   filter: "'NIC_Intel-X710' and
10775            '64B' and
10776            ('IP4BASE' or
10777             'POLICE_MARK' or
10778             'COPWHLIST' or
10779             ('NAT44' and 'BASE') or
10780             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10781            'NDRPDR' and
10782            '2T2C' and
10783            'IP4FWD' and
10784            not 'IPSEC' and
10785            not 'VHOST'"
10786   parameters:
10787   - "throughput"
10788   - "parent"
10789   - "tags"
10790   sort:
10791   - "DOT1Q"
10792   - "IP4BASE"
10793   - "NAT44"
10794   - "POLICE_MARK"
10795   - "COPWHLIST"
10796   - "IACL"
10797   - "OACL"
10798   traces:
10799     hoverinfo: "x+y"
10800     boxpoints: "outliers"
10801     whiskerwidth: 0
10802   layout:
10803     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
10804     layout: "plot-throughput"
10805
10806 - type: "plot"
10807   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10808   algorithm: "plot_performance_box"
10809   output-file-type: ".html"
10810   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10811   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
10812   filter: "'NIC_Intel-X710' and
10813            '64B' and
10814            ('IP4BASE' or
10815             'POLICE_MARK' or
10816             'COPWHLIST' or
10817             ('NAT44' and 'BASE') or
10818             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
10819            'NDRPDR' and
10820            '2T2C' and
10821            'IP4FWD' and
10822            not 'IPSEC' and
10823            not 'VHOST'"
10824   parameters:
10825   - "throughput"
10826   - "parent"
10827   - "tags"
10828   sort:
10829   - "DOT1Q"
10830   - "IP4BASE"
10831   - "NAT44"
10832   - "POLICE_MARK"
10833   - "COPWHLIST"
10834   - "IACL"
10835   - "OACL"
10836   traces:
10837     hoverinfo: "x+y"
10838     boxpoints: "outliers"
10839     whiskerwidth: 0
10840   layout:
10841     title: "ip4-3n-hsw-x710-64b-2t2c-features-pdr"
10842     layout: "plot-throughput"
10843
10844 # Packet Throughput - VPP IPv4 3n-hsw-x710 features nat44
10845 - type: "plot"
10846   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10847   algorithm: "plot_performance_box"
10848   output-file-type: ".html"
10849   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10850   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10851   filter: "'NIC_Intel-X710' and
10852            '64B' and
10853            'NDRPDR' and
10854            '2T1C' and
10855            'IP4FWD' and
10856            ('NAT44' or 'IP4BASE') and
10857            not 'IPSEC' and
10858            not 'VHOST'"
10859   parameters:
10860   - "throughput"
10861   - "parent"
10862   - "tags"
10863   sort:
10864   - "IP4BASE"
10865   - "BASE"
10866   - "SRC_USER_10"
10867   - "SRC_USER_100"
10868   - "SRC_USER_1000"
10869   - "SRC_USER_2000"
10870   traces:
10871     hoverinfo: "x+y"
10872     boxpoints: "outliers"
10873     whiskerwidth: 0
10874   layout:
10875     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
10876     layout: "plot-throughput"
10877
10878 - type: "plot"
10879   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10880   algorithm: "plot_performance_box"
10881   output-file-type: ".html"
10882   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10883   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10884   filter: "'NIC_Intel-X710' and
10885            '64B' and
10886            'NDRPDR' and
10887            '2T1C' and
10888            'IP4FWD' and
10889            ('NAT44' or 'IP4BASE') and
10890            not 'IPSEC' and
10891            not 'VHOST'"
10892   parameters:
10893   - "throughput"
10894   - "parent"
10895   - "tags"
10896   sort:
10897   - "IP4BASE"
10898   - "BASE"
10899   - "SRC_USER_10"
10900   - "SRC_USER_100"
10901   - "SRC_USER_1000"
10902   - "SRC_USER_2000"
10903   traces:
10904     hoverinfo: "x+y"
10905     boxpoints: "outliers"
10906     whiskerwidth: 0
10907   layout:
10908     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-pdr"
10909     layout: "plot-throughput"
10910
10911 - type: "plot"
10912   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10913   algorithm: "plot_performance_box"
10914   output-file-type: ".html"
10915   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10916   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10917   filter: "'NIC_Intel-X710' and
10918            '64B' and
10919            'NDRPDR' and
10920            '4T2C' and
10921            'IP4FWD' and
10922            ('NAT44' or 'IP4BASE') and
10923            not 'IPSEC' and
10924            not 'VHOST'"
10925   parameters:
10926   - "throughput"
10927   - "parent"
10928   - "tags"
10929   sort:
10930   - "IP4BASE"
10931   - "BASE"
10932   - "SRC_USER_10"
10933   - "SRC_USER_100"
10934   - "SRC_USER_1000"
10935   - "SRC_USER_2000"
10936   traces:
10937     hoverinfo: "x+y"
10938     boxpoints: "outliers"
10939     whiskerwidth: 0
10940   layout:
10941     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
10942     layout: "plot-throughput"
10943
10944 - type: "plot"
10945   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10946   algorithm: "plot_performance_box"
10947   output-file-type: ".html"
10948   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10949   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10950   filter: "'NIC_Intel-X710' and
10951            '64B' and
10952            'NDRPDR' and
10953            '4T2C' and
10954            'IP4FWD' and
10955            ('NAT44' or 'IP4BASE') and
10956            not 'IPSEC' and
10957            not 'VHOST'"
10958   parameters:
10959   - "throughput"
10960   - "parent"
10961   - "tags"
10962   sort:
10963   - "IP4BASE"
10964   - "BASE"
10965   - "SRC_USER_10"
10966   - "SRC_USER_100"
10967   - "SRC_USER_1000"
10968   - "SRC_USER_2000"
10969   traces:
10970     hoverinfo: "x+y"
10971     boxpoints: "outliers"
10972     whiskerwidth: 0
10973   layout:
10974     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-pdr"
10975     layout: "plot-throughput"
10976
10977 # Packet Throughput - VPP IPv4 3n-hsw-x710 features iacl
10978 - type: "plot"
10979   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10980   algorithm: "plot_performance_box"
10981   output-file-type: ".html"
10982   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
10983   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10984   filter: "'NIC_Intel-X710' and
10985            '64B' and
10986            'NDRPDR' and
10987            '2T1C' and
10988            'IP4FWD' and
10989            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
10990            not 'IPSEC' and
10991            not 'VHOST'"
10992   parameters:
10993   - "throughput"
10994   - "parent"
10995   - "tags"
10996   sort:
10997   - "IP4BASE"
10998   - "ACL_STATELESS"
10999   - "ACL_STATEFUL"
11000   - "ACL_STATELESS"
11001   - "ACL_STATEFUL"
11002   traces:
11003     hoverinfo: "x+y"
11004     boxpoints: "outliers"
11005     whiskerwidth: 0
11006   layout:
11007     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
11008     layout: "plot-throughput"
11009
11010 - type: "plot"
11011   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
11012   algorithm: "plot_performance_box"
11013   output-file-type: ".html"
11014   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
11015   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11016   filter: "'NIC_Intel-X710' and
11017            '64B' and
11018            'NDRPDR' and
11019            '2T1C' and
11020            'IP4FWD' and
11021            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11022            not 'IPSEC' and
11023            not 'VHOST'"
11024   parameters:
11025   - "throughput"
11026   - "parent"
11027   - "tags"
11028   sort:
11029   - "IP4BASE"
11030   - "ACL_STATELESS"
11031   - "ACL_STATEFUL"
11032   - "ACL_STATELESS"
11033   - "ACL_STATEFUL"
11034   traces:
11035     hoverinfo: "x+y"
11036     boxpoints: "outliers"
11037     whiskerwidth: 0
11038   layout:
11039     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-pdr"
11040     layout: "plot-throughput"
11041
11042 - type: "plot"
11043   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11044   algorithm: "plot_performance_box"
11045   output-file-type: ".html"
11046   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11047   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11048   filter: "'NIC_Intel-X710' and
11049            '64B' and
11050            'NDRPDR' and
11051            '4T2C' and
11052            'IP4FWD' and
11053            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11054            not 'IPSEC' and
11055            not 'VHOST'"
11056   parameters:
11057   - "throughput"
11058   - "parent"
11059   - "tags"
11060   sort:
11061   - "IP4BASE"
11062   - "ACL_STATELESS"
11063   - "ACL_STATEFUL"
11064   - "ACL_STATELESS"
11065   - "ACL_STATEFUL"
11066   traces:
11067     hoverinfo: "x+y"
11068     boxpoints: "outliers"
11069     whiskerwidth: 0
11070   layout:
11071     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
11072     layout: "plot-throughput"
11073
11074 - type: "plot"
11075   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11076   algorithm: "plot_performance_box"
11077   output-file-type: ".html"
11078   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11079   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11080   filter: "'NIC_Intel-X710' and
11081            '64B' and
11082            'NDRPDR' and
11083            '4T2C' and
11084            'IP4FWD' and
11085            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11086            not 'IPSEC' and
11087            not 'VHOST'"
11088   parameters:
11089   - "throughput"
11090   - "parent"
11091   - "tags"
11092   sort:
11093   - "IP4BASE"
11094   - "ACL_STATELESS"
11095   - "ACL_STATEFUL"
11096   - "ACL_STATELESS"
11097   - "ACL_STATEFUL"
11098   traces:
11099     hoverinfo: "x+y"
11100     boxpoints: "outliers"
11101     whiskerwidth: 0
11102   layout:
11103     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-pdr"
11104     layout: "plot-throughput"
11105
11106 # Packet Throughput - VPP IPv4 3n-hsw-xl710 base and scale
11107 - type: "plot"
11108   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11109   algorithm: "plot_performance_box"
11110   output-file-type: ".html"
11111   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11112   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11113   filter: "'NIC_Intel-XL710' and
11114            '64B' and
11115            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11116            'NDRPDR' and
11117            '1T1C' and
11118            'IP4FWD' and
11119            not 'IPSEC' and
11120            not 'VHOST'"
11121   parameters:
11122   - "throughput"
11123   - "parent"
11124   - "tags"
11125   sort:
11126   - "IP4BASE"
11127   - "FIB_20K"
11128   - "FIB_200K"
11129   - "FIB_2M"
11130   traces:
11131     hoverinfo: "x+y"
11132     boxpoints: "outliers"
11133     whiskerwidth: 0
11134   layout:
11135     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
11136     layout: "plot-throughput"
11137
11138 - type: "plot"
11139   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11140   algorithm: "plot_performance_box"
11141   output-file-type: ".html"
11142   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11143   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11144   filter: "'NIC_Intel-XL710' and
11145            '64B' and
11146            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11147            'NDRPDR' and
11148            '1T1C' and
11149            'IP4FWD' and
11150            not 'IPSEC' and
11151            not 'VHOST'"
11152   parameters:
11153   - "throughput"
11154   - "parent"
11155   - "tags"
11156   sort:
11157   - "IP4BASE"
11158   - "FIB_20K"
11159   - "FIB_200K"
11160   - "FIB_2M"
11161   traces:
11162     hoverinfo: "x+y"
11163     boxpoints: "outliers"
11164     whiskerwidth: 0
11165   layout:
11166     title: "ip4-3n-hsw-xl710-64b-1t1c-base-pdr"
11167     layout: "plot-throughput"
11168
11169 - type: "plot"
11170   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11171   algorithm: "plot_performance_box"
11172   output-file-type: ".html"
11173   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11174   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11175   filter: "'NIC_Intel-XL710' and
11176            '64B' and
11177            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11178            'NDRPDR' and
11179            '2T2C' and
11180            'IP4FWD' and
11181            not 'IPSEC' and
11182            not 'VHOST'"
11183   parameters:
11184   - "throughput"
11185   - "parent"
11186   - "tags"
11187   sort:
11188   - "IP4BASE"
11189   - "FIB_20K"
11190   - "FIB_200K"
11191   - "FIB_2M"
11192   traces:
11193     hoverinfo: "x+y"
11194     boxpoints: "outliers"
11195     whiskerwidth: 0
11196   layout:
11197     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
11198     layout: "plot-throughput"
11199
11200 - type: "plot"
11201   title: "VPP Throughput: ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11202   algorithm: "plot_performance_box"
11203   output-file-type: ".html"
11204   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11205   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11206   filter: "'NIC_Intel-XL710' and
11207            '64B' and
11208            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11209            'NDRPDR' and
11210            '2T2C' and
11211            'IP4FWD' and
11212            not 'IPSEC' and
11213            not 'VHOST'"
11214   parameters:
11215   - "throughput"
11216   - "parent"
11217   - "tags"
11218   sort:
11219   - "IP4BASE"
11220   - "FIB_20K"
11221   - "FIB_200K"
11222   - "FIB_2M"
11223   traces:
11224     hoverinfo: "x+y"
11225     boxpoints: "outliers"
11226     whiskerwidth: 0
11227   layout:
11228     title: "ip4-3n-hsw-xl710-64b-2t2c-base-pdr"
11229     layout: "plot-throughput"
11230
11231 # Packet Throughput - VPP IPv4 3n-skx-x710 base and scale
11232 - type: "plot"
11233   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11234   algorithm: "plot_performance_box"
11235   output-file-type: ".html"
11236   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11237   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11238   filter: "'NIC_Intel-X710' and
11239            '64B' and
11240            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11241            'NDRPDR' and
11242            '2T1C' and
11243            'IP4FWD' and
11244            not 'IPSEC' and
11245            not 'DOT1Q' and
11246            not 'VHOST'"
11247   parameters:
11248   - "throughput"
11249   - "parent"
11250   - "tags"
11251   sort:
11252   - "IP4BASE"
11253   - "FIB_20K"
11254   - "FIB_200K"
11255   - "FIB_2M"
11256   traces:
11257     hoverinfo: "x+y"
11258     boxpoints: "outliers"
11259     whiskerwidth: 0
11260   layout:
11261     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
11262     layout: "plot-throughput"
11263
11264 - type: "plot"
11265   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11266   algorithm: "plot_performance_box"
11267   output-file-type: ".html"
11268   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11269   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11270   filter: "'NIC_Intel-X710' and
11271            '64B' and
11272            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11273            'NDRPDR' and
11274            '2T1C' and
11275            'IP4FWD' and
11276            not 'IPSEC' and
11277            not 'DOT1Q' and
11278            not 'VHOST'"
11279   parameters:
11280   - "throughput"
11281   - "parent"
11282   - "tags"
11283   sort:
11284   - "IP4BASE"
11285   - "FIB_20K"
11286   - "FIB_200K"
11287   - "FIB_2M"
11288   traces:
11289     hoverinfo: "x+y"
11290     boxpoints: "outliers"
11291     whiskerwidth: 0
11292   layout:
11293     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
11294     layout: "plot-throughput"
11295
11296 - type: "plot"
11297   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11298   algorithm: "plot_performance_box"
11299   output-file-type: ".html"
11300   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11301   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11302   filter: "'NIC_Intel-X710' and
11303            '64B' and
11304            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11305            'NDRPDR' and
11306            '4T2C' and
11307            'IP4FWD' and
11308            not 'IPSEC' and
11309            not 'DOT1Q' and
11310            not 'VHOST'"
11311   parameters:
11312   - "throughput"
11313   - "parent"
11314   - "tags"
11315   sort:
11316   - "IP4BASE"
11317   - "FIB_20K"
11318   - "FIB_200K"
11319   - "FIB_2M"
11320   traces:
11321     hoverinfo: "x+y"
11322     boxpoints: "outliers"
11323     whiskerwidth: 0
11324   layout:
11325     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
11326     layout: "plot-throughput"
11327
11328 - type: "plot"
11329   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11330   algorithm: "plot_performance_box"
11331   output-file-type: ".html"
11332   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11334   filter: "'NIC_Intel-X710' and
11335            '64B' and
11336            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11337            'NDRPDR' and
11338            '4T2C' and
11339            'IP4FWD' and
11340            not 'IPSEC' and
11341            not 'DOT1Q' and
11342            not 'VHOST'"
11343   parameters:
11344   - "throughput"
11345   - "parent"
11346   - "tags"
11347   sort:
11348   - "IP4BASE"
11349   - "FIB_20K"
11350   - "FIB_200K"
11351   - "FIB_2M"
11352   traces:
11353     hoverinfo: "x+y"
11354     boxpoints: "outliers"
11355     whiskerwidth: 0
11356   layout:
11357     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
11358     layout: "plot-throughput"
11359
11360 # Packet Throughput - VPP IPv4 3n-skx-x710 features
11361 - type: "plot"
11362   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-ndr"
11363   algorithm: "plot_performance_box"
11364   output-file-type: ".html"
11365   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr"
11366   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11367   filter: "'NIC_Intel-X710' and
11368            '64B' and
11369            ('IP4BASE' or
11370             'POLICE_MARK' or
11371             'COPWHLIST' or
11372             ('NAT44' and 'BASE') or
11373             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11374            'NDRPDR' and
11375            '2T1C' and
11376            'IP4FWD' and
11377            not 'IPSEC' and
11378            not 'VHOST'"
11379   parameters:
11380   - "throughput"
11381   - "parent"
11382   - "tags"
11383   sort:
11384   - "DOT1Q"
11385   - "IP4BASE"
11386   - "NAT44"
11387   - "POLICE_MARK"
11388   - "COPWHLIST"
11389   - "IACL"
11390   - "OACL"
11391   traces:
11392     hoverinfo: "x+y"
11393     boxpoints: "outliers"
11394     whiskerwidth: 0
11395   layout:
11396     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
11397     layout: "plot-throughput"
11398
11399 - type: "plot"
11400   title: "VPP Throughput: ip4-3n-skx-x710-64b-2t1c-features-pdr"
11401   algorithm: "plot_performance_box"
11402   output-file-type: ".html"
11403   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-pdr"
11404   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11405   filter: "'NIC_Intel-X710' and
11406            '64B' and
11407            ('IP4BASE' or
11408             'POLICE_MARK' or
11409             'COPWHLIST' or
11410             ('NAT44' and 'BASE') or
11411             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11412            'NDRPDR' and
11413            '2T1C' and
11414            'IP4FWD' and
11415            not 'IPSEC' and
11416            not 'VHOST'"
11417   parameters:
11418   - "throughput"
11419   - "parent"
11420   - "tags"
11421   sort:
11422   - "DOT1Q"
11423   - "IP4BASE"
11424   - "NAT44"
11425   - "POLICE_MARK"
11426   - "COPWHLIST"
11427   - "IACL"
11428   - "OACL"
11429   traces:
11430     hoverinfo: "x+y"
11431     boxpoints: "outliers"
11432     whiskerwidth: 0
11433   layout:
11434     title: "ip4-3n-skx-x710-64b-2t1c-features-pdr"
11435     layout: "plot-throughput"
11436
11437 - type: "plot"
11438   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-ndr"
11439   algorithm: "plot_performance_box"
11440   output-file-type: ".html"
11441   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr"
11442   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11443   filter: "'NIC_Intel-X710' and
11444            '64B' and
11445            ('IP4BASE' or
11446             'POLICE_MARK' or
11447             'COPWHLIST' or
11448             ('NAT44' and 'BASE') or
11449             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11450            'NDRPDR' and
11451            '4T2C' and
11452            'IP4FWD' and
11453            not 'IPSEC' and
11454            not 'VHOST'"
11455   parameters:
11456   - "throughput"
11457   - "parent"
11458   - "tags"
11459   sort:
11460   - "DOT1Q"
11461   - "IP4BASE"
11462   - "NAT44"
11463   - "POLICE_MARK"
11464   - "COPWHLIST"
11465   - "IACL"
11466   - "OACL"
11467   traces:
11468     hoverinfo: "x+y"
11469     boxpoints: "outliers"
11470     whiskerwidth: 0
11471   layout:
11472     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
11473     layout: "plot-throughput"
11474
11475 - type: "plot"
11476   title: "VPP Throughput: ip4-3n-skx-x710-64b-4t2c-features-pdr"
11477   algorithm: "plot_performance_box"
11478   output-file-type: ".html"
11479   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-pdr"
11480   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11481   filter: "'NIC_Intel-X710' and
11482            '64B' and
11483            ('IP4BASE' or
11484             'POLICE_MARK' or
11485             'COPWHLIST' or
11486             ('NAT44' and 'BASE') or
11487             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
11488            'NDRPDR' and
11489            '4T2C' and
11490            'IP4FWD' and
11491            not 'IPSEC' and
11492            not 'VHOST'"
11493   parameters:
11494   - "throughput"
11495   - "parent"
11496   - "tags"
11497   sort:
11498   - "DOT1Q"
11499   - "IP4BASE"
11500   - "NAT44"
11501   - "POLICE_MARK"
11502   - "COPWHLIST"
11503   - "IACL"
11504   - "OACL"
11505   traces:
11506     hoverinfo: "x+y"
11507     boxpoints: "outliers"
11508     whiskerwidth: 0
11509   layout:
11510     title: "ip4-3n-skx-x710-64b-4t2c-features-pdr"
11511     layout: "plot-throughput"
11512
11513 # Packet Throughput - VPP IPv4 3n-skx-x710 features nat44
11514 - type: "plot"
11515   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11516   algorithm: "plot_performance_box"
11517   output-file-type: ".html"
11518   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11519   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11520   filter: "'NIC_Intel-X710' and
11521            '64B' and
11522            'NDRPDR' and
11523            '1T1C' and
11524            'IP4FWD' and
11525            ('NAT44' or 'IP4BASE') and
11526            not 'IPSEC' and
11527            not 'VHOST'"
11528   parameters:
11529   - "throughput"
11530   - "parent"
11531   - "tags"
11532   sort:
11533   - "IP4BASE"
11534   - "BASE"
11535   - "SRC_USER_10"
11536   - "SRC_USER_100"
11537   - "SRC_USER_1000"
11538   - "SRC_USER_2000"
11539   traces:
11540     hoverinfo: "x+y"
11541     boxpoints: "outliers"
11542     whiskerwidth: 0
11543   layout:
11544     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
11545     layout: "plot-throughput"
11546
11547 - type: "plot"
11548   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11549   algorithm: "plot_performance_box"
11550   output-file-type: ".html"
11551   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11552   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11553   filter: "'NIC_Intel-X710' and
11554            '64B' and
11555            'NDRPDR' and
11556            '1T1C' and
11557            'IP4FWD' and
11558            ('NAT44' or 'IP4BASE') and
11559            not 'IPSEC' and
11560            not 'VHOST'"
11561   parameters:
11562   - "throughput"
11563   - "parent"
11564   - "tags"
11565   sort:
11566   - "IP4BASE"
11567   - "BASE"
11568   - "SRC_USER_10"
11569   - "SRC_USER_100"
11570   - "SRC_USER_1000"
11571   - "SRC_USER_2000"
11572   traces:
11573     hoverinfo: "x+y"
11574     boxpoints: "outliers"
11575     whiskerwidth: 0
11576   layout:
11577     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-pdr"
11578     layout: "plot-throughput"
11579
11580 - type: "plot"
11581   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11582   algorithm: "plot_performance_box"
11583   output-file-type: ".html"
11584   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11585   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11586   filter: "'NIC_Intel-X710' and
11587            '64B' and
11588            'NDRPDR' and
11589            '2T2C' and
11590            'IP4FWD' and
11591            ('NAT44' or 'IP4BASE') and
11592            not 'IPSEC' and
11593            not 'VHOST'"
11594   parameters:
11595   - "throughput"
11596   - "parent"
11597   - "tags"
11598   sort:
11599   - "IP4BASE"
11600   - "BASE"
11601   - "SRC_USER_10"
11602   - "SRC_USER_100"
11603   - "SRC_USER_1000"
11604   - "SRC_USER_2000"
11605   traces:
11606     hoverinfo: "x+y"
11607     boxpoints: "outliers"
11608     whiskerwidth: 0
11609   layout:
11610     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
11611     layout: "plot-throughput"
11612
11613 - type: "plot"
11614   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11615   algorithm: "plot_performance_box"
11616   output-file-type: ".html"
11617   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11618   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11619   filter: "'NIC_Intel-X710' and
11620            '64B' and
11621            'NDRPDR' and
11622            '2T2C' and
11623            'IP4FWD' and
11624            ('NAT44' or 'IP4BASE') and
11625            not 'IPSEC' and
11626            not 'VHOST'"
11627   parameters:
11628   - "throughput"
11629   - "parent"
11630   - "tags"
11631   sort:
11632   - "IP4BASE"
11633   - "BASE"
11634   - "SRC_USER_10"
11635   - "SRC_USER_100"
11636   - "SRC_USER_1000"
11637   - "SRC_USER_2000"
11638   traces:
11639     hoverinfo: "x+y"
11640     boxpoints: "outliers"
11641     whiskerwidth: 0
11642   layout:
11643     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-pdr"
11644     layout: "plot-throughput"
11645
11646 # Packet Throughput - VPP IPv4 3n-skx-x710 features iacl
11647 - type: "plot"
11648   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11649   algorithm: "plot_performance_box"
11650   output-file-type: ".html"
11651   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11652   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11653   filter: "'NIC_Intel-X710' and
11654            '64B' and
11655            'NDRPDR' and
11656            '1T1C' and
11657            'IP4FWD' and
11658            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11659            not 'IPSEC' and
11660            not 'VHOST'"
11661   parameters:
11662   - "throughput"
11663   - "parent"
11664   - "tags"
11665   sort:
11666   - "IP4BASE"
11667   - "ACL_STATELESS"
11668   - "ACL_STATEFUL"
11669   - "ACL_STATELESS"
11670   - "ACL_STATEFUL"
11671   traces:
11672     hoverinfo: "x+y"
11673     boxpoints: "outliers"
11674     whiskerwidth: 0
11675   layout:
11676     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
11677     layout: "plot-throughput"
11678
11679 - type: "plot"
11680   title: "VPP Throughput: ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11681   algorithm: "plot_performance_box"
11682   output-file-type: ".html"
11683   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11684   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11685   filter: "'NIC_Intel-X710' and
11686            '64B' and
11687            'NDRPDR' and
11688            '1T1C' and
11689            'IP4FWD' and
11690            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11691            not 'IPSEC' and
11692            not 'VHOST'"
11693   parameters:
11694   - "throughput"
11695   - "parent"
11696   - "tags"
11697   sort:
11698   - "IP4BASE"
11699   - "ACL_STATELESS"
11700   - "ACL_STATEFUL"
11701   - "ACL_STATELESS"
11702   - "ACL_STATEFUL"
11703   traces:
11704     hoverinfo: "x+y"
11705     boxpoints: "outliers"
11706     whiskerwidth: 0
11707   layout:
11708     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-pdr"
11709     layout: "plot-throughput"
11710
11711 - type: "plot"
11712   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11713   algorithm: "plot_performance_box"
11714   output-file-type: ".html"
11715   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11716   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11717   filter: "'NIC_Intel-X710' and
11718            '64B' and
11719            'NDRPDR' and
11720            '2T2C' and
11721            'IP4FWD' and
11722            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11723            not 'IPSEC' and
11724            not 'VHOST'"
11725   parameters:
11726   - "throughput"
11727   - "parent"
11728   - "tags"
11729   sort:
11730   - "IP4BASE"
11731   - "ACL_STATELESS"
11732   - "ACL_STATEFUL"
11733   - "ACL_STATELESS"
11734   - "ACL_STATEFUL"
11735   traces:
11736     hoverinfo: "x+y"
11737     boxpoints: "outliers"
11738     whiskerwidth: 0
11739   layout:
11740     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
11741     layout: "plot-throughput"
11742
11743 - type: "plot"
11744   title: "VPP Throughput: ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11745   algorithm: "plot_performance_box"
11746   output-file-type: ".html"
11747   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11748   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11749   filter: "'NIC_Intel-X710' and
11750            '64B' and
11751            'NDRPDR' and
11752            '2T2C' and
11753            'IP4FWD' and
11754            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
11755            not 'IPSEC' and
11756            not 'VHOST'"
11757   parameters:
11758   - "throughput"
11759   - "parent"
11760   - "tags"
11761   sort:
11762   - "IP4BASE"
11763   - "ACL_STATELESS"
11764   - "ACL_STATEFUL"
11765   - "ACL_STATELESS"
11766   - "ACL_STATEFUL"
11767   traces:
11768     hoverinfo: "x+y"
11769     boxpoints: "outliers"
11770     whiskerwidth: 0
11771   layout:
11772     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-pdr"
11773     layout: "plot-throughput"
11774
11775 # Packet Throughput - VPP IPv4 2n-skx-x710 base and scale
11776 - type: "plot"
11777   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11778   algorithm: "plot_performance_box"
11779   output-file-type: ".html"
11780   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11781   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11782   filter: "'NIC_Intel-X710' and
11783            '64B' and
11784            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11785            'NDRPDR' and
11786            '2T1C' and
11787            'IP4FWD' and
11788            not 'IPSEC' and
11789            not 'DOT1Q' and
11790            not 'VHOST'"
11791   parameters:
11792   - "throughput"
11793   - "parent"
11794   - "tags"
11795   sort:
11796   - "IP4BASE"
11797   - "FIB_20K"
11798   - "FIB_200K"
11799   - "FIB_2M"
11800   traces:
11801     hoverinfo: "x+y"
11802     boxpoints: "outliers"
11803     whiskerwidth: 0
11804   layout:
11805     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
11806     layout: "plot-throughput"
11807
11808 - type: "plot"
11809   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11810   algorithm: "plot_performance_box"
11811   output-file-type: ".html"
11812   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11813   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11814   filter: "'NIC_Intel-X710' and
11815            '64B' and
11816            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11817            'NDRPDR' and
11818            '2T1C' and
11819            'IP4FWD' and
11820            not 'IPSEC' and
11821            not 'DOT1Q' and
11822            not 'VHOST'"
11823   parameters:
11824   - "throughput"
11825   - "parent"
11826   - "tags"
11827   sort:
11828   - "IP4BASE"
11829   - "FIB_20K"
11830   - "FIB_200K"
11831   - "FIB_2M"
11832   traces:
11833     hoverinfo: "x+y"
11834     boxpoints: "outliers"
11835     whiskerwidth: 0
11836   layout:
11837     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
11838     layout: "plot-throughput"
11839
11840 - type: "plot"
11841   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11842   algorithm: "plot_performance_box"
11843   output-file-type: ".html"
11844   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11845   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11846   filter: "'NIC_Intel-X710' and
11847            '64B' and
11848            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11849            'NDRPDR' and
11850            '4T2C' and
11851            'IP4FWD' and
11852            not 'IPSEC' and
11853            not 'DOT1Q' and
11854            not 'VHOST'"
11855   parameters:
11856   - "throughput"
11857   - "parent"
11858   - "tags"
11859   sort:
11860   - "IP4BASE"
11861   - "FIB_20K"
11862   - "FIB_200K"
11863   - "FIB_2M"
11864   traces:
11865     hoverinfo: "x+y"
11866     boxpoints: "outliers"
11867     whiskerwidth: 0
11868   layout:
11869     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
11870     layout: "plot-throughput"
11871
11872 - type: "plot"
11873   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11874   algorithm: "plot_performance_box"
11875   output-file-type: ".html"
11876   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11877   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11878   filter: "'NIC_Intel-X710' and
11879            '64B' and
11880            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
11881            'NDRPDR' and
11882            '4T2C' and
11883            'IP4FWD' and
11884            not 'IPSEC' and
11885            not 'DOT1Q' and
11886            not 'VHOST'"
11887   parameters:
11888   - "throughput"
11889   - "parent"
11890   - "tags"
11891   sort:
11892   - "IP4BASE"
11893   - "FIB_20K"
11894   - "FIB_200K"
11895   - "FIB_2M"
11896   traces:
11897     hoverinfo: "x+y"
11898     boxpoints: "outliers"
11899     whiskerwidth: 0
11900   layout:
11901     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
11902     layout: "plot-throughput"
11903
11904 # Packet Throughput - VPP IPv4 2n-skx-x710 features iacl
11905 - type: "plot"
11906   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11907   algorithm: "plot_performance_box"
11908   output-file-type: ".html"
11909   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11910   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11911   filter: "'NIC_Intel-X710' and
11912            '64B' and
11913            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11914            'NDRPDR' and
11915            '2T1C' and
11916            'IP4FWD' and
11917            not 'IPSEC' and
11918            not 'DOT1Q' and
11919            not 'VHOST'"
11920   parameters:
11921   - "throughput"
11922   - "parent"
11923   - "tags"
11924   sort:
11925   - "IP4BASE"
11926   - "ACL_STATELESS"
11927   - "ACL_STATEFUL"
11928   - "ACL_STATELESS"
11929   - "ACL_STATEFUL"
11930   traces:
11931     hoverinfo: "x+y"
11932     boxpoints: "outliers"
11933     whiskerwidth: 0
11934   layout:
11935     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
11936     layout: "plot-throughput"
11937
11938 - type: "plot"
11939   title: "VPP Throughput: ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11940   algorithm: "plot_performance_box"
11941   output-file-type: ".html"
11942   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11943   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11944   filter: "'NIC_Intel-X710' and
11945            '64B' and
11946            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11947            'NDRPDR' and
11948            '2T1C' and
11949            'IP4FWD' and
11950            not 'IPSEC' and
11951            not 'DOT1Q' and
11952            not 'VHOST'"
11953   parameters:
11954   - "throughput"
11955   - "parent"
11956   - "tags"
11957   sort:
11958   - "IP4BASE"
11959   - "ACL_STATELESS"
11960   - "ACL_STATEFUL"
11961   - "ACL_STATELESS"
11962   - "ACL_STATEFUL"
11963   traces:
11964     hoverinfo: "x+y"
11965     boxpoints: "outliers"
11966     whiskerwidth: 0
11967   layout:
11968     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-pdr"
11969     layout: "plot-throughput"
11970
11971 - type: "plot"
11972   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11973   algorithm: "plot_performance_box"
11974   output-file-type: ".html"
11975   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
11976   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11977   filter: "'NIC_Intel-X710' and
11978            '64B' and
11979            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
11980            'NDRPDR' and
11981            '4T2C' and
11982            'IP4FWD' and
11983            not 'IPSEC' and
11984            not 'DOT1Q' and
11985            not 'VHOST'"
11986   parameters:
11987   - "throughput"
11988   - "parent"
11989   - "tags"
11990   sort:
11991   - "IP4BASE"
11992   - "ACL_STATELESS"
11993   - "ACL_STATEFUL"
11994   - "ACL_STATELESS"
11995   - "ACL_STATEFUL"
11996   traces:
11997     hoverinfo: "x+y"
11998     boxpoints: "outliers"
11999     whiskerwidth: 0
12000   layout:
12001     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
12002     layout: "plot-throughput"
12003
12004 - type: "plot"
12005   title: "VPP Throughput: ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
12006   algorithm: "plot_performance_box"
12007   output-file-type: ".html"
12008   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
12009   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12010   filter: "'NIC_Intel-X710' and
12011            '64B' and
12012            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
12013            'NDRPDR' and
12014            '4T2C' and
12015            'IP4FWD' and
12016            not 'IPSEC' and
12017            not 'DOT1Q' and
12018            not 'VHOST'"
12019   parameters:
12020   - "throughput"
12021   - "parent"
12022   - "tags"
12023   sort:
12024   - "IP4BASE"
12025   - "ACL_STATELESS"
12026   - "ACL_STATEFUL"
12027   - "ACL_STATELESS"
12028   - "ACL_STATEFUL"
12029   traces:
12030     hoverinfo: "x+y"
12031     boxpoints: "outliers"
12032     whiskerwidth: 0
12033   layout:
12034     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-pdr"
12035     layout: "plot-throughput"
12036
12037 # Packet Throughput - VPP IPv4 2n-skx-xxv710 base and scale
12038 - type: "plot"
12039   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12040   algorithm: "plot_performance_box"
12041   output-file-type: ".html"
12042   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12043   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12044   filter: "'NIC_Intel-XXV710' and
12045            '64B' and
12046            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12047            'NDRPDR' and
12048            '2T1C' and
12049            'IP4FWD' and
12050            not 'IPSEC' and
12051            not 'DOT1Q' and
12052            not 'VHOST'"
12053   parameters:
12054   - "throughput"
12055   - "parent"
12056   - "tags"
12057   sort:
12058   - "IP4BASE"
12059   - "FIB_20K"
12060   - "FIB_200K"
12061   - "FIB_2M"
12062   traces:
12063     hoverinfo: "x+y"
12064     boxpoints: "outliers"
12065     whiskerwidth: 0
12066   layout:
12067     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
12068     layout: "plot-throughput"
12069
12070 - type: "plot"
12071   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12072   algorithm: "plot_performance_box"
12073   output-file-type: ".html"
12074   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12075   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12076   filter: "'NIC_Intel-XXV710' and
12077            '64B' and
12078            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12079            'NDRPDR' and
12080            '2T1C' and
12081            'IP4FWD' and
12082            not 'IPSEC' and
12083            not 'DOT1Q' and
12084            not 'VHOST'"
12085   parameters:
12086   - "throughput"
12087   - "parent"
12088   - "tags"
12089   sort:
12090   - "IP4BASE"
12091   - "FIB_20K"
12092   - "FIB_200K"
12093   - "FIB_2M"
12094   traces:
12095     hoverinfo: "x+y"
12096     boxpoints: "outliers"
12097     whiskerwidth: 0
12098   layout:
12099     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
12100     layout: "plot-throughput"
12101
12102 - type: "plot"
12103   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12104   algorithm: "plot_performance_box"
12105   output-file-type: ".html"
12106   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12107   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12108   filter: "'NIC_Intel-XXV710' and
12109            '64B' and
12110            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12111            'NDRPDR' and
12112            '4T2C' and
12113            'IP4FWD' and
12114            not 'IPSEC' and
12115            not 'DOT1Q' and
12116            not 'VHOST'"
12117   parameters:
12118   - "throughput"
12119   - "parent"
12120   - "tags"
12121   sort:
12122   - "IP4BASE"
12123   - "FIB_20K"
12124   - "FIB_200K"
12125   - "FIB_2M"
12126   traces:
12127     hoverinfo: "x+y"
12128     boxpoints: "outliers"
12129     whiskerwidth: 0
12130   layout:
12131     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
12132     layout: "plot-throughput"
12133
12134 - type: "plot"
12135   title: "VPP Throughput: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12136   algorithm: "plot_performance_box"
12137   output-file-type: ".html"
12138   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12139   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12140   filter: "'NIC_Intel-XXV710' and
12141            '64B' and
12142            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12143            'NDRPDR' and
12144            '4T2C' and
12145            'IP4FWD' and
12146            not 'IPSEC' and
12147            not 'DOT1Q' and
12148            not 'VHOST'"
12149   parameters:
12150   - "throughput"
12151   - "parent"
12152   - "tags"
12153   sort:
12154   - "IP4BASE"
12155   - "FIB_20K"
12156   - "FIB_200K"
12157   - "FIB_2M"
12158   traces:
12159     hoverinfo: "x+y"
12160     boxpoints: "outliers"
12161     whiskerwidth: 0
12162   layout:
12163     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
12164     layout: "plot-throughput"
12165
12166 ## Packet Throughput - VPP IPv4 2n-dnv-x553 base and scale
12167 #- type: "plot"
12168 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12169 #  algorithm: "plot_performance_box"
12170 #  output-file-type: ".html"
12171 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12172 #  data: "intel-dnv-vpp"
12173 #  filter: "'NIC_Intel-X553' and
12174 #           '64B' and
12175 #           'IP4BASE' and
12176 #           'NDRPDR' and
12177 #           '1T1C' and
12178 #           'IP4FWD' and
12179 #           not 'IPSEC' and
12180 #           not 'VHOST'"
12181 #  parameters:
12182 #  - "throughput"
12183 #  - "parent"
12184 #  - "tags"
12185 #  sort:
12186 #  - "IP4BASE"
12187 #  traces:
12188 #    hoverinfo: "x+y"
12189 #    boxpoints: "outliers"
12190 #    whiskerwidth: 0
12191 #  layout:
12192 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-ndr"
12193 #    layout: "plot-throughput"
12194 #
12195 #- type: "plot"
12196 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12197 #  algorithm: "plot_performance_box"
12198 #  output-file-type: ".html"
12199 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12200 #  data: "intel-dnv-vpp"
12201 #  filter: "'NIC_Intel-X553' and
12202 #           '64B' and
12203 #           'IP4BASE' and
12204 #           'NDRPDR' and
12205 #           '1T1C' and
12206 #           'IP4FWD' and
12207 #           not 'IPSEC' and
12208 #           not 'VHOST'"
12209 #  parameters:
12210 #  - "throughput"
12211 #  - "parent"
12212 #  - "tags"
12213 #  sort:
12214 #  - "IP4BASE"
12215 #  traces:
12216 #    hoverinfo: "x+y"
12217 #    boxpoints: "outliers"
12218 #    whiskerwidth: 0
12219 #  layout:
12220 #    title: "ip4-2n-dnv-x553-64b-1t1c-base-pdr"
12221 #    layout: "plot-throughput"
12222 #
12223 #- type: "plot"
12224 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12225 #  algorithm: "plot_performance_box"
12226 #  output-file-type: ".html"
12227 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12228 #  data: "intel-dnv-vpp"
12229 #  filter: "'NIC_Intel-X553' and
12230 #           '64B' and
12231 #           'IP4BASE' and
12232 #           'NDRPDR' and
12233 #           '2T2C' and
12234 #           'IP4FWD' and
12235 #           not 'IPSEC' and
12236 #           not 'VHOST'"
12237 #  parameters:
12238 #  - "throughput"
12239 #  - "parent"
12240 #  - "tags"
12241 #  sort:
12242 #  - "IP4BASE"
12243 #  traces:
12244 #    hoverinfo: "x+y"
12245 #    boxpoints: "outliers"
12246 #    whiskerwidth: 0
12247 #  layout:
12248 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-ndr"
12249 #    layout: "plot-throughput"
12250 #
12251 #- type: "plot"
12252 #  title: "VPP Throughput: ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12253 #  algorithm: "plot_performance_box"
12254 #  output-file-type: ".html"
12255 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12256 #  data: "intel-dnv-vpp"
12257 #  filter: "'NIC_Intel-X553' and
12258 #           '64B' and
12259 #           'IP4BASE' and
12260 #           'NDRPDR' and
12261 #           '2T2C' and
12262 #           'IP4FWD' and
12263 #           not 'IPSEC' and
12264 #           not 'VHOST'"
12265 #  parameters:
12266 #  - "throughput"
12267 #  - "parent"
12268 #  - "tags"
12269 #  sort:
12270 #  - "IP4BASE"
12271 #  traces:
12272 #    hoverinfo: "x+y"
12273 #    boxpoints: "outliers"
12274 #    whiskerwidth: 0
12275 #  layout:
12276 #    title: "ip4-2n-dnv-x553-64b-2t2c-base-pdr"
12277 #    layout: "plot-throughput"
12278
12279 ################################################################################
12280
12281 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x520 - features
12282 - type: "plot"
12283   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12284   algorithm: "plot_performance_box"
12285   output-file-type: ".html"
12286   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12287   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12288   filter: "'NIC_Intel-X520-DA2' and
12289            '64B' and
12290            'ENCAP' and
12291            'NDRPDR' and
12292            '1T1C' and
12293            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12294            not 'DOT1Q' and
12295            not 'VHOST' and
12296            not 'IPSECHW'"
12297   parameters:
12298   - "throughput"
12299   - "parent"
12300   - "tags"
12301   sort:
12302   - "IP4BASE"
12303   - "L2BDMACLRN"
12304   - "L2XCFWD"
12305   - "LISP"
12306   traces:
12307     hoverinfo: "x+y"
12308     boxpoints: "outliers"
12309     whiskerwidth: 0
12310   layout:
12311     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
12312     layout: "plot-throughput"
12313
12314 - type: "plot"
12315   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12316   algorithm: "plot_performance_box"
12317   output-file-type: ".html"
12318   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12319   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12320   filter: "'NIC_Intel-X520-DA2' and
12321            '64B' and
12322            'ENCAP' and
12323            'NDRPDR' and
12324            '2T2C' and
12325            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12326            not 'DOT1Q' and
12327            not 'VHOST' and
12328            not 'IPSECHW'"
12329   parameters:
12330   - "throughput"
12331   - "parent"
12332   - "tags"
12333   sort:
12334   - "IP4BASE"
12335   - "L2BDMACLRN"
12336   - "L2XCFWD"
12337   - "LISP"
12338   traces:
12339     hoverinfo: "x+y"
12340     boxpoints: "outliers"
12341     whiskerwidth: 0
12342   layout:
12343     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
12344     layout: "plot-throughput"
12345
12346 - type: "plot"
12347   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12348   algorithm: "plot_performance_box"
12349   output-file-type: ".html"
12350   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12351   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12352   filter: "'NIC_Intel-X520-DA2' and
12353            '64B' and
12354            'ENCAP' and
12355            'NDRPDR' and
12356            '1T1C' and
12357            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12358            not 'DOT1Q' and
12359            not 'VHOST' and
12360            not 'IPSECHW'"
12361   parameters:
12362   - "throughput"
12363   - "parent"
12364   - "tags"
12365   sort:
12366   - "IP4BASE"
12367   - "L2BDMACLRN"
12368   - "L2XCFWD"
12369   - "LISP"
12370   traces:
12371     hoverinfo: "x+y"
12372     boxpoints: "outliers"
12373     whiskerwidth: 0
12374   layout:
12375     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
12376     layout: "plot-throughput"
12377
12378 - type: "plot"
12379   title: "VPP Throughput: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12380   algorithm: "plot_performance_box"
12381   output-file-type: ".html"
12382   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12383   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12384   filter: "'NIC_Intel-X520-DA2' and
12385            '64B' and
12386            'ENCAP' and
12387            'NDRPDR' and
12388            '2T2C' and
12389            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12390            not 'DOT1Q' and
12391            not 'VHOST' and
12392            not 'IPSECHW'"
12393   parameters:
12394   - "throughput"
12395   - "parent"
12396   - "tags"
12397   sort:
12398   - "IP4BASE"
12399   - "L2BDMACLRN"
12400   - "L2XCFWD"
12401   - "LISP"
12402   traces:
12403     hoverinfo: "x+y"
12404     boxpoints: "outliers"
12405     whiskerwidth: 0
12406   layout:
12407     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
12408     layout: "plot-throughput"
12409
12410 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 base and scale
12411 - type: "plot"
12412   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12413   algorithm: "plot_performance_box"
12414   output-file-type: ".html"
12415   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12416   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12417   filter: "'NIC_Intel-X710' and
12418            '64B' and
12419            'ENCAP' and
12420            'NDRPDR' and
12421            '1T1C' and
12422            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12423            not 'VHOST' and
12424            not 'IPSECHW'"
12425   parameters:
12426   - "throughput"
12427   - "parent"
12428   - "tags"
12429   sort:
12430   - "IP4BASE"
12431   - "LISP"
12432   - "VXLAN_1"
12433   - "VXLAN_10"
12434   - "VXLAN_100"
12435   - "VXLAN_1000"
12436   traces:
12437     hoverinfo: "x+y"
12438     boxpoints: "outliers"
12439     whiskerwidth: 0
12440   layout:
12441     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
12442     layout: "plot-throughput"
12443
12444 - type: "plot"
12445   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12446   algorithm: "plot_performance_box"
12447   output-file-type: ".html"
12448   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12449   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12450   filter: "'NIC_Intel-X710' and
12451            '64B' and
12452            'ENCAP' and
12453            'NDRPDR' and
12454            '1T1C' and
12455            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12456            not 'VHOST' and
12457            not 'IPSECHW'"
12458   parameters:
12459   - "throughput"
12460   - "parent"
12461   - "tags"
12462   sort:
12463   - "IP4BASE"
12464   - "LISP"
12465   - "VXLAN_1"
12466   - "VXLAN_10"
12467   - "VXLAN_100"
12468   - "VXLAN_1000"
12469   traces:
12470     hoverinfo: "x+y"
12471     boxpoints: "outliers"
12472     whiskerwidth: 0
12473   layout:
12474     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
12475     layout: "plot-throughput"
12476
12477 - type: "plot"
12478   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12479   algorithm: "plot_performance_box"
12480   output-file-type: ".html"
12481   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12482   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12483   filter: "'NIC_Intel-X710' and
12484            '64B' and
12485            'ENCAP' and
12486            'NDRPDR' and
12487            '2T2C' and
12488            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12489            not 'VHOST' and
12490            not 'IPSECHW'"
12491   parameters:
12492   - "throughput"
12493   - "parent"
12494   - "tags"
12495   sort:
12496   - "IP4BASE"
12497   - "LISP"
12498   - "VXLAN_1"
12499   - "VXLAN_10"
12500   - "VXLAN_100"
12501   - "VXLAN_1000"
12502   traces:
12503     hoverinfo: "x+y"
12504     boxpoints: "outliers"
12505     whiskerwidth: 0
12506   layout:
12507     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
12508     layout: "plot-throughput"
12509
12510 - type: "plot"
12511   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12512   algorithm: "plot_performance_box"
12513   output-file-type: ".html"
12514   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12515   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12516   filter: "'NIC_Intel-X710' and
12517            '64B' and
12518            'ENCAP' and
12519            'NDRPDR' and
12520            '2T2C' and
12521            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12522            not 'VHOST' and
12523            not 'IPSECHW'"
12524   parameters:
12525   - "throughput"
12526   - "parent"
12527   - "tags"
12528   sort:
12529   - "IP4BASE"
12530   - "LISP"
12531   - "VXLAN_1"
12532   - "VXLAN_10"
12533   - "VXLAN_100"
12534   - "VXLAN_1000"
12535   traces:
12536     hoverinfo: "x+y"
12537     boxpoints: "outliers"
12538     whiskerwidth: 0
12539   layout:
12540     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
12541     layout: "plot-throughput"
12542
12543 # Packet Throughput - VPP IPv4 tunnels 3n-hsw-x710 - features
12544 - type: "plot"
12545   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12546   algorithm: "plot_performance_box"
12547   output-file-type: ".html"
12548   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12549   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12550   filter: "'NIC_Intel-X710' and
12551            '64B' and
12552            'ENCAP' and
12553            'NDRPDR' and
12554            '1T1C' and
12555            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
12556            not 'DOT1Q' and
12557            not 'VHOST' and
12558            not 'IPSECHW'"
12559   parameters:
12560   - "throughput"
12561   - "parent"
12562   - "tags"
12563   sort:
12564   - "IP4BASE"
12565   - "L2BDMACLRN"
12566   - "L2XCFWD"
12567   - "LISP"
12568   traces:
12569     hoverinfo: "x+y"
12570     boxpoints: "outliers"
12571     whiskerwidth: 0
12572   layout:
12573     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
12574     layout: "plot-throughput"
12575
12576 - type: "plot"
12577   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12578   algorithm: "plot_performance_box"
12579   output-file-type: ".html"
12580   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12581   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12582   filter: "'NIC_Intel-X710' and
12583            '64B' and
12584            'ENCAP' and
12585            'NDRPDR' and
12586            '2T2C' and
12587            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12588            not 'DOT1Q' and
12589            not 'VHOST' and
12590            not 'IPSECHW'"
12591   parameters:
12592   - "throughput"
12593   - "parent"
12594   - "tags"
12595   sort:
12596   - "IP4BASE"
12597   - "L2BDMACLRN"
12598   - "L2XCFWD"
12599   - "LISP"
12600   traces:
12601     hoverinfo: "x+y"
12602     boxpoints: "outliers"
12603     whiskerwidth: 0
12604   layout:
12605     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
12606     layout: "plot-throughput"
12607
12608 - type: "plot"
12609   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12610   algorithm: "plot_performance_box"
12611   output-file-type: ".html"
12612   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12613   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12614   filter: "'NIC_Intel-X710' and
12615            '64B' and
12616            'ENCAP' and
12617            'NDRPDR' and
12618            '1T1C' and
12619            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12620            not 'DOT1Q' and
12621            not 'VHOST' and
12622            not 'IPSECHW'"
12623   parameters:
12624   - "throughput"
12625   - "parent"
12626   - "tags"
12627   sort:
12628   - "IP4BASE"
12629   - "L2BDMACLRN"
12630   - "L2XCFWD"
12631   - "LISP"
12632   traces:
12633     hoverinfo: "x+y"
12634     boxpoints: "outliers"
12635     whiskerwidth: 0
12636   layout:
12637     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
12638     layout: "plot-throughput"
12639
12640 - type: "plot"
12641   title: "VPP Throughput: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12642   algorithm: "plot_performance_box"
12643   output-file-type: ".html"
12644   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12645   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12646   filter: "'NIC_Intel-X710' and
12647            '64B' and
12648            'ENCAP' and
12649            'NDRPDR' and
12650            '2T2C' and
12651            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12652            not 'DOT1Q' and
12653            not 'VHOST' and
12654            not 'IPSECHW'"
12655   parameters:
12656   - "throughput"
12657   - "parent"
12658   - "tags"
12659   sort:
12660   - "IP4BASE"
12661   - "L2BDMACLRN"
12662   - "L2XCFWD"
12663   - "LISP"
12664   traces:
12665     hoverinfo: "x+y"
12666     boxpoints: "outliers"
12667     whiskerwidth: 0
12668   layout:
12669     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
12670     layout: "plot-throughput"
12671
12672 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 base and scale
12673 - type: "plot"
12674   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12675   algorithm: "plot_performance_box"
12676   output-file-type: ".html"
12677   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12678   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12679   filter: "'NIC_Intel-X710' and
12680            '64B' and
12681            'ENCAP' and
12682            'NDRPDR' and
12683            '2T1C' and
12684            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12685            not 'VHOST' and
12686            not 'IPSECHW'"
12687   parameters:
12688   - "throughput"
12689   - "parent"
12690   - "tags"
12691   sort:
12692   - "IP4BASE"
12693   - "LISP"
12694   - "VXLAN_1"
12695   - "VXLAN_10"
12696   - "VXLAN_100"
12697   - "VXLAN_1000"
12698   traces:
12699     hoverinfo: "x+y"
12700     boxpoints: "outliers"
12701     whiskerwidth: 0
12702   layout:
12703     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
12704     layout: "plot-throughput"
12705
12706 - type: "plot"
12707   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12708   algorithm: "plot_performance_box"
12709   output-file-type: ".html"
12710   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12711   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12712   filter: "'NIC_Intel-X710' and
12713            '64B' and
12714            'ENCAP' and
12715            'NDRPDR' and
12716            '2T1C' and
12717            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12718            not 'VHOST' and
12719            not 'IPSECHW'"
12720   parameters:
12721   - "throughput"
12722   - "parent"
12723   - "tags"
12724   sort:
12725   - "IP4BASE"
12726   - "LISP"
12727   - "VXLAN_1"
12728   - "VXLAN_10"
12729   - "VXLAN_100"
12730   - "VXLAN_1000"
12731   traces:
12732     hoverinfo: "x+y"
12733     boxpoints: "outliers"
12734     whiskerwidth: 0
12735   layout:
12736     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
12737     layout: "plot-throughput"
12738
12739 - type: "plot"
12740   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12741   algorithm: "plot_performance_box"
12742   output-file-type: ".html"
12743   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12744   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12745   filter: "'NIC_Intel-X710' and
12746            '64B' and
12747            'ENCAP' and
12748            'NDRPDR' and
12749            '4T2C' and
12750            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12751            not 'VHOST' and
12752            not 'IPSECHW'"
12753   parameters:
12754   - "throughput"
12755   - "parent"
12756   - "tags"
12757   sort:
12758   - "IP4BASE"
12759   - "LISP"
12760   - "VXLAN_1"
12761   - "VXLAN_10"
12762   - "VXLAN_100"
12763   - "VXLAN_1000"
12764   traces:
12765     hoverinfo: "x+y"
12766     boxpoints: "outliers"
12767     whiskerwidth: 0
12768   layout:
12769     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
12770     layout: "plot-throughput"
12771
12772 - type: "plot"
12773   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12774   algorithm: "plot_performance_box"
12775   output-file-type: ".html"
12776   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12777   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12778   filter: "'NIC_Intel-X710' and
12779            '64B' and
12780            'ENCAP' and
12781            'NDRPDR' and
12782            '4T2C' and
12783            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
12784            not 'VHOST' and
12785            not 'IPSECHW'"
12786   parameters:
12787   - "throughput"
12788   - "parent"
12789   - "tags"
12790   sort:
12791   - "IP4BASE"
12792   - "LISP"
12793   - "VXLAN_1"
12794   - "VXLAN_10"
12795   - "VXLAN_100"
12796   - "VXLAN_1000"
12797   traces:
12798     hoverinfo: "x+y"
12799     boxpoints: "outliers"
12800     whiskerwidth: 0
12801   layout:
12802     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
12803     layout: "plot-throughput"
12804
12805 # Packet Throughput - VPP IPv4 tunnels 3n-skx-x710 - features
12806 - type: "plot"
12807   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12808   algorithm: "plot_performance_box"
12809   output-file-type: ".html"
12810   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12811   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12812   filter: "'NIC_Intel-X710' and
12813            '64B' and
12814            'ENCAP' and
12815            'NDRPDR' and
12816            '2T1C' and
12817            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12818            not 'DOT1Q' and
12819            not 'VHOST' and
12820            not 'IPSECHW'"
12821   parameters:
12822   - "throughput"
12823   - "parent"
12824   - "tags"
12825   sort:
12826   - "IP4BASE"
12827   - "L2BDMACLRN"
12828   - "L2XCFWD"
12829   - "LISP"
12830   traces:
12831     hoverinfo: "x+y"
12832     boxpoints: "outliers"
12833     whiskerwidth: 0
12834   layout:
12835     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
12836     layout: "plot-throughput"
12837
12838 - type: "plot"
12839   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12840   algorithm: "plot_performance_box"
12841   output-file-type: ".html"
12842   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12843   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12844   filter: "'NIC_Intel-X710' and
12845            '64B' and
12846            'ENCAP' and
12847            'NDRPDR' and
12848            '4T2C' and
12849            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12850            not 'DOT1Q' and
12851            not 'VHOST' and
12852            not 'IPSECHW'"
12853   parameters:
12854   - "throughput"
12855   - "parent"
12856   - "tags"
12857   sort:
12858   - "IP4BASE"
12859   - "L2BDMACLRN"
12860   - "L2XCFWD"
12861   - "LISP"
12862   traces:
12863     hoverinfo: "x+y"
12864     boxpoints: "outliers"
12865     whiskerwidth: 0
12866   layout:
12867     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
12868     layout: "plot-throughput"
12869
12870 - type: "plot"
12871   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12872   algorithm: "plot_performance_box"
12873   output-file-type: ".html"
12874   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12875   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12876   filter: "'NIC_Intel-X710' and
12877            '64B' and
12878            'ENCAP' and
12879            'NDRPDR' and
12880            '2T1C' and
12881            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12882            not 'DOT1Q' and
12883            not 'VHOST' and
12884            not 'IPSECHW'"
12885   parameters:
12886   - "throughput"
12887   - "parent"
12888   - "tags"
12889   sort:
12890   - "IP4BASE"
12891   - "L2BDMACLRN"
12892   - "L2XCFWD"
12893   - "LISP"
12894   traces:
12895     hoverinfo: "x+y"
12896     boxpoints: "outliers"
12897     whiskerwidth: 0
12898   layout:
12899     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-pdr"
12900     layout: "plot-throughput"
12901
12902 - type: "plot"
12903   title: "VPP Throughput: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12904   algorithm: "plot_performance_box"
12905   output-file-type: ".html"
12906   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12907   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12908   filter: "'NIC_Intel-X710' and
12909            '64B' and
12910            'ENCAP' and
12911            'NDRPDR' and
12912            '4T2C' and
12913            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
12914            not 'DOT1Q' and
12915            not 'VHOST' and
12916            not 'IPSECHW'"
12917   parameters:
12918   - "throughput"
12919   - "parent"
12920   - "tags"
12921   sort:
12922   - "IP4BASE"
12923   - "L2BDMACLRN"
12924   - "L2XCFWD"
12925   - "LISP"
12926   traces:
12927     hoverinfo: "x+y"
12928     boxpoints: "outliers"
12929     whiskerwidth: 0
12930   layout:
12931     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-pdr"
12932     layout: "plot-throughput"
12933
12934 ################################################################################
12935
12936 # Packet Throughput - VPP IPv6 3n-hsw-x520
12937 - type: "plot"
12938   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12939   algorithm: "plot_performance_box"
12940   output-file-type: ".html"
12941   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12942   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12943   filter: "'NIC_Intel-X520-DA2' and
12944            '78B' and
12945            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12946            'NDRPDR' and
12947            '1T1C' and
12948            'IP6FWD' and
12949            not 'SRv6' and
12950            not 'IPSEC' and
12951            not 'VHOST'"
12952   parameters:
12953   - "throughput"
12954   - "parent"
12955   - "tags"
12956   sort:
12957   - "IP6BASE"
12958   - "FIB_20K"
12959   - "FIB_200K"
12960   - "FIB_2M"
12961   traces:
12962     hoverinfo: "x+y"
12963     boxpoints: "outliers"
12964     whiskerwidth: 0
12965   layout:
12966     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
12967     layout: "plot-throughput"
12968
12969 - type: "plot"
12970   title: "VPP Throughput: ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12971   algorithm: "plot_performance_box"
12972   output-file-type: ".html"
12973   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12974   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12975   filter: "'NIC_Intel-X520-DA2' and
12976            '78B' and
12977            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
12978            'NDRPDR' and
12979            '1T1C' and
12980            'IP6FWD' and
12981            not 'SRv6' and
12982            not 'IPSEC' and
12983            not 'VHOST'"
12984   parameters:
12985   - "throughput"
12986   - "parent"
12987   - "tags"
12988   sort:
12989   - "IP6BASE"
12990   - "FIB_20K"
12991   - "FIB_200K"
12992   - "FIB_2M"
12993   traces:
12994     hoverinfo: "x+y"
12995     boxpoints: "outliers"
12996     whiskerwidth: 0
12997   layout:
12998     title: "ip6-3n-hsw-x520-78b-1t1c-base-pdr"
12999     layout: "plot-throughput"
13000
13001 - type: "plot"
13002   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-ndr"
13003   algorithm: "plot_performance_box"
13004   output-file-type: ".html"
13005   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr"
13006   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13007   filter: "'NIC_Intel-X520-DA2' and
13008            '78B' and
13009            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13010            'NDRPDR' and
13011            '2T2C' and
13012            'IP6FWD' and
13013            not 'SRv6' and
13014            not 'IPSEC' and
13015            not 'VHOST'"
13016   parameters:
13017   - "throughput"
13018   - "parent"
13019   - "tags"
13020   sort:
13021   - "IP6BASE"
13022   - "FIB_20K"
13023   - "FIB_200K"
13024   - "FIB_2M"
13025   traces:
13026     hoverinfo: "x+y"
13027     boxpoints: "outliers"
13028     whiskerwidth: 0
13029   layout:
13030     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
13031     layout: "plot-throughput"
13032
13033 - type: "plot"
13034   title: "VPP Throughput: ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13035   algorithm: "plot_performance_box"
13036   output-file-type: ".html"
13037   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13038   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13039   filter: "'NIC_Intel-X520-DA2' and
13040            '78B' and
13041            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13042            'NDRPDR' and
13043            '2T2C' and
13044            'IP6FWD' and
13045            not 'SRv6' and
13046            not 'IPSEC' and
13047            not 'VHOST'"
13048   parameters:
13049   - "throughput"
13050   - "parent"
13051   - "tags"
13052   sort:
13053   - "IP6BASE"
13054   - "FIB_20K"
13055   - "FIB_200K"
13056   - "FIB_2M"
13057   traces:
13058     hoverinfo: "x+y"
13059     boxpoints: "outliers"
13060     whiskerwidth: 0
13061   layout:
13062     title: "ip6-3n-hsw-x520-78b-2t2c-base-pdr"
13063     layout: "plot-throughput"
13064
13065 # Packet Throughput - VPP IPv6 3n-hsw-x710
13066 - type: "plot"
13067   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13068   algorithm: "plot_performance_box"
13069   output-file-type: ".html"
13070   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13071   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13072   filter: "'NIC_Intel-X710' and
13073            '78B' and
13074            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13075            'NDRPDR' and
13076            '1T1C' and
13077            'IP6FWD' and
13078            not 'SRv6' and
13079            not 'IPSEC' and
13080            not 'VHOST'"
13081   parameters:
13082   - "throughput"
13083   - "parent"
13084   - "tags"
13085   sort:
13086   - "IP6BASE"
13087   - "FIB_20K"
13088   - "FIB_200K"
13089   - "FIB_2M"
13090   traces:
13091     hoverinfo: "x+y"
13092     boxpoints: "outliers"
13093     whiskerwidth: 0
13094   layout:
13095     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
13096     layout: "plot-throughput"
13097
13098 - type: "plot"
13099   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13100   algorithm: "plot_performance_box"
13101   output-file-type: ".html"
13102   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13103   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13104   filter: "'NIC_Intel-X710' and
13105            '78B' and
13106            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13107            'NDRPDR' and
13108            '1T1C' and
13109            'IP6FWD' and
13110            not 'SRv6' and
13111            not 'IPSEC' and
13112            not 'VHOST'"
13113   parameters:
13114   - "throughput"
13115   - "parent"
13116   - "tags"
13117   sort:
13118   - "IP6BASE"
13119   - "FIB_20K"
13120   - "FIB_200K"
13121   - "FIB_2M"
13122   traces:
13123     hoverinfo: "x+y"
13124     boxpoints: "outliers"
13125     whiskerwidth: 0
13126   layout:
13127     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-pdr"
13128     layout: "plot-throughput"
13129
13130 - type: "plot"
13131   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13132   algorithm: "plot_performance_box"
13133   output-file-type: ".html"
13134   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13135   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13136   filter: "'NIC_Intel-X710' and
13137            '78B' and
13138            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13139            'NDRPDR' and
13140            '2T2C' and
13141            'IP6FWD' and
13142            not 'SRv6' and
13143            not 'IPSEC' and
13144            not 'VHOST'"
13145   parameters:
13146   - "throughput"
13147   - "parent"
13148   - "tags"
13149   sort:
13150   - "IP6BASE"
13151   - "FIB_20K"
13152   - "FIB_200K"
13153   - "FIB_2M"
13154   traces:
13155     hoverinfo: "x+y"
13156     boxpoints: "outliers"
13157     whiskerwidth: 0
13158   layout:
13159     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
13160     layout: "plot-throughput"
13161
13162 - type: "plot"
13163   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13164   algorithm: "plot_performance_box"
13165   output-file-type: ".html"
13166   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13167   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13168   filter: "'NIC_Intel-X710' and
13169            '78B' and
13170            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13171            'NDRPDR' and
13172            '2T2C' and
13173            'IP6FWD' and
13174            not 'SRv6' and
13175            not 'IPSEC' and
13176            not 'VHOST'"
13177   parameters:
13178   - "throughput"
13179   - "parent"
13180   - "tags"
13181   sort:
13182   - "IP6BASE"
13183   - "FIB_20K"
13184   - "FIB_200K"
13185   - "FIB_2M"
13186   traces:
13187     hoverinfo: "x+y"
13188     boxpoints: "outliers"
13189     whiskerwidth: 0
13190   layout:
13191     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-pdr"
13192     layout: "plot-throughput"
13193
13194 # Packet Throughput - VPP IPv6 3n-hsw-x710 - features
13195 - type: "plot"
13196   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13197   algorithm: "plot_performance_box"
13198   output-file-type: ".html"
13199   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13200   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13201   filter: "'NIC_Intel-X710' and
13202            '78B' and
13203            ('IP6BASE' or
13204             'POLICE_MARK' or
13205             'COPWHLIST' or
13206             'IACLDST') and
13207            'NDRPDR' and
13208            '1T1C' and
13209            'IP6FWD' and
13210            not 'SRv6' and
13211            not 'IPSEC' and
13212            not 'VHOST'"
13213   parameters:
13214   - "throughput"
13215   - "parent"
13216   - "tags"
13217   sort:
13218   - "IP6BASE"
13219   - "POLICE_MARK"
13220   - "COPWHLIST"
13221   - "IACLDST"
13222   traces:
13223     hoverinfo: "x+y"
13224     boxpoints: "outliers"
13225     whiskerwidth: 0
13226   layout:
13227     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-ndr"
13228     layout: "plot-throughput"
13229
13230 - type: "plot"
13231   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13232   algorithm: "plot_performance_box"
13233   output-file-type: ".html"
13234   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13235   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13236   filter: "'NIC_Intel-X710' and
13237            '78B' and
13238            ('IP6BASE' or
13239             'POLICE_MARK' or
13240             'COPWHLIST' or
13241             'IACLDST') and
13242            'NDRPDR' and
13243            '2T2C' and
13244            'IP6FWD' and
13245            not 'SRv6' and
13246            not 'IPSEC' and
13247            not 'VHOST'"
13248   parameters:
13249   - "throughput"
13250   - "parent"
13251   - "tags"
13252   sort:
13253   - "IP6BASE"
13254   - "POLICE_MARK"
13255   - "COPWHLIST"
13256   - "IACLDST"
13257   traces:
13258     hoverinfo: "x+y"
13259     boxpoints: "outliers"
13260     whiskerwidth: 0
13261   layout:
13262     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-ndr"
13263     layout: "plot-throughput"
13264
13265 - type: "plot"
13266   title: "VPP Throughput: ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13267   algorithm: "plot_performance_box"
13268   output-file-type: ".html"
13269   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13270   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13271   filter: "'NIC_Intel-X710' and
13272            '78B' and
13273            ('IP6BASE' or
13274             'POLICE_MARK' or
13275             'COPWHLIST' or
13276             'IACLDST') and
13277            'NDRPDR' and
13278            '1T1C' and
13279            'IP6FWD' and
13280            not 'SRv6' and
13281            not 'IPSEC' and
13282            not 'VHOST'"
13283   parameters:
13284   - "throughput"
13285   - "parent"
13286   - "tags"
13287   sort:
13288   - "IP6BASE"
13289   - "POLICE_MARK"
13290   - "COPWHLIST"
13291   - "IACLDST"
13292   traces:
13293     hoverinfo: "x+y"
13294     boxpoints: "outliers"
13295     whiskerwidth: 0
13296   layout:
13297     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_features-pdr"
13298     layout: "plot-throughput"
13299
13300 - type: "plot"
13301   title: "VPP Throughput: ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13302   algorithm: "plot_performance_box"
13303   output-file-type: ".html"
13304   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13305   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13306   filter: "'NIC_Intel-X710' and
13307            '78B' and
13308            ('IP6BASE' or
13309             'POLICE_MARK' or
13310             'COPWHLIST' or
13311             'IACLDST') and
13312            'NDRPDR' and
13313            '2T2C' and
13314            'IP6FWD' and
13315            not 'SRv6' and
13316            not 'IPSEC' and
13317            not 'VHOST'"
13318   parameters:
13319   - "throughput"
13320   - "parent"
13321   - "tags"
13322   sort:
13323   - "IP6BASE"
13324   - "POLICE_MARK"
13325   - "COPWHLIST"
13326   - "IACLDST"
13327   traces:
13328     hoverinfo: "x+y"
13329     boxpoints: "outliers"
13330     whiskerwidth: 0
13331   layout:
13332     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_features-pdr"
13333     layout: "plot-throughput"
13334
13335 # Packet Throughput - VPP IPv6 3n-hsw-xl710
13336 - type: "plot"
13337   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13338   algorithm: "plot_performance_box"
13339   output-file-type: ".html"
13340   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13341   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13342   filter: "'NIC_Intel-XL710' and
13343            '78B' and
13344            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13345            'NDRPDR' and
13346            '1T1C' and
13347            'IP6FWD' and
13348            not 'SRv6' and
13349            not 'IPSEC' and
13350            not 'VHOST'"
13351   parameters:
13352   - "throughput"
13353   - "parent"
13354   - "tags"
13355   sort:
13356   - "IP6BASE"
13357   - "FIB_20K"
13358   - "FIB_200K"
13359   - "FIB_2M"
13360   traces:
13361     hoverinfo: "x+y"
13362     boxpoints: "outliers"
13363     whiskerwidth: 0
13364   layout:
13365     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
13366     layout: "plot-throughput"
13367
13368 - type: "plot"
13369   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13370   algorithm: "plot_performance_box"
13371   output-file-type: ".html"
13372   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13373   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13374   filter: "'NIC_Intel-XL710' and
13375            '78B' and
13376            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13377            'NDRPDR' and
13378            '1T1C' and
13379            'IP6FWD' and
13380            not 'SRv6' and
13381            not 'IPSEC' and
13382            not 'VHOST'"
13383   parameters:
13384   - "throughput"
13385   - "parent"
13386   - "tags"
13387   sort:
13388   - "IP6BASE"
13389   - "FIB_20K"
13390   - "FIB_200K"
13391   - "FIB_2M"
13392   traces:
13393     hoverinfo: "x+y"
13394     boxpoints: "outliers"
13395     whiskerwidth: 0
13396   layout:
13397     title: "ip6-3n-hsw-xl710-78b-1t1c-base-pdr"
13398     layout: "plot-throughput"
13399
13400 - type: "plot"
13401   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13402   algorithm: "plot_performance_box"
13403   output-file-type: ".html"
13404   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13405   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13406   filter: "'NIC_Intel-XL710' and
13407            '78B' and
13408            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13409            'NDRPDR' and
13410            '2T2C' and
13411            'IP6FWD' and
13412            not 'SRv6' and
13413            not 'IPSEC' and
13414            not 'VHOST'"
13415   parameters:
13416   - "throughput"
13417   - "parent"
13418   - "tags"
13419   sort:
13420   - "IP6BASE"
13421   - "FIB_20K"
13422   - "FIB_200K"
13423   - "FIB_2M"
13424   traces:
13425     hoverinfo: "x+y"
13426     boxpoints: "outliers"
13427     whiskerwidth: 0
13428   layout:
13429     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
13430     layout: "plot-throughput"
13431
13432 - type: "plot"
13433   title: "VPP Throughput: ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13434   algorithm: "plot_performance_box"
13435   output-file-type: ".html"
13436   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13437   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13438   filter: "'NIC_Intel-XL710' and
13439            '78B' and
13440            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13441            'NDRPDR' and
13442            '2T2C' and
13443            'IP6FWD' and
13444            not 'SRv6' and
13445            not 'IPSEC' and
13446            not 'VHOST'"
13447   parameters:
13448   - "throughput"
13449   - "parent"
13450   - "tags"
13451   sort:
13452   - "IP6BASE"
13453   - "FIB_20K"
13454   - "FIB_200K"
13455   - "FIB_2M"
13456   traces:
13457     hoverinfo: "x+y"
13458     boxpoints: "outliers"
13459     whiskerwidth: 0
13460   layout:
13461     title: "ip6-3n-hsw-xl710-78b-2t2c-base-pdr"
13462     layout: "plot-throughput"
13463
13464 # Packet Throughput - VPP IPv6 3n-skx-x710
13465 - type: "plot"
13466   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13467   algorithm: "plot_performance_box"
13468   output-file-type: ".html"
13469   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13470   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13471   filter: "'NIC_Intel-X710' and
13472            '78B' and
13473            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13474            'NDRPDR' and
13475            '2T1C' and
13476            'IP6FWD' and
13477            not 'SRv6' and
13478            not 'IPSEC' and
13479            not 'VHOST'"
13480   parameters:
13481   - "throughput"
13482   - "parent"
13483   - "tags"
13484   sort:
13485   - "IP6BASE"
13486   - "FIB_20K"
13487   - "FIB_200K"
13488   - "FIB_2M"
13489   traces:
13490     hoverinfo: "x+y"
13491     boxpoints: "outliers"
13492     whiskerwidth: 0
13493   layout:
13494     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
13495     layout: "plot-throughput"
13496
13497 - type: "plot"
13498   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13499   algorithm: "plot_performance_box"
13500   output-file-type: ".html"
13501   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13502   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13503   filter: "'NIC_Intel-X710' and
13504            '78B' and
13505            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13506            'NDRPDR' and
13507            '2T1C' and
13508            'IP6FWD' and
13509            not 'SRv6' and
13510            not 'IPSEC' and
13511            not 'VHOST'"
13512   parameters:
13513   - "throughput"
13514   - "parent"
13515   - "tags"
13516   sort:
13517   - "IP6BASE"
13518   - "FIB_20K"
13519   - "FIB_200K"
13520   - "FIB_2M"
13521   traces:
13522     hoverinfo: "x+y"
13523     boxpoints: "outliers"
13524     whiskerwidth: 0
13525   layout:
13526     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-pdr"
13527     layout: "plot-throughput"
13528
13529 - type: "plot"
13530   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13531   algorithm: "plot_performance_box"
13532   output-file-type: ".html"
13533   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13535   filter: "'NIC_Intel-X710' and
13536            '78B' and
13537            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13538            'NDRPDR' and
13539            '4T2C' and
13540            'IP6FWD' and
13541            not 'SRv6' and
13542            not 'IPSEC' and
13543            not 'VHOST'"
13544   parameters:
13545   - "throughput"
13546   - "parent"
13547   - "tags"
13548   sort:
13549   - "IP6BASE"
13550   - "FIB_20K"
13551   - "FIB_200K"
13552   - "FIB_2M"
13553   traces:
13554     hoverinfo: "x+y"
13555     boxpoints: "outliers"
13556     whiskerwidth: 0
13557   layout:
13558     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
13559     layout: "plot-throughput"
13560
13561 - type: "plot"
13562   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13563   algorithm: "plot_performance_box"
13564   output-file-type: ".html"
13565   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13567   filter: "'NIC_Intel-X710' and
13568            '78B' and
13569            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13570            'NDRPDR' and
13571            '4T2C' and
13572            'IP6FWD' and
13573            not 'SRv6' and
13574            not 'IPSEC' and
13575            not 'VHOST'"
13576   parameters:
13577   - "throughput"
13578   - "parent"
13579   - "tags"
13580   sort:
13581   - "IP6BASE"
13582   - "FIB_20K"
13583   - "FIB_200K"
13584   - "FIB_2M"
13585   traces:
13586     hoverinfo: "x+y"
13587     boxpoints: "outliers"
13588     whiskerwidth: 0
13589   layout:
13590     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-pdr"
13591     layout: "plot-throughput"
13592
13593 # Packet Throughput - VPP IPv6 3n-skx-x710 - features
13594 - type: "plot"
13595   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13596   algorithm: "plot_performance_box"
13597   output-file-type: ".html"
13598   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13599   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13600   filter: "'NIC_Intel-X710' and
13601            '78B' and
13602            ('IP6BASE' or
13603             'POLICE_MARK' or
13604             'COPWHLIST' or
13605             'IACLDST') and
13606            'NDRPDR' and
13607            '2T1C' and
13608            'IP6FWD' and
13609            not 'SRv6' and
13610            not 'IPSEC' and
13611            not 'VHOST'"
13612   parameters:
13613   - "throughput"
13614   - "parent"
13615   - "tags"
13616   sort:
13617   - "IP6BASE"
13618   - "POLICE_MARK"
13619   - "COPWHLIST"
13620   - "IACLDST"
13621   traces:
13622     hoverinfo: "x+y"
13623     boxpoints: "outliers"
13624     whiskerwidth: 0
13625   layout:
13626     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-ndr"
13627     layout: "plot-throughput"
13628
13629 - type: "plot"
13630   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13631   algorithm: "plot_performance_box"
13632   output-file-type: ".html"
13633   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13634   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13635   filter: "'NIC_Intel-X710' and
13636            '78B' and
13637            ('IP6BASE' or
13638             'POLICE_MARK' or
13639             'COPWHLIST' or
13640             'IACLDST') and
13641            'NDRPDR' and
13642            '4T2C' and
13643            'IP6FWD' and
13644            not 'SRv6' and
13645            not 'IPSEC' and
13646            not 'VHOST'"
13647   parameters:
13648   - "throughput"
13649   - "parent"
13650   - "tags"
13651   sort:
13652   - "IP6BASE"
13653   - "POLICE_MARK"
13654   - "COPWHLIST"
13655   - "IACLDST"
13656   traces:
13657     hoverinfo: "x+y"
13658     boxpoints: "outliers"
13659     whiskerwidth: 0
13660   layout:
13661     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-ndr"
13662     layout: "plot-throughput"
13663
13664 - type: "plot"
13665   title: "VPP Throughput: ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13666   algorithm: "plot_performance_box"
13667   output-file-type: ".html"
13668   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13669   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13670   filter: "'NIC_Intel-X710' and
13671            '78B' and
13672            ('IP6BASE' or
13673             'POLICE_MARK' or
13674             'COPWHLIST' or
13675             'IACLDST') and
13676            'NDRPDR' and
13677            '2T1C' and
13678            'IP6FWD' and
13679            not 'SRv6' and
13680            not 'IPSEC' and
13681            not 'VHOST'"
13682   parameters:
13683   - "throughput"
13684   - "parent"
13685   - "tags"
13686   sort:
13687   - "IP6BASE"
13688   - "POLICE_MARK"
13689   - "COPWHLIST"
13690   - "IACLDST"
13691   traces:
13692     hoverinfo: "x+y"
13693     boxpoints: "outliers"
13694     whiskerwidth: 0
13695   layout:
13696     title: "ip6-3n-skx-x710-78b-2t1c-base_and_features-pdr"
13697     layout: "plot-throughput"
13698
13699 - type: "plot"
13700   title: "VPP Throughput: ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13701   algorithm: "plot_performance_box"
13702   output-file-type: ".html"
13703   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13704   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13705   filter: "'NIC_Intel-X710' and
13706            '78B' and
13707            ('IP6BASE' or
13708             'POLICE_MARK' or
13709             'COPWHLIST' or
13710             'IACLDST') and
13711            'NDRPDR' and
13712            '4T2C' and
13713            'IP6FWD' and
13714            not 'SRv6' and
13715            not 'IPSEC' and
13716            not 'VHOST'"
13717   parameters:
13718   - "throughput"
13719   - "parent"
13720   - "tags"
13721   sort:
13722   - "IP6BASE"
13723   - "POLICE_MARK"
13724   - "COPWHLIST"
13725   - "IACLDST"
13726   traces:
13727     hoverinfo: "x+y"
13728     boxpoints: "outliers"
13729     whiskerwidth: 0
13730   layout:
13731     title: "ip6-3n-skx-x710-78b-4t2c-base_and_features-pdr"
13732     layout: "plot-throughput"
13733
13734 # Packet Throughput - VPP IPv6 3n-skx-xxv710
13735 - type: "plot"
13736   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13737   algorithm: "plot_performance_box"
13738   output-file-type: ".html"
13739   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13740   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13741   filter: "'NIC_Intel-XXV710' and
13742            '78B' and
13743            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13744            'NDRPDR' and
13745            '2T1C' and
13746            'IP6FWD' and
13747            not 'SRv6' and
13748            not 'IPSEC' and
13749            not 'VHOST'"
13750   parameters:
13751   - "throughput"
13752   - "parent"
13753   - "tags"
13754   sort:
13755   - "IP6BASE"
13756   - "FIB_20K"
13757   - "FIB_200K"
13758   - "FIB_2M"
13759   traces:
13760     hoverinfo: "x+y"
13761     boxpoints: "outliers"
13762     whiskerwidth: 0
13763   layout:
13764     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13765     layout: "plot-throughput"
13766
13767 - type: "plot"
13768   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13769   algorithm: "plot_performance_box"
13770   output-file-type: ".html"
13771   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13772   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13773   filter: "'NIC_Intel-XXV710' and
13774            '78B' and
13775            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13776            'NDRPDR' and
13777            '2T1C' and
13778            'IP6FWD' and
13779            not 'SRv6' and
13780            not 'IPSEC' and
13781            not 'VHOST'"
13782   parameters:
13783   - "throughput"
13784   - "parent"
13785   - "tags"
13786   sort:
13787   - "IP6BASE"
13788   - "FIB_20K"
13789   - "FIB_200K"
13790   - "FIB_2M"
13791   traces:
13792     hoverinfo: "x+y"
13793     boxpoints: "outliers"
13794     whiskerwidth: 0
13795   layout:
13796     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
13797     layout: "plot-throughput"
13798
13799 - type: "plot"
13800   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13801   algorithm: "plot_performance_box"
13802   output-file-type: ".html"
13803   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13805   filter: "'NIC_Intel-XXV710' and
13806            '78B' and
13807            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13808            'NDRPDR' and
13809            '4T2C' and
13810            'IP6FWD' and
13811            not 'SRv6' and
13812            not 'IPSEC' and
13813            not 'VHOST'"
13814   parameters:
13815   - "throughput"
13816   - "parent"
13817   - "tags"
13818   sort:
13819   - "IP6BASE"
13820   - "FIB_20K"
13821   - "FIB_200K"
13822   - "FIB_2M"
13823   traces:
13824     hoverinfo: "x+y"
13825     boxpoints: "outliers"
13826     whiskerwidth: 0
13827   layout:
13828     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
13829     layout: "plot-throughput"
13830
13831 - type: "plot"
13832   title: "VPP Throughput: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13833   algorithm: "plot_performance_box"
13834   output-file-type: ".html"
13835   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13836   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13837   filter: "'NIC_Intel-XXV710' and
13838            '78B' and
13839            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13840            'NDRPDR' and
13841            '4T2C' and
13842            'IP6FWD' and
13843            not 'SRv6' and
13844            not 'IPSEC' and
13845            not 'VHOST'"
13846   parameters:
13847   - "throughput"
13848   - "parent"
13849   - "tags"
13850   sort:
13851   - "IP6BASE"
13852   - "FIB_20K"
13853   - "FIB_200K"
13854   - "FIB_2M"
13855   traces:
13856     hoverinfo: "x+y"
13857     boxpoints: "outliers"
13858     whiskerwidth: 0
13859   layout:
13860     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
13861     layout: "plot-throughput"
13862
13863 # Packet Throughput - VPP IPv6 2n-skx-x710
13864 - type: "plot"
13865   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13866   algorithm: "plot_performance_box"
13867   output-file-type: ".html"
13868   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13869   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13870   filter: "'NIC_Intel-X710' and
13871            '78B' and
13872            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13873            'NDRPDR' and
13874            '2T1C' and
13875            'IP6FWD' and
13876            not 'SRv6' and
13877            not 'IPSEC' and
13878            not 'VHOST'"
13879   parameters:
13880   - "throughput"
13881   - "parent"
13882   - "tags"
13883   sort:
13884   - "IP6BASE"
13885   - "FIB_20K"
13886   - "FIB_200K"
13887   - "FIB_2M"
13888   traces:
13889     hoverinfo: "x+y"
13890     boxpoints: "outliers"
13891     whiskerwidth: 0
13892   layout:
13893     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
13894     layout: "plot-throughput"
13895
13896 - type: "plot"
13897   title: "VPP Throughput: ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13898   algorithm: "plot_performance_box"
13899   output-file-type: ".html"
13900   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13901   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13902   filter: "'NIC_Intel-X710' and
13903            '78B' and
13904            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13905            'NDRPDR' and
13906            '2T1C' and
13907            'IP6FWD' and
13908            not 'SRv6' and
13909            not 'IPSEC' and
13910            not 'VHOST'"
13911   parameters:
13912   - "throughput"
13913   - "parent"
13914   - "tags"
13915   sort:
13916   - "IP6BASE"
13917   - "FIB_20K"
13918   - "FIB_200K"
13919   - "FIB_2M"
13920   traces:
13921     hoverinfo: "x+y"
13922     boxpoints: "outliers"
13923     whiskerwidth: 0
13924   layout:
13925     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-pdr"
13926     layout: "plot-throughput"
13927
13928 - type: "plot"
13929   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13930   algorithm: "plot_performance_box"
13931   output-file-type: ".html"
13932   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13933   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13934   filter: "'NIC_Intel-X710' and
13935            '78B' and
13936            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13937            'NDRPDR' and
13938            '4T2C' and
13939            'IP6FWD' and
13940            not 'SRv6' and
13941            not 'IPSEC' and
13942            not 'VHOST'"
13943   parameters:
13944   - "throughput"
13945   - "parent"
13946   - "tags"
13947   sort:
13948   - "IP6BASE"
13949   - "FIB_20K"
13950   - "FIB_200K"
13951   - "FIB_2M"
13952   traces:
13953     hoverinfo: "x+y"
13954     boxpoints: "outliers"
13955     whiskerwidth: 0
13956   layout:
13957     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
13958     layout: "plot-throughput"
13959
13960 - type: "plot"
13961   title: "VPP Throughput: ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13962   algorithm: "plot_performance_box"
13963   output-file-type: ".html"
13964   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13965   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13966   filter: "'NIC_Intel-X710' and
13967            '78B' and
13968            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
13969            'NDRPDR' and
13970            '4T2C' and
13971            'IP6FWD' and
13972            not 'SRv6' and
13973            not 'IPSEC' and
13974            not 'VHOST'"
13975   parameters:
13976   - "throughput"
13977   - "parent"
13978   - "tags"
13979   sort:
13980   - "IP6BASE"
13981   - "FIB_20K"
13982   - "FIB_200K"
13983   - "FIB_2M"
13984   traces:
13985     hoverinfo: "x+y"
13986     boxpoints: "outliers"
13987     whiskerwidth: 0
13988   layout:
13989     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-pdr"
13990     layout: "plot-throughput"
13991
13992 # Packet Throughput - VPP IPv6 2n-skx-xxv710
13993 - type: "plot"
13994   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13995   algorithm: "plot_performance_box"
13996   output-file-type: ".html"
13997   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
13998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13999   filter: "'NIC_Intel-XXV710' and
14000            '78B' and
14001            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14002            'NDRPDR' and
14003            '2T1C' and
14004            'IP6FWD' and
14005            not 'SRv6' and
14006            not 'IPSEC' and
14007            not 'VHOST'"
14008   parameters:
14009   - "throughput"
14010   - "parent"
14011   - "tags"
14012   sort:
14013   - "IP6BASE"
14014   - "FIB_20K"
14015   - "FIB_200K"
14016   - "FIB_2M"
14017   traces:
14018     hoverinfo: "x+y"
14019     boxpoints: "outliers"
14020     whiskerwidth: 0
14021   layout:
14022     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
14023     layout: "plot-throughput"
14024
14025 - type: "plot"
14026   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14027   algorithm: "plot_performance_box"
14028   output-file-type: ".html"
14029   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14031   filter: "'NIC_Intel-XXV710' and
14032            '78B' and
14033            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14034            'NDRPDR' and
14035            '2T1C' and
14036            'IP6FWD' and
14037            not 'SRv6' and
14038            not 'IPSEC' and
14039            not 'VHOST'"
14040   parameters:
14041   - "throughput"
14042   - "parent"
14043   - "tags"
14044   sort:
14045   - "IP6BASE"
14046   - "FIB_20K"
14047   - "FIB_200K"
14048   - "FIB_2M"
14049   traces:
14050     hoverinfo: "x+y"
14051     boxpoints: "outliers"
14052     whiskerwidth: 0
14053   layout:
14054     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-pdr"
14055     layout: "plot-throughput"
14056
14057 - type: "plot"
14058   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14059   algorithm: "plot_performance_box"
14060   output-file-type: ".html"
14061   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14062   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14063   filter: "'NIC_Intel-XXV710' and
14064            '78B' and
14065            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14066            'NDRPDR' and
14067            '4T2C' and
14068            'IP6FWD' and
14069            not 'SRv6' and
14070            not 'IPSEC' and
14071            not 'VHOST'"
14072   parameters:
14073   - "throughput"
14074   - "parent"
14075   - "tags"
14076   sort:
14077   - "IP6BASE"
14078   - "FIB_20K"
14079   - "FIB_200K"
14080   - "FIB_2M"
14081   traces:
14082     hoverinfo: "x+y"
14083     boxpoints: "outliers"
14084     whiskerwidth: 0
14085   layout:
14086     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
14087     layout: "plot-throughput"
14088
14089 - type: "plot"
14090   title: "VPP Throughput: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14091   algorithm: "plot_performance_box"
14092   output-file-type: ".html"
14093   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14094   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14095   filter: "'NIC_Intel-XXV710' and
14096            '78B' and
14097            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
14098            'NDRPDR' and
14099            '4T2C' and
14100            'IP6FWD' and
14101            not 'SRv6' and
14102            not 'IPSEC' and
14103            not 'VHOST'"
14104   parameters:
14105   - "throughput"
14106   - "parent"
14107   - "tags"
14108   sort:
14109   - "IP6BASE"
14110   - "FIB_20K"
14111   - "FIB_200K"
14112   - "FIB_2M"
14113   traces:
14114     hoverinfo: "x+y"
14115     boxpoints: "outliers"
14116     whiskerwidth: 0
14117   layout:
14118     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-pdr"
14119     layout: "plot-throughput"
14120
14121 ## Packet Throughput - VPP IPv6 2n-dnv-x553 base
14122 #- type: "plot"
14123 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14124 #  algorithm: "plot_performance_box"
14125 #  output-file-type: ".html"
14126 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14127 #  data: "intel-dnv-vpp"
14128 #  filter: "'NIC_Intel-X553' and
14129 #           '78B' and
14130 #           'IP6BASE' and
14131 #           'NDRPDR' and
14132 #           '1T1C' and
14133 #           'IP6FWD' and
14134 #           not 'SRv6' and
14135 #           not 'IPSEC' and
14136 #           not 'VHOST'"
14137 #  parameters:
14138 #  - "throughput"
14139 #  - "parent"
14140 #  - "tags"
14141 #  sort:
14142 #  - "IP6BASE"
14143 #  traces:
14144 #    hoverinfo: "x+y"
14145 #    boxpoints: "outliers"
14146 #    whiskerwidth: 0
14147 #  layout:
14148 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-ndr"
14149 #    layout: "plot-throughput"
14150 #
14151 #- type: "plot"
14152 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14153 #  algorithm: "plot_performance_box"
14154 #  output-file-type: ".html"
14155 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14156 #  data: "intel-dnv-vpp"
14157 #  filter: "'NIC_Intel-X553' and
14158 #           '78B' and
14159 #           'IP6BASE' and
14160 #           'NDRPDR' and
14161 #           '1T1C' and
14162 #           'IP6FWD' and
14163 #           not 'SRv6' and
14164 #           not 'IPSEC' and
14165 #           not 'VHOST'"
14166 #  parameters:
14167 #  - "throughput"
14168 #  - "parent"
14169 #  - "tags"
14170 #  sort:
14171 #  - "IP6BASE"
14172 #  traces:
14173 #    hoverinfo: "x+y"
14174 #    boxpoints: "outliers"
14175 #    whiskerwidth: 0
14176 #  layout:
14177 #    title: "ip6-2n-dnv-x553-78b-1t1c-base-pdr"
14178 #    layout: "plot-throughput"
14179 #
14180 #- type: "plot"
14181 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14182 #  algorithm: "plot_performance_box"
14183 #  output-file-type: ".html"
14184 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14185 #  data: "intel-dnv-vpp"
14186 #  filter: "'NIC_Intel-X553' and
14187 #           '78B' and
14188 #           'IP6BASE' and
14189 #           'NDRPDR' and
14190 #           '2T2C' and
14191 #           'IP6FWD' and
14192 #           not 'SRv6' and
14193 #           not 'IPSEC' and
14194 #           not 'VHOST'"
14195 #  parameters:
14196 #  - "throughput"
14197 #  - "parent"
14198 #  - "tags"
14199 #  sort:
14200 #  - "IP6BASE"
14201 #  traces:
14202 #    hoverinfo: "x+y"
14203 #    boxpoints: "outliers"
14204 #    whiskerwidth: 0
14205 #  layout:
14206 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-ndr"
14207 #    layout: "plot-throughput"
14208 #
14209 #- type: "plot"
14210 #  title: "VPP Throughput: ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14211 #  algorithm: "plot_performance_box"
14212 #  output-file-type: ".html"
14213 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14214 #  data: "intel-dnv-vpp"
14215 #  filter: "'NIC_Intel-X553' and
14216 #           '78B' and
14217 #           'IP6BASE' and
14218 #           'NDRPDR' and
14219 #           '2T2C' and
14220 #           'IP6FWD' and
14221 #           not 'SRv6' and
14222 #           not 'IPSEC' and
14223 #           not 'VHOST'"
14224 #  parameters:
14225 #  - "throughput"
14226 #  - "parent"
14227 #  - "tags"
14228 #  sort:
14229 #  - "IP6BASE"
14230 #  traces:
14231 #    hoverinfo: "x+y"
14232 #    boxpoints: "outliers"
14233 #    whiskerwidth: 0
14234 #  layout:
14235 #    title: "ip6-2n-dnv-x553-78b-2t2c-base-pdr"
14236 #    layout: "plot-throughput"
14237
14238 ################################################################################
14239
14240 # Packet Throughput - VPP IPv6 tunnels 3n-hsw-x520
14241 - type: "plot"
14242   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14243   algorithm: "plot_performance_box"
14244   output-file-type: ".html"
14245   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14246   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14247   filter: "'NIC_Intel-X520-DA2' and
14248            '78B' and
14249            'ENCAP' and
14250            'NDRPDR' and
14251            '1T1C' and
14252            'LISP' and
14253            not 'VHOST'"
14254   parameters:
14255   - "throughput"
14256   - "parent"
14257   - "tags"
14258   sort:
14259   - "IP4UNRLAY"
14260   - "IP6UNRLAY"
14261   traces:
14262     hoverinfo: "x+y"
14263     boxpoints: "outliers"
14264     whiskerwidth: 0
14265   layout:
14266     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
14267     layout: "plot-throughput"
14268
14269 - type: "plot"
14270   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14271   algorithm: "plot_performance_box"
14272   output-file-type: ".html"
14273   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14274   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14275   filter: "'NIC_Intel-X520-DA2' and
14276            '78B' and
14277            'ENCAP' and
14278            'NDRPDR' and
14279            '1T1C' and
14280            'LISP' and
14281            not 'VHOST'"
14282   parameters:
14283   - "throughput"
14284   - "parent"
14285   - "tags"
14286   sort:
14287   - "IP4UNRLAY"
14288   - "IP6UNRLAY"
14289   traces:
14290     hoverinfo: "x+y"
14291     boxpoints: "outliers"
14292     whiskerwidth: 0
14293   layout:
14294     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-pdr"
14295     layout: "plot-throughput"
14296
14297 - type: "plot"
14298   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14299   algorithm: "plot_performance_box"
14300   output-file-type: ".html"
14301   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14302   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14303   filter: "'NIC_Intel-X520-DA2' and
14304            '78B' and
14305            'ENCAP' and
14306            'NDRPDR' and
14307            '2T2C' and
14308            'LISP' and
14309            not 'VHOST'"
14310   parameters:
14311   - "throughput"
14312   - "parent"
14313   - "tags"
14314   sort:
14315   - "IP4UNRLAY"
14316   - "IP6UNRLAY"
14317   traces:
14318     hoverinfo: "x+y"
14319     boxpoints: "outliers"
14320     whiskerwidth: 0
14321   layout:
14322     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
14323     layout: "plot-throughput"
14324
14325 - type: "plot"
14326   title: "VPP Throughput: ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14327   algorithm: "plot_performance_box"
14328   output-file-type: ".html"
14329   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14330   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14331   filter: "'NIC_Intel-X520-DA2' and
14332            '78B' and
14333            'ENCAP' and
14334            'NDRPDR' and
14335            '2T2C' and
14336            'LISP' and
14337            not 'VHOST'"
14338   parameters:
14339   - "throughput"
14340   - "parent"
14341   - "tags"
14342   sort:
14343   - "IP4UNRLAY"
14344   - "IP6UNRLAY"
14345   traces:
14346     hoverinfo: "x+y"
14347     boxpoints: "outliers"
14348     whiskerwidth: 0
14349   layout:
14350     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-pdr"
14351     layout: "plot-throughput"
14352
14353 ################################################################################
14354
14355 # Packet Throughput - VPP IPSec 3n-hsw-xl710 base
14356 - type: "plot"
14357   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14358   algorithm: "plot_performance_box"
14359   output-file-type: ".html"
14360   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14361   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14362   filter: "'NIC_Intel-XL710' and
14363            '64B' and
14364            'IP4FWD' and
14365            'NDRPDR' and
14366            'BASE' and
14367            '1T1C' and
14368            'IPSECHW' and
14369            not 'VHOST'"
14370   parameters:
14371   - "throughput"
14372   - "parent"
14373   - "tags"
14374   traces:
14375     hoverinfo: "x+y"
14376     boxpoints: "outliers"
14377     whiskerwidth: 0
14378   layout:
14379     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
14380     layout: "plot-throughput"
14381
14382 - type: "plot"
14383   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14384   algorithm: "plot_performance_box"
14385   output-file-type: ".html"
14386   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14387   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14388   filter: "'NIC_Intel-XL710' and
14389            '64B' and
14390            'IP4FWD' and
14391            'NDRPDR' and
14392            'BASE' and
14393            '1T1C' and
14394            'IPSECHW' and
14395            not 'VHOST'"
14396   parameters:
14397   - "throughput"
14398   - "parent"
14399   - "tags"
14400   traces:
14401     hoverinfo: "x+y"
14402     boxpoints: "outliers"
14403     whiskerwidth: 0
14404   layout:
14405     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-pdr"
14406     layout: "plot-throughput"
14407
14408 - type: "plot"
14409   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14410   algorithm: "plot_performance_box"
14411   output-file-type: ".html"
14412   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14413   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14414   filter: "'NIC_Intel-XL710' and
14415            '64B' and
14416            'IP4FWD' and
14417            'NDRPDR' and
14418            'BASE' and
14419            '2T2C' and
14420            'IPSECHW' and
14421            not 'VHOST'"
14422   parameters:
14423   - "throughput"
14424   - "parent"
14425   - "tags"
14426   traces:
14427     hoverinfo: "x+y"
14428     boxpoints: "outliers"
14429     whiskerwidth: 0
14430   layout:
14431     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
14432     layout: "plot-throughput"
14433
14434 - type: "plot"
14435   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14436   algorithm: "plot_performance_box"
14437   output-file-type: ".html"
14438   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14439   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14440   filter: "'NIC_Intel-XL710' and
14441            '64B' and
14442            'IP4FWD' and
14443            'NDRPDR' and
14444            'BASE' and
14445            '2T2C' and
14446            'IPSECHW' and
14447            not 'VHOST'"
14448   parameters:
14449   - "throughput"
14450   - "parent"
14451   - "tags"
14452   traces:
14453     hoverinfo: "x+y"
14454     boxpoints: "outliers"
14455     whiskerwidth: 0
14456   layout:
14457     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-pdr"
14458     layout: "plot-throughput"
14459
14460 # Packet Throughput - VPP IPSec 3n-hsw-xl710 scale
14461 - type: "plot"
14462   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14463   algorithm: "plot_performance_box"
14464   output-file-type: ".html"
14465   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14466   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14467   filter: "'NIC_Intel-XL710' and
14468            '64B' and
14469            'IP4FWD' and
14470            'NDRPDR' and
14471            'SCALE' and
14472            '1T1C' and
14473            'IPSECHW' and
14474            not 'VHOST'"
14475   parameters:
14476   - "throughput"
14477   - "parent"
14478   - "tags"
14479   traces:
14480     hoverinfo: "x+y"
14481     boxpoints: "outliers"
14482     whiskerwidth: 0
14483   layout:
14484     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
14485     layout: "plot-throughput"
14486
14487 - type: "plot"
14488   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14489   algorithm: "plot_performance_box"
14490   output-file-type: ".html"
14491   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14492   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14493   filter: "'NIC_Intel-XL710' and
14494            '64B' and
14495            'IP4FWD' and
14496            'NDRPDR' and
14497            'SCALE' and
14498            '1T1C' and
14499            'IPSECHW' and
14500            not 'VHOST'"
14501   parameters:
14502   - "throughput"
14503   - "parent"
14504   - "tags"
14505   traces:
14506     hoverinfo: "x+y"
14507     boxpoints: "outliers"
14508     whiskerwidth: 0
14509   layout:
14510     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-pdr"
14511     layout: "plot-throughput"
14512
14513 - type: "plot"
14514   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14515   algorithm: "plot_performance_box"
14516   output-file-type: ".html"
14517   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14518   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14519   filter: "'NIC_Intel-XL710' and
14520            '64B' and
14521            'IP4FWD' and
14522            'NDRPDR' and
14523            'SCALE' and
14524            '2T2C' and
14525            'IPSECHW' and
14526            not 'VHOST'"
14527   parameters:
14528   - "throughput"
14529   - "parent"
14530   - "tags"
14531   traces:
14532     hoverinfo: "x+y"
14533     boxpoints: "outliers"
14534     whiskerwidth: 0
14535   layout:
14536     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
14537     layout: "plot-throughput"
14538
14539 - type: "plot"
14540   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14541   algorithm: "plot_performance_box"
14542   output-file-type: ".html"
14543   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14544   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14545   filter: "'NIC_Intel-XL710' and
14546            '64B' and
14547            'IP4FWD' and
14548            'NDRPDR' and
14549            'SCALE' and
14550            '2T2C' and
14551            'IPSECHW' and
14552            not 'VHOST'"
14553   parameters:
14554   - "throughput"
14555   - "parent"
14556   - "tags"
14557   traces:
14558     hoverinfo: "x+y"
14559     boxpoints: "outliers"
14560     whiskerwidth: 0
14561   layout:
14562     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-pdr"
14563     layout: "plot-throughput"
14564
14565 # Packet Throughput - VPP IPSec 3n-hsw-xl710 SW
14566 - type: "plot"
14567   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14568   algorithm: "plot_performance_box"
14569   output-file-type: ".html"
14570   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14571   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14572   filter: "'NIC_Intel-XL710' and
14573            '64B' and
14574            'IP4FWD' and
14575            'NDRPDR' and
14576            '1T1C' and
14577            'IPSECSW' and
14578            not 'VHOST'"
14579   parameters:
14580   - "throughput"
14581   - "parent"
14582   - "tags"
14583   traces:
14584     hoverinfo: "x+y"
14585     boxpoints: "outliers"
14586     whiskerwidth: 0
14587   layout:
14588     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
14589     layout: "plot-throughput"
14590
14591 - type: "plot"
14592   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14593   algorithm: "plot_performance_box"
14594   output-file-type: ".html"
14595   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14596   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14597   filter: "'NIC_Intel-XL710' and
14598            '64B' and
14599            'IP4FWD' and
14600            'NDRPDR' and
14601            '1T1C' and
14602            'IPSECSW' and
14603            not 'VHOST'"
14604   parameters:
14605   - "throughput"
14606   - "parent"
14607   - "tags"
14608   traces:
14609     hoverinfo: "x+y"
14610     boxpoints: "outliers"
14611     whiskerwidth: 0
14612   layout:
14613     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-pdr"
14614     layout: "plot-throughput"
14615
14616 - type: "plot"
14617   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14618   algorithm: "plot_performance_box"
14619   output-file-type: ".html"
14620   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14621   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14622   filter: "'NIC_Intel-XL710' and
14623            '64B' and
14624            'IP4FWD' and
14625            'NDRPDR' and
14626            '2T2C' and
14627            'IPSECSW' and
14628            not 'VHOST'"
14629   parameters:
14630   - "throughput"
14631   - "parent"
14632   - "tags"
14633   traces:
14634     hoverinfo: "x+y"
14635     boxpoints: "outliers"
14636     whiskerwidth: 0
14637   layout:
14638     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
14639     layout: "plot-throughput"
14640
14641 - type: "plot"
14642   title: "VPP Throughput: ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14643   algorithm: "plot_performance_box"
14644   output-file-type: ".html"
14645   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14646   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14647   filter: "'NIC_Intel-XL710' and
14648            '64B' and
14649            'IP4FWD' and
14650            'NDRPDR' and
14651            '2T2C' and
14652            'IPSECSW' and
14653            not 'VHOST'"
14654   parameters:
14655   - "throughput"
14656   - "parent"
14657   - "tags"
14658   traces:
14659     hoverinfo: "x+y"
14660     boxpoints: "outliers"
14661     whiskerwidth: 0
14662   layout:
14663     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-pdr"
14664     layout: "plot-throughput"
14665
14666 ################################################################################
14667
14668 # Packet Throughput - VPP SRv6 3n-hsw-x520
14669 - type: "plot"
14670   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14671   algorithm: "plot_performance_box"
14672   output-file-type: ".html"
14673   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14674   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14675   filter: "'NIC_Intel-X520-DA2' and
14676            '78B' and
14677            'FEATURE' and
14678            'NDRPDR' and
14679            '1T1C' and
14680            'IP6FWD' and
14681            'SRv6'"
14682   parameters:
14683   - "throughput"
14684   - "parent"
14685   - "tags"
14686   traces:
14687     hoverinfo: "x+y"
14688     boxpoints: "outliers"
14689     whiskerwidth: 0
14690   layout:
14691     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
14692     layout: "plot-throughput"
14693
14694 - type: "plot"
14695   title: "VPP Throughput: srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14696   algorithm: "plot_performance_box"
14697   output-file-type: ".html"
14698   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14699   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14700   filter: "'NIC_Intel-X520-DA2' and
14701            '78B' and
14702            'FEATURE' and
14703            'NDRPDR' and
14704            '1T1C' and
14705            'IP6FWD' and
14706            'SRv6'"
14707   parameters:
14708   - "throughput"
14709   - "parent"
14710   - "tags"
14711   traces:
14712     hoverinfo: "x+y"
14713     boxpoints: "outliers"
14714     whiskerwidth: 0
14715   layout:
14716     title: "srv6-3n-hsw-x520-78b-1t1c-features-pdr"
14717     layout: "plot-throughput"
14718
14719 - type: "plot"
14720   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14721   algorithm: "plot_performance_box"
14722   output-file-type: ".html"
14723   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14724   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14725   filter: "'NIC_Intel-X520-DA2' and
14726            '78B' and
14727            'FEATURE' and
14728            'NDRPDR' and
14729            '2T2C' and
14730            'IP6FWD' and
14731            'SRv6'"
14732   parameters:
14733   - "throughput"
14734   - "parent"
14735   - "tags"
14736   traces:
14737     hoverinfo: "x+y"
14738     boxpoints: "outliers"
14739     whiskerwidth: 0
14740   layout:
14741     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
14742     layout: "plot-throughput"
14743
14744 - type: "plot"
14745   title: "VPP Throughput: srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14746   algorithm: "plot_performance_box"
14747   output-file-type: ".html"
14748   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14749   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14750   filter: "'NIC_Intel-X520-DA2' and
14751            '78B' and
14752            'FEATURE' and
14753            'NDRPDR' and
14754            '2T2C' and
14755            'IP6FWD' and
14756            'SRv6'"
14757   parameters:
14758   - "throughput"
14759   - "parent"
14760   - "tags"
14761   traces:
14762     hoverinfo: "x+y"
14763     boxpoints: "outliers"
14764     whiskerwidth: 0
14765   layout:
14766     title: "srv6-3n-hsw-x520-78b-2t2c-features-pdr"
14767     layout: "plot-throughput"
14768
14769 ################################################################################
14770
14771 # Packet Throughput - VPP vhost ip4 3n-hsw-x520
14772 - type: "plot"
14773   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14774   algorithm: "plot_performance_box"
14775   output-file-type: ".html"
14776   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14777   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14778   filter: "'NIC_Intel-X520-DA2' and
14779            '64B' and
14780            'NDRPDR' and
14781            'ETH' and
14782            'IP4FWD' and
14783            '1T1C' and
14784            'VHOST_1024' and
14785            not 'VXLAN' and
14786            not 'DOT1Q'"
14787   parameters:
14788   - "throughput"
14789   - "parent"
14790   - "tags"
14791   sort:
14792   - "not CFS_OPT"
14793   - "1VM"
14794   - "2VM"
14795   traces:
14796     hoverinfo: "x+y"
14797     boxpoints: "outliers"
14798     whiskerwidth: 0
14799   layout:
14800     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
14801     layout: "plot-throughput"
14802
14803 - type: "plot"
14804   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14805   algorithm: "plot_performance_box"
14806   output-file-type: ".html"
14807   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14808   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14809   filter: "'NIC_Intel-X520-DA2' and
14810            '64B' and
14811            'NDRPDR' and
14812            'ETH' and
14813            'IP4FWD' and
14814            '2T2C' and
14815            'VHOST_1024' and
14816            not 'VXLAN' and
14817            not 'DOT1Q'"
14818   parameters:
14819   - "throughput"
14820   - "parent"
14821   - "tags"
14822   sort:
14823   - "not CFS_OPT"
14824   - "1VM"
14825   - "2VM"
14826   traces:
14827     hoverinfo: "x+y"
14828     boxpoints: "outliers"
14829     whiskerwidth: 0
14830   layout:
14831     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
14832     layout: "plot-throughput"
14833
14834 - type: "plot"
14835   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14836   algorithm: "plot_performance_box"
14837   output-file-type: ".html"
14838   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14839   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14840   filter: "'NIC_Intel-X520-DA2' and
14841            '64B' and
14842            'NDRPDR' and
14843            'ETH' and
14844            'IP4FWD' and
14845            '1T1C' and
14846            'VHOST_1024' and
14847            not 'VXLAN' and
14848            not 'DOT1Q'"
14849   parameters:
14850   - "throughput"
14851   - "parent"
14852   - "tags"
14853   sort:
14854   - "not CFS_OPT"
14855   - "1VM"
14856   - "2VM"
14857   traces:
14858     hoverinfo: "x+y"
14859     boxpoints: "outliers"
14860     whiskerwidth: 0
14861   layout:
14862     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-pdr"
14863     layout: "plot-throughput"
14864
14865 - type: "plot"
14866   title: "VPP Throughput: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14867   algorithm: "plot_performance_box"
14868   output-file-type: ".html"
14869   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14870   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14871   filter: "'NIC_Intel-X520-DA2' and
14872            '64B' and
14873            'NDRPDR' and
14874            'ETH' and
14875            'IP4FWD' and
14876            '2T2C' and
14877            'VHOST_1024' and
14878            not 'VXLAN' and
14879            not 'DOT1Q'"
14880   parameters:
14881   - "throughput"
14882   - "parent"
14883   - "tags"
14884   sort:
14885   - "not CFS_OPT"
14886   - "1VM"
14887   - "2VM"
14888   traces:
14889     hoverinfo: "x+y"
14890     boxpoints: "outliers"
14891     whiskerwidth: 0
14892   layout:
14893     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-pdr"
14894     layout: "plot-throughput"
14895
14896 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base
14897 - type: "plot"
14898   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14899   algorithm: "plot_performance_box"
14900   output-file-type: ".html"
14901   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14902   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14903   filter: "'NIC_Intel-X520-DA2' and
14904            '64B' and
14905            'NDRPDR' and
14906            ('ETH' or 'DOT1Q') and
14907            'BASE' and
14908            '1T1C' and
14909            ('L2BDMACLRN' or 'L2XCFWD') and
14910            'VHOST_1024' and
14911            not 'VXLAN' and
14912            not 'IP4FWD' and
14913            not '2VM'"
14914   parameters:
14915   - "throughput"
14916   - "parent"
14917   - "tags"
14918   sort:
14919   - "L2BDMACLRN"
14920   - "L2BDMACLRN"
14921   - "L2BDMACLRN"
14922   - "L2XCFWD"
14923   - "L2XCFWD"
14924   - "L2XCFWD"
14925   traces:
14926     hoverinfo: "x+y"
14927     boxpoints: "outliers"
14928     whiskerwidth: 0
14929   layout:
14930     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
14931     layout: "plot-throughput"
14932
14933 - type: "plot"
14934   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14935   algorithm: "plot_performance_box"
14936   output-file-type: ".html"
14937   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14938   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14939   filter: "'NIC_Intel-X520-DA2' and
14940            '64B' and
14941            'NDRPDR' and
14942            ('ETH' or 'DOT1Q') and
14943            'BASE' and
14944            '1T1C' and
14945            ('L2BDMACLRN' or 'L2XCFWD') and
14946            'VHOST_1024' and
14947            not 'VXLAN' and
14948            not 'IP4FWD' and
14949            not '2VM'"
14950   parameters:
14951   - "throughput"
14952   - "parent"
14953   - "tags"
14954   sort:
14955   - "L2BDMACLRN"
14956   - "L2BDMACLRN"
14957   - "L2BDMACLRN"
14958   - "L2XCFWD"
14959   - "L2XCFWD"
14960   - "L2XCFWD"
14961   traces:
14962     hoverinfo: "x+y"
14963     boxpoints: "outliers"
14964     whiskerwidth: 0
14965   layout:
14966     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-pdr"
14967     layout: "plot-throughput"
14968
14969 - type: "plot"
14970   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14971   algorithm: "plot_performance_box"
14972   output-file-type: ".html"
14973   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
14974   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14975   filter: "'NIC_Intel-X520-DA2' and
14976            '64B' and
14977            'NDRPDR' and
14978            ('ETH' or 'DOT1Q') and
14979            'BASE' and
14980            '2T2C' and
14981            ('L2BDMACLRN' or 'L2XCFWD') and
14982            'VHOST_1024' and
14983            not 'VXLAN' and
14984            not 'IP4FWD' and
14985            not '2VM'"
14986   parameters:
14987   - "throughput"
14988   - "parent"
14989   - "tags"
14990   sort:
14991   - "L2BDMACLRN"
14992   - "L2BDMACLRN"
14993   - "L2BDMACLRN"
14994   - "L2XCFWD"
14995   - "L2XCFWD"
14996   - "L2XCFWD"
14997   traces:
14998     hoverinfo: "x+y"
14999     boxpoints: "outliers"
15000     whiskerwidth: 0
15001   layout:
15002     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
15003     layout: "plot-throughput"
15004
15005 - type: "plot"
15006   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
15007   algorithm: "plot_performance_box"
15008   output-file-type: ".html"
15009   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
15010   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15011   filter: "'NIC_Intel-X520-DA2' and
15012            '64B' and
15013            'NDRPDR' and
15014            ('ETH' or 'DOT1Q') and
15015            'BASE' and
15016            '2T2C' and
15017            ('L2BDMACLRN' or 'L2XCFWD') and
15018            'VHOST_1024' and
15019            not 'VXLAN' and
15020            not 'IP4FWD' and
15021            not '2VM'"
15022   parameters:
15023   - "throughput"
15024   - "parent"
15025   - "tags"
15026   sort:
15027   - "L2BDMACLRN"
15028   - "L2BDMACLRN"
15029   - "L2BDMACLRN"
15030   - "L2XCFWD"
15031   - "L2XCFWD"
15032   - "L2XCFWD"
15033   traces:
15034     hoverinfo: "x+y"
15035     boxpoints: "outliers"
15036     whiskerwidth: 0
15037   layout:
15038     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-pdr"
15039     layout: "plot-throughput"
15040
15041 # Packet Throughput - VPP vhost l2sw 3n-hsw-x520 - base vm
15042 - type: "plot"
15043   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15044   algorithm: "plot_performance_box"
15045   output-file-type: ".html"
15046   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15047   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15048   filter: "'NIC_Intel-X520-DA2' and
15049            '64B' and
15050            'NDRPDR' and
15051            ('ETH' or 'DOT1Q') and
15052            '1T1C' and
15053            ('L2BDMACLRN' or 'L2XCFWD') and
15054            'VHOST_1024' and
15055            not 'CFS_OPT' and
15056            not 'DOT1Q' and
15057            not 'VXLAN' and
15058            not 'IP4FWD' and
15059            not 'LBOND'"
15060   parameters:
15061   - "throughput"
15062   - "parent"
15063   - "tags"
15064 #  sort:
15065 #  - "1VM"
15066 #  - "L2XCFWD"
15067 #  - "1VM"
15068 #  - "L2BDMACLRN"
15069   traces:
15070     hoverinfo: "x+y"
15071     boxpoints: "outliers"
15072     whiskerwidth: 0
15073   layout:
15074     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
15075     layout: "plot-throughput"
15076
15077 - type: "plot"
15078   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15079   algorithm: "plot_performance_box"
15080   output-file-type: ".html"
15081   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15082   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15083   filter: "'NIC_Intel-X520-DA2' and
15084            '64B' and
15085            'NDRPDR' and
15086            ('ETH' or 'DOT1Q') and
15087            '1T1C' and
15088            ('L2BDMACLRN' or 'L2XCFWD') and
15089            'VHOST_1024' and
15090            not 'CFS_OPT' and
15091            not 'DOT1Q' and
15092            not 'VXLAN' and
15093            not 'IP4FWD' and
15094            not 'LBOND'"
15095   parameters:
15096   - "throughput"
15097   - "parent"
15098   - "tags"
15099 #  sort:
15100 #  - "1VM"
15101 #  - "L2XCFWD"
15102 #  - "1VM"
15103 #  - "L2BDMACLRN"
15104   traces:
15105     hoverinfo: "x+y"
15106     boxpoints: "outliers"
15107     whiskerwidth: 0
15108   layout:
15109     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-pdr"
15110     layout: "plot-throughput"
15111
15112 - type: "plot"
15113   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15114   algorithm: "plot_performance_box"
15115   output-file-type: ".html"
15116   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15117   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15118   filter: "'NIC_Intel-X520-DA2' and
15119            '64B' and
15120            'NDRPDR' and
15121            ('ETH' or 'DOT1Q') and
15122            '2T2C' and
15123            ('L2BDMACLRN' or 'L2XCFWD') and
15124            'VHOST_1024' and
15125            not 'CFS_OPT' and
15126            not 'DOT1Q' and
15127            not 'VXLAN' and
15128            not 'IP4FWD' and
15129            not 'LBOND'"
15130   parameters:
15131   - "throughput"
15132   - "parent"
15133   - "tags"
15134 #  sort:
15135 #  - "1VM"
15136 #  - "L2XCFWD"
15137 #  - "1VM"
15138 #  - "L2BDMACLRN"
15139   traces:
15140     hoverinfo: "x+y"
15141     boxpoints: "outliers"
15142     whiskerwidth: 0
15143   layout:
15144     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
15145     layout: "plot-throughput"
15146
15147 - type: "plot"
15148   title: "VPP Throughput: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15149   algorithm: "plot_performance_box"
15150   output-file-type: ".html"
15151   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15152   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15153   filter: "'NIC_Intel-X520-DA2' and
15154            '64B' and
15155            'NDRPDR' and
15156            ('ETH' or 'DOT1Q') and
15157            '2T2C' and
15158            ('L2BDMACLRN' or 'L2XCFWD') and
15159            'VHOST_1024' and
15160            not 'CFS_OPT' and
15161            not 'DOT1Q' and
15162            not 'VXLAN' and
15163            not 'IP4FWD' and
15164            not 'LBOND'"
15165   parameters:
15166   - "throughput"
15167   - "parent"
15168   - "tags"
15169 #  sort:
15170 #  - "1VM"
15171 #  - "L2XCFWD"
15172 #  - "1VM"
15173 #  - "L2BDMACLRN"
15174   traces:
15175     hoverinfo: "x+y"
15176     boxpoints: "outliers"
15177     whiskerwidth: 0
15178   layout:
15179     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-pdr"
15180     layout: "plot-throughput"
15181
15182 # Packet Throughput - VPP vhost ip4 3n-hsw-x710
15183 - type: "plot"
15184   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15185   algorithm: "plot_performance_box"
15186   output-file-type: ".html"
15187   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15188   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15189   filter: "'NIC_Intel-X710' and
15190            '64B' and
15191            'NDRPDR' and
15192            'ETH' and
15193            'IP4FWD' and
15194            '1T1C' and
15195            'VHOST_1024' and
15196            not 'VXLAN' and
15197            not 'CFS_OPT' and
15198            not 'DOT1Q'"
15199   parameters:
15200   - "throughput"
15201   - "parent"
15202   - "tags"
15203   sort:
15204   - "1VM"
15205   - "2VM"
15206   traces:
15207     hoverinfo: "x+y"
15208     boxpoints: "outliers"
15209     whiskerwidth: 0
15210   layout:
15211     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
15212     layout: "plot-throughput"
15213
15214 - type: "plot"
15215   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15216   algorithm: "plot_performance_box"
15217   output-file-type: ".html"
15218   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15219   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15220   filter: "'NIC_Intel-X710' and
15221            '64B' and
15222            'NDRPDR' and
15223            'ETH' and
15224            'IP4FWD' and
15225            '2T2C' and
15226            'VHOST_1024' and
15227            not 'VXLAN' and
15228            not 'CFS_OPT' and
15229            not 'DOT1Q'"
15230   parameters:
15231   - "throughput"
15232   - "parent"
15233   - "tags"
15234   sort:
15235   - "1VM"
15236   - "2VM"
15237   traces:
15238     hoverinfo: "x+y"
15239     boxpoints: "outliers"
15240     whiskerwidth: 0
15241   layout:
15242     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
15243     layout: "plot-throughput"
15244
15245 - type: "plot"
15246   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15247   algorithm: "plot_performance_box"
15248   output-file-type: ".html"
15249   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15250   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15251   filter: "'NIC_Intel-X710' and
15252            '64B' and
15253            'NDRPDR' and
15254            'ETH' and
15255            'IP4FWD' and
15256            '1T1C' and
15257            'VHOST_1024' and
15258            not 'VXLAN' and
15259            not 'CFS_OPT' and
15260            not 'DOT1Q'"
15261   parameters:
15262   - "throughput"
15263   - "parent"
15264   - "tags"
15265   sort:
15266   - "1VM"
15267   - "2VM"
15268   traces:
15269     hoverinfo: "x+y"
15270     boxpoints: "outliers"
15271     whiskerwidth: 0
15272   layout:
15273     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-pdr"
15274     layout: "plot-throughput"
15275
15276 - type: "plot"
15277   title: "VPP Throughput: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15278   algorithm: "plot_performance_box"
15279   output-file-type: ".html"
15280   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15281   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15282   filter: "'NIC_Intel-X710' and
15283            '64B' and
15284            'NDRPDR' and
15285            'ETH' and
15286            'IP4FWD' and
15287            '2T2C' and
15288            'VHOST_1024' and
15289            not 'VXLAN' and
15290            not 'CFS_OPT' and
15291            not 'DOT1Q'"
15292   parameters:
15293   - "throughput"
15294   - "parent"
15295   - "tags"
15296   sort:
15297   - "1VM"
15298   - "2VM"
15299   traces:
15300     hoverinfo: "x+y"
15301     boxpoints: "outliers"
15302     whiskerwidth: 0
15303   layout:
15304     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-pdr"
15305     layout: "plot-throughput"
15306
15307 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base
15308 - type: "plot"
15309   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15310   algorithm: "plot_performance_box"
15311   output-file-type: ".html"
15312   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15313   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15314   filter: "'NIC_Intel-X710' and
15315            '64B' and
15316            'NDRPDR' and
15317            ('ETH' or 'DOT1Q') and
15318            'BASE' and
15319            '1T1C' and
15320            ('L2BDMACLRN' or 'L2XCFWD') and
15321            'VHOST_1024' and
15322            not 'VXLAN' and
15323            not 'IP4FWD' and
15324            not '2VM'"
15325   parameters:
15326   - "throughput"
15327   - "parent"
15328   - "tags"
15329   sort:
15330   - "L2BDMACLRN"
15331   - "L2BDMACLRN"
15332   - "L2BDMACLRN"
15333   - "L2XCFWD"
15334   - "L2XCFWD"
15335   - "L2XCFWD"
15336   traces:
15337     hoverinfo: "x+y"
15338     boxpoints: "outliers"
15339     whiskerwidth: 0
15340   layout:
15341     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
15342     layout: "plot-throughput"
15343
15344 - type: "plot"
15345   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15346   algorithm: "plot_performance_box"
15347   output-file-type: ".html"
15348   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15349   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15350   filter: "'NIC_Intel-X710' and
15351            '64B' and
15352            'NDRPDR' and
15353            ('ETH' or 'DOT1Q') and
15354            'BASE' and
15355            '1T1C' and
15356            ('L2BDMACLRN' or 'L2XCFWD') and
15357            'VHOST_1024' and
15358            not 'VXLAN' and
15359            not 'IP4FWD' and
15360            not '2VM'"
15361   parameters:
15362   - "throughput"
15363   - "parent"
15364   - "tags"
15365   sort:
15366   - "L2BDMACLRN"
15367   - "L2BDMACLRN"
15368   - "L2BDMACLRN"
15369   - "L2XCFWD"
15370   - "L2XCFWD"
15371   - "L2XCFWD"
15372   traces:
15373     hoverinfo: "x+y"
15374     boxpoints: "outliers"
15375     whiskerwidth: 0
15376   layout:
15377     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-pdr"
15378     layout: "plot-throughput"
15379
15380 - type: "plot"
15381   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15382   algorithm: "plot_performance_box"
15383   output-file-type: ".html"
15384   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15385   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15386   filter: "'NIC_Intel-X710' and
15387            '64B' and
15388            'NDRPDR' and
15389            ('ETH' or 'DOT1Q') and
15390            'BASE' and
15391            '2T2C' and
15392            ('L2BDMACLRN' or 'L2XCFWD') and
15393            'VHOST_1024' and
15394            not 'VXLAN' and
15395            not 'IP4FWD' and
15396            not '2VM'"
15397   parameters:
15398   - "throughput"
15399   - "parent"
15400   - "tags"
15401   sort:
15402   - "L2BDMACLRN"
15403   - "L2BDMACLRN"
15404   - "L2BDMACLRN"
15405   - "L2XCFWD"
15406   - "L2XCFWD"
15407   - "L2XCFWD"
15408   traces:
15409     hoverinfo: "x+y"
15410     boxpoints: "outliers"
15411     whiskerwidth: 0
15412   layout:
15413     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
15414     layout: "plot-throughput"
15415
15416 - type: "plot"
15417   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15418   algorithm: "plot_performance_box"
15419   output-file-type: ".html"
15420   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15421   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15422   filter: "'NIC_Intel-X710' and
15423            '64B' and
15424            'NDRPDR' and
15425            ('ETH' or 'DOT1Q') and
15426            'BASE' and
15427            '2T2C' and
15428            ('L2BDMACLRN' or 'L2XCFWD') and
15429            'VHOST_1024' and
15430            not 'VXLAN' and
15431            not 'IP4FWD' and
15432            not '2VM'"
15433   parameters:
15434   - "throughput"
15435   - "parent"
15436   - "tags"
15437   sort:
15438   - "L2BDMACLRN"
15439   - "L2BDMACLRN"
15440   - "L2BDMACLRN"
15441   - "L2XCFWD"
15442   - "L2XCFWD"
15443   - "L2XCFWD"
15444   traces:
15445     hoverinfo: "x+y"
15446     boxpoints: "outliers"
15447     whiskerwidth: 0
15448   layout:
15449     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-pdr"
15450     layout: "plot-throughput"
15451
15452 # Packet Throughput - VPP vhost l2sw 3n-hsw-x710 - base vm
15453 - type: "plot"
15454   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15455   algorithm: "plot_performance_box"
15456   output-file-type: ".html"
15457   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15458   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15459   filter: "'NIC_Intel-X710' and
15460            '64B' and
15461            'NDRPDR' and
15462            ('ETH' or 'DOT1Q') and
15463            '1T1C' and
15464            ('L2BDMACLRN' or 'L2XCFWD') and
15465            'VHOST_1024' and
15466            not 'CFS_OPT' and
15467            not 'VXLAN' and
15468            not 'IP4FWD' and
15469            not 'LBOND'"
15470   parameters:
15471   - "throughput"
15472   - "parent"
15473   - "tags"
15474   sort:
15475   - "L2BDMACLRN"
15476   - "L2BDMACLRN"
15477   - "L2BDMACLRN"
15478   - "L2XCFWD"
15479   - "L2XCFWD"
15480   - "L2XCFWD"
15481   traces:
15482     hoverinfo: "x+y"
15483     boxpoints: "outliers"
15484     whiskerwidth: 0
15485   layout:
15486     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
15487     layout: "plot-throughput"
15488
15489 - type: "plot"
15490   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15491   algorithm: "plot_performance_box"
15492   output-file-type: ".html"
15493   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15494   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15495   filter: "'NIC_Intel-X710' and
15496            '64B' and
15497            'NDRPDR' and
15498            ('ETH' or 'DOT1Q') and
15499            '1T1C' and
15500            ('L2BDMACLRN' or 'L2XCFWD') and
15501            'VHOST_1024' and
15502            not 'CFS_OPT' and
15503            not 'VXLAN' and
15504            not 'IP4FWD' and
15505            not 'LBOND'"
15506   parameters:
15507   - "throughput"
15508   - "parent"
15509   - "tags"
15510   sort:
15511   - "L2BDMACLRN"
15512   - "L2BDMACLRN"
15513   - "L2BDMACLRN"
15514   - "L2XCFWD"
15515   - "L2XCFWD"
15516   - "L2XCFWD"
15517   traces:
15518     hoverinfo: "x+y"
15519     boxpoints: "outliers"
15520     whiskerwidth: 0
15521   layout:
15522     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-pdr"
15523     layout: "plot-throughput"
15524
15525 - type: "plot"
15526   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15527   algorithm: "plot_performance_box"
15528   output-file-type: ".html"
15529   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15530   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15531   filter: "'NIC_Intel-X710' and
15532            '64B' and
15533            'NDRPDR' and
15534            ('ETH' or 'DOT1Q') and
15535            '2T2C' and
15536            ('L2BDMACLRN' or 'L2XCFWD') and
15537            'VHOST_1024' and
15538            not 'CFS_OPT' and
15539            not 'VXLAN' and
15540            not 'IP4FWD' and
15541            not 'LBOND'"
15542   parameters:
15543   - "throughput"
15544   - "parent"
15545   - "tags"
15546   sort:
15547   - "L2BDMACLRN"
15548   - "L2BDMACLRN"
15549   - "L2BDMACLRN"
15550   - "L2XCFWD"
15551   - "L2XCFWD"
15552   - "L2XCFWD"
15553   traces:
15554     hoverinfo: "x+y"
15555     boxpoints: "outliers"
15556     whiskerwidth: 0
15557   layout:
15558     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
15559     layout: "plot-throughput"
15560
15561 - type: "plot"
15562   title: "VPP Throughput: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15563   algorithm: "plot_performance_box"
15564   output-file-type: ".html"
15565   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15566   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15567   filter: "'NIC_Intel-X710' and
15568            '64B' and
15569            'NDRPDR' and
15570            ('ETH' or 'DOT1Q') and
15571            '2T2C' and
15572            ('L2BDMACLRN' or 'L2XCFWD') and
15573            'VHOST_1024' and
15574            not 'CFS_OPT' and
15575            not 'VXLAN' and
15576            not 'IP4FWD' and
15577            not 'LBOND'"
15578   parameters:
15579   - "throughput"
15580   - "parent"
15581   - "tags"
15582   sort:
15583   - "L2BDMACLRN"
15584   - "L2BDMACLRN"
15585   - "L2BDMACLRN"
15586   - "L2XCFWD"
15587   - "L2XCFWD"
15588   - "L2XCFWD"
15589   traces:
15590     hoverinfo: "x+y"
15591     boxpoints: "outliers"
15592     whiskerwidth: 0
15593   layout:
15594     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-pdr"
15595     layout: "plot-throughput"
15596
15597 # Packet Throughput - VPP vhost ip4 3n-skx-x710
15598 - type: "plot"
15599   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15600   algorithm: "plot_performance_box"
15601   output-file-type: ".html"
15602   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15603   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15604   filter: "'NIC_Intel-X710' and
15605            '64B' and
15606            'NDRPDR' and
15607            'ETH' and
15608            'IP4FWD' and
15609            '2T1C' and
15610            'VHOST_1024' and
15611            not 'VXLAN' and
15612            not 'DOT1Q'"
15613   parameters:
15614   - "throughput"
15615   - "parent"
15616   - "tags"
15617   sort:
15618   - "1VM"
15619   - "2VM"
15620   traces:
15621     hoverinfo: "x+y"
15622     boxpoints: "outliers"
15623     whiskerwidth: 0
15624   layout:
15625     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
15626     layout: "plot-throughput"
15627
15628 - type: "plot"
15629   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15630   algorithm: "plot_performance_box"
15631   output-file-type: ".html"
15632   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15633   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15634   filter: "'NIC_Intel-X710' and
15635            '64B' and
15636            'NDRPDR' and
15637            'ETH' and
15638            'IP4FWD' and
15639            '4T2C' and
15640            'VHOST_1024' and
15641            not 'VXLAN' and
15642            not 'DOT1Q'"
15643   parameters:
15644   - "throughput"
15645   - "parent"
15646   - "tags"
15647   sort:
15648   - "1VM"
15649   - "2VM"
15650   traces:
15651     hoverinfo: "x+y"
15652     boxpoints: "outliers"
15653     whiskerwidth: 0
15654   layout:
15655     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
15656     layout: "plot-throughput"
15657
15658 - type: "plot"
15659   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15660   algorithm: "plot_performance_box"
15661   output-file-type: ".html"
15662   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15663   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15664   filter: "'NIC_Intel-X710' and
15665            '64B' and
15666            'NDRPDR' and
15667            'ETH' and
15668            'IP4FWD' and
15669            '2T1C' and
15670            'VHOST_1024' and
15671            not 'VXLAN' and
15672            not 'DOT1Q'"
15673   parameters:
15674   - "throughput"
15675   - "parent"
15676   - "tags"
15677   sort:
15678   - "1VM"
15679   - "2VM"
15680   traces:
15681     hoverinfo: "x+y"
15682     boxpoints: "outliers"
15683     whiskerwidth: 0
15684   layout:
15685     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-pdr"
15686     layout: "plot-throughput"
15687
15688 - type: "plot"
15689   title: "VPP Throughput: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15690   algorithm: "plot_performance_box"
15691   output-file-type: ".html"
15692   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15693   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15694   filter: "'NIC_Intel-X710' and
15695            '64B' and
15696            'NDRPDR' and
15697            'ETH' and
15698            'IP4FWD' and
15699            '4T2C' and
15700            'VHOST_1024' and
15701            not 'VXLAN' and
15702            not 'DOT1Q'"
15703   parameters:
15704   - "throughput"
15705   - "parent"
15706   - "tags"
15707   sort:
15708   - "1VM"
15709   - "2VM"
15710   traces:
15711     hoverinfo: "x+y"
15712     boxpoints: "outliers"
15713     whiskerwidth: 0
15714   layout:
15715     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-pdr"
15716     layout: "plot-throughput"
15717
15718 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base
15719 - type: "plot"
15720   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15721   algorithm: "plot_performance_box"
15722   output-file-type: ".html"
15723   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15724   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15725   filter: "'NIC_Intel-X710' and
15726            '64B' and
15727            'NDRPDR' and
15728            ('ETH' or 'DOT1Q') and
15729            'BASE' and
15730            '2T1C' and
15731            ('L2BDMACLRN' or 'L2XCFWD') and
15732            'VHOST_1024' and
15733            not 'VXLAN' and
15734            not 'IP4FWD' and
15735            not '2VM'"
15736   parameters:
15737   - "throughput"
15738   - "parent"
15739   - "tags"
15740   sort:
15741   - "L2BDMACLRN"
15742   - "L2BDMACLRN"
15743   - "L2BDMACLRN"
15744   - "L2XCFWD"
15745   - "L2XCFWD"
15746   - "L2XCFWD"
15747   traces:
15748     hoverinfo: "x+y"
15749     boxpoints: "outliers"
15750     whiskerwidth: 0
15751   layout:
15752     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
15753     layout: "plot-throughput"
15754
15755 - type: "plot"
15756   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15757   algorithm: "plot_performance_box"
15758   output-file-type: ".html"
15759   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15760   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15761   filter: "'NIC_Intel-X710' and
15762            '64B' and
15763            'NDRPDR' and
15764            ('ETH' or 'DOT1Q') and
15765            'BASE' and
15766            '2T1C' and
15767            ('L2BDMACLRN' or 'L2XCFWD') and
15768            'VHOST_1024' and
15769            not 'VXLAN' and
15770            not 'IP4FWD' and
15771            not '2VM'"
15772   parameters:
15773   - "throughput"
15774   - "parent"
15775   - "tags"
15776   sort:
15777   - "L2BDMACLRN"
15778   - "L2BDMACLRN"
15779   - "L2BDMACLRN"
15780   - "L2XCFWD"
15781   - "L2XCFWD"
15782   - "L2XCFWD"
15783   traces:
15784     hoverinfo: "x+y"
15785     boxpoints: "outliers"
15786     whiskerwidth: 0
15787   layout:
15788     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-pdr"
15789     layout: "plot-throughput"
15790
15791 - type: "plot"
15792   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15793   algorithm: "plot_performance_box"
15794   output-file-type: ".html"
15795   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15796   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15797   filter: "'NIC_Intel-X710' and
15798            '64B' and
15799            'NDRPDR' and
15800            ('ETH' or 'DOT1Q') and
15801            'BASE' and
15802            '4T2C' and
15803            ('L2BDMACLRN' or 'L2XCFWD') and
15804            'VHOST_1024' and
15805            not 'VXLAN' and
15806            not 'IP4FWD' and
15807            not '2VM'"
15808   parameters:
15809   - "throughput"
15810   - "parent"
15811   - "tags"
15812   sort:
15813   - "L2BDMACLRN"
15814   - "L2BDMACLRN"
15815   - "L2BDMACLRN"
15816   - "L2XCFWD"
15817   - "L2XCFWD"
15818   - "L2XCFWD"
15819   traces:
15820     hoverinfo: "x+y"
15821     boxpoints: "outliers"
15822     whiskerwidth: 0
15823   layout:
15824     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
15825     layout: "plot-throughput"
15826
15827 - type: "plot"
15828   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15829   algorithm: "plot_performance_box"
15830   output-file-type: ".html"
15831   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15832   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15833   filter: "'NIC_Intel-X710' and
15834            '64B' and
15835            'NDRPDR' and
15836            ('ETH' or 'DOT1Q') and
15837            'BASE' and
15838            '4T2C' and
15839            ('L2BDMACLRN' or 'L2XCFWD') and
15840            'VHOST_1024' and
15841            not 'VXLAN' and
15842            not 'IP4FWD' and
15843            not '2VM'"
15844   parameters:
15845   - "throughput"
15846   - "parent"
15847   - "tags"
15848   sort:
15849   - "L2BDMACLRN"
15850   - "L2BDMACLRN"
15851   - "L2BDMACLRN"
15852   - "L2XCFWD"
15853   - "L2XCFWD"
15854   - "L2XCFWD"
15855   traces:
15856     hoverinfo: "x+y"
15857     boxpoints: "outliers"
15858     whiskerwidth: 0
15859   layout:
15860     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-pdr"
15861     layout: "plot-throughput"
15862
15863 # Packet Throughput - VPP vhost l2sw 3n-skx-x710 - base vm
15864 - type: "plot"
15865   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15866   algorithm: "plot_performance_box"
15867   output-file-type: ".html"
15868   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15869   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15870   filter: "'NIC_Intel-X710' and
15871            '64B' and
15872            'NDRPDR' and
15873            ('ETH' or 'DOT1Q') and
15874            '2T1C' and
15875            ('L2BDMACLRN' or 'L2XCFWD') and
15876            'VHOST_1024' and
15877            not 'CFS_OPT' and
15878            not 'VXLAN' and
15879            not 'IP4FWD' and
15880            not 'LBOND'"
15881   parameters:
15882   - "throughput"
15883   - "parent"
15884   - "tags"
15885   sort:
15886   - "L2BDMACLRN"
15887   - "L2BDMACLRN"
15888   - "L2BDMACLRN"
15889   - "L2XCFWD"
15890   - "L2XCFWD"
15891   - "L2XCFWD"
15892   traces:
15893     hoverinfo: "x+y"
15894     boxpoints: "outliers"
15895     whiskerwidth: 0
15896   layout:
15897     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
15898     layout: "plot-throughput"
15899
15900 - type: "plot"
15901   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15902   algorithm: "plot_performance_box"
15903   output-file-type: ".html"
15904   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15905   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15906   filter: "'NIC_Intel-X710' and
15907            '64B' and
15908            'NDRPDR' and
15909            ('ETH' or 'DOT1Q') and
15910            '2T1C' and
15911            ('L2BDMACLRN' or 'L2XCFWD') and
15912            'VHOST_1024' and
15913            not 'CFS_OPT' and
15914            not 'VXLAN' and
15915            not 'IP4FWD' and
15916            not 'LBOND'"
15917   parameters:
15918   - "throughput"
15919   - "parent"
15920   - "tags"
15921   sort:
15922   - "L2BDMACLRN"
15923   - "L2BDMACLRN"
15924   - "L2BDMACLRN"
15925   - "L2XCFWD"
15926   - "L2XCFWD"
15927   - "L2XCFWD"
15928   traces:
15929     hoverinfo: "x+y"
15930     boxpoints: "outliers"
15931     whiskerwidth: 0
15932   layout:
15933     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-pdr"
15934     layout: "plot-throughput"
15935
15936 - type: "plot"
15937   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15938   algorithm: "plot_performance_box"
15939   output-file-type: ".html"
15940   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15942   filter: "'NIC_Intel-X710' and
15943            '64B' and
15944            'NDRPDR' and
15945            ('ETH' or 'DOT1Q') and
15946            '4T2C' and
15947            ('L2BDMACLRN' or 'L2XCFWD') and
15948            'VHOST_1024' and
15949            not 'CFS_OPT' and
15950            not 'VXLAN' and
15951            not 'IP4FWD' and
15952            not 'LBOND'"
15953   parameters:
15954   - "throughput"
15955   - "parent"
15956   - "tags"
15957   sort:
15958   - "L2BDMACLRN"
15959   - "L2BDMACLRN"
15960   - "L2BDMACLRN"
15961   - "L2XCFWD"
15962   - "L2XCFWD"
15963   - "L2XCFWD"
15964   traces:
15965     hoverinfo: "x+y"
15966     boxpoints: "outliers"
15967     whiskerwidth: 0
15968   layout:
15969     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
15970     layout: "plot-throughput"
15971
15972 - type: "plot"
15973   title: "VPP Throughput: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15974   algorithm: "plot_performance_box"
15975   output-file-type: ".html"
15976   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
15977   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15978   filter: "'NIC_Intel-X710' and
15979            '64B' and
15980            'NDRPDR' and
15981            ('ETH' or 'DOT1Q') and
15982            '4T2C' and
15983            ('L2BDMACLRN' or 'L2XCFWD') and
15984            'VHOST_1024' and
15985            not 'CFS_OPT' and
15986            not 'VXLAN' and
15987            not 'IP4FWD' and
15988            not 'LBOND'"
15989   parameters:
15990   - "throughput"
15991   - "parent"
15992   - "tags"
15993   sort:
15994   - "L2BDMACLRN"
15995   - "L2BDMACLRN"
15996   - "L2BDMACLRN"
15997   - "L2XCFWD"
15998   - "L2XCFWD"
15999   - "L2XCFWD"
16000   traces:
16001     hoverinfo: "x+y"
16002     boxpoints: "outliers"
16003     whiskerwidth: 0
16004   layout:
16005     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-pdr"
16006     layout: "plot-throughput"
16007
16008 # Packet Throughput - VPP vhost ip4 2n-skx-x710
16009 - type: "plot"
16010   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16011   algorithm: "plot_performance_box"
16012   output-file-type: ".html"
16013   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16014   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16015   filter: "'NIC_Intel-X710' and
16016            '64B' and
16017            'NDRPDR' and
16018            'ETH' and
16019            'IP4FWD' and
16020            '2T1C' and
16021            'VHOST_1024' and
16022            not 'VXLAN' and
16023            not 'NF_DENSITY' and
16024            not 'CFS_OPT' and
16025            not 'DOT1Q'"
16026   parameters:
16027   - "throughput"
16028   - "parent"
16029   - "tags"
16030   sort:
16031   - "1VM"
16032   - "2VM"
16033   traces:
16034     hoverinfo: "x+y"
16035     boxpoints: "outliers"
16036     whiskerwidth: 0
16037   layout:
16038     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
16039     layout: "plot-throughput"
16040
16041 - type: "plot"
16042   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16043   algorithm: "plot_performance_box"
16044   output-file-type: ".html"
16045   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16046   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16047   filter: "'NIC_Intel-X710' and
16048            '64B' and
16049            'NDRPDR' and
16050            'ETH' and
16051            'IP4FWD' and
16052            '4T2C' and
16053            'VHOST_1024' and
16054            not 'VXLAN' and
16055            not 'NF_DENSITY' and
16056            not 'CFS_OPT' and
16057            not 'DOT1Q'"
16058   parameters:
16059   - "throughput"
16060   - "parent"
16061   - "tags"
16062   sort:
16063   - "1VM"
16064   - "2VM"
16065   traces:
16066     hoverinfo: "x+y"
16067     boxpoints: "outliers"
16068     whiskerwidth: 0
16069   layout:
16070     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
16071     layout: "plot-throughput"
16072
16073 - type: "plot"
16074   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16075   algorithm: "plot_performance_box"
16076   output-file-type: ".html"
16077   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16078   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16079   filter: "'NIC_Intel-X710' and
16080            '64B' and
16081            'NDRPDR' and
16082            'ETH' and
16083            'IP4FWD' and
16084            '2T1C' and
16085            'VHOST_1024' and
16086            not 'VXLAN' and
16087            not 'NF_DENSITY' and
16088            not 'CFS_OPT' and
16089            not 'DOT1Q'"
16090   parameters:
16091   - "throughput"
16092   - "parent"
16093   - "tags"
16094   sort:
16095   - "1VM"
16096   - "2VM"
16097   traces:
16098     hoverinfo: "x+y"
16099     boxpoints: "outliers"
16100     whiskerwidth: 0
16101   layout:
16102     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-pdr"
16103     layout: "plot-throughput"
16104
16105 - type: "plot"
16106   title: "VPP Throughput: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16107   algorithm: "plot_performance_box"
16108   output-file-type: ".html"
16109   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16110   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16111   filter: "'NIC_Intel-X710' and
16112            '64B' and
16113            'NDRPDR' and
16114            'ETH' and
16115            'IP4FWD' and
16116            '4T2C' and
16117            'VHOST_1024' and
16118            not 'VXLAN' and
16119            not 'NF_DENSITY' and
16120            not 'CFS_OPT' and
16121            not 'DOT1Q'"
16122   parameters:
16123   - "throughput"
16124   - "parent"
16125   - "tags"
16126   sort:
16127   - "1VM"
16128   - "2VM"
16129   traces:
16130     hoverinfo: "x+y"
16131     boxpoints: "outliers"
16132     whiskerwidth: 0
16133   layout:
16134     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-pdr"
16135     layout: "plot-throughput"
16136
16137 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base
16138 - type: "plot"
16139   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16140   algorithm: "plot_performance_box"
16141   output-file-type: ".html"
16142   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16143   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16144   filter: "'NIC_Intel-X710' and
16145            '64B' and
16146            'NDRPDR' and
16147            ('ETH' or 'DOT1Q') and
16148            'BASE' and
16149            '2T1C' and
16150            ('L2BDMACLRN' or 'L2XCFWD') and
16151            'VHOST_1024' and
16152            not 'VXLAN' and
16153            not 'NF_DENSITY' and
16154            not 'IP4FWD' and
16155            not '2VM'"
16156   parameters:
16157   - "throughput"
16158   - "parent"
16159   - "tags"
16160 #  sort:
16161 #  - "not CFS_OPT"
16162 #  - "L2XCFWD"
16163 #  - "not CFS_OPT"
16164 #  - "CFS_OPT"
16165   traces:
16166     hoverinfo: "x+y"
16167     boxpoints: "outliers"
16168     whiskerwidth: 0
16169   layout:
16170     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
16171     layout: "plot-throughput"
16172
16173 - type: "plot"
16174   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16175   algorithm: "plot_performance_box"
16176   output-file-type: ".html"
16177   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16178   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16179   filter: "'NIC_Intel-X710' and
16180            '64B' and
16181            'NDRPDR' and
16182            ('ETH' or 'DOT1Q') and
16183            'BASE' and
16184            '2T1C' and
16185            ('L2BDMACLRN' or 'L2XCFWD') and
16186            'VHOST_1024' and
16187            not 'VXLAN' and
16188            not 'NF_DENSITY' and
16189            not 'IP4FWD' and
16190            not '2VM'"
16191   parameters:
16192   - "throughput"
16193   - "parent"
16194   - "tags"
16195 #  sort:
16196 #  - "not CFS_OPT"
16197 #  - "L2XCFWD"
16198 #  - "not CFS_OPT"
16199 #  - "CFS_OPT"
16200   traces:
16201     hoverinfo: "x+y"
16202     boxpoints: "outliers"
16203     whiskerwidth: 0
16204   layout:
16205     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-pdr"
16206     layout: "plot-throughput"
16207
16208 - type: "plot"
16209   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16210   algorithm: "plot_performance_box"
16211   output-file-type: ".html"
16212   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16213   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16214   filter: "'NIC_Intel-X710' and
16215            '64B' and
16216            'NDRPDR' and
16217            ('ETH' or 'DOT1Q') and
16218            'BASE' and
16219            '4T2C' and
16220            ('L2BDMACLRN' or 'L2XCFWD') and
16221            'VHOST_1024' and
16222            not 'VXLAN' and
16223            not 'NF_DENSITY' and
16224            not 'IP4FWD' and
16225            not '2VM'"
16226   parameters:
16227   - "throughput"
16228   - "parent"
16229   - "tags"
16230 #  sort:
16231 #  - "not CFS_OPT"
16232 #  - "L2XCFWD"
16233 #  - "not CFS_OPT"
16234 #  - "CFS_OPT"
16235   traces:
16236     hoverinfo: "x+y"
16237     boxpoints: "outliers"
16238     whiskerwidth: 0
16239   layout:
16240     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
16241     layout: "plot-throughput"
16242
16243 - type: "plot"
16244   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16245   algorithm: "plot_performance_box"
16246   output-file-type: ".html"
16247   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16248   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16249   filter: "'NIC_Intel-X710' and
16250            '64B' and
16251            'NDRPDR' and
16252            ('ETH' or 'DOT1Q') and
16253            'BASE' and
16254            '4T2C' and
16255            ('L2BDMACLRN' or 'L2XCFWD') and
16256            'VHOST_1024' and
16257            not 'VXLAN' and
16258            not 'NF_DENSITY' and
16259            not 'IP4FWD' and
16260            not '2VM'"
16261   parameters:
16262   - "throughput"
16263   - "parent"
16264   - "tags"
16265 #  sort:
16266 #  - "not CFS_OPT"
16267 #  - "L2XCFWD"
16268 #  - "not CFS_OPT"
16269 #  - "CFS_OPT"
16270   traces:
16271     hoverinfo: "x+y"
16272     boxpoints: "outliers"
16273     whiskerwidth: 0
16274   layout:
16275     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-pdr"
16276     layout: "plot-throughput"
16277
16278 # Packet Throughput - VPP vhost l2sw 2n-skx-x710 - base vm
16279 - type: "plot"
16280   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16281   algorithm: "plot_performance_box"
16282   output-file-type: ".html"
16283   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16284   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16285   filter: "'NIC_Intel-X710' and
16286            '64B' and
16287            'NDRPDR' and
16288            ('ETH' or 'DOT1Q') and
16289            '2T1C' and
16290            ('L2BDMACLRN' or 'L2XCFWD') and
16291            'VHOST_1024' and
16292            not 'CFS_OPT' and
16293            not 'VXLAN' and
16294            not 'NF_DENSITY' and
16295            not 'DOT1Q' and
16296            not 'IP4FWD'"
16297   parameters:
16298   - "throughput"
16299   - "parent"
16300   - "tags"
16301 #  sort:
16302 #  - "1VM"
16303 #  - "L2XCFWD"
16304 #  - "1VM"
16305 #  - "L2BDMACLRN"
16306   traces:
16307     hoverinfo: "x+y"
16308     boxpoints: "outliers"
16309     whiskerwidth: 0
16310   layout:
16311     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
16312     layout: "plot-throughput"
16313
16314 - type: "plot"
16315   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16316   algorithm: "plot_performance_box"
16317   output-file-type: ".html"
16318   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16319   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16320   filter: "'NIC_Intel-X710' and
16321            '64B' and
16322            'NDRPDR' and
16323            ('ETH' or 'DOT1Q') and
16324            '2T1C' and
16325            ('L2BDMACLRN' or 'L2XCFWD') and
16326            'VHOST_1024' and
16327            not 'CFS_OPT' and
16328            not 'VXLAN' and
16329            not 'NF_DENSITY' and
16330            not 'DOT1Q' and
16331            not 'IP4FWD'"
16332   parameters:
16333   - "throughput"
16334   - "parent"
16335   - "tags"
16336 #  sort:
16337 #  - "1VM"
16338 #  - "L2XCFWD"
16339 #  - "1VM"
16340 #  - "L2BDMACLRN"
16341   traces:
16342     hoverinfo: "x+y"
16343     boxpoints: "outliers"
16344     whiskerwidth: 0
16345   layout:
16346     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-pdr"
16347     layout: "plot-throughput"
16348
16349 - type: "plot"
16350   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16351   algorithm: "plot_performance_box"
16352   output-file-type: ".html"
16353   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16354   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16355   filter: "'NIC_Intel-X710' and
16356            '64B' and
16357            'NDRPDR' and
16358            ('ETH' or 'DOT1Q') and
16359            '4T2C' and
16360            ('L2BDMACLRN' or 'L2XCFWD') and
16361            'VHOST_1024' and
16362            not 'CFS_OPT' and
16363            not 'VXLAN' and
16364            not 'NF_DENSITY' and
16365            not 'DOT1Q' and
16366            not 'IP4FWD'"
16367   parameters:
16368   - "throughput"
16369   - "parent"
16370   - "tags"
16371 #  sort:
16372 #  - "1VM"
16373 #  - "L2XCFWD"
16374 #  - "1VM"
16375 #  - "L2BDMACLRN"
16376   traces:
16377     hoverinfo: "x+y"
16378     boxpoints: "outliers"
16379     whiskerwidth: 0
16380   layout:
16381     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
16382     layout: "plot-throughput"
16383
16384 - type: "plot"
16385   title: "VPP Throughput: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16386   algorithm: "plot_performance_box"
16387   output-file-type: ".html"
16388   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16389   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16390   filter: "'NIC_Intel-X710' and
16391            '64B' and
16392            'NDRPDR' and
16393            ('ETH' or 'DOT1Q') and
16394            '4T2C' and
16395            ('L2BDMACLRN' or 'L2XCFWD') and
16396            'VHOST_1024' and
16397            not 'CFS_OPT' and
16398            not 'VXLAN' and
16399            not 'NF_DENSITY' and
16400            not 'DOT1Q' and
16401            not 'IP4FWD'"
16402   parameters:
16403   - "throughput"
16404   - "parent"
16405   - "tags"
16406 #  sort:
16407 #  - "1VM"
16408 #  - "L2XCFWD"
16409 #  - "1VM"
16410 #  - "L2BDMACLRN"
16411   traces:
16412     hoverinfo: "x+y"
16413     boxpoints: "outliers"
16414     whiskerwidth: 0
16415   layout:
16416     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-pdr"
16417     layout: "plot-throughput"
16418
16419 # Packet Throughput - VPP vhost ip4 2n-skx-xxv710
16420 - type: "plot"
16421   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16422   algorithm: "plot_performance_box"
16423   output-file-type: ".html"
16424   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16425   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16426   filter: "'NIC_Intel-XXV710' and
16427            '64B' and
16428            'NDRPDR' and
16429            'ETH' and
16430            'IP4FWD' and
16431            '2T1C' and
16432            'VHOST_1024' and
16433            not 'VXLAN' and
16434            not 'CFS_OPT' and
16435            not 'DOT1Q'"
16436   parameters:
16437   - "throughput"
16438   - "parent"
16439   - "tags"
16440   sort:
16441   - "1VM"
16442   - "2VM"
16443   traces:
16444     hoverinfo: "x+y"
16445     boxpoints: "outliers"
16446     whiskerwidth: 0
16447   layout:
16448     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
16449     layout: "plot-throughput"
16450
16451 - type: "plot"
16452   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16453   algorithm: "plot_performance_box"
16454   output-file-type: ".html"
16455   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16456   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16457   filter: "'NIC_Intel-XXV710' and
16458            '64B' and
16459            'NDRPDR' and
16460            'ETH' and
16461            'IP4FWD' and
16462            '4T2C' and
16463            'VHOST_1024' and
16464            not 'VXLAN' and
16465            not 'CFS_OPT' and
16466            not 'DOT1Q'"
16467   parameters:
16468   - "throughput"
16469   - "parent"
16470   - "tags"
16471   sort:
16472   - "1VM"
16473   - "2VM"
16474   traces:
16475     hoverinfo: "x+y"
16476     boxpoints: "outliers"
16477     whiskerwidth: 0
16478   layout:
16479     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
16480     layout: "plot-throughput"
16481
16482 - type: "plot"
16483   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16484   algorithm: "plot_performance_box"
16485   output-file-type: ".html"
16486   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16487   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16488   filter: "'NIC_Intel-XXV710' and
16489            '64B' and
16490            'NDRPDR' and
16491            'ETH' and
16492            'IP4FWD' and
16493            '2T1C' and
16494            'VHOST_1024' and
16495            not 'VXLAN' and
16496            not 'CFS_OPT' and
16497            not 'DOT1Q'"
16498   parameters:
16499   - "throughput"
16500   - "parent"
16501   - "tags"
16502   sort:
16503   - "1VM"
16504   - "2VM"
16505   traces:
16506     hoverinfo: "x+y"
16507     boxpoints: "outliers"
16508     whiskerwidth: 0
16509   layout:
16510     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-pdr"
16511     layout: "plot-throughput"
16512
16513 - type: "plot"
16514   title: "VPP Throughput: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16515   algorithm: "plot_performance_box"
16516   output-file-type: ".html"
16517   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16518   data: "plot-vpp-throughput-lat-tsa-2n-skx"
16519   filter: "'NIC_Intel-XXV710' and
16520            '64B' and
16521            'NDRPDR' and
16522            'ETH' and
16523            'IP4FWD' and
16524            '4T2C' and
16525            'VHOST_1024' and
16526            not 'VXLAN' and
16527            not 'CFS_OPT' and
16528            not 'DOT1Q'"
16529   parameters:
16530   - "throughput"
16531   - "parent"
16532   - "tags"
16533   sort:
16534   - "1VM"
16535   - "2VM"
16536   traces:
16537     hoverinfo: "x+y"
16538     boxpoints: "outliers"
16539     whiskerwidth: 0
16540   layout:
16541     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-pdr"
16542     layout: "plot-throughput"
16543
16544 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base
16545 #- type: "plot"
16546 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16547 #  algorithm: "plot_performance_box"
16548 #  output-file-type: ".html"
16549 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16550 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16551 #  filter: "'NIC_Intel-XXV710' and
16552 #           '64B' and
16553 #           'NDRPDR' and
16554 #           ('ETH' or 'DOT1Q') and
16555 #           'BASE' and
16556 #           '2T1C' and
16557 #           ('L2BDMACLRN' or 'L2XCFWD') and
16558 #           'VHOST_1024' and
16559 #           not 'VXLAN' and
16560 #           not 'IP4FWD' and
16561 #           not '2VM'"
16562 #  parameters:
16563 #  - "throughput"
16564 #  - "parent"
16565 #  - "tags"
16566 ##  sort:
16567 ##  - "not CFS_OPT"
16568 ##  - "L2XCFWD"
16569 ##  - "not CFS_OPT"
16570 ##  - "CFS_OPT"
16571 #  traces:
16572 #    hoverinfo: "x+y"
16573 #    boxpoints: "outliers"
16574 #    whiskerwidth: 0
16575 #  layout:
16576 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
16577 #    layout: "plot-throughput"
16578 #
16579 #- type: "plot"
16580 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16581 #  algorithm: "plot_performance_box"
16582 #  output-file-type: ".html"
16583 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16584 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16585 #  filter: "'NIC_Intel-XXV710' and
16586 #           '64B' and
16587 #           'NDRPDR' and
16588 #           ('ETH' or 'DOT1Q') and
16589 #           'BASE' and
16590 #           '2T1C' and
16591 #           ('L2BDMACLRN' or 'L2XCFWD') and
16592 #           'VHOST_1024' and
16593 #           not 'VXLAN' and
16594 #           not 'IP4FWD' and
16595 #           not '2VM'"
16596 #  parameters:
16597 #  - "throughput"
16598 #  - "parent"
16599 #  - "tags"
16600 ##  sort:
16601 ##  - "not CFS_OPT"
16602 ##  - "L2XCFWD"
16603 ##  - "not CFS_OPT"
16604 ##  - "CFS_OPT"
16605 #  traces:
16606 #    hoverinfo: "x+y"
16607 #    boxpoints: "outliers"
16608 #    whiskerwidth: 0
16609 #  layout:
16610 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-pdr"
16611 #    layout: "plot-throughput"
16612 #
16613 #- type: "plot"
16614 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16615 #  algorithm: "plot_performance_box"
16616 #  output-file-type: ".html"
16617 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16618 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16619 #  filter: "'NIC_Intel-XXV710' and
16620 #           '64B' and
16621 #           'NDRPDR' and
16622 #           ('ETH' or 'DOT1Q') and
16623 #           'BASE' and
16624 #           '4T2C' and
16625 #           ('L2BDMACLRN' or 'L2XCFWD') and
16626 #           'VHOST_1024' and
16627 #           not 'VXLAN' and
16628 #           not 'IP4FWD' and
16629 #           not '2VM'"
16630 #  parameters:
16631 #  - "throughput"
16632 #  - "parent"
16633 #  - "tags"
16634 ##  sort:
16635 ##  - "not CFS_OPT"
16636 ##  - "L2XCFWD"
16637 ##  - "not CFS_OPT"
16638 ##  - "CFS_OPT"
16639 #  traces:
16640 #    hoverinfo: "x+y"
16641 #    boxpoints: "outliers"
16642 #    whiskerwidth: 0
16643 #  layout:
16644 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
16645 #    layout: "plot-throughput"
16646 #
16647 #- type: "plot"
16648 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16649 #  algorithm: "plot_performance_box"
16650 #  output-file-type: ".html"
16651 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16652 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16653 #  filter: "'NIC_Intel-XXV710' and
16654 #           '64B' and
16655 #           'NDRPDR' and
16656 #           ('ETH' or 'DOT1Q') and
16657 #           'BASE' and
16658 #           '4T2C' and
16659 #           ('L2BDMACLRN' or 'L2XCFWD') and
16660 #           'VHOST_1024' and
16661 #           not 'VXLAN' and
16662 #           not 'IP4FWD' and
16663 #           not '2VM'"
16664 #  parameters:
16665 #  - "throughput"
16666 #  - "parent"
16667 #  - "tags"
16668 ##  sort:
16669 ##  - "not CFS_OPT"
16670 ##  - "L2XCFWD"
16671 ##  - "not CFS_OPT"
16672 ##  - "CFS_OPT"
16673 #  traces:
16674 #    hoverinfo: "x+y"
16675 #    boxpoints: "outliers"
16676 #    whiskerwidth: 0
16677 #  layout:
16678 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-pdr"
16679 #    layout: "plot-throughput"
16680 #
16681 ## Packet Throughput - VPP vhost l2sw 2n-skx-xxv710 - base vm
16682 #- type: "plot"
16683 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16684 #  algorithm: "plot_performance_box"
16685 #  output-file-type: ".html"
16686 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16687 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16688 #  filter: "'NIC_Intel-XXV710' and
16689 #           '64B' and
16690 #           'NDRPDR' and
16691 #           ('ETH' or 'DOT1Q') and
16692 #           '2T1C' and
16693 #           ('L2BDMACLRN' or 'L2XCFWD') and
16694 #           'VHOST_1024' and
16695 #           not 'CFS_OPT' and
16696 #           not 'VXLAN' and
16697 #           not 'DOT1Q' and
16698 #           not 'IP4FWD'"
16699 #  parameters:
16700 #  - "throughput"
16701 #  - "parent"
16702 #  - "tags"
16703 ##  sort:
16704 ##  - "1VM"
16705 ##  - "L2XCFWD"
16706 ##  - "1VM"
16707 ##  - "L2BDMACLRN"
16708 #  traces:
16709 #    hoverinfo: "x+y"
16710 #    boxpoints: "outliers"
16711 #    whiskerwidth: 0
16712 #  layout:
16713 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
16714 #    layout: "plot-throughput"
16715 #
16716 #- type: "plot"
16717 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16718 #  algorithm: "plot_performance_box"
16719 #  output-file-type: ".html"
16720 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16721 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16722 #  filter: "'NIC_Intel-XXV710' and
16723 #           '64B' and
16724 #           'NDRPDR' and
16725 #           ('ETH' or 'DOT1Q') and
16726 #           '2T1C' and
16727 #           ('L2BDMACLRN' or 'L2XCFWD') and
16728 #           'VHOST_1024' and
16729 #           not 'CFS_OPT' and
16730 #           not 'VXLAN' and
16731 #           not 'DOT1Q' and
16732 #           not 'IP4FWD'"
16733 #  parameters:
16734 #  - "throughput"
16735 #  - "parent"
16736 #  - "tags"
16737 ##  sort:
16738 ##  - "1VM"
16739 ##  - "L2XCFWD"
16740 ##  - "1VM"
16741 ##  - "L2BDMACLRN"
16742 #  traces:
16743 #    hoverinfo: "x+y"
16744 #    boxpoints: "outliers"
16745 #    whiskerwidth: 0
16746 #  layout:
16747 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-pdr"
16748 #    layout: "plot-throughput"
16749 #
16750 #- type: "plot"
16751 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16752 #  algorithm: "plot_performance_box"
16753 #  output-file-type: ".html"
16754 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16755 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16756 #  filter: "'NIC_Intel-XXV710' and
16757 #           '64B' and
16758 #           'NDRPDR' and
16759 #           ('ETH' or 'DOT1Q') and
16760 #           '4T2C' and
16761 #           ('L2BDMACLRN' or 'L2XCFWD') and
16762 #           'VHOST_1024' and
16763 #           not 'CFS_OPT' and
16764 #           not 'VXLAN' and
16765 #           not 'DOT1Q' and
16766 #           not 'IP4FWD'"
16767 #  parameters:
16768 #  - "throughput"
16769 #  - "parent"
16770 #  - "tags"
16771 ##  sort:
16772 ##  - "1VM"
16773 ##  - "L2XCFWD"
16774 ##  - "1VM"
16775 ##  - "L2BDMACLRN"
16776 #  traces:
16777 #    hoverinfo: "x+y"
16778 #    boxpoints: "outliers"
16779 #    whiskerwidth: 0
16780 #  layout:
16781 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
16782 #    layout: "plot-throughput"
16783 #
16784 #- type: "plot"
16785 #  title: "VPP Throughput: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16786 #  algorithm: "plot_performance_box"
16787 #  output-file-type: ".html"
16788 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16789 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
16790 #  filter: "'NIC_Intel-XXV710' and
16791 #           '64B' and
16792 #           'NDRPDR' and
16793 #           ('ETH' or 'DOT1Q') and
16794 #           '4T2C' and
16795 #           ('L2BDMACLRN' or 'L2XCFWD') and
16796 #           'VHOST_1024' and
16797 #           not 'CFS_OPT' and
16798 #           not 'VXLAN' and
16799 #           not 'DOT1Q' and
16800 #           not 'IP4FWD'"
16801 #  parameters:
16802 #  - "throughput"
16803 #  - "parent"
16804 #  - "tags"
16805 ##  sort:
16806 ##  - "1VM"
16807 ##  - "L2XCFWD"
16808 ##  - "1VM"
16809 ##  - "L2BDMACLRN"
16810 #  traces:
16811 #    hoverinfo: "x+y"
16812 #    boxpoints: "outliers"
16813 #    whiskerwidth: 0
16814 #  layout:
16815 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-pdr"
16816 #    layout: "plot-throughput"
16817
16818 ################################################################################
16819
16820 # Packet Throughput - VPP VTS 3n-hsw-x520
16821 - type: "plot"
16822   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-ndr"
16823   algorithm: "plot_performance_box"
16824   output-file-type: ".html"
16825   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr"
16826   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16827   filter: "'NIC_Intel-X520-DA2' and
16828            '114B' and
16829            'NDRPDR' and
16830            '1T1C' and
16831            'VTS'"
16832   parameters:
16833   - "throughput"
16834   - "parent"
16835   - "tags"
16836   traces:
16837     hoverinfo: "x+y"
16838     boxpoints: "outliers"
16839     whiskerwidth: 0
16840   layout:
16841     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
16842     layout: "plot-throughput"
16843
16844 - type: "plot"
16845   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-ndr"
16846   algorithm: "plot_performance_box"
16847   output-file-type: ".html"
16848   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr"
16849   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16850   filter: "'NIC_Intel-X520-DA2' and
16851            '114B' and
16852            'NDRPDR' and
16853            '2T2C' and
16854            'VTS'"
16855   parameters:
16856   - "throughput"
16857   - "parent"
16858   - "tags"
16859   traces:
16860     hoverinfo: "x+y"
16861     boxpoints: "outliers"
16862     whiskerwidth: 0
16863   layout:
16864     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
16865     layout: "plot-throughput"
16866
16867 - type: "plot"
16868   title: "VPP Throughput: vts-3n-hsw-x520-114b-1t1c-pdr"
16869   algorithm: "plot_performance_box"
16870   output-file-type: ".html"
16871   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-pdr"
16872   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16873   filter: "'NIC_Intel-X520-DA2' and
16874            '114B' and
16875            'NDRPDR' and
16876            '1T1C' and
16877            'VTS'"
16878   parameters:
16879   - "throughput"
16880   - "parent"
16881   - "tags"
16882   traces:
16883     hoverinfo: "x+y"
16884     boxpoints: "outliers"
16885     whiskerwidth: 0
16886   layout:
16887     title: "vts-3n-hsw-x520-114b-1t1c-pdr"
16888     layout: "plot-throughput"
16889
16890 - type: "plot"
16891   title: "VPP Throughput: vts-3n-hsw-x520-114b-2t2c-pdr"
16892   algorithm: "plot_performance_box"
16893   output-file-type: ".html"
16894   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-pdr"
16895   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
16896   filter: "'NIC_Intel-X520-DA2' and
16897            '114B' and
16898            'NDRPDR' and
16899            '2T2C' and
16900            'VTS'"
16901   parameters:
16902   - "throughput"
16903   - "parent"
16904   - "tags"
16905   traces:
16906     hoverinfo: "x+y"
16907     boxpoints: "outliers"
16908     whiskerwidth: 0
16909   layout:
16910     title: "vts-3n-hsw-x520-114b-2t2c-pdr"
16911     layout: "plot-throughput"
16912
16913 ################################################################################
16914
16915 # Packet Throughput - DPDK l3fwd 3n-hsw-x520
16916 - type: "plot"
16917   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16918   algorithm: "plot_performance_box"
16919   output-file-type: ".html"
16920   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16921   data: "plot-dpdk-throughput-latency-3n-hsw"
16922   filter: "'NIC_Intel-X520-DA2' and
16923            '64B' and
16924            'BASE' and
16925            'NDRPDR' and
16926            '1T1C' and
16927            'IP4FWD'"
16928   parameters:
16929   - "throughput"
16930   - "parent"
16931   - "tags"
16932   traces:
16933     hoverinfo: "x+y"
16934     boxpoints: "outliers"
16935     whiskerwidth: 0
16936   layout:
16937     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
16938     layout: "plot-throughput"
16939
16940 - type: "plot"
16941   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16942   algorithm: "plot_performance_box"
16943   output-file-type: ".html"
16944   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16945   data: "plot-dpdk-throughput-latency-3n-hsw"
16946   filter: "'NIC_Intel-X520-DA2' and
16947            '64B' and
16948            'BASE' and
16949            'NDRPDR' and
16950            '2T2C' and
16951            'IP4FWD'"
16952   parameters:
16953   - "throughput"
16954   - "parent"
16955   - "tags"
16956   traces:
16957     hoverinfo: "x+y"
16958     boxpoints: "outliers"
16959     whiskerwidth: 0
16960   layout:
16961     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
16962     layout: "plot-throughput"
16963
16964 - type: "plot"
16965   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16966   algorithm: "plot_performance_box"
16967   output-file-type: ".html"
16968   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16969   data: "plot-dpdk-throughput-latency-3n-hsw"
16970   filter: "'NIC_Intel-X520-DA2' and
16971            '64B' and
16972            'BASE' and
16973            'NDRPDR' and
16974            '1T1C' and
16975            'IP4FWD'"
16976   parameters:
16977   - "throughput"
16978   - "parent"
16979   - "tags"
16980   traces:
16981     hoverinfo: "x+y"
16982     boxpoints: "outliers"
16983     whiskerwidth: 0
16984   layout:
16985     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-pdr"
16986     layout: "plot-throughput"
16987
16988 - type: "plot"
16989   title: "DPDK Throughput: l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16990   algorithm: "plot_performance_box"
16991   output-file-type: ".html"
16992   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
16993   data: "plot-dpdk-throughput-latency-3n-hsw"
16994   filter: "'NIC_Intel-X520-DA2' and
16995            '64B' and
16996            'BASE' and
16997            'NDRPDR' and
16998            '2T2C' and
16999            'IP4FWD'"
17000   parameters:
17001   - "throughput"
17002   - "parent"
17003   - "tags"
17004   traces:
17005     hoverinfo: "x+y"
17006     boxpoints: "outliers"
17007     whiskerwidth: 0
17008   layout:
17009     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-pdr"
17010     layout: "plot-throughput"
17011
17012 # Packet Throughput - DPDK l3fwd 3n-hsw-x710
17013 - type: "plot"
17014   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17015   algorithm: "plot_performance_box"
17016   output-file-type: ".html"
17017   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17018   data: "plot-dpdk-throughput-latency-3n-hsw"
17019   filter: "'NIC_Intel-X710' and
17020            '64B' and
17021            'BASE' and
17022            'NDRPDR' and
17023            '1T1C' and
17024            'IP4FWD'"
17025   parameters:
17026   - "throughput"
17027   - "parent"
17028   - "tags"
17029   traces:
17030     hoverinfo: "x+y"
17031     boxpoints: "outliers"
17032     whiskerwidth: 0
17033   layout:
17034     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
17035     layout: "plot-throughput"
17036
17037 - type: "plot"
17038   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17039   algorithm: "plot_performance_box"
17040   output-file-type: ".html"
17041   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17042   data: "plot-dpdk-throughput-latency-3n-hsw"
17043   filter: "'NIC_Intel-X710' and
17044            '64B' and
17045            'BASE' and
17046            'NDRPDR' and
17047            '2T2C' and
17048            'IP4FWD'"
17049   parameters:
17050   - "throughput"
17051   - "parent"
17052   - "tags"
17053   traces:
17054     hoverinfo: "x+y"
17055     boxpoints: "outliers"
17056     whiskerwidth: 0
17057   layout:
17058     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
17059     layout: "plot-throughput"
17060
17061 - type: "plot"
17062   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17063   algorithm: "plot_performance_box"
17064   output-file-type: ".html"
17065   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17066   data: "plot-dpdk-throughput-latency-3n-hsw"
17067   filter: "'NIC_Intel-X710' and
17068            '64B' and
17069            'BASE' and
17070            'NDRPDR' and
17071            '1T1C' and
17072            'IP4FWD'"
17073   parameters:
17074   - "throughput"
17075   - "parent"
17076   - "tags"
17077   traces:
17078     hoverinfo: "x+y"
17079     boxpoints: "outliers"
17080     whiskerwidth: 0
17081   layout:
17082     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-pdr"
17083     layout: "plot-throughput"
17084
17085 - type: "plot"
17086   title: "DPDK Throughput: l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17087   algorithm: "plot_performance_box"
17088   output-file-type: ".html"
17089   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17090   data: "plot-dpdk-throughput-latency-3n-hsw"
17091   filter: "'NIC_Intel-X710' and
17092            '64B' and
17093            'BASE' and
17094            'NDRPDR' and
17095            '2T2C' and
17096            'IP4FWD'"
17097   parameters:
17098   - "throughput"
17099   - "parent"
17100   - "tags"
17101   traces:
17102     hoverinfo: "x+y"
17103     boxpoints: "outliers"
17104     whiskerwidth: 0
17105   layout:
17106     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-pdr"
17107     layout: "plot-throughput"
17108
17109 # Packet Throughput - DPDK l3fwd 3n-hsw-xl710
17110 - type: "plot"
17111   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17112   algorithm: "plot_performance_box"
17113   output-file-type: ".html"
17114   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17115   data: "plot-dpdk-throughput-latency-3n-hsw"
17116   filter: "'NIC_Intel-XL710' and
17117            '64B' and
17118            'BASE' and
17119            'NDRPDR' and
17120            '1T1C' and
17121            'IP4FWD'"
17122   parameters:
17123   - "throughput"
17124   - "parent"
17125   - "tags"
17126   traces:
17127     hoverinfo: "x+y"
17128     boxpoints: "outliers"
17129     whiskerwidth: 0
17130   layout:
17131     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
17132     layout: "plot-throughput"
17133
17134 - type: "plot"
17135   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17136   algorithm: "plot_performance_box"
17137   output-file-type: ".html"
17138   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17139   data: "plot-dpdk-throughput-latency-3n-hsw"
17140   filter: "'NIC_Intel-XL710' and
17141            '64B' and
17142            'BASE' and
17143            'NDRPDR' and
17144            '2T2C' and
17145            'IP4FWD'"
17146   parameters:
17147   - "throughput"
17148   - "parent"
17149   - "tags"
17150   traces:
17151     hoverinfo: "x+y"
17152     boxpoints: "outliers"
17153     whiskerwidth: 0
17154   layout:
17155     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
17156     layout: "plot-throughput"
17157
17158 - type: "plot"
17159   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17160   algorithm: "plot_performance_box"
17161   output-file-type: ".html"
17162   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17163   data: "plot-dpdk-throughput-latency-3n-hsw"
17164   filter: "'NIC_Intel-XL710' and
17165            '64B' and
17166            'BASE' and
17167            'NDRPDR' and
17168            '1T1C' and
17169            'IP4FWD'"
17170   parameters:
17171   - "throughput"
17172   - "parent"
17173   - "tags"
17174   traces:
17175     hoverinfo: "x+y"
17176     boxpoints: "outliers"
17177     whiskerwidth: 0
17178   layout:
17179     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-pdr"
17180     layout: "plot-throughput"
17181
17182 - type: "plot"
17183   title: "DPDK Throughput: l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17184   algorithm: "plot_performance_box"
17185   output-file-type: ".html"
17186   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17187   data: "plot-dpdk-throughput-latency-3n-hsw"
17188   filter: "'NIC_Intel-XL710' and
17189            '64B' and
17190            'BASE' and
17191            'NDRPDR' and
17192            '2T2C' and
17193            'IP4FWD'"
17194   parameters:
17195   - "throughput"
17196   - "parent"
17197   - "tags"
17198   traces:
17199     hoverinfo: "x+y"
17200     boxpoints: "outliers"
17201     whiskerwidth: 0
17202   layout:
17203     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-pdr"
17204     layout: "plot-throughput"
17205
17206 # Packet Throughput - DPDK l3fwd 3n-skx-x710
17207 - type: "plot"
17208   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17209   algorithm: "plot_performance_box"
17210   output-file-type: ".html"
17211   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17212   data: "plot-dpdk-throughput-latency-3n-skx"
17213   filter: "'NIC_Intel-X710' and
17214            '64B' and
17215            'BASE' and
17216            'NDRPDR' and
17217            '2T1C' and
17218            'IP4FWD'"
17219   parameters:
17220   - "throughput"
17221   - "parent"
17222   - "tags"
17223   traces:
17224     hoverinfo: "x+y"
17225     boxpoints: "outliers"
17226     whiskerwidth: 0
17227   layout:
17228     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
17229     layout: "plot-throughput"
17230
17231 - type: "plot"
17232   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17233   algorithm: "plot_performance_box"
17234   output-file-type: ".html"
17235   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17236   data: "plot-dpdk-throughput-latency-3n-skx"
17237   filter: "'NIC_Intel-X710' and
17238            '64B' and
17239            'BASE' and
17240            'NDRPDR' and
17241            '4T2C' and
17242            'IP4FWD'"
17243   parameters:
17244   - "throughput"
17245   - "parent"
17246   - "tags"
17247   traces:
17248     hoverinfo: "x+y"
17249     boxpoints: "outliers"
17250     whiskerwidth: 0
17251   layout:
17252     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
17253     layout: "plot-throughput"
17254
17255 - type: "plot"
17256   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17257   algorithm: "plot_performance_box"
17258   output-file-type: ".html"
17259   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17260   data: "plot-dpdk-throughput-latency-3n-skx"
17261   filter: "'NIC_Intel-X710' and
17262            '64B' and
17263            'BASE' and
17264            'NDRPDR' and
17265            '2T1C' and
17266            'IP4FWD'"
17267   parameters:
17268   - "throughput"
17269   - "parent"
17270   - "tags"
17271   traces:
17272     hoverinfo: "x+y"
17273     boxpoints: "outliers"
17274     whiskerwidth: 0
17275   layout:
17276     title: "l3fwd-3n-skx-x710-64b-2t1c-base-pdr"
17277     layout: "plot-throughput"
17278
17279 - type: "plot"
17280   title: "DPDK Throughput: l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17281   algorithm: "plot_performance_box"
17282   output-file-type: ".html"
17283   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17284   data: "plot-dpdk-throughput-latency-3n-skx"
17285   filter: "'NIC_Intel-X710' and
17286            '64B' and
17287            'BASE' and
17288            'NDRPDR' and
17289            '4T2C' and
17290            'IP4FWD'"
17291   parameters:
17292   - "throughput"
17293   - "parent"
17294   - "tags"
17295   traces:
17296     hoverinfo: "x+y"
17297     boxpoints: "outliers"
17298     whiskerwidth: 0
17299   layout:
17300     title: "l3fwd-3n-skx-x710-64b-4t2c-base-pdr"
17301     layout: "plot-throughput"
17302
17303 # Packet Throughput - DPDK l3fwd 3n-skx-xxv710
17304 - type: "plot"
17305   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17306   algorithm: "plot_performance_box"
17307   output-file-type: ".html"
17308   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17309   data: "plot-dpdk-throughput-latency-3n-skx"
17310   filter: "'NIC_Intel-XXV710' and
17311            '64B' and
17312            'BASE' and
17313            'NDRPDR' and
17314            '2T1C' and
17315            'IP4FWD'"
17316   parameters:
17317   - "throughput"
17318   - "parent"
17319   - "tags"
17320   traces:
17321     hoverinfo: "x+y"
17322     boxpoints: "outliers"
17323     whiskerwidth: 0
17324   layout:
17325     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
17326     layout: "plot-throughput"
17327
17328 - type: "plot"
17329   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17330   algorithm: "plot_performance_box"
17331   output-file-type: ".html"
17332   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17333   data: "plot-dpdk-throughput-latency-3n-skx"
17334   filter: "'NIC_Intel-XXV710' and
17335            '64B' and
17336            'BASE' and
17337            'NDRPDR' and
17338            '4T2C' and
17339            'IP4FWD'"
17340   parameters:
17341   - "throughput"
17342   - "parent"
17343   - "tags"
17344   traces:
17345     hoverinfo: "x+y"
17346     boxpoints: "outliers"
17347     whiskerwidth: 0
17348   layout:
17349     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
17350     layout: "plot-throughput"
17351
17352 - type: "plot"
17353   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17354   algorithm: "plot_performance_box"
17355   output-file-type: ".html"
17356   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17357   data: "plot-dpdk-throughput-latency-3n-skx"
17358   filter: "'NIC_Intel-XXV710' and
17359            '64B' and
17360            'BASE' and
17361            'NDRPDR' and
17362            '2T1C' and
17363            'IP4FWD'"
17364   parameters:
17365   - "throughput"
17366   - "parent"
17367   - "tags"
17368   traces:
17369     hoverinfo: "x+y"
17370     boxpoints: "outliers"
17371     whiskerwidth: 0
17372   layout:
17373     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-pdr"
17374     layout: "plot-throughput"
17375
17376 - type: "plot"
17377   title: "DPDK Throughput: l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17378   algorithm: "plot_performance_box"
17379   output-file-type: ".html"
17380   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17381   data: "plot-dpdk-throughput-latency-3n-skx"
17382   filter: "'NIC_Intel-XXV710' and
17383            '64B' and
17384            'BASE' and
17385            'NDRPDR' and
17386            '4T2C' and
17387            'IP4FWD'"
17388   parameters:
17389   - "throughput"
17390   - "parent"
17391   - "tags"
17392   traces:
17393     hoverinfo: "x+y"
17394     boxpoints: "outliers"
17395     whiskerwidth: 0
17396   layout:
17397     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-pdr"
17398     layout: "plot-throughput"
17399
17400 # Packet Throughput - DPDK l3fwd 2n-skx-x710
17401 - type: "plot"
17402   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17403   algorithm: "plot_performance_box"
17404   output-file-type: ".html"
17405   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17406   data: "plot-dpdk-throughput-latency-2n-skx"
17407   filter: "'NIC_Intel-X710' and
17408            '64B' and
17409            'BASE' and
17410            'NDRPDR' and
17411            '2T1C' and
17412            'IP4FWD'"
17413   parameters:
17414   - "throughput"
17415   - "parent"
17416   - "tags"
17417   traces:
17418     hoverinfo: "x+y"
17419     boxpoints: "outliers"
17420     whiskerwidth: 0
17421   layout:
17422     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
17423     layout: "plot-throughput"
17424
17425 - type: "plot"
17426   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17427   algorithm: "plot_performance_box"
17428   output-file-type: ".html"
17429   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17430   data: "plot-dpdk-throughput-latency-2n-skx"
17431   filter: "'NIC_Intel-X710' and
17432            '64B' and
17433            'BASE' and
17434            'NDRPDR' and
17435            '4T2C' and
17436            'IP4FWD'"
17437   parameters:
17438   - "throughput"
17439   - "parent"
17440   - "tags"
17441   traces:
17442     hoverinfo: "x+y"
17443     boxpoints: "outliers"
17444     whiskerwidth: 0
17445   layout:
17446     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
17447     layout: "plot-throughput"
17448
17449 - type: "plot"
17450   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17451   algorithm: "plot_performance_box"
17452   output-file-type: ".html"
17453   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17454   data: "plot-dpdk-throughput-latency-2n-skx"
17455   filter: "'NIC_Intel-X710' and
17456            '64B' and
17457            'BASE' and
17458            'NDRPDR' and
17459            '2T1C' and
17460            'IP4FWD'"
17461   parameters:
17462   - "throughput"
17463   - "parent"
17464   - "tags"
17465   traces:
17466     hoverinfo: "x+y"
17467     boxpoints: "outliers"
17468     whiskerwidth: 0
17469   layout:
17470     title: "l3fwd-2n-skx-x710-64b-2t1c-base-pdr"
17471     layout: "plot-throughput"
17472
17473 - type: "plot"
17474   title: "DPDK Throughput: l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17475   algorithm: "plot_performance_box"
17476   output-file-type: ".html"
17477   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17478   data: "plot-dpdk-throughput-latency-2n-skx"
17479   filter: "'NIC_Intel-X710' and
17480            '64B' and
17481            'BASE' and
17482            'NDRPDR' and
17483            '4T2C' and
17484            'IP4FWD'"
17485   parameters:
17486   - "throughput"
17487   - "parent"
17488   - "tags"
17489   traces:
17490     hoverinfo: "x+y"
17491     boxpoints: "outliers"
17492     whiskerwidth: 0
17493   layout:
17494     title: "l3fwd-2n-skx-x710-64b-4t2c-base-pdr"
17495     layout: "plot-throughput"
17496
17497 # Packet Throughput - DPDK l3fwd 2n-skx-xxv710
17498 - type: "plot"
17499   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17500   algorithm: "plot_performance_box"
17501   output-file-type: ".html"
17502   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17503   data: "plot-dpdk-throughput-latency-2n-skx"
17504   filter: "'NIC_Intel-XXV710' and
17505            '64B' and
17506            'BASE' and
17507            'NDRPDR' and
17508            '2T1C' and
17509            'IP4FWD'"
17510   parameters:
17511   - "throughput"
17512   - "parent"
17513   - "tags"
17514   traces:
17515     hoverinfo: "x+y"
17516     boxpoints: "outliers"
17517     whiskerwidth: 0
17518   layout:
17519     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
17520     layout: "plot-throughput"
17521
17522 - type: "plot"
17523   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17524   algorithm: "plot_performance_box"
17525   output-file-type: ".html"
17526   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17527   data: "plot-dpdk-throughput-latency-2n-skx"
17528   filter: "'NIC_Intel-XXV710' and
17529            '64B' and
17530            'BASE' and
17531            'NDRPDR' and
17532            '4T2C' and
17533            'IP4FWD'"
17534   parameters:
17535   - "throughput"
17536   - "parent"
17537   - "tags"
17538   traces:
17539     hoverinfo: "x+y"
17540     boxpoints: "outliers"
17541     whiskerwidth: 0
17542   layout:
17543     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
17544     layout: "plot-throughput"
17545
17546 - type: "plot"
17547   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17548   algorithm: "plot_performance_box"
17549   output-file-type: ".html"
17550   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17551   data: "plot-dpdk-throughput-latency-2n-skx"
17552   filter: "'NIC_Intel-XXV710' and
17553            '64B' and
17554            'BASE' and
17555            'NDRPDR' and
17556            '2T1C' and
17557            'IP4FWD'"
17558   parameters:
17559   - "throughput"
17560   - "parent"
17561   - "tags"
17562   traces:
17563     hoverinfo: "x+y"
17564     boxpoints: "outliers"
17565     whiskerwidth: 0
17566   layout:
17567     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-pdr"
17568     layout: "plot-throughput"
17569
17570 - type: "plot"
17571   title: "DPDK Throughput: l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17572   algorithm: "plot_performance_box"
17573   output-file-type: ".html"
17574   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17575   data: "plot-dpdk-throughput-latency-2n-skx"
17576   filter: "'NIC_Intel-XXV710' and
17577            '64B' and
17578            'BASE' and
17579            'NDRPDR' and
17580            '4T2C' and
17581            'IP4FWD'"
17582   parameters:
17583   - "throughput"
17584   - "parent"
17585   - "tags"
17586   traces:
17587     hoverinfo: "x+y"
17588     boxpoints: "outliers"
17589     whiskerwidth: 0
17590   layout:
17591     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-pdr"
17592     layout: "plot-throughput"
17593
17594 ################################################################################
17595
17596 # Packet Throughput - DPDK testpmd 3n-hsw-x520
17597 - type: "plot"
17598   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17599   algorithm: "plot_performance_box"
17600   output-file-type: ".html"
17601   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17602   data: "plot-dpdk-throughput-latency-3n-hsw"
17603   filter: "'NIC_Intel-X520-DA2' and
17604            '64B' and
17605            'BASE' and
17606            'NDRPDR' and
17607            '1T1C' and
17608            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17609   parameters:
17610   - "throughput"
17611   - "parent"
17612   - "tags"
17613   traces:
17614     hoverinfo: "x+y"
17615     boxpoints: "outliers"
17616     whiskerwidth: 0
17617   layout:
17618     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
17619     layout: "plot-throughput"
17620
17621 - type: "plot"
17622   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17623   algorithm: "plot_performance_box"
17624   output-file-type: ".html"
17625   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17626   data: "plot-dpdk-throughput-latency-3n-hsw"
17627   filter: "'NIC_Intel-X520-DA2' and
17628            '64B' and
17629            'BASE' and
17630            'NDRPDR' and
17631            '2T2C' and
17632            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17633   parameters:
17634   - "throughput"
17635   - "parent"
17636   - "tags"
17637   traces:
17638     hoverinfo: "x+y"
17639     boxpoints: "outliers"
17640     whiskerwidth: 0
17641   layout:
17642     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
17643     layout: "plot-throughput"
17644
17645 - type: "plot"
17646   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17647   algorithm: "plot_performance_box"
17648   output-file-type: ".html"
17649   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17650   data: "plot-dpdk-throughput-latency-3n-hsw"
17651   filter: "'NIC_Intel-X520-DA2' and
17652            '64B' and
17653            'BASE' and
17654            'NDRPDR' and
17655            '1T1C' and
17656            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17657   parameters:
17658   - "throughput"
17659   - "parent"
17660   - "tags"
17661   traces:
17662     hoverinfo: "x+y"
17663     boxpoints: "outliers"
17664     whiskerwidth: 0
17665   layout:
17666     title: "testpmd-3n-hsw-x520-64b-1t1c-base-pdr"
17667     layout: "plot-throughput"
17668
17669 - type: "plot"
17670   title: "DPDK Throughput: testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17671   algorithm: "plot_performance_box"
17672   output-file-type: ".html"
17673   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17674   data: "plot-dpdk-throughput-latency-3n-hsw"
17675   filter: "'NIC_Intel-X520-DA2' and
17676            '64B' and
17677            'BASE' and
17678            'NDRPDR' and
17679            '2T2C' and
17680            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17681   parameters:
17682   - "throughput"
17683   - "parent"
17684   - "tags"
17685   traces:
17686     hoverinfo: "x+y"
17687     boxpoints: "outliers"
17688     whiskerwidth: 0
17689   layout:
17690     title: "testpmd-3n-hsw-x520-64b-2t2c-base-pdr"
17691     layout: "plot-throughput"
17692
17693 # Packet Throughput - DPDK testpmd 3n-hsw-x710
17694 - type: "plot"
17695   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17696   algorithm: "plot_performance_box"
17697   output-file-type: ".html"
17698   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17699   data: "plot-dpdk-throughput-latency-3n-hsw"
17700   filter: "'NIC_Intel-X710' and
17701            '64B' and
17702            'BASE' and
17703            'NDRPDR' and
17704            '1T1C' and
17705            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17706   parameters:
17707   - "throughput"
17708   - "parent"
17709   - "tags"
17710   traces:
17711     hoverinfo: "x+y"
17712     boxpoints: "outliers"
17713     whiskerwidth: 0
17714   layout:
17715     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
17716     layout: "plot-throughput"
17717
17718 - type: "plot"
17719   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17720   algorithm: "plot_performance_box"
17721   output-file-type: ".html"
17722   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17723   data: "plot-dpdk-throughput-latency-3n-hsw"
17724   filter: "'NIC_Intel-X710' and
17725            '64B' and
17726            'BASE' and
17727            'NDRPDR' and
17728            '2T2C' and
17729            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17730   parameters:
17731   - "throughput"
17732   - "parent"
17733   - "tags"
17734   traces:
17735     hoverinfo: "x+y"
17736     boxpoints: "outliers"
17737     whiskerwidth: 0
17738   layout:
17739     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
17740     layout: "plot-throughput"
17741
17742 - type: "plot"
17743   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17744   algorithm: "plot_performance_box"
17745   output-file-type: ".html"
17746   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17747   data: "plot-dpdk-throughput-latency-3n-hsw"
17748   filter: "'NIC_Intel-X710' and
17749            '64B' and
17750            'BASE' and
17751            'NDRPDR' and
17752            '1T1C' and
17753            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17754   parameters:
17755   - "throughput"
17756   - "parent"
17757   - "tags"
17758   traces:
17759     hoverinfo: "x+y"
17760     boxpoints: "outliers"
17761     whiskerwidth: 0
17762   layout:
17763     title: "testpmd-3n-hsw-x710-64b-1t1c-base-pdr"
17764     layout: "plot-throughput"
17765
17766 - type: "plot"
17767   title: "DPDK Throughput: testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17768   algorithm: "plot_performance_box"
17769   output-file-type: ".html"
17770   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17771   data: "plot-dpdk-throughput-latency-3n-hsw"
17772   filter: "'NIC_Intel-X710' and
17773            '64B' and
17774            'BASE' and
17775            'NDRPDR' and
17776            '2T2C' and
17777            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17778   parameters:
17779   - "throughput"
17780   - "parent"
17781   - "tags"
17782   traces:
17783     hoverinfo: "x+y"
17784     boxpoints: "outliers"
17785     whiskerwidth: 0
17786   layout:
17787     title: "testpmd-3n-hsw-x710-64b-2t2c-base-pdr"
17788     layout: "plot-throughput"
17789
17790 # Packet Throughput - DPDK testpmd 3n-hsw-xl710
17791 - type: "plot"
17792   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17793   algorithm: "plot_performance_box"
17794   output-file-type: ".html"
17795   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17796   data: "plot-dpdk-throughput-latency-3n-hsw"
17797   filter: "'NIC_Intel-XL710' and
17798            '64B' and
17799            'BASE' and
17800            'NDRPDR' and
17801            '1T1C' and
17802            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17803   parameters:
17804   - "throughput"
17805   - "parent"
17806   - "tags"
17807   traces:
17808     hoverinfo: "x+y"
17809     boxpoints: "outliers"
17810     whiskerwidth: 0
17811   layout:
17812     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
17813     layout: "plot-throughput"
17814
17815 - type: "plot"
17816   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17817   algorithm: "plot_performance_box"
17818   output-file-type: ".html"
17819   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17820   data: "plot-dpdk-throughput-latency-3n-hsw"
17821   filter: "'NIC_Intel-XL710' and
17822            '64B' and
17823            'BASE' and
17824            'NDRPDR' and
17825            '2T2C' and
17826            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17827   parameters:
17828   - "throughput"
17829   - "parent"
17830   - "tags"
17831   traces:
17832     hoverinfo: "x+y"
17833     boxpoints: "outliers"
17834     whiskerwidth: 0
17835   layout:
17836     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
17837     layout: "plot-throughput"
17838
17839 - type: "plot"
17840   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17841   algorithm: "plot_performance_box"
17842   output-file-type: ".html"
17843   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17844   data: "plot-dpdk-throughput-latency-3n-hsw"
17845   filter: "'NIC_Intel-XL710' and
17846            '64B' and
17847            'BASE' and
17848            'NDRPDR' and
17849            '1T1C' and
17850            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17851   parameters:
17852   - "throughput"
17853   - "parent"
17854   - "tags"
17855   traces:
17856     hoverinfo: "x+y"
17857     boxpoints: "outliers"
17858     whiskerwidth: 0
17859   layout:
17860     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-pdr"
17861     layout: "plot-throughput"
17862
17863 - type: "plot"
17864   title: "DPDK Throughput: testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17865   algorithm: "plot_performance_box"
17866   output-file-type: ".html"
17867   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17868   data: "plot-dpdk-throughput-latency-3n-hsw"
17869   filter: "'NIC_Intel-XL710' and
17870            '64B' and
17871            'BASE' and
17872            'NDRPDR' and
17873            '2T2C' and
17874            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17875   parameters:
17876   - "throughput"
17877   - "parent"
17878   - "tags"
17879   traces:
17880     hoverinfo: "x+y"
17881     boxpoints: "outliers"
17882     whiskerwidth: 0
17883   layout:
17884     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-pdr"
17885     layout: "plot-throughput"
17886
17887 # Packet Throughput - DPDK testpmd 3n-skx-x710
17888 - type: "plot"
17889   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17890   algorithm: "plot_performance_box"
17891   output-file-type: ".html"
17892   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17893   data: "plot-dpdk-throughput-latency-3n-skx"
17894   filter: "'NIC_Intel-X710' and
17895            '64B' and
17896            'BASE' and
17897            'NDRPDR' and
17898            '2T1C' and
17899            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17900   parameters:
17901   - "throughput"
17902   - "parent"
17903   - "tags"
17904   traces:
17905     hoverinfo: "x+y"
17906     boxpoints: "outliers"
17907     whiskerwidth: 0
17908   layout:
17909     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
17910     layout: "plot-throughput"
17911
17912 - type: "plot"
17913   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17914   algorithm: "plot_performance_box"
17915   output-file-type: ".html"
17916   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17917   data: "plot-dpdk-throughput-latency-3n-skx"
17918   filter: "'NIC_Intel-X710' and
17919            '64B' and
17920            'BASE' and
17921            'NDRPDR' and
17922            '4T2C' and
17923            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17924   parameters:
17925   - "throughput"
17926   - "parent"
17927   - "tags"
17928   traces:
17929     hoverinfo: "x+y"
17930     boxpoints: "outliers"
17931     whiskerwidth: 0
17932   layout:
17933     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
17934     layout: "plot-throughput"
17935
17936 - type: "plot"
17937   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17938   algorithm: "plot_performance_box"
17939   output-file-type: ".html"
17940   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17941   data: "plot-dpdk-throughput-latency-3n-skx"
17942   filter: "'NIC_Intel-X710' and
17943            '64B' and
17944            'BASE' and
17945            'NDRPDR' and
17946            '2T1C' and
17947            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17948   parameters:
17949   - "throughput"
17950   - "parent"
17951   - "tags"
17952   traces:
17953     hoverinfo: "x+y"
17954     boxpoints: "outliers"
17955     whiskerwidth: 0
17956   layout:
17957     title: "testpmd-3n-skx-x710-64b-2t1c-base-pdr"
17958     layout: "plot-throughput"
17959
17960 - type: "plot"
17961   title: "DPDK Throughput: testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17962   algorithm: "plot_performance_box"
17963   output-file-type: ".html"
17964   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17965   data: "plot-dpdk-throughput-latency-3n-skx"
17966   filter: "'NIC_Intel-X710' and
17967            '64B' and
17968            'BASE' and
17969            'NDRPDR' and
17970            '4T2C' and
17971            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17972   parameters:
17973   - "throughput"
17974   - "parent"
17975   - "tags"
17976   traces:
17977     hoverinfo: "x+y"
17978     boxpoints: "outliers"
17979     whiskerwidth: 0
17980   layout:
17981     title: "testpmd-3n-skx-x710-64b-4t2c-base-pdr"
17982     layout: "plot-throughput"
17983
17984 # Packet Throughput - DPDK testpmd 3n-skx-xxv710
17985 - type: "plot"
17986   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17987   algorithm: "plot_performance_box"
17988   output-file-type: ".html"
17989   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
17990   data: "plot-dpdk-throughput-latency-3n-skx"
17991   filter: "'NIC_Intel-XXV710' and
17992            '64B' and
17993            'BASE' and
17994            'NDRPDR' and
17995            '2T1C' and
17996            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
17997   parameters:
17998   - "throughput"
17999   - "parent"
18000   - "tags"
18001   traces:
18002     hoverinfo: "x+y"
18003     boxpoints: "outliers"
18004     whiskerwidth: 0
18005   layout:
18006     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
18007     layout: "plot-throughput"
18008
18009 - type: "plot"
18010   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18011   algorithm: "plot_performance_box"
18012   output-file-type: ".html"
18013   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18014   data: "plot-dpdk-throughput-latency-3n-skx"
18015   filter: "'NIC_Intel-XXV710' and
18016            '64B' and
18017            'BASE' and
18018            'NDRPDR' and
18019            '4T2C' and
18020            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18021   parameters:
18022   - "throughput"
18023   - "parent"
18024   - "tags"
18025   traces:
18026     hoverinfo: "x+y"
18027     boxpoints: "outliers"
18028     whiskerwidth: 0
18029   layout:
18030     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
18031     layout: "plot-throughput"
18032
18033 - type: "plot"
18034   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18035   algorithm: "plot_performance_box"
18036   output-file-type: ".html"
18037   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18038   data: "plot-dpdk-throughput-latency-3n-skx"
18039   filter: "'NIC_Intel-XXV710' and
18040            '64B' and
18041            'BASE' and
18042            'NDRPDR' and
18043            '2T1C' and
18044            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18045   parameters:
18046   - "throughput"
18047   - "parent"
18048   - "tags"
18049   traces:
18050     hoverinfo: "x+y"
18051     boxpoints: "outliers"
18052     whiskerwidth: 0
18053   layout:
18054     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-pdr"
18055     layout: "plot-throughput"
18056
18057 - type: "plot"
18058   title: "DPDK Throughput: testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18059   algorithm: "plot_performance_box"
18060   output-file-type: ".html"
18061   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18062   data: "plot-dpdk-throughput-latency-3n-skx"
18063   filter: "'NIC_Intel-XXV710' and
18064            '64B' and
18065            'BASE' and
18066            'NDRPDR' and
18067            '4T2C' and
18068            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18069   parameters:
18070   - "throughput"
18071   - "parent"
18072   - "tags"
18073   traces:
18074     hoverinfo: "x+y"
18075     boxpoints: "outliers"
18076     whiskerwidth: 0
18077   layout:
18078     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-pdr"
18079     layout: "plot-throughput"
18080
18081 # Packet Throughput - DPDK testpmd 2n-skx-x710
18082 - type: "plot"
18083   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18084   algorithm: "plot_performance_box"
18085   output-file-type: ".html"
18086   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18087   data: "plot-dpdk-throughput-latency-2n-skx"
18088   filter: "'NIC_Intel-X710' and
18089            '64B' and
18090            'BASE' and
18091            'NDRPDR' and
18092            '2T1C' and
18093            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18094   parameters:
18095   - "throughput"
18096   - "parent"
18097   - "tags"
18098   traces:
18099     hoverinfo: "x+y"
18100     boxpoints: "outliers"
18101     whiskerwidth: 0
18102   layout:
18103     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
18104     layout: "plot-throughput"
18105
18106 - type: "plot"
18107   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18108   algorithm: "plot_performance_box"
18109   output-file-type: ".html"
18110   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18111   data: "plot-dpdk-throughput-latency-2n-skx"
18112   filter: "'NIC_Intel-X710' and
18113            '64B' and
18114            'BASE' and
18115            'NDRPDR' and
18116            '4T2C' and
18117            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18118   parameters:
18119   - "throughput"
18120   - "parent"
18121   - "tags"
18122   traces:
18123     hoverinfo: "x+y"
18124     boxpoints: "outliers"
18125     whiskerwidth: 0
18126   layout:
18127     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
18128     layout: "plot-throughput"
18129
18130 - type: "plot"
18131   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18132   algorithm: "plot_performance_box"
18133   output-file-type: ".html"
18134   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18135   data: "plot-dpdk-throughput-latency-2n-skx"
18136   filter: "'NIC_Intel-X710' and
18137            '64B' and
18138            'BASE' and
18139            'NDRPDR' and
18140            '2T1C' and
18141            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18142   parameters:
18143   - "throughput"
18144   - "parent"
18145   - "tags"
18146   traces:
18147     hoverinfo: "x+y"
18148     boxpoints: "outliers"
18149     whiskerwidth: 0
18150   layout:
18151     title: "testpmd-2n-skx-x710-64b-2t1c-base-pdr"
18152     layout: "plot-throughput"
18153
18154 - type: "plot"
18155   title: "DPDK Throughput: testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18156   algorithm: "plot_performance_box"
18157   output-file-type: ".html"
18158   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18159   data: "plot-dpdk-throughput-latency-2n-skx"
18160   filter: "'NIC_Intel-X710' and
18161            '64B' and
18162            'BASE' and
18163            'NDRPDR' and
18164            '4T2C' and
18165            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18166   parameters:
18167   - "throughput"
18168   - "parent"
18169   - "tags"
18170   traces:
18171     hoverinfo: "x+y"
18172     boxpoints: "outliers"
18173     whiskerwidth: 0
18174   layout:
18175     title: "testpmd-2n-skx-x710-64b-4t2c-base-pdr"
18176     layout: "plot-throughput"
18177
18178 # Packet Throughput - DPDK testpmd 2n-skx-xxv710
18179 - type: "plot"
18180   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18181   algorithm: "plot_performance_box"
18182   output-file-type: ".html"
18183   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18184   data: "plot-dpdk-throughput-latency-2n-skx"
18185   filter: "'NIC_Intel-XXV710' and
18186            '64B' and
18187            'BASE' and
18188            'NDRPDR' and
18189            '2T1C' and
18190            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18191   parameters:
18192   - "throughput"
18193   - "parent"
18194   - "tags"
18195   traces:
18196     hoverinfo: "x+y"
18197     boxpoints: "outliers"
18198     whiskerwidth: 0
18199   layout:
18200     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
18201     layout: "plot-throughput"
18202
18203 - type: "plot"
18204   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18205   algorithm: "plot_performance_box"
18206   output-file-type: ".html"
18207   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18208   data: "plot-dpdk-throughput-latency-2n-skx"
18209   filter: "'NIC_Intel-XXV710' and
18210            '64B' and
18211            'BASE' and
18212            'NDRPDR' and
18213            '4T2C' and
18214            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18215   parameters:
18216   - "throughput"
18217   - "parent"
18218   - "tags"
18219   traces:
18220     hoverinfo: "x+y"
18221     boxpoints: "outliers"
18222     whiskerwidth: 0
18223   layout:
18224     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
18225     layout: "plot-throughput"
18226
18227 - type: "plot"
18228   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18229   algorithm: "plot_performance_box"
18230   output-file-type: ".html"
18231   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18232   data: "plot-dpdk-throughput-latency-2n-skx"
18233   filter: "'NIC_Intel-XXV710' and
18234            '64B' and
18235            'BASE' and
18236            'NDRPDR' and
18237            '2T1C' and
18238            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18239   parameters:
18240   - "throughput"
18241   - "parent"
18242   - "tags"
18243   traces:
18244     hoverinfo: "x+y"
18245     boxpoints: "outliers"
18246     whiskerwidth: 0
18247   layout:
18248     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-pdr"
18249     layout: "plot-throughput"
18250
18251 - type: "plot"
18252   title: "DPDK Throughput: testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18253   algorithm: "plot_performance_box"
18254   output-file-type: ".html"
18255   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18256   data: "plot-dpdk-throughput-latency-2n-skx"
18257   filter: "'NIC_Intel-XXV710' and
18258            '64B' and
18259            'BASE' and
18260            'NDRPDR' and
18261            '4T2C' and
18262            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
18263   parameters:
18264   - "throughput"
18265   - "parent"
18266   - "tags"
18267   traces:
18268     hoverinfo: "x+y"
18269     boxpoints: "outliers"
18270     whiskerwidth: 0
18271   layout:
18272     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-pdr"
18273     layout: "plot-throughput"
18274
18275 ################################################################################
18276
18277 # Packet Latency - VPP L2 3n-hsw-x520 base and scale
18278 - type: "plot"
18279   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18280   algorithm: "plot_latency_error_bars"
18281   output-file-type: ".html"
18282   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
18283   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18284   filter: "'NIC_Intel-X520-DA2' and
18285            '64B' and
18286            ('BASE' or 'SCALE') and
18287            'NDRPDR' and
18288            'ETH' and
18289            '1T1C' and
18290            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18291            not 'VHOST' and
18292            not 'MEMIF'"
18293   parameters:
18294   - "latency"
18295   - "parent"
18296   - "tags"
18297   sort:
18298   - "L2XCFWD"
18299   - "L2PATCH"
18300   - "L2BDMACLRN"
18301   - "FIB_10K"
18302   - "FIB_100K"
18303   - "FIB_1M"
18304   layout:
18305     title: "l2sw-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
18306     layout: "plot-latency"
18307
18308 - type: "plot"
18309   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18310   algorithm: "plot_latency_error_bars"
18311   output-file-type: ".html"
18312   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
18313   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18314   filter: "'NIC_Intel-X520-DA2' and
18315            '64B' and
18316            ('BASE' or 'SCALE') and
18317            'NDRPDR' and
18318            'ETH' and
18319            '2T2C' and
18320            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18321            not 'VHOST' and
18322            not 'MEMIF'"
18323   parameters:
18324   - "latency"
18325   - "parent"
18326   - "tags"
18327   sort:
18328   - "L2XCFWD"
18329   - "L2PATCH"
18330   - "L2BDMACLRN"
18331   - "FIB_10K"
18332   - "FIB_100K"
18333   - "FIB_1M"
18334   layout:
18335     title: "l2sw-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
18336     layout: "plot-latency"
18337
18338 # Packet Latency - VPP L2 3n-hsw-x520 features
18339 - type: "plot"
18340   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18341   algorithm: "plot_latency_error_bars"
18342   output-file-type: ".html"
18343   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-ndr-lat"
18344   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18345   filter: "'NIC_Intel-X520-DA2' and
18346            '64B' and
18347            'NDRPDR' and
18348            '1T1C' and
18349            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18350            not 'ACL' and
18351            not 'VHOST' and
18352            not 'MEMIF'"
18353   parameters:
18354   - "latency"
18355   - "parent"
18356   - "tags"
18357   sort:
18358   - "L2XCBASE"    # l2xcbase
18359   - "L2BDBASE"    # l2bdbase
18360   - "L2XCFWD"     # dot1q-l2xcbase
18361   - "L2BDMACLRN"  # dot1q-l2bdbase
18362   layout:
18363     title: "l2sw-3n-hsw-x520-64b-1t1c-features-ndr"
18364     layout: "plot-latency"
18365
18366 - type: "plot"
18367   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18368   algorithm: "plot_latency_error_bars"
18369   output-file-type: ".html"
18370   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-ndr-lat"
18371   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18372   filter: "'NIC_Intel-X520-DA2' and
18373            '64B' and
18374            'NDRPDR' and
18375            '2T2C' and
18376            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18377            not 'ACL' and
18378            not 'VHOST' and
18379            not 'MEMIF'"
18380   parameters:
18381   - "latency"
18382   - "parent"
18383   - "tags"
18384   sort:
18385   - "L2XCBASE"    # l2xcbase
18386   - "L2BDBASE"    # l2bdbase
18387   - "L2XCFWD"     # dot1q-l2xcbase
18388   - "L2BDMACLRN"  # dot1q-l2bdbase
18389   layout:
18390     title: "l2sw-3n-hsw-x520-64b-2t2c-features-ndr"
18391     layout: "plot-latency"
18392
18393 # Packet Latency - VPP L2 3n-hsw-x520 features-iacl
18394 - type: "plot"
18395   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18396   algorithm: "plot_latency_error_bars"
18397   output-file-type: ".html"
18398   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
18399   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18400   filter: "'NIC_Intel-X520-DA2' and
18401            '64B' and
18402            'NDRPDR' and
18403            '1T1C' and
18404            'FEATURE' and
18405            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18406            'IACL' and
18407            ('ACL1' or 'ACL50') and
18408            ('10K_FLOWS' or '10k_FLOWS') and
18409            not 'MACIP' and
18410            not 'VHOST' and
18411            not 'MEMIF'"
18412   parameters:
18413   - "latency"
18414   - "parent"
18415   - "tags"
18416   layout:
18417     title: "l2sw-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
18418     layout: "plot-latency"
18419
18420 - type: "plot"
18421   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18422   algorithm: "plot_latency_error_bars"
18423   output-file-type: ".html"
18424   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
18425   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18426   filter: "'NIC_Intel-X520-DA2' and
18427            '64B' and
18428            'NDRPDR' and
18429            '2T2C' and
18430            'FEATURE' and
18431            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18432            'IACL' and
18433            ('ACL1' or 'ACL50') and
18434            ('10K_FLOWS' or '10k_FLOWS') and
18435            not 'MACIP' and
18436            not 'VHOST' and
18437            not 'MEMIF'"
18438   parameters:
18439   - "latency"
18440   - "parent"
18441   - "tags"
18442   layout:
18443     title: "l2sw-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
18444     layout: "plot-latency"
18445
18446 # Packet Latency - VPP L2 3n-hsw-x520 features-oacl
18447 - type: "plot"
18448   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18449   algorithm: "plot_latency_error_bars"
18450   output-file-type: ".html"
18451   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
18452   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18453   filter: "'NIC_Intel-X520-DA2' and
18454            '64B' and
18455            'NDRPDR' and
18456            '1T1C' and
18457            'FEATURE' and
18458            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18459            'OACL' and
18460            ('ACL1' or 'ACL50') and
18461            ('10K_FLOWS' or '10k_FLOWS') and
18462            not 'MACIP' and
18463            not 'VHOST' and
18464            not 'MEMIF'"
18465   parameters:
18466   - "latency"
18467   - "parent"
18468   - "tags"
18469   layout:
18470     title: "l2sw-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
18471     layout: "plot-latency"
18472
18473 - type: "plot"
18474   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18475   algorithm: "plot_latency_error_bars"
18476   output-file-type: ".html"
18477   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
18478   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18479   filter: "'NIC_Intel-X520-DA2' and
18480            '64B' and
18481            'NDRPDR' and
18482            '2T2C' and
18483            'FEATURE' and
18484            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18485            'OACL' and
18486            ('ACL1' or 'ACL50') and
18487            ('10K_FLOWS' or '10k_FLOWS') and
18488            not 'MACIP' and
18489            not 'VHOST' and
18490            not 'MEMIF'"
18491   parameters:
18492   - "latency"
18493   - "parent"
18494   - "tags"
18495   layout:
18496     title: "l2sw-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
18497     layout: "plot-latency"
18498
18499 # Packet Latency - VPP L2 3n-hsw-x520 features-macip
18500 - type: "plot"
18501   title: "VPP Latency: l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18502   algorithm: "plot_latency_error_bars"
18503   output-file-type: ".html"
18504   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr-lat"
18505   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18506   filter: "'NIC_Intel-X520-DA2' and
18507            '64B' and
18508            'NDRPDR' and
18509            '1T1C' and
18510            'FEATURE' and
18511            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18512            'MACIP' and
18513            ('ACL1' or 'ACL50') and
18514            ('10K_FLOWS' or '10k_FLOWS') and
18515            not 'VHOST' and
18516            not 'MEMIF'"
18517   parameters:
18518   - "latency"
18519   - "parent"
18520   - "tags"
18521   layout:
18522     title: "l2sw-3n-hsw-x520-64b-1t1c-features-macip-ndr"
18523     layout: "plot-latency"
18524
18525 - type: "plot"
18526   title: "VPP Latency: l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18527   algorithm: "plot_latency_error_bars"
18528   output-file-type: ".html"
18529   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr-lat"
18530   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18531   filter: "'NIC_Intel-X520-DA2' and
18532            '64B' and
18533            'NDRPDR' and
18534            '2T2C' and
18535            'FEATURE' and
18536            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18537            'MACIP' and
18538            ('ACL1' or 'ACL50') and
18539            ('10K_FLOWS' or '10k_FLOWS') and
18540            not 'VHOST' and
18541            not 'MEMIF'"
18542   parameters:
18543   - "latency"
18544   - "parent"
18545   - "tags"
18546   layout:
18547     title: "l2sw-3n-hsw-x520-64b-2t2c-features-macip-ndr"
18548     layout: "plot-latency"
18549
18550 # Packet Latency - VPP L2 3n-hsw-x710 base and scale
18551 - type: "plot"
18552   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18553   algorithm: "plot_latency_error_bars"
18554   output-file-type: ".html"
18555   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
18556   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18557   filter: "'NIC_Intel-X710' and
18558            '64B' and
18559            ('BASE' or 'SCALE') and
18560            'NDRPDR' and
18561            'ETH' and
18562            '1T1C' and
18563            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18564            not 'VHOST' and
18565            not 'MEMIF'"
18566   parameters:
18567   - "latency"
18568   - "parent"
18569   - "tags"
18570   sort:
18571   - "L2PATCH"
18572   - "L2XCFWD"
18573   - "L2BDMACLRN"
18574   - "FIB_10K"
18575   - "FIB_100K"
18576   - "FIB_1M"
18577   layout:
18578     title: "l2sw-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
18579     layout: "plot-latency"
18580
18581 - type: "plot"
18582   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18583   algorithm: "plot_latency_error_bars"
18584   output-file-type: ".html"
18585   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
18586   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18587   filter: "'NIC_Intel-X710' and
18588            '64B' and
18589            ('BASE' or 'SCALE') and
18590            'NDRPDR' and
18591            'ETH' and
18592            '2T2C' and
18593            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18594            not 'VHOST' and
18595            not 'MEMIF'"
18596   parameters:
18597   - "latency"
18598   - "parent"
18599   - "tags"
18600   sort:
18601   - "L2PATCH"
18602   - "L2XCFWD"
18603   - "L2BDMACLRN"
18604   - "FIB_10K"
18605   - "FIB_100K"
18606   - "FIB_1M"
18607   layout:
18608     title: "l2sw-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
18609     layout: "plot-latency"
18610
18611 # Packet Latency - VPP L2 3n-hsw-x710 features
18612 - type: "plot"
18613   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18614   algorithm: "plot_latency_error_bars"
18615   output-file-type: ".html"
18616   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-ndr-lat"
18617   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18618   filter: "'NIC_Intel-X710' and
18619            '64B' and
18620            'NDRPDR' and
18621            '1T1C' and
18622            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18623            not 'ACL' and
18624            not 'VHOST' and
18625            not 'L2OVRLAY' and
18626            not 'MEMIF'"
18627   parameters:
18628   - "latency"
18629   - "parent"
18630   - "tags"
18631   sort:
18632   - "L2XCBASE"    # l2xcbase
18633   - "L2BDBASE"    # l2bdbase
18634   - "L2XCFWD"     # dot1q-l2xcbase
18635   - "L2BDMACLRN"  # dot1q-l2bdbase
18636   layout:
18637     title: "l2sw-3n-hsw-x710-64b-1t1c-features-ndr"
18638     layout: "plot-latency"
18639
18640 - type: "plot"
18641   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18642   algorithm: "plot_latency_error_bars"
18643   output-file-type: ".html"
18644   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-ndr-lat"
18645   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18646   filter: "'NIC_Intel-X710' and
18647            '64B' and
18648            'NDRPDR' and
18649            '2T2C' and
18650            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18651            not 'ACL' and
18652            not 'VHOST' and
18653            not 'L2OVRLAY' and
18654            not 'MEMIF'"
18655   parameters:
18656   - "latency"
18657   - "parent"
18658   - "tags"
18659   sort:
18660   - "L2XCBASE"    # l2xcbase
18661   - "L2BDBASE"    # l2bdbase
18662   - "L2XCFWD"     # dot1q-l2xcbase
18663   - "L2BDMACLRN"  # dot1q-l2bdbase
18664   layout:
18665     title: "l2sw-3n-hsw-x710-64b-2t2c-features-ndr"
18666     layout: "plot-latency"
18667
18668 # Packet Latency - VPP L2 3n-hsw-x710 features-iacl
18669 - type: "plot"
18670   title: "VPP Latency: l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18671   algorithm: "plot_latency_error_bars"
18672   output-file-type: ".html"
18673   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
18674   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18675   filter: "'NIC_Intel-X710' and
18676            '64B' and
18677            'NDRPDR' and
18678            '1T1C' and
18679            'FEATURE' and
18680            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18681            'IACL' and
18682            ('ACL1' or 'ACL50') and
18683            ('10K_FLOWS' or '10k_FLOWS') and
18684            not 'MACIP' and
18685            not 'VHOST' and
18686            not 'MEMIF'"
18687   parameters:
18688   - "latency"
18689   - "parent"
18690   - "tags"
18691   layout:
18692     title: "l2sw-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
18693     layout: "plot-latency"
18694
18695 - type: "plot"
18696   title: "VPP Latency: l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18697   algorithm: "plot_latency_error_bars"
18698   output-file-type: ".html"
18699   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
18700   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18701   filter: "'NIC_Intel-X710' and
18702            '64B' and
18703            'NDRPDR' and
18704            '2T2C' and
18705            'FEATURE' and
18706            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18707            'IACL' and
18708            ('ACL1' or 'ACL50') and
18709            ('10K_FLOWS' or '10k_FLOWS') and
18710            not 'MACIP' and
18711            not 'VHOST' and
18712            not 'MEMIF'"
18713   parameters:
18714   - "latency"
18715   - "parent"
18716   - "tags"
18717   layout:
18718     title: "l2sw-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
18719     layout: "plot-latency"
18720
18721 # Packet Latency - VPP L2 3n-hsw-xl710 base and scale
18722 - type: "plot"
18723   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18724   algorithm: "plot_latency_error_bars"
18725   output-file-type: ".html"
18726   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
18727   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18728   filter: "'NIC_Intel-XL710' and
18729            '64B' and
18730            'BASE' and
18731            'NDRPDR' and
18732            'ETH' and
18733            '1T1C' and
18734            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18735            not 'VHOST' and
18736            not 'MEMIF'"
18737   parameters:
18738   - "latency"
18739   - "parent"
18740   - "tags"
18741   sort:
18742   - "L2PATCH"
18743   - "L2XCFWD"
18744   - "L2BDMACLRN"
18745   layout:
18746     title: "l2sw-3n-hsw-xl710-64b-1t1c-base-ndr"
18747     layout: "plot-latency"
18748
18749 - type: "plot"
18750   title: "VPP Latency: l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18751   algorithm: "plot_latency_error_bars"
18752   output-file-type: ".html"
18753   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
18754   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
18755   filter: "'NIC_Intel-XL710' and
18756            '64B' and
18757            'BASE' and
18758            'NDRPDR' and
18759            'ETH' and
18760            '2T2C' and
18761            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18762            not 'VHOST' and
18763            not 'MEMIF'"
18764   parameters:
18765   - "latency"
18766   - "parent"
18767   - "tags"
18768   sort:
18769   - "L2PATCH"
18770   - "L2XCFWD"
18771   - "L2BDMACLRN"
18772   layout:
18773     title: "l2sw-3n-hsw-xl710-64b-2t2c-base-ndr"
18774     layout: "plot-latency"
18775
18776 # Packet Latency - VPP L2 3n-skx-x710 base and scale
18777 - type: "plot"
18778   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18779   algorithm: "plot_latency_error_bars"
18780   output-file-type: ".html"
18781   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
18782   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18783   filter: "'NIC_Intel-X710' and
18784            '64B' and
18785            ('BASE' or 'SCALE') and
18786            'NDRPDR' and
18787            'ETH' and
18788            '2T1C' and
18789            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18790            not 'VHOST' and
18791            not 'MEMIF' and
18792            not 'DRV_AVF'"
18793   parameters:
18794   - "latency"
18795   - "parent"
18796   - "tags"
18797   sort:
18798   - "L2PATCH"
18799   - "L2XCBASE"
18800   - "BASE"
18801   - "FIB_10K"
18802   - "FIB_100K"
18803   - "FIB_1M"
18804   layout:
18805     title: "l2sw-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
18806     layout: "plot-latency"
18807
18808 - type: "plot"
18809   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18810   algorithm: "plot_latency_error_bars"
18811   output-file-type: ".html"
18812   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
18813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18814   filter: "'NIC_Intel-X710' and
18815            '64B' and
18816            ('BASE' or 'SCALE') and
18817            'NDRPDR' and
18818            'ETH' and
18819            '4T2C' and
18820            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18821            not 'VHOST' and
18822            not 'MEMIF' and
18823            not 'DRV_AVF'"
18824   parameters:
18825   - "latency"
18826   - "parent"
18827   - "tags"
18828   sort:
18829   - "L2PATCH"
18830   - "L2XCBASE"
18831   - "BASE"
18832   - "FIB_10K"
18833   - "FIB_100K"
18834   - "FIB_1M"
18835   layout:
18836     title: "l2sw-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
18837     layout: "plot-latency"
18838
18839 # Packet Latency - VPP L2 3n-skx-x710 features
18840 - type: "plot"
18841   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18842   algorithm: "plot_latency_error_bars"
18843   output-file-type: ".html"
18844   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-ndr-lat"
18845   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18846   filter: "'NIC_Intel-X710' and
18847            '64B' and
18848            'NDRPDR' and
18849            '2T1C' and
18850            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18851            not 'ACL' and
18852            not 'VHOST' and
18853            not 'DRV_AVF' and
18854            not 'L2OVRLAY' and
18855            not 'MEMIF'"
18856   parameters:
18857   - "latency"
18858   - "parent"
18859   - "tags"
18860   sort:
18861   - "L2XCBASE"    # l2xcbase
18862   - "L2BDBASE"    # l2bdbase
18863   - "L2XCFWD"     # dot1q-l2xcbase
18864   - "L2BDMACLRN"  # dot1q-l2bdbase
18865   layout:
18866     title: "l2sw-3n-skx-x710-64b-2t1c-features-ndr"
18867     layout: "plot-latency"
18868
18869 - type: "plot"
18870   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18871   algorithm: "plot_latency_error_bars"
18872   output-file-type: ".html"
18873   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-ndr-lat"
18874   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18875   filter: "'NIC_Intel-X710' and
18876            '64B' and
18877            'NDRPDR' and
18878            '4T2C' and
18879            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
18880            not 'ACL' and
18881            not 'VHOST' and
18882            not 'DRV_AVF' and
18883            not 'L2OVRLAY' and
18884            not 'MEMIF'"
18885   parameters:
18886   - "latency"
18887   - "parent"
18888   - "tags"
18889   sort:
18890   - "L2XCBASE"    # l2xcbase
18891   - "L2BDBASE"    # l2bdbase
18892   - "L2XCFWD"     # dot1q-l2xcbase
18893   - "L2BDMACLRN"  # dot1q-l2bdbase
18894   layout:
18895     title: "l2sw-3n-skx-x710-64b-4t2c-features-ndr"
18896     layout: "plot-latency"
18897
18898 # Packet Latency - VPP L2 3n-skx-x710 features-iacl
18899 - type: "plot"
18900   title: "VPP Latency: l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18901   algorithm: "plot_latency_error_bars"
18902   output-file-type: ".html"
18903   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
18904   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18905   filter: "'NIC_Intel-X710' and
18906            '64B' and
18907            'NDRPDR' and
18908            '2T1C' and
18909            'FEATURE' and
18910            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18911            'IACL' and
18912            ('ACL1' or 'ACL50') and
18913            ('10K_FLOWS' or '10k_FLOWS') and
18914            not 'MACIP' and
18915            not 'VHOST' and
18916            not 'MEMIF'"
18917   parameters:
18918   - "latency"
18919   - "parent"
18920   - "tags"
18921   layout:
18922     title: "l2sw-3n-skx-x710-64b-2t1c-features-iacl-ndr"
18923     layout: "plot-latency"
18924
18925 - type: "plot"
18926   title: "VPP Latency: l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18927   algorithm: "plot_latency_error_bars"
18928   output-file-type: ".html"
18929   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
18930   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18931   filter: "'NIC_Intel-X710' and
18932            '64B' and
18933            'NDRPDR' and
18934            '4T2C' and
18935            'FEATURE' and
18936            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
18937            'IACL' and
18938            ('ACL1' or 'ACL50') and
18939            ('10K_FLOWS' or '10k_FLOWS') and
18940            not 'MACIP' and
18941            not 'VHOST' and
18942            not 'MEMIF'"
18943   parameters:
18944   - "latency"
18945   - "parent"
18946   - "tags"
18947   layout:
18948     title: "l2sw-3n-skx-x710-64b-4t2c-features-iacl-ndr"
18949     layout: "plot-latency"
18950
18951 # Packet Latency - VPP L2 3n-skx-xxv710 base
18952 - type: "plot"
18953   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18954   algorithm: "plot_latency_error_bars"
18955   output-file-type: ".html"
18956   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
18957   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18958   filter: "'NIC_Intel-XXV710' and
18959            '64B' and
18960            ('BASE' or 'SCALE') and
18961            'NDRPDR' and
18962            'ETH' and
18963            '2T1C' and
18964            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18965            not 'VHOST' and
18966            not 'MEMIF'"
18967   parameters:
18968   - "latency"
18969   - "parent"
18970   - "tags"
18971   sort:
18972   - "L2PATCH"
18973   - "L2PATCH"
18974   - "L2XCBASE"
18975   - "L2BDMACLRN"
18976   layout:
18977     title: "l2sw-3n-skx-xxv710-64b-2t1c-base-ndr"
18978     layout: "plot-latency"
18979
18980 - type: "plot"
18981   title: "VPP Latency: l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18982   algorithm: "plot_latency_error_bars"
18983   output-file-type: ".html"
18984   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
18985   data: "plot-vpp-throughput-lat-tsa-3n-skx"
18986   filter: "'NIC_Intel-XXV710' and
18987            '64B' and
18988            ('BASE' or 'SCALE') and
18989            'NDRPDR' and
18990            'ETH' and
18991            '4T2C' and
18992            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
18993            not 'VHOST' and
18994            not 'MEMIF'"
18995   parameters:
18996   - "latency"
18997   - "parent"
18998   - "tags"
18999   sort:
19000   - "L2PATCH"
19001   - "L2PATCH"
19002   - "L2XCBASE"
19003   - "L2BDMACLRN"
19004   layout:
19005     title: "l2sw-3n-skx-xxv710-64b-4t2c-base-ndr"
19006     layout: "plot-latency"
19007
19008 # Packet Latency - VPP L2 2n-skx-x710 base and scale
19009 - type: "plot"
19010   title: "VPP Latency: l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19011   algorithm: "plot_latency_error_bars"
19012   output-file-type: ".html"
19013   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
19014   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19015   filter: "'NIC_Intel-X710' and
19016            '64B' and
19017            'ETH' and
19018            ('BASE' or 'SCALE') and
19019            'NDRPDR' and
19020            '2T1C' and
19021            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19022            not 'VHOST' and
19023            not 'MEMIF'"
19024   parameters:
19025   - "latency"
19026   - "parent"
19027   - "tags"
19028   sort:
19029   - "L2PATCH"
19030   - "L2XCBASE"
19031   - "BASE"
19032   - "FIB_10K"
19033   - "FIB_100K"
19034   - "FIB_1M"
19035   layout:
19036     title: "l2sw-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
19037     layout: "plot-latency"
19038
19039 - type: "plot"
19040   title: "VPP Latency: l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19041   algorithm: "plot_latency_error_bars"
19042   output-file-type: ".html"
19043   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
19044   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19045   filter: "'NIC_Intel-X710' and
19046            '64B' and
19047            ('BASE' or 'SCALE') and
19048            'NDRPDR' and
19049            'ETH' and
19050            '4T2C' and
19051            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19052            not 'VHOST' and
19053            not 'MEMIF'"
19054   parameters:
19055   - "latency"
19056   - "parent"
19057   - "tags"
19058   sort:
19059   - "L2PATCH"
19060   - "L2XCBASE"
19061   - "BASE"
19062   - "FIB_10K"
19063   - "FIB_100K"
19064   - "FIB_1M"
19065   layout:
19066     title: "l2sw-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
19067     layout: "plot-latency"
19068
19069 # Packet Latency - VPP L2 2n-skx-xxv710 base and scale
19070 - type: "plot"
19071   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19072   algorithm: "plot_latency_error_bars"
19073   output-file-type: ".html"
19074   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
19075   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19076   filter: "'NIC_Intel-XXV710' and
19077            '64B' and
19078            ('BASE' or 'SCALE') and
19079            'NDRPDR' and
19080            'ETH' and
19081            '2T1C' and
19082            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19083            not 'VHOST' and
19084            not 'MEMIF'"
19085   parameters:
19086   - "latency"
19087   - "parent"
19088   - "tags"
19089   sort:
19090   - "L2PATCH"
19091   - "L2XCBASE"
19092   - "BASE"
19093   - "FIB_10K"
19094   - "FIB_100K"
19095   - "FIB_1M"
19096   layout:
19097     title: "l2sw-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
19098     layout: "plot-latency"
19099
19100 - type: "plot"
19101   title: "VPP Latency: l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19102   algorithm: "plot_latency_error_bars"
19103   output-file-type: ".html"
19104   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
19105   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19106   filter: "'NIC_Intel-XXV710' and
19107            '64B' and
19108            ('BASE' or 'SCALE') and
19109            'NDRPDR' and
19110            'ETH' and
19111            '4T2C' and
19112            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
19113            not 'VHOST' and
19114            not 'MEMIF'"
19115   parameters:
19116   - "latency"
19117   - "parent"
19118   - "tags"
19119   sort:
19120   - "L2PATCH"
19121   - "L2XCBASE"
19122   - "BASE"
19123   - "FIB_10K"
19124   - "FIB_100K"
19125   - "FIB_1M"
19126   layout:
19127     title: "l2sw-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
19128     layout: "plot-latency"
19129
19130 ################################################################################
19131
19132 # Packet Latency - VPP Container Memif 3n-hsw-x520
19133 - type: "plot"
19134   title: "VPP Latency: memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19135   algorithm: "plot_latency_error_bars"
19136   output-file-type: ".html"
19137   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
19138   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19139   filter: "'NIC_Intel-X520-DA2' and
19140            '64B' and
19141            ('BASE' or 'SCALE') and
19142            'NDRPDR' and
19143            '1T1C' and
19144            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19145            not 'VHOST' and
19146            'MEMIF'"
19147   parameters:
19148   - "latency"
19149   - "parent"
19150   - "tags"
19151   sort:
19152   - "L2XCFWD"
19153   - "L2XCFWD"
19154   - "L2XCFWD"
19155   - "L2BDMACLRN"
19156   - "L2BDMACLRN"
19157   - "L2BDMACLRN"
19158   - "IP4FWD"
19159   layout:
19160     title: "memif-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
19161     layout: "plot-latency"
19162
19163 - type: "plot"
19164   title: "VPP Latency: memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19165   algorithm: "plot_latency_error_bars"
19166   output-file-type: ".html"
19167   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
19168   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19169   filter: "'NIC_Intel-X520-DA2' and
19170            '64B' and
19171            ('BASE' or 'SCALE') and
19172            'NDRPDR' and
19173            '2T2C' and
19174            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19175            not 'VHOST' and
19176            'MEMIF'"
19177   parameters:
19178   - "latency"
19179   - "parent"
19180   - "tags"
19181   sort:
19182   - "L2XCFWD"
19183   - "L2XCFWD"
19184   - "L2XCFWD"
19185   - "L2BDMACLRN"
19186   - "L2BDMACLRN"
19187   - "L2BDMACLRN"
19188   - "IP4FWD"
19189   layout:
19190     title: "memif-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
19191     layout: "plot-latency"
19192
19193 # Packet Latency - VPP Container Memif 3n-hsw-x710
19194 - type: "plot"
19195   title: "VPP Latency: memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19196   algorithm: "plot_latency_error_bars"
19197   output-file-type: ".html"
19198   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
19199   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19200   filter: "'NIC_Intel-X710' and
19201            '64B' and
19202            ('BASE' or 'SCALE') and
19203            'NDRPDR' and
19204            '1T1C' and
19205            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19206            not 'VHOST' and
19207            'MEMIF'"
19208   parameters:
19209   - "latency"
19210   - "parent"
19211   - "tags"
19212   sort:
19213   - "L2XCFWD"
19214   - "L2XCFWD"
19215   - "L2XCFWD"
19216   - "L2BDMACLRN"
19217   - "L2BDMACLRN"
19218   - "L2BDMACLRN"
19219   - "IP4FWD"
19220   layout:
19221     title: "memif-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
19222     layout: "plot-latency"
19223
19224 - type: "plot"
19225   title: "VPP Latency: memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19226   algorithm: "plot_latency_error_bars"
19227   output-file-type: ".html"
19228   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
19229   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19230   filter: "'NIC_Intel-X710' and
19231            '64B' and
19232            ('BASE' or 'SCALE') and
19233            'NDRPDR' and
19234            '2T2C' and
19235            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19236            not 'VHOST' and
19237            'MEMIF'"
19238   parameters:
19239   - "latency"
19240   - "parent"
19241   - "tags"
19242   sort:
19243   - "L2XCFWD"
19244   - "L2XCFWD"
19245   - "L2XCFWD"
19246   - "L2BDMACLRN"
19247   - "L2BDMACLRN"
19248   - "L2BDMACLRN"
19249   - "IP4FWD"
19250   layout:
19251     title: "memif-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
19252     layout: "plot-latency"
19253
19254 # Packet Latency - VPP Container Memif 3n-hsw-xl710
19255 - type: "plot"
19256   title: "VPP Latency: memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19257   algorithm: "plot_latency_error_bars"
19258   output-file-type: ".html"
19259   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr-lat"
19260   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19261   filter: "'NIC_Intel-XL710' and
19262            '64B' and
19263            ('BASE' or 'SCALE') and
19264            'NDRPDR' and
19265            '1T1C' and
19266            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19267            not 'VHOST' and
19268            'MEMIF'"
19269   parameters:
19270   - "latency"
19271   - "parent"
19272   - "tags"
19273   sort:
19274   - "L2XCFWD"
19275   - "L2XCFWD"
19276   - "L2XCFWD"
19277   - "L2BDMACLRN"
19278   - "L2BDMACLRN"
19279   - "L2BDMACLRN"
19280   - "IP4FWD"
19281   layout:
19282     title: "memif-3n-hsw-xl710-64b-1t1c-base_and_features-ndr"
19283     layout: "plot-latency"
19284
19285 - type: "plot"
19286   title: "VPP Latency: memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19287   algorithm: "plot_latency_error_bars"
19288   output-file-type: ".html"
19289   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr-lat"
19290   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19291   filter: "'NIC_Intel-XL710' and
19292            '64B' and
19293            ('BASE' or 'SCALE') and
19294            'NDRPDR' and
19295            '2T2C' and
19296            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19297            not 'VHOST' and
19298            'MEMIF'"
19299   parameters:
19300   - "latency"
19301   - "parent"
19302   - "tags"
19303   sort:
19304   - "L2XCFWD"
19305   - "L2XCFWD"
19306   - "L2XCFWD"
19307   - "L2BDMACLRN"
19308   - "L2BDMACLRN"
19309   - "L2BDMACLRN"
19310   - "IP4FWD"
19311   layout:
19312     title: "memif-3n-hsw-xl710-64b-2t2c-base_and_features-ndr"
19313     layout: "plot-latency"
19314
19315 # Packet Latency - VPP Container Memif 3n-skx-x710
19316 - type: "plot"
19317   title: "VPP Latency: memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19318   algorithm: "plot_latency_error_bars"
19319   output-file-type: ".html"
19320   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19321   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19322   filter: "'NIC_Intel-X710' and
19323            '64B' and
19324            ('BASE' or 'SCALE') and
19325            'NDRPDR' and
19326            '2T1C' and
19327            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19328            not 'VHOST' and
19329            'MEMIF'"
19330   parameters:
19331   - "latency"
19332   - "parent"
19333   - "tags"
19334   sort:
19335   - "L2XCFWD"
19336   - "L2XCFWD"
19337   - "L2XCFWD"
19338   - "L2BDMACLRN"
19339   - "L2BDMACLRN"
19340   - "L2BDMACLRN"
19341   - "IP4FWD"
19342   layout:
19343     title: "memif-3n-skx-x710-64b-2t1c-base_and_features-ndr"
19344     layout: "plot-latency"
19345
19346 - type: "plot"
19347   title: "VPP Latency: memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19348   algorithm: "plot_latency_error_bars"
19349   output-file-type: ".html"
19350   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
19352   filter: "'NIC_Intel-X710' and
19353            '64B' and
19354            ('BASE' or 'SCALE') and
19355            'NDRPDR' and
19356            '4T2C' and
19357            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19358            not 'VHOST' and
19359            'MEMIF'"
19360   parameters:
19361   - "latency"
19362   - "parent"
19363   - "tags"
19364   sort:
19365   - "L2XCFWD"
19366   - "L2XCFWD"
19367   - "L2XCFWD"
19368   - "L2BDMACLRN"
19369   - "L2BDMACLRN"
19370   - "L2BDMACLRN"
19371   - "IP4FWD"
19372   layout:
19373     title: "memif-3n-skx-x710-64b-4t2c-base_and_features-ndr"
19374     layout: "plot-latency"
19375
19376 # Packet Latency - VPP Container Memif 2n-skx-x710
19377 - type: "plot"
19378   title: "VPP Latency: memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19379   algorithm: "plot_latency_error_bars"
19380   output-file-type: ".html"
19381   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
19382   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19383   filter: "'NIC_Intel-X710' and
19384            '64B' and
19385            ('BASE' or 'SCALE') and
19386            'NDRPDR' and
19387            '2T1C' and
19388            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19389            not 'VHOST' and
19390            not 'NF_DENSITY' and
19391            'MEMIF'"
19392   parameters:
19393   - "latency"
19394   - "parent"
19395   - "tags"
19396   sort:
19397   - "L2XCFWD"
19398   - "L2XCFWD"
19399   - "L2XCFWD"
19400   - "L2BDMACLRN"
19401   - "L2BDMACLRN"
19402   - "L2BDMACLRN"
19403   - "IP4FWD"
19404   layout:
19405     title: "memif-2n-skx-x710-64b-2t1c-base_and_features-ndr"
19406     layout: "plot-latency"
19407
19408 - type: "plot"
19409   title: "VPP Latency: memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19410   algorithm: "plot_latency_error_bars"
19411   output-file-type: ".html"
19412   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
19413   data: "plot-vpp-throughput-lat-tsa-2n-skx"
19414   filter: "'NIC_Intel-X710' and
19415            '64B' and
19416            ('BASE' or 'SCALE') and
19417            'NDRPDR' and
19418            '4T2C' and
19419            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19420            not 'VHOST' and
19421            not 'NF_DENSITY' and
19422            'MEMIF'"
19423   parameters:
19424   - "latency"
19425   - "parent"
19426   - "tags"
19427   sort:
19428   - "L2XCFWD"
19429   - "L2XCFWD"
19430   - "L2XCFWD"
19431   - "L2BDMACLRN"
19432   - "L2BDMACLRN"
19433   - "L2BDMACLRN"
19434   - "IP4FWD"
19435   layout:
19436     title: "memif-2n-skx-x710-64b-4t2c-base_and_features-ndr"
19437     layout: "plot-latency"
19438
19439 ## Packet Latency - VPP Container Memif 2n-skx-xxv710
19440 #- type: "plot"
19441 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19442 #  algorithm: "plot_latency_error_bars"
19443 #  output-file-type: ".html"
19444 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
19445 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19446 #  filter: "'NIC_Intel-XXV710' and
19447 #           '64B' and
19448 #           ('BASE' or 'SCALE') and
19449 #           'NDRPDR' and
19450 #           '2T1C' and
19451 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19452 #           not 'VHOST' and
19453 #           'MEMIF'"
19454 #  parameters:
19455 #  - "latency"
19456 #  - "parent"
19457 #  - "tags"
19458 #  sort:
19459 #  - "L2XCFWD"
19460 #  - "L2XCFWD"
19461 #  - "L2XCFWD"
19462 #  - "L2BDMACLRN"
19463 #  - "L2BDMACLRN"
19464 #  - "L2BDMACLRN"
19465 #  - "IP4FWD"
19466 #  layout:
19467 #    title: "memif-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
19468 #    layout: "plot-latency"
19469 #
19470 #- type: "plot"
19471 #  title: "VPP Latency: memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19472 #  algorithm: "plot_latency_error_bars"
19473 #  output-file-type: ".html"
19474 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
19475 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
19476 #  filter: "'NIC_Intel-XXV710' and
19477 #           '64B' and
19478 #           ('BASE' or 'SCALE') and
19479 #           'NDRPDR' and
19480 #           '4T2C' and
19481 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
19482 #           not 'VHOST' and
19483 #           'MEMIF'"
19484 #  parameters:
19485 #  - "latency"
19486 #  - "parent"
19487 #  - "tags"
19488 #  sort:
19489 #  - "L2XCFWD"
19490 #  - "L2XCFWD"
19491 #  - "L2XCFWD"
19492 #  - "L2BDMACLRN"
19493 #  - "L2BDMACLRN"
19494 #  - "L2BDMACLRN"
19495 #  - "IP4FWD"
19496 #  layout:
19497 #    title: "memif-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
19498 #    layout: "plot-latency"
19499
19500 ################################################################################
19501
19502 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2xc
19503 #- type: "plot"
19504 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19505 #  algorithm: "plot_latency_error_bars"
19506 #  output-file-type: ".html"
19507 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19508 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19509 #  filter: "'NIC_Intel-X520-DA2' and
19510 #           '64B' and
19511 #           ('BASE' or 'SCALE') and
19512 #           'NDRPDR' and
19513 #           '1T1C' and
19514 #           'L2XCFWD' and
19515 #           not 'VHOST' and
19516 #           not 'NF_DENSITY' and
19517 #           'MEMIF'"
19518 #  parameters:
19519 #  - "latency"
19520 #  - "parent"
19521 #  - "tags"
19522 #  sort:
19523 #  - "1VNF"
19524 #  - "2VNF"
19525 #  - "4VNF"
19526 #  - "2VNF"
19527 #  - "4VNF"
19528 #  layout:
19529 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2xc-ndr"
19530 #    layout: "plot-latency"
19531 #
19532 #- type: "plot"
19533 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19534 #  algorithm: "plot_latency_error_bars"
19535 #  output-file-type: ".html"
19536 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19537 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19538 #  filter: "'NIC_Intel-X520-DA2' and
19539 #           '64B' and
19540 #           ('BASE' or 'SCALE') and
19541 #           'NDRPDR' and
19542 #           '2T2C' and
19543 #           'L2XCFWD' and
19544 #           not 'VHOST' and
19545 #           not 'NF_DENSITY' and
19546 #           'MEMIF'"
19547 #  parameters:
19548 #  - "latency"
19549 #  - "parent"
19550 #  - "tags"
19551 #  sort:
19552 #  - "1VNF"
19553 #  - "2VNF"
19554 #  - "4VNF"
19555 #  - "2VNF"
19556 #  - "4VNF"
19557 #  layout:
19558 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2xc-ndr"
19559 #    layout: "plot-latency"
19560 #
19561 ## Packet Latency - VPP Container Memif 3n-hsw-x520 - l2bd
19562 #- type: "plot"
19563 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19564 #  algorithm: "plot_latency_error_bars"
19565 #  output-file-type: ".html"
19566 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19567 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19568 #  filter: "'NIC_Intel-X520-DA2' and
19569 #           '64B' and
19570 #           ('BASE' or 'SCALE') and
19571 #           'NDRPDR' and
19572 #           '1T1C' and
19573 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19574 #           not 'VHOST' and
19575 #           not 'NF_DENSITY' and
19576 #           'MEMIF'"
19577 #  parameters:
19578 #  - "latency"
19579 #  - "parent"
19580 #  - "tags"
19581 #  sort:
19582 #  - "1VNF"
19583 #  - "2VNF"
19584 #  - "4VNF"
19585 #  - "2VNF"
19586 #  - "4VNF"
19587 #  layout:
19588 #    title: "k8s-memif-3n-hsw-x520-64b-1t1c-base_and_scale-l2bd-ndr"
19589 #    layout: "plot-latency"
19590 #
19591 #- type: "plot"
19592 #  title: "VPP Latency: k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19593 #  algorithm: "plot_latency_error_bars"
19594 #  output-file-type: ".html"
19595 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19596 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19597 #  filter: "'NIC_Intel-X520-DA2' and
19598 #           '64B' and
19599 #           ('BASE' or 'SCALE') and
19600 #           'NDRPDR' and
19601 #           '2T2C' and
19602 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19603 #           not 'VHOST' and
19604 #           not 'NF_DENSITY' and
19605 #           'MEMIF'"
19606 #  parameters:
19607 #  - "latency"
19608 #  - "parent"
19609 #  - "tags"
19610 #  sort:
19611 #  - "1VNF"
19612 #  - "2VNF"
19613 #  - "4VNF"
19614 #  - "2VNF"
19615 #  - "4VNF"
19616 #  layout:
19617 #    title: "k8s-memif-3n-hsw-x520-64b-2t2c-base_and_scale-l2bd-ndr"
19618 #    layout: "plot-latency"
19619 #
19620 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2xc
19621 #- type: "plot"
19622 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19623 #  algorithm: "plot_latency_error_bars"
19624 #  output-file-type: ".html"
19625 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr-lat"
19626 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19627 #  filter: "'NIC_Intel-X710' and
19628 #           '64B' and
19629 #           ('BASE' or 'SCALE') and
19630 #           'NDRPDR' and
19631 #           '1T1C' and
19632 #           'L2XCFWD' and
19633 #           not 'VHOST' and
19634 #           not 'NF_DENSITY' and
19635 #           'MEMIF'"
19636 #  parameters:
19637 #  - "latency"
19638 #  - "parent"
19639 #  - "tags"
19640 #  sort:
19641 #  - "1VNF"
19642 #  - "2VNF"
19643 #  - "4VNF"
19644 #  - "2VNF"
19645 #  - "4VNF"
19646 #  layout:
19647 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2xc-ndr"
19648 #    layout: "plot-latency"
19649 #
19650 #- type: "plot"
19651 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19652 #  algorithm: "plot_latency_error_bars"
19653 #  output-file-type: ".html"
19654 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr-lat"
19655 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19656 #  filter: "'NIC_Intel-X710' and
19657 #           '64B' and
19658 #           ('BASE' or 'SCALE') and
19659 #           'NDRPDR' and
19660 #           '2T2C' and
19661 #           'L2XCFWD' and
19662 #           not 'VHOST' and
19663 #           not 'NF_DENSITY' and
19664 #           'MEMIF'"
19665 #  parameters:
19666 #  - "latency"
19667 #  - "parent"
19668 #  - "tags"
19669 #  sort:
19670 #  - "1VNF"
19671 #  - "2VNF"
19672 #  - "4VNF"
19673 #  - "2VNF"
19674 #  - "4VNF"
19675 #  layout:
19676 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2xc-ndr"
19677 #    layout: "plot-latency"
19678 #
19679 ## Packet Latency - VPP Container Memif 3n-hsw-x710 - l2bd
19680 #- type: "plot"
19681 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19682 #  algorithm: "plot_latency_error_bars"
19683 #  output-file-type: ".html"
19684 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr-lat"
19685 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19686 #  filter: "'NIC_Intel-X710' and
19687 #           '64B' and
19688 #           ('BASE' or 'SCALE') and
19689 #           'NDRPDR' and
19690 #           '1T1C' and
19691 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19692 #           not 'VHOST' and
19693 #           not 'NF_DENSITY' and
19694 #           'MEMIF'"
19695 #  parameters:
19696 #  - "latency"
19697 #  - "parent"
19698 #  - "tags"
19699 #  sort:
19700 #  - "1VNF"
19701 #  - "2VNF"
19702 #  - "4VNF"
19703 #  - "2VNF"
19704 #  - "4VNF"
19705 #  layout:
19706 #    title: "k8s-memif-3n-hsw-x710-64b-1t1c-base_and_scale-l2bd-ndr"
19707 #    layout: "plot-latency"
19708 #
19709 #- type: "plot"
19710 #  title: "VPP Latency: k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19711 #  algorithm: "plot_latency_error_bars"
19712 #  output-file-type: ".html"
19713 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr-lat"
19714 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
19715 #  filter: "'NIC_Intel-X710' and
19716 #           '64B' and
19717 #           ('BASE' or 'SCALE') and
19718 #           'NDRPDR' and
19719 #           '2T2C' and
19720 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
19721 #           not 'VHOST' and
19722 #           not 'NF_DENSITY' and
19723 #           'MEMIF'"
19724 #  parameters:
19725 #  - "latency"
19726 #  - "parent"
19727 #  - "tags"
19728 #  sort:
19729 #  - "1VNF"
19730 #  - "2VNF"
19731 #  - "4VNF"
19732 #  - "2VNF"
19733 #  - "4VNF"
19734 #  layout:
19735 #    title: "k8s-memif-3n-hsw-x710-64b-2t2c-base_and_scale-l2bd-ndr"
19736 #    layout: "plot-latency"
19737
19738 ################################################################################
19739
19740 # Packet Latency - VPP IPv4 3n-hsw-x520 base and scale
19741 - type: "plot"
19742   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19743   algorithm: "plot_latency_error_bars"
19744   output-file-type: ".html"
19745   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
19746   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19747   filter: "'NIC_Intel-X520-DA2' and
19748            '64B' and
19749            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19750            'NDRPDR' and
19751            '1T1C' and
19752            'IP4FWD' and
19753            not 'IPSEC' and
19754            not 'DOT1Q' and
19755            not 'VHOST'"
19756   parameters:
19757   - "latency"
19758   - "parent"
19759   - "tags"
19760   sort:
19761   - "DOT1Q"
19762   - "IP4BASE"
19763   - "FIB_20K"
19764   - "FIB_200K"
19765   - "FIB_2M"
19766   layout:
19767     title: "ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
19768     layout: "plot-latency"
19769
19770 - type: "plot"
19771   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19772   algorithm: "plot_latency_error_bars"
19773   output-file-type: ".html"
19774   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
19775   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19776   filter: "'NIC_Intel-X520-DA2' and
19777            '64B' and
19778            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
19779            'NDRPDR' and
19780            '2T2C' and
19781            'IP4FWD' and
19782            not 'IPSEC' and
19783            not 'DOT1Q' and
19784            not 'VHOST'"
19785   parameters:
19786   - "latency"
19787   - "parent"
19788   - "tags"
19789   sort:
19790   - "DOT1Q"
19791   - "IP4BASE"
19792   - "FIB_20K"
19793   - "FIB_200K"
19794   - "FIB_2M"
19795   layout:
19796     title: "ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
19797     layout: "plot-latency"
19798
19799 # Packet Latency - VPP IPv4 3n-hsw-x520 features
19800 - type: "plot"
19801   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19802   algorithm: "plot_latency_error_bars"
19803   output-file-type: ".html"
19804   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-ndr-lat"
19805   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19806   filter: "'NIC_Intel-X520-DA2' and
19807            '64B' and
19808            ('IP4BASE' or
19809             'POLICE_MARK' or
19810             'COPWHLIST' or
19811             ('NAT44' and 'BASE') or
19812             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19813            'NDRPDR' and
19814            '1T1C' and
19815            'IP4FWD' and
19816            not 'IPSEC' and
19817            not 'VHOST'"
19818   parameters:
19819   - "latency"
19820   - "parent"
19821   - "tags"
19822   sort:
19823   - "DOT1Q"
19824   - "IP4BASE"
19825   - "NAT44"
19826   - "POLICE_MARK"
19827   - "COPWHLIST"
19828   - "IACL"
19829   - "OACL"
19830   layout:
19831     title: "ip4-3n-hsw-x520-64b-1t1c-features-ndr"
19832     layout: "plot-latency"
19833
19834 - type: "plot"
19835   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19836   algorithm: "plot_latency_error_bars"
19837   output-file-type: ".html"
19838   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-ndr-lat"
19839   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19840   filter: "'NIC_Intel-X520-DA2' and
19841            '64B' and
19842            ('IP4BASE' or
19843             'POLICE_MARK' or
19844             'COPWHLIST' or
19845             ('NAT44' and 'BASE') or
19846             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
19847            'NDRPDR' and
19848            '2T2C' and
19849            'IP4FWD' and
19850            not 'IPSEC' and
19851            not 'VHOST'"
19852   parameters:
19853   - "latency"
19854   - "parent"
19855   - "tags"
19856   sort:
19857   - "DOT1Q"
19858   - "IP4BASE"
19859   - "NAT44"
19860   - "POLICE_MARK"
19861   - "COPWHLIST"
19862   - "IACL"
19863   - "OACL"
19864   layout:
19865     title: "ip4-3n-hsw-x520-64b-2t2c-features-ndr"
19866     layout: "plot-latency"
19867
19868 # Packet Latency - VPP IPv4 3n-hsw-x520 features nat44
19869 - type: "plot"
19870   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19871   algorithm: "plot_latency_error_bars"
19872   output-file-type: ".html"
19873   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr-lat"
19874   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19875   filter: "'NIC_Intel-X520-DA2' and
19876            '64B' and
19877            'NDRPDR' and
19878            '1T1C' and
19879            'IP4FWD' and
19880            ('NAT44' or 'IP4BASE') and
19881            not 'DOT1Q' and
19882            not 'IPSEC' and
19883            not 'VHOST'"
19884   parameters:
19885   - "latency"
19886   - "parent"
19887   - "tags"
19888   sort:
19889   - "IP4BASE"
19890   - "BASE"
19891   - "SRC_USER_10"
19892   - "SRC_USER_100"
19893   - "SRC_USER_1000"
19894   - "SRC_USER_2000"
19895   layout:
19896     title: "ip4-3n-hsw-x520-64b-1t1c-features-nat44-ndr"
19897     layout: "plot-latency"
19898
19899 - type: "plot"
19900   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19901   algorithm: "plot_latency_error_bars"
19902   output-file-type: ".html"
19903   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr-lat"
19904   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19905   filter: "'NIC_Intel-X520-DA2' and
19906            '64B' and
19907            'NDRPDR' and
19908            '2T2C' and
19909            'IP4FWD' and
19910            ('NAT44' or 'IP4BASE') and
19911            not 'DOT1Q' and
19912            not 'IPSEC' and
19913            not 'VHOST'"
19914   parameters:
19915   - "latency"
19916   - "parent"
19917   - "tags"
19918   sort:
19919   - "IP4BASE"
19920   - "BASE"
19921   - "SRC_USER_10"
19922   - "SRC_USER_100"
19923   - "SRC_USER_1000"
19924   - "SRC_USER_2000"
19925   layout:
19926     title: "ip4-3n-hsw-x520-64b-2t2c-features-nat44-ndr"
19927     layout: "plot-latency"
19928
19929 # Packet Latency - VPP IPv4 3n-hsw-x520 features iacl
19930 - type: "plot"
19931   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19932   algorithm: "plot_latency_error_bars"
19933   output-file-type: ".html"
19934   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr-lat"
19935   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19936   filter: "'NIC_Intel-X520-DA2' and
19937            '64B' and
19938            'NDRPDR' and
19939            '1T1C' and
19940            'IP4FWD' and
19941            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19942            not 'IPSEC' and
19943            not 'DOT1Q' and
19944            not 'VHOST'"
19945   parameters:
19946   - "latency"
19947   - "parent"
19948   - "tags"
19949   sort:
19950   - "IP4BASE"
19951   - "ACL_STATELESS"
19952   - "ACL_STATEFUL"
19953   - "ACL_STATELESS"
19954   - "ACL_STATEFUL"
19955   layout:
19956     title: "ip4-3n-hsw-x520-64b-1t1c-features-iacl-ndr"
19957     layout: "plot-latency"
19958
19959 - type: "plot"
19960   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19961   algorithm: "plot_latency_error_bars"
19962   output-file-type: ".html"
19963   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr-lat"
19964   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19965   filter: "'NIC_Intel-X520-DA2' and
19966            '64B' and
19967            'NDRPDR' and
19968            '2T2C' and
19969            'IP4FWD' and
19970            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
19971            not 'IPSEC' and
19972            not 'DOT1Q' and
19973            not 'VHOST'"
19974   parameters:
19975   - "latency"
19976   - "parent"
19977   - "tags"
19978   sort:
19979   - "IP4BASE"
19980   - "ACL_STATELESS"
19981   - "ACL_STATEFUL"
19982   - "ACL_STATELESS"
19983   - "ACL_STATEFUL"
19984   layout:
19985     title: "ip4-3n-hsw-x520-64b-2t2c-features-iacl-ndr"
19986     layout: "plot-latency"
19987
19988 # Packet Latency - VPP IPv4 3n-hsw-x520 features oacl
19989 - type: "plot"
19990   title: "VPP Latency: ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19991   algorithm: "plot_latency_error_bars"
19992   output-file-type: ".html"
19993   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr-lat"
19994   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
19995   filter: "'NIC_Intel-X520-DA2' and
19996            '64B' and
19997            'NDRPDR' and
19998            '1T1C' and
19999            'IP4FWD' and
20000            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20001            not 'IPSEC' and
20002            not 'DOT1Q' and
20003            not 'VHOST'"
20004   parameters:
20005   - "latency"
20006   - "parent"
20007   - "tags"
20008   sort:
20009   - "IP4BASE"
20010   - "ACL_STATELESS"
20011   - "ACL_STATEFUL"
20012   - "ACL_STATELESS"
20013   - "ACL_STATEFUL"
20014   layout:
20015     title: "ip4-3n-hsw-x520-64b-1t1c-features-oacl-ndr"
20016     layout: "plot-latency"
20017
20018 - type: "plot"
20019   title: "VPP Latency: ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20020   algorithm: "plot_latency_error_bars"
20021   output-file-type: ".html"
20022   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr-lat"
20023   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20024   filter: "'NIC_Intel-X520-DA2' and
20025            '64B' and
20026            'NDRPDR' and
20027            '2T2C' and
20028            'IP4FWD' and
20029            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20030            not 'IPSEC' and
20031            not 'DOT1Q' and
20032            not 'VHOST'"
20033   parameters:
20034   - "latency"
20035   - "parent"
20036   - "tags"
20037   sort:
20038   - "IP4BASE"
20039   - "ACL_STATELESS"
20040   - "ACL_STATEFUL"
20041   - "ACL_STATELESS"
20042   - "ACL_STATEFUL"
20043   layout:
20044     title: "ip4-3n-hsw-x520-64b-2t2c-features-oacl-ndr"
20045     layout: "plot-latency"
20046
20047 # Packet Latency - VPP IPv4 3n-hsw-x710 base and scale
20048 - type: "plot"
20049   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20050   algorithm: "plot_latency_error_bars"
20051   output-file-type: ".html"
20052   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20053   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20054   filter: "'NIC_Intel-X710' and
20055            '64B' and
20056            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20057            'NDRPDR' and
20058            '1T1C' and
20059            'IP4FWD' and
20060            not 'IPSEC' and
20061            not 'DOT1Q' and
20062            not 'VHOST'"
20063   parameters:
20064   - "latency"
20065   - "parent"
20066   - "tags"
20067   sort:
20068   - "IP4BASE"
20069   - "FIB_20K"
20070   - "FIB_200K"
20071   - "FIB_2M"
20072   layout:
20073     title: "ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20074     layout: "plot-latency"
20075
20076 - type: "plot"
20077   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20078   algorithm: "plot_latency_error_bars"
20079   output-file-type: ".html"
20080   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20081   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20082   filter: "'NIC_Intel-X710' and
20083            '64B' and
20084            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20085            'NDRPDR' and
20086            '2T2C' and
20087            'IP4FWD' and
20088            not 'IPSEC' and
20089            not 'DOT1Q' and
20090            not 'VHOST'"
20091   parameters:
20092   - "latency"
20093   - "parent"
20094   - "tags"
20095   sort:
20096   - "IP4BASE"
20097   - "FIB_20K"
20098   - "FIB_200K"
20099   - "FIB_2M"
20100   layout:
20101     title: "ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20102     layout: "plot-latency"
20103
20104 # Packet Latency - VPP IPv4 3n-hsw-x710 features
20105 - type: "plot"
20106   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20107   algorithm: "plot_latency_error_bars"
20108   output-file-type: ".html"
20109   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-ndr-lat"
20110   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20111   filter: "'NIC_Intel-X710' and
20112            '64B' and
20113            ('IP4BASE' or
20114             'POLICE_MARK' or
20115             'COPWHLIST' or
20116             ('NAT44' and 'BASE') or
20117             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20118            'NDRPDR' and
20119            '1T1C' and
20120            'IP4FWD' and
20121            not 'IPSEC' and
20122            not 'VHOST'"
20123   parameters:
20124   - "latency"
20125   - "parent"
20126   - "tags"
20127   sort:
20128   - "DOT1Q"
20129   - "IP4BASE"
20130   - "NAT44"
20131   - "POLICE_MARK"
20132   - "COPWHLIST"
20133   - "IACL"
20134   - "OACL"
20135   layout:
20136     title: "ip4-3n-hsw-x710-64b-1t1c-features-ndr"
20137     layout: "plot-latency"
20138
20139 - type: "plot"
20140   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20141   algorithm: "plot_latency_error_bars"
20142   output-file-type: ".html"
20143   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-ndr-lat"
20144   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20145   filter: "'NIC_Intel-X710' and
20146            '64B' and
20147            ('IP4BASE' or
20148             'POLICE_MARK' or
20149             'COPWHLIST' or
20150             ('NAT44' and 'BASE') or
20151             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20152            'NDRPDR' and
20153            '2T2C' and
20154            'IP4FWD' and
20155            not 'IPSEC' and
20156            not 'VHOST'"
20157   parameters:
20158   - "latency"
20159   - "parent"
20160   - "tags"
20161   sort:
20162   - "DOT1Q"
20163   - "IP4BASE"
20164   - "NAT44"
20165   - "POLICE_MARK"
20166   - "COPWHLIST"
20167   - "IACL"
20168   - "OACL"
20169   layout:
20170     title: "ip4-3n-hsw-x710-64b-2t2c-features-ndr"
20171     layout: "plot-latency"
20172
20173 # Packet Latency - VPP IPv4 3n-hsw-x710 features nat44
20174 - type: "plot"
20175   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20176   algorithm: "plot_latency_error_bars"
20177   output-file-type: ".html"
20178   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr-lat"
20179   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20180   filter: "'NIC_Intel-X710' and
20181            '64B' and
20182            'NDRPDR' and
20183            '1T1C' and
20184            'IP4FWD' and
20185            ('NAT44' or 'IP4BASE') and
20186            not 'IPSEC' and
20187            not 'VHOST'"
20188   parameters:
20189   - "latency"
20190   - "parent"
20191   - "tags"
20192   sort:
20193   - "IP4BASE"
20194   - "BASE"
20195   - "SRC_USER_10"
20196   - "SRC_USER_100"
20197   - "SRC_USER_1000"
20198   - "SRC_USER_2000"
20199   layout:
20200     title: "ip4-3n-hsw-x710-64b-1t1c-features-nat44-ndr"
20201     layout: "plot-latency"
20202
20203 - type: "plot"
20204   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20205   algorithm: "plot_latency_error_bars"
20206   output-file-type: ".html"
20207   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr-lat"
20208   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20209   filter: "'NIC_Intel-X710' and
20210            '64B' and
20211            'NDRPDR' and
20212            '2T2C' and
20213            'IP4FWD' and
20214            ('NAT44' or 'IP4BASE') and
20215            not 'IPSEC' and
20216            not 'VHOST'"
20217   parameters:
20218   - "latency"
20219   - "parent"
20220   - "tags"
20221   sort:
20222   - "IP4BASE"
20223   - "BASE"
20224   - "SRC_USER_10"
20225   - "SRC_USER_100"
20226   - "SRC_USER_1000"
20227   - "SRC_USER_2000"
20228   layout:
20229     title: "ip4-3n-hsw-x710-64b-2t2c-features-nat44-ndr"
20230     layout: "plot-latency"
20231
20232 # Packet Latency - VPP IPv4 3n-hsw-x710 features iacl
20233 - type: "plot"
20234   title: "VPP Latency: ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20235   algorithm: "plot_latency_error_bars"
20236   output-file-type: ".html"
20237   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr-lat"
20238   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20239   filter: "'NIC_Intel-X710' and
20240            '64B' and
20241            'NDRPDR' and
20242            '1T1C' and
20243            'IP4FWD' and
20244            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20245            not 'IPSEC' and
20246            not 'VHOST'"
20247   parameters:
20248   - "latency"
20249   - "parent"
20250   - "tags"
20251   sort:
20252   - "IP4BASE"
20253   - "ACL_STATELESS"
20254   - "ACL_STATEFUL"
20255   - "ACL_STATELESS"
20256   - "ACL_STATEFUL"
20257   layout:
20258     title: "ip4-3n-hsw-x710-64b-1t1c-features-iacl-ndr"
20259     layout: "plot-latency"
20260
20261 - type: "plot"
20262   title: "VPP Latency: ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20263   algorithm: "plot_latency_error_bars"
20264   output-file-type: ".html"
20265   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr-lat"
20266   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20267   filter: "'NIC_Intel-X710' and
20268            '64B' and
20269            'NDRPDR' and
20270            '2T2C' and
20271            'IP4FWD' and
20272            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20273            not 'IPSEC' and
20274            not 'VHOST'"
20275   parameters:
20276   - "latency"
20277   - "parent"
20278   - "tags"
20279   sort:
20280   - "IP4BASE"
20281   - "ACL_STATELESS"
20282   - "ACL_STATEFUL"
20283   - "ACL_STATELESS"
20284   - "ACL_STATEFUL"
20285   layout:
20286     title: "ip4-3n-hsw-x710-64b-2t2c-features-iacl-ndr"
20287     layout: "plot-latency"
20288
20289 # Packet Latency - VPP IPv4 3n-hsw-xl710 base and scale
20290 - type: "plot"
20291   title: "VPP Latency: ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20292   algorithm: "plot_latency_error_bars"
20293   output-file-type: ".html"
20294   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
20295   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20296   filter: "'NIC_Intel-XL710' and
20297            '64B' and
20298            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20299            'NDRPDR' and
20300            '1T1C' and
20301            'IP4FWD' and
20302            not 'IPSEC' and
20303            not 'VHOST'"
20304   parameters:
20305   - "latency"
20306   - "parent"
20307   - "tags"
20308   sort:
20309   - "IP4BASE"
20310   - "FIB_20K"
20311   - "FIB_200K"
20312   - "FIB_2M"
20313   layout:
20314     title: "ip4-3n-hsw-xl710-64b-1t1c-base-ndr"
20315     layout: "plot-latency"
20316
20317 - type: "plot"
20318   title: "VPP Latency: ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20319   algorithm: "plot_latency_error_bars"
20320   output-file-type: ".html"
20321   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
20322   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20323   filter: "'NIC_Intel-XL710' and
20324            '64B' and
20325            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20326            'NDRPDR' and
20327            '2T2C' and
20328            'IP4FWD' and
20329            not 'IPSEC' and
20330            not 'VHOST'"
20331   parameters:
20332   - "latency"
20333   - "parent"
20334   - "tags"
20335   sort:
20336   - "IP4BASE"
20337   - "FIB_20K"
20338   - "FIB_200K"
20339   - "FIB_2M"
20340   layout:
20341     title: "ip4-3n-hsw-xl710-64b-2t2c-base-ndr"
20342     layout: "plot-latency"
20343
20344 # Packet Latency - VPP IPv4 3n-skx-x710 base and scale
20345 - type: "plot"
20346   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20347   algorithm: "plot_latency_error_bars"
20348   output-file-type: ".html"
20349   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20351   filter: "'NIC_Intel-X710' and
20352            '64B' and
20353            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20354            'NDRPDR' and
20355            '2T1C' and
20356            'IP4FWD' and
20357            not 'IPSEC' and
20358            not 'DOT1Q' and
20359            not 'VHOST'"
20360   parameters:
20361   - "latency"
20362   - "parent"
20363   - "tags"
20364   sort:
20365   - "IP4BASE"
20366   - "FIB_20K"
20367   - "FIB_200K"
20368   - "FIB_2M"
20369   layout:
20370     title: "ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20371     layout: "plot-latency"
20372
20373 - type: "plot"
20374   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20375   algorithm: "plot_latency_error_bars"
20376   output-file-type: ".html"
20377   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20378   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20379   filter: "'NIC_Intel-X710' and
20380            '64B' and
20381            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20382            'NDRPDR' and
20383            '4T2C' and
20384            'IP4FWD' and
20385            not 'IPSEC' and
20386            not 'DOT1Q' and
20387            not 'VHOST'"
20388   parameters:
20389   - "latency"
20390   - "parent"
20391   - "tags"
20392   sort:
20393   - "IP4BASE"
20394   - "FIB_20K"
20395   - "FIB_200K"
20396   - "FIB_2M"
20397   layout:
20398     title: "ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20399     layout: "plot-latency"
20400
20401 # Packet Latency - VPP IPv4 3n-skx-x710 features oacl
20402 - type: "plot"
20403   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20404   algorithm: "plot_latency_error_bars"
20405   output-file-type: ".html"
20406   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-ndr-lat"
20407   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20408   filter: "'NIC_Intel-X710' and
20409            '64B' and
20410            ('IP4BASE' or
20411             'POLICE_MARK' or
20412             'COPWHLIST' or
20413             ('NAT44' and 'BASE') or
20414             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20415            'NDRPDR' and
20416            '2T1C' and
20417            'IP4FWD' and
20418            not 'IPSEC' and
20419            not 'VHOST'"
20420   parameters:
20421   - "latency"
20422   - "parent"
20423   - "tags"
20424   sort:
20425   - "DOT1Q"
20426   - "IP4BASE"
20427   - "NAT44"
20428   - "POLICE_MARK"
20429   - "COPWHLIST"
20430   - "IACL"
20431   - "OACL"
20432   layout:
20433     title: "ip4-3n-skx-x710-64b-2t1c-features-ndr"
20434     layout: "plot-latency"
20435
20436 - type: "plot"
20437   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20438   algorithm: "plot_latency_error_bars"
20439   output-file-type: ".html"
20440   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-ndr-lat"
20441   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20442   filter: "'NIC_Intel-X710' and
20443            '64B' and
20444            ('IP4BASE' or
20445             'POLICE_MARK' or
20446             'COPWHLIST' or
20447             ('NAT44' and 'BASE') or
20448             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
20449            'NDRPDR' and
20450            '4T2C' and
20451            'IP4FWD' and
20452            not 'IPSEC' and
20453            not 'VHOST'"
20454   parameters:
20455   - "latency"
20456   - "parent"
20457   - "tags"
20458   sort:
20459   - "DOT1Q"
20460   - "IP4BASE"
20461   - "NAT44"
20462   - "POLICE_MARK"
20463   - "COPWHLIST"
20464   - "IACL"
20465   - "OACL"
20466   layout:
20467     title: "ip4-3n-skx-x710-64b-4t2c-features-ndr"
20468     layout: "plot-latency"
20469
20470 # Packet Latency - VPP IPv4 3n-skx-x710 features nat44
20471 - type: "plot"
20472   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20473   algorithm: "plot_latency_error_bars"
20474   output-file-type: ".html"
20475   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr-lat"
20476   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20477   filter: "'NIC_Intel-X710' and
20478            '64B' and
20479            'NDRPDR' and
20480            '2T1C' and
20481            'IP4FWD' and
20482            ('NAT44' or 'IP4BASE') and
20483            not 'IPSEC' and
20484            not 'VHOST'"
20485   parameters:
20486   - "latency"
20487   - "parent"
20488   - "tags"
20489   sort:
20490   - "IP4BASE"
20491   - "BASE"
20492   - "SRC_USER_10"
20493   - "SRC_USER_100"
20494   - "SRC_USER_1000"
20495   - "SRC_USER_2000"
20496   layout:
20497     title: "ip4-3n-skx-x710-64b-2t1c-features-nat44-ndr"
20498     layout: "plot-latency"
20499
20500 - type: "plot"
20501   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20502   algorithm: "plot_latency_error_bars"
20503   output-file-type: ".html"
20504   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr-lat"
20505   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20506   filter: "'NIC_Intel-X710' and
20507            '64B' and
20508            'NDRPDR' and
20509            '4T2C' and
20510            'IP4FWD' and
20511            ('NAT44' or 'IP4BASE') and
20512            not 'IPSEC' and
20513            not 'VHOST'"
20514   parameters:
20515   - "latency"
20516   - "parent"
20517   - "tags"
20518   sort:
20519   - "IP4BASE"
20520   - "BASE"
20521   - "SRC_USER_10"
20522   - "SRC_USER_100"
20523   - "SRC_USER_1000"
20524   - "SRC_USER_2000"
20525   layout:
20526     title: "ip4-3n-skx-x710-64b-4t2c-features-nat44-ndr"
20527     layout: "plot-latency"
20528
20529 # Packet Latency - VPP IPv4 3n-skx-x710 features iacl
20530 - type: "plot"
20531   title: "VPP Latency: ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20532   algorithm: "plot_latency_error_bars"
20533   output-file-type: ".html"
20534   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20535   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20536   filter: "'NIC_Intel-X710' and
20537            '64B' and
20538            'NDRPDR' and
20539            '2T1C' and
20540            'IP4FWD' and
20541            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20542            not 'IPSEC' and
20543            not 'VHOST'"
20544   parameters:
20545   - "latency"
20546   - "parent"
20547   - "tags"
20548   sort:
20549   - "IP4BASE"
20550   - "ACL_STATELESS"
20551   - "ACL_STATEFUL"
20552   - "ACL_STATELESS"
20553   - "ACL_STATEFUL"
20554   layout:
20555     title: "ip4-3n-skx-x710-64b-2t1c-features-iacl-ndr"
20556     layout: "plot-latency"
20557
20558 - type: "plot"
20559   title: "VPP Latency: ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20560   algorithm: "plot_latency_error_bars"
20561   output-file-type: ".html"
20562   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20564   filter: "'NIC_Intel-X710' and
20565            '64B' and
20566            'NDRPDR' and
20567            '4T2C' and
20568            'IP4FWD' and
20569            'IACL' and
20570            ('IACL' and ('ACL10' or 'ACL50') and '10K_FLOWS' or 'IP4BASE') and
20571            not 'IPSEC' and
20572            not 'VHOST'"
20573   parameters:
20574   - "latency"
20575   - "parent"
20576   - "tags"
20577   sort:
20578   - "IP4BASE"
20579   - "ACL_STATELESS"
20580   - "ACL_STATEFUL"
20581   - "ACL_STATELESS"
20582   - "ACL_STATEFUL"
20583   layout:
20584     title: "ip4-3n-skx-x710-64b-4t2c-features-iacl-ndr"
20585     layout: "plot-latency"
20586
20587 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20588 - type: "plot"
20589   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20590   algorithm: "plot_latency_error_bars"
20591   output-file-type: ".html"
20592   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20593   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20594   filter: "'NIC_Intel-X710' and
20595            '64B' and
20596            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20597            'NDRPDR' and
20598            '2T1C' and
20599            'IP4FWD' and
20600            not 'IPSEC' and
20601            not 'DOT1Q' and
20602            not 'VHOST'"
20603   parameters:
20604   - "latency"
20605   - "parent"
20606   - "tags"
20607   sort:
20608   - "IP4BASE"
20609   - "FIB_20K"
20610   - "FIB_200K"
20611   - "FIB_2M"
20612   layout:
20613     title: "ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
20614     layout: "plot-latency"
20615
20616 - type: "plot"
20617   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20618   algorithm: "plot_latency_error_bars"
20619   output-file-type: ".html"
20620   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20621   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20622   filter: "'NIC_Intel-X710' and
20623            '64B' and
20624            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20625            'NDRPDR' and
20626            '4T2C' and
20627            'IP4FWD' and
20628            not 'IPSEC' and
20629            not 'DOT1Q' and
20630            not 'VHOST'"
20631   parameters:
20632   - "latency"
20633   - "parent"
20634   - "tags"
20635   sort:
20636   - "IP4BASE"
20637   - "FIB_20K"
20638   - "FIB_200K"
20639   - "FIB_2M"
20640   layout:
20641     title: "ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
20642     layout: "plot-latency"
20643
20644 # Packet Latency - VPP IPv4 2n-skx-x710 base and scale
20645 - type: "plot"
20646   title: "VPP Latency: ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20647   algorithm: "plot_latency_error_bars"
20648   output-file-type: ".html"
20649   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr-lat"
20650   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20651   filter: "'NIC_Intel-X710' and
20652            '64B' and
20653            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20654            'NDRPDR' and
20655            '2T1C' and
20656            'IP4FWD' and
20657            not 'IPSEC' and
20658            not 'DOT1Q' and
20659            not 'VHOST'"
20660   parameters:
20661   - "latency"
20662   - "parent"
20663   - "tags"
20664   sort:
20665   - "IP4BASE"
20666   - "ACL_STATELESS"
20667   - "ACL_STATEFUL"
20668   - "ACL_STATELESS"
20669   - "ACL_STATEFUL"
20670   layout:
20671     title: "ip4-2n-skx-x710-64b-2t1c-features-iacl-ndr"
20672     layout: "plot-latency"
20673
20674 - type: "plot"
20675   title: "VPP Latency: ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20676   algorithm: "plot_latency_error_bars"
20677   output-file-type: ".html"
20678   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr-lat"
20679   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20680   filter: "'NIC_Intel-X710' and
20681            '64B' and
20682            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
20683            'NDRPDR' and
20684            '4T2C' and
20685            'IP4FWD' and
20686            not 'IPSEC' and
20687            not 'DOT1Q' and
20688            not 'VHOST'"
20689   parameters:
20690   - "latency"
20691   - "parent"
20692   - "tags"
20693   sort:
20694   - "IP4BASE"
20695   - "ACL_STATELESS"
20696   - "ACL_STATEFUL"
20697   - "ACL_STATELESS"
20698   - "ACL_STATEFUL"
20699   layout:
20700     title: "ip4-2n-skx-x710-64b-4t2c-features-iacl-ndr"
20701     layout: "plot-latency"
20702
20703 # Packet Latency - VPP IPv4 2n-skx-xxv710 base and scale
20704 - type: "plot"
20705   title: "VPP Latency: ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20706   algorithm: "plot_latency_error_bars"
20707   output-file-type: ".html"
20708   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
20709   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20710   filter: "'NIC_Intel-XXV710' and
20711            '64B' and
20712            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20713            'NDRPDR' and
20714            '2T1C' and
20715            'IP4FWD' and
20716            not 'IPSEC' and
20717            not 'DOT1Q' and
20718            not 'VHOST'"
20719   parameters:
20720   - "latency"
20721   - "parent"
20722   - "tags"
20723   sort:
20724   - "IP4BASE"
20725   - "FIB_20K"
20726   - "FIB_200K"
20727   - "FIB_2M"
20728   layout:
20729     title: "ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
20730     layout: "plot-latency"
20731
20732 - type: "plot"
20733   title: "VPP Latency: ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20734   algorithm: "plot_latency_error_bars"
20735   output-file-type: ".html"
20736   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
20737   data: "plot-vpp-throughput-lat-tsa-2n-skx"
20738   filter: "'NIC_Intel-XXV710' and
20739            '64B' and
20740            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
20741            'NDRPDR' and
20742            '4T2C' and
20743            'IP4FWD' and
20744            not 'IPSEC' and
20745            not 'DOT1Q' and
20746            not 'VHOST'"
20747   parameters:
20748   - "latency"
20749   - "parent"
20750   - "tags"
20751   sort:
20752   - "IP4BASE"
20753   - "FIB_20K"
20754   - "FIB_200K"
20755   - "FIB_2M"
20756   layout:
20757     title: "ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
20758     layout: "plot-latency"
20759
20760 ################################################################################
20761
20762 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x520 - features
20763 - type: "plot"
20764   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20765   algorithm: "plot_latency_error_bars"
20766   output-file-type: ".html"
20767   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
20768   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20769   filter: "'NIC_Intel-X520-DA2' and
20770            '64B' and
20771            'ENCAP' and
20772            'NDRPDR' and
20773            '1T1C' and
20774            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20775            not 'DOT1Q' and
20776            not 'VHOST' and
20777            not 'IPSECHW'"
20778   parameters:
20779   - "latency"
20780   - "parent"
20781   - "tags"
20782   sort:
20783   - "IP4BASE"
20784   - "L2BDMACLRN"
20785   - "L2XCFWD"
20786   - "LISP"
20787   layout:
20788     title: "ip4tun-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
20789     layout: "plot-latency"
20790
20791 - type: "plot"
20792   title: "VPP Latency: ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20793   algorithm: "plot_latency_error_bars"
20794   output-file-type: ".html"
20795   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
20796   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20797   filter: "'NIC_Intel-X520-DA2' and
20798            '64B' and
20799            'ENCAP' and
20800            'NDRPDR' and
20801            '2T2C' and
20802            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
20803            not 'DOT1Q' and
20804            not 'VHOST' and
20805            not 'IPSECHW'"
20806   parameters:
20807   - "latency"
20808   - "parent"
20809   - "tags"
20810   sort:
20811   - "IP4BASE"
20812   - "L2BDMACLRN"
20813   - "L2XCFWD"
20814   - "LISP"
20815   layout:
20816     title: "ip4tun-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
20817     layout: "plot-latency"
20818
20819 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710
20820 - type: "plot"
20821   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20822   algorithm: "plot_latency_error_bars"
20823   output-file-type: ".html"
20824   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
20825   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20826   filter: "'NIC_Intel-X710' and
20827            '64B' and
20828            'ENCAP' and
20829            'NDRPDR' and
20830            '1T1C' and
20831            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20832            not 'VHOST' and
20833            not 'IPSECHW'"
20834   parameters:
20835   - "latency"
20836   - "parent"
20837   - "tags"
20838   sort:
20839   - "IP4BASE"
20840   - "LISP"
20841   - "VXLAN_1"
20842   - "VXLAN_10"
20843   - "VXLAN_100"
20844   - "VXLAN_1000"
20845   layout:
20846     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
20847     layout: "plot-latency"
20848
20849 - type: "plot"
20850   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20851   algorithm: "plot_latency_error_bars"
20852   output-file-type: ".html"
20853   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
20854   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20855   filter: "'NIC_Intel-X710' and
20856            '64B' and
20857            'ENCAP' and
20858            'NDRPDR' and
20859            '2T2C' and
20860            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20861            not 'VHOST' and
20862            not 'IPSECHW'"
20863   parameters:
20864   - "latency"
20865   - "parent"
20866   - "tags"
20867   sort:
20868   - "IP4BASE"
20869   - "LISP"
20870   - "VXLAN_1"
20871   - "VXLAN_10"
20872   - "VXLAN_100"
20873   - "VXLAN_1000"
20874   layout:
20875     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
20876     layout: "plot-latency"
20877
20878 # Packet Latency - VPP Ipv4 tunnels 3n-hsw-x710 - features
20879 - type: "plot"
20880   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20881   algorithm: "plot_latency_error_bars"
20882   output-file-type: ".html"
20883   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
20884   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20885   filter: "'NIC_Intel-X710' and
20886            '64B' and
20887            'ENCAP' and
20888            'NDRPDR' and
20889            '1T1C' and
20890            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20891            not 'DOT1Q' and
20892            not 'VHOST' and
20893            not 'IPSECHW'"
20894   parameters:
20895   - "latency"
20896   - "parent"
20897   - "tags"
20898   sort:
20899   - "IP4BASE"
20900   - "L2BDMACLRN"
20901   - "L2XCFWD"
20902   - "LISP"
20903   layout:
20904     title: "ip4tun-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
20905     layout: "plot-latency"
20906
20907 - type: "plot"
20908   title: "VPP Latency: ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20909   algorithm: "plot_latency_error_bars"
20910   output-file-type: ".html"
20911   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
20912   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
20913   filter: "'NIC_Intel-X710' and
20914            '64B' and
20915            'ENCAP' and
20916            'NDRPDR' and
20917            '2T2C' and
20918            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
20919            not 'DOT1Q' and
20920            not 'VHOST' and
20921            not 'IPSECHW'"
20922   parameters:
20923   - "latency"
20924   - "parent"
20925   - "tags"
20926   sort:
20927   - "IP4BASE"
20928   - "L2BDMACLRN"
20929   - "L2XCFWD"
20930   - "LISP"
20931   layout:
20932     title: "ip4tun-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
20933     layout: "plot-latency"
20934
20935 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710
20936 - type: "plot"
20937   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20938   algorithm: "plot_latency_error_bars"
20939   output-file-type: ".html"
20940   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
20941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20942   filter: "'NIC_Intel-X710' and
20943            '64B' and
20944            'ENCAP' and
20945            'NDRPDR' and
20946            '2T1C' and
20947            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20948            not 'VHOST' and
20949            not 'IPSECHW'"
20950   parameters:
20951   - "latency"
20952   - "parent"
20953   - "tags"
20954   sort:
20955   - "IP4BASE"
20956   - "LISP"
20957   - "VXLAN_1"
20958   - "VXLAN_10"
20959   - "VXLAN_100"
20960   - "VXLAN_1000"
20961   layout:
20962     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
20963     layout: "plot-latency"
20964
20965 - type: "plot"
20966   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20967   algorithm: "plot_latency_error_bars"
20968   output-file-type: ".html"
20969   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
20970   data: "plot-vpp-throughput-lat-tsa-3n-skx"
20971   filter: "'NIC_Intel-X710' and
20972            '64B' and
20973            'ENCAP' and
20974            'NDRPDR' and
20975            '4T2C' and
20976            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
20977            not 'VHOST' and
20978            not 'IPSECHW'"
20979   parameters:
20980   - "latency"
20981   - "parent"
20982   - "tags"
20983   sort:
20984   - "IP4BASE"
20985   - "LISP"
20986   - "VXLAN_1"
20987   - "VXLAN_10"
20988   - "VXLAN_100"
20989   - "VXLAN_1000"
20990   layout:
20991     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
20992     layout: "plot-latency"
20993
20994 # Packet Latency - VPP Ipv4 tunnels 3n-skx-x710 - features
20995 - type: "plot"
20996   title: "VPP Latency: ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
20997   algorithm: "plot_latency_error_bars"
20998   output-file-type: ".html"
20999   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
21000   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21001   filter: "'NIC_Intel-X710' and
21002            '64B' and
21003            'ENCAP' and
21004            'NDRPDR' and
21005            '2T1C' and
21006            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
21007            not 'DOT1Q' and
21008            not 'VHOST' and
21009            not 'IPSECHW'"
21010   parameters:
21011   - "latency"
21012   - "parent"
21013   - "tags"
21014   sort:
21015   - "IP4BASE"
21016   - "L2BDMACLRN"
21017   - "L2XCFWD"
21018   - "LISP"
21019   layout:
21020     title: "ip4tun-3n-skx-x710-64b-2t1c-base_and_features-ndr"
21021     layout: "plot-latency"
21022
21023 - type: "plot"
21024   title: "VPP Latency: ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21025   algorithm: "plot_latency_error_bars"
21026   output-file-type: ".html"
21027   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
21028   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21029   filter: "'NIC_Intel-X710' and
21030            '64B' and
21031            'ENCAP' and
21032            'NDRPDR' and
21033            '4T2C' and
21034            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
21035            not 'DOT1Q' and
21036            not 'VHOST' and
21037            not 'IPSECHW'"
21038   parameters:
21039   - "latency"
21040   - "parent"
21041   - "tags"
21042   sort:
21043   - "IP4BASE"
21044   - "L2BDMACLRN"
21045   - "L2XCFWD"
21046   - "LISP"
21047   layout:
21048     title: "ip4tun-3n-skx-x710-64b-4t2c-base_and_features-ndr"
21049     layout: "plot-latency"
21050
21051 ################################################################################
21052
21053 # Packet Latency - VPP IPv6 3n-hsw-x520
21054 - type: "plot"
21055   title: "VPP Latency: ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21056   algorithm: "plot_latency_error_bars"
21057   output-file-type: ".html"
21058   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21059   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21060   filter: "'NIC_Intel-X520-DA2' and
21061            '78B' and
21062            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21063            'NDRPDR' and
21064            '1T1C' and
21065            'IP6FWD' and
21066            not 'SRv6' and
21067            not 'IPSEC' and
21068            not 'VHOST'"
21069   parameters:
21070   - "latency"
21071   - "parent"
21072   - "tags"
21073   sort:
21074   - "IP6BASE"
21075   - "FIB_20K"
21076   - "FIB_200K"
21077   - "FIB_2M"
21078   layout:
21079     title: "ip6-3n-hsw-x520-78b-1t1c-base-ndr"
21080     layout: "plot-latency"
21081
21082 - type: "plot"
21083   title: "VPP Latency: ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21084   algorithm: "plot_latency_error_bars"
21085   output-file-type: ".html"
21086   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21087   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21088   filter: "'NIC_Intel-X520-DA2' and
21089            '78B' and
21090            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21091            'NDRPDR' and
21092            '2T2C' and
21093            'IP6FWD' and
21094            not 'SRv6' and
21095            not 'IPSEC' and
21096            not 'VHOST'"
21097   parameters:
21098   - "latency"
21099   - "parent"
21100   - "tags"
21101   sort:
21102   - "IP6BASE"
21103   - "FIB_20K"
21104   - "FIB_200K"
21105   - "FIB_2M"
21106   layout:
21107     title: "ip6-3n-hsw-x520-78b-2t2c-base-ndr"
21108     layout: "plot-latency"
21109
21110 # Packet Latency - VPP IPv6 3n-hsw-x710
21111 - type: "plot"
21112   title: "VPP Latency: ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21113   algorithm: "plot_latency_error_bars"
21114   output-file-type: ".html"
21115   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr-lat"
21116   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21117   filter: "'NIC_Intel-X710' and
21118            '78B' and
21119            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21120            'NDRPDR' and
21121            '1T1C' and
21122            'IP6FWD' and
21123            not 'SRv6' and
21124            not 'IPSEC' and
21125            not 'VHOST'"
21126   parameters:
21127   - "latency"
21128   - "parent"
21129   - "tags"
21130   sort:
21131   - "IP6BASE"
21132   - "FIB_20K"
21133   - "FIB_200K"
21134   - "FIB_2M"
21135   layout:
21136     title: "ip6-3n-hsw-x710-78b-1t1c-base_and_scale-ndr"
21137     layout: "plot-latency"
21138
21139 - type: "plot"
21140   title: "VPP Latency: ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21141   algorithm: "plot_latency_error_bars"
21142   output-file-type: ".html"
21143   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr-lat"
21144   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21145   filter: "'NIC_Intel-X710' and
21146            '78B' and
21147            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21148            'NDRPDR' and
21149            '2T2C' and
21150            'IP6FWD' and
21151            not 'SRv6' and
21152            not 'IPSEC' and
21153            not 'VHOST'"
21154   parameters:
21155   - "latency"
21156   - "parent"
21157   - "tags"
21158   sort:
21159   - "IP6BASE"
21160   - "FIB_20K"
21161   - "FIB_200K"
21162   - "FIB_2M"
21163   layout:
21164     title: "ip6-3n-hsw-x710-78b-2t2c-base_and_scale-ndr"
21165     layout: "plot-latency"
21166
21167 # Packet Latency - VPP IPv6 3n-hsw-xl710
21168 - type: "plot"
21169   title: "VPP Latency: ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21170   algorithm: "plot_latency_error_bars"
21171   output-file-type: ".html"
21172   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-1t1c-base-ndr-lat"
21173   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21174   filter: "'NIC_Intel-XL710' and
21175            '78B' and
21176            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21177            'NDRPDR' and
21178            '1T1C' and
21179            'IP6FWD' and
21180            not 'SRv6' and
21181            not 'IPSEC' and
21182            not 'VHOST'"
21183   parameters:
21184   - "latency"
21185   - "parent"
21186   - "tags"
21187   sort:
21188   - "IP6BASE"
21189   - "FIB_20K"
21190   - "FIB_200K"
21191   - "FIB_2M"
21192   layout:
21193     title: "ip6-3n-hsw-xl710-78b-1t1c-base-ndr"
21194     layout: "plot-latency"
21195
21196 - type: "plot"
21197   title: "VPP Latency: ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21198   algorithm: "plot_latency_error_bars"
21199   output-file-type: ".html"
21200   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-2t2c-base-ndr-lat"
21201   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21202   filter: "'NIC_Intel-XL710' and
21203            '78B' and
21204            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21205            'NDRPDR' and
21206            '2T2C' and
21207            'IP6FWD' and
21208            not 'SRv6' and
21209            not 'IPSEC' and
21210            not 'VHOST'"
21211   parameters:
21212   - "latency"
21213   - "parent"
21214   - "tags"
21215   sort:
21216   - "IP6BASE"
21217   - "FIB_20K"
21218   - "FIB_200K"
21219   - "FIB_2M"
21220   layout:
21221     title: "ip6-3n-hsw-xl710-78b-2t2c-base-ndr"
21222     layout: "plot-latency"
21223
21224 # Packet Latency - VPP IPv6 3n-skx-x710
21225 - type: "plot"
21226   title: "VPP Latency: ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21227   algorithm: "plot_latency_error_bars"
21228   output-file-type: ".html"
21229   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21230   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21231   filter: "'NIC_Intel-X710' and
21232            '78B' and
21233            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21234            'NDRPDR' and
21235            '2T1C' and
21236            'IP6FWD' and
21237            not 'SRv6' and
21238            not 'IPSEC' and
21239            not 'VHOST'"
21240   parameters:
21241   - "latency"
21242   - "parent"
21243   - "tags"
21244   sort:
21245   - "IP6BASE"
21246   - "FIB_20K"
21247   - "FIB_200K"
21248   - "FIB_2M"
21249   layout:
21250     title: "ip6-3n-skx-x710-78b-2t1c-base_and_scale-ndr"
21251     layout: "plot-latency"
21252
21253 - type: "plot"
21254   title: "VPP Latency: ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21255   algorithm: "plot_latency_error_bars"
21256   output-file-type: ".html"
21257   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21258   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21259   filter: "'NIC_Intel-X710' and
21260            '78B' and
21261            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21262            'NDRPDR' and
21263            '4T2C' and
21264            'IP6FWD' and
21265            not 'SRv6' and
21266            not 'IPSEC' and
21267            not 'VHOST'"
21268   parameters:
21269   - "latency"
21270   - "parent"
21271   - "tags"
21272   sort:
21273   - "IP6BASE"
21274   - "FIB_20K"
21275   - "FIB_200K"
21276   - "FIB_2M"
21277   layout:
21278     title: "ip6-3n-skx-x710-78b-4t2c-base_and_scale-ndr"
21279     layout: "plot-latency"
21280
21281 # Packet Latency - VPP IPv6 3n-skx-xxv710
21282 - type: "plot"
21283   title: "VPP Latency: ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21284   algorithm: "plot_latency_error_bars"
21285   output-file-type: ".html"
21286   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21287   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21288   filter: "'NIC_Intel-XXV710' and
21289            '78B' and
21290            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21291            'NDRPDR' and
21292            '2T1C' and
21293            'IP6FWD' and
21294            not 'SRv6' and
21295            not 'IPSEC' and
21296            not 'VHOST'"
21297   parameters:
21298   - "latency"
21299   - "parent"
21300   - "tags"
21301   sort:
21302   - "IP6BASE"
21303   - "FIB_20K"
21304   - "FIB_200K"
21305   - "FIB_2M"
21306   layout:
21307     title: "ip6-3n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21308     layout: "plot-latency"
21309
21310 - type: "plot"
21311   title: "VPP Latency: ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21312   algorithm: "plot_latency_error_bars"
21313   output-file-type: ".html"
21314   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21315   data: "plot-vpp-throughput-lat-tsa-3n-skx"
21316   filter: "'NIC_Intel-XXV710' and
21317            '78B' and
21318            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21319            'NDRPDR' and
21320            '4T2C' and
21321            'IP6FWD' and
21322            not 'SRv6' and
21323            not 'IPSEC' and
21324            not 'VHOST'"
21325   parameters:
21326   - "latency"
21327   - "parent"
21328   - "tags"
21329   sort:
21330   - "IP6BASE"
21331   - "FIB_20K"
21332   - "FIB_200K"
21333   - "FIB_2M"
21334   layout:
21335     title: "ip6-3n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21336     layout: "plot-latency"
21337
21338 # Packet Latency - VPP IPv6 2n-skx-x710
21339 - type: "plot"
21340   title: "VPP Latency: ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21341   algorithm: "plot_latency_error_bars"
21342   output-file-type: ".html"
21343   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr-lat"
21344   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21345   filter: "'NIC_Intel-X710' and
21346            '78B' and
21347            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21348            'NDRPDR' and
21349            '2T1C' and
21350            'IP6FWD' and
21351            not 'SRv6' and
21352            not 'IPSEC' and
21353            not 'VHOST'"
21354   parameters:
21355   - "latency"
21356   - "parent"
21357   - "tags"
21358   sort:
21359   - "IP6BASE"
21360   - "FIB_20K"
21361   - "FIB_200K"
21362   - "FIB_2M"
21363   layout:
21364     title: "ip6-2n-skx-x710-78b-2t1c-base_and_scale-ndr"
21365     layout: "plot-latency"
21366
21367 - type: "plot"
21368   title: "VPP Latency: ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21369   algorithm: "plot_latency_error_bars"
21370   output-file-type: ".html"
21371   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr-lat"
21372   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21373   filter: "'NIC_Intel-X710' and
21374            '78B' and
21375            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21376            'NDRPDR' and
21377            '4T2C' and
21378            'IP6FWD' and
21379            not 'SRv6' and
21380            not 'IPSEC' and
21381            not 'VHOST'"
21382   parameters:
21383   - "latency"
21384   - "parent"
21385   - "tags"
21386   sort:
21387   - "IP6BASE"
21388   - "FIB_20K"
21389   - "FIB_200K"
21390   - "FIB_2M"
21391   layout:
21392     title: "ip6-2n-skx-x710-78b-4t2c-base_and_scale-ndr"
21393     layout: "plot-latency"
21394
21395 # Packet Latency - VPP IPv6 2n-skx-xxv710
21396 - type: "plot"
21397   title: "VPP Latency: ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21398   algorithm: "plot_latency_error_bars"
21399   output-file-type: ".html"
21400   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr-lat"
21401   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21402   filter: "'NIC_Intel-XXV710' and
21403            '78B' and
21404            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21405            'NDRPDR' and
21406            '2T1C' and
21407            'IP6FWD' and
21408            not 'SRv6' and
21409            not 'IPSEC' and
21410            not 'VHOST'"
21411   parameters:
21412   - "latency"
21413   - "parent"
21414   - "tags"
21415   sort:
21416   - "IP6BASE"
21417   - "FIB_20K"
21418   - "FIB_200K"
21419   - "FIB_2M"
21420   layout:
21421     title: "ip6-2n-skx-xxv710-78b-2t1c-base_and_scale-ndr"
21422     layout: "plot-latency"
21423
21424 - type: "plot"
21425   title: "VPP Latency: ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21426   algorithm: "plot_latency_error_bars"
21427   output-file-type: ".html"
21428   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr-lat"
21429   data: "plot-vpp-throughput-lat-tsa-2n-skx"
21430   filter: "'NIC_Intel-XXV710' and
21431            '78B' and
21432            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
21433            'NDRPDR' and
21434            '4T2C' and
21435            'IP6FWD' and
21436            not 'SRv6' and
21437            not 'IPSEC' and
21438            not 'VHOST'"
21439   parameters:
21440   - "latency"
21441   - "parent"
21442   - "tags"
21443   sort:
21444   - "IP6BASE"
21445   - "FIB_20K"
21446   - "FIB_200K"
21447   - "FIB_2M"
21448   layout:
21449     title: "ip6-2n-skx-xxv710-78b-4t2c-base_and_scale-ndr"
21450     layout: "plot-latency"
21451
21452 ################################################################################
21453
21454 # Packet Latency - VPP IPv6 tunnels 3n-hsw-x520
21455 - type: "plot"
21456   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21457   algorithm: "plot_latency_error_bars"
21458   output-file-type: ".html"
21459   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-1t1c-base-ndr-lat"
21460   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21461   filter: "'NIC_Intel-X520-DA2' and
21462            '78B' and
21463            'ENCAP' and
21464            'NDRPDR' and
21465            '1T1C' and
21466            'LISP' and
21467            not 'VHOST'"
21468   parameters:
21469   - "latency"
21470   - "parent"
21471   - "tags"
21472   sort:
21473   - "IP4UNRLAY"
21474   - "IP6UNRLAY"
21475   layout:
21476     title: "ip6tun-3n-hsw-x520-78b-1t1c-base-ndr"
21477     layout: "plot-latency"
21478
21479 - type: "plot"
21480   title: "VPP Latency: ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21481   algorithm: "plot_latency_error_bars"
21482   output-file-type: ".html"
21483   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-2t2c-base-ndr-lat"
21484   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21485   filter: "'NIC_Intel-X520-DA2' and
21486            '78B' and
21487            'ENCAP' and
21488            'NDRPDR' and
21489            '2T2C' and
21490            'LISP' and
21491            not 'VHOST'"
21492   parameters:
21493   - "latency"
21494   - "parent"
21495   - "tags"
21496   sort:
21497   - "IP4UNRLAY"
21498   - "IP6UNRLAY"
21499   layout:
21500     title: "ip6tun-3n-hsw-x520-78b-2t2c-base-ndr"
21501     layout: "plot-latency"
21502
21503 ################################################################################
21504
21505 # Packet Latency - VPP IPSec 3n-hsw-xl710 base
21506 - type: "plot"
21507   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21508   algorithm: "plot_latency_error_bars"
21509   output-file-type: ".html"
21510   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
21511   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21512   filter: "'NIC_Intel-XL710' and
21513            '64B' and
21514            'IP4FWD' and
21515            'NDRPDR' and
21516            'BASE' and
21517            '1T1C' and
21518            'IPSECHW' and
21519            not 'VHOST'"
21520   parameters:
21521   - "latency"
21522   - "parent"
21523   - "tags"
21524   layout:
21525     title: "ipsec-3n-hsw-xl710-64b-1t1c-base-ndr"
21526     layout: "plot-latency"
21527
21528 - type: "plot"
21529   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21530   algorithm: "plot_latency_error_bars"
21531   output-file-type: ".html"
21532   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
21533   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21534   filter: "'NIC_Intel-XL710' and
21535            '64B' and
21536            'IP4FWD' and
21537            'NDRPDR' and
21538            'BASE' and
21539            '2T2C' and
21540            'IPSECHW' and
21541            not 'VHOST'"
21542   parameters:
21543   - "latency"
21544   - "parent"
21545   - "tags"
21546   layout:
21547     title: "ipsec-3n-hsw-xl710-64b-2t2c-base-ndr"
21548     layout: "plot-latency"
21549
21550 # Packet Latency - VPP IPSec 3n-hsw-xl710 scale
21551 - type: "plot"
21552   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21553   algorithm: "plot_latency_error_bars"
21554   output-file-type: ".html"
21555   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr-lat"
21556   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21557   filter: "'NIC_Intel-XL710' and
21558            '64B' and
21559            'IP4FWD' and
21560            'NDRPDR' and
21561            'SCALE' and
21562            '1T1C' and
21563            'IPSECHW' and
21564            not 'VHOST'"
21565   parameters:
21566   - "latency"
21567   - "parent"
21568   - "tags"
21569   layout:
21570     title: "ipsec-3n-hsw-xl710-64b-1t1c-scale-ndr"
21571     layout: "plot-latency"
21572
21573 - type: "plot"
21574   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21575   algorithm: "plot_latency_error_bars"
21576   output-file-type: ".html"
21577   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr-lat"
21578   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21579   filter: "'NIC_Intel-XL710' and
21580            '64B' and
21581            'IP4FWD' and
21582            'NDRPDR' and
21583            'SCALE' and
21584            '2T2C' and
21585            'IPSECHW' and
21586            not 'VHOST'"
21587   parameters:
21588   - "latency"
21589   - "parent"
21590   - "tags"
21591   layout:
21592     title: "ipsec-3n-hsw-xl710-64b-2t2c-scale-ndr"
21593     layout: "plot-latency"
21594
21595 # Packet Latency - VPP IPSec 3n-hsw-xl710 sw
21596 - type: "plot"
21597   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21598   algorithm: "plot_latency_error_bars"
21599   output-file-type: ".html"
21600   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr-lat"
21601   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21602   filter: "'NIC_Intel-XL710' and
21603            '64B' and
21604            'IP4FWD' and
21605            'NDRPDR' and
21606            '1T1C' and
21607            'IPSECSW' and
21608            not 'VHOST'"
21609   parameters:
21610   - "latency"
21611   - "parent"
21612   - "tags"
21613   layout:
21614     title: "ipsec-3n-hsw-xl710-64b-1t1c-sw-ndr"
21615     layout: "plot-latency"
21616
21617 - type: "plot"
21618   title: "VPP Latency: ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21619   algorithm: "plot_latency_error_bars"
21620   output-file-type: ".html"
21621   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr-lat"
21622   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21623   filter: "'NIC_Intel-XL710' and
21624            '64B' and
21625            'IP4FWD' and
21626            'NDRPDR' and
21627            '2T2C' and
21628            'IPSECSW' and
21629            not 'VHOST'"
21630   parameters:
21631   - "latency"
21632   - "parent"
21633   - "tags"
21634   layout:
21635     title: "ipsec-3n-hsw-xl710-64b-2t2c-sw-ndr"
21636     layout: "plot-latency"
21637
21638 ################################################################################
21639
21640 # Packet Latency - VPP SRv6 3n-hsw-x520
21641 - type: "plot"
21642   title: "VPP Latency: srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21643   algorithm: "plot_latency_error_bars"
21644   output-file-type: ".html"
21645   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-1t1c-features-ndr-lat"
21646   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21647   filter: "'NIC_Intel-X520-DA2' and
21648            '78B' and
21649            'FEATURE' and
21650            'NDRPDR' and
21651            '1T1C' and
21652            'IP6FWD' and
21653            'SRv6'"
21654   parameters:
21655   - "latency"
21656   - "parent"
21657   - "tags"
21658   layout:
21659     title: "srv6-3n-hsw-x520-78b-1t1c-features-ndr"
21660     layout: "plot-latency"
21661
21662 - type: "plot"
21663   title: "VPP Latency: srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21664   algorithm: "plot_latency_error_bars"
21665   output-file-type: ".html"
21666   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-2t2c-features-ndr-lat"
21667   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21668   filter: "'NIC_Intel-X520-DA2' and
21669            '78B' and
21670            'FEATURE' and
21671            'NDRPDR' and
21672            '2T2C' and
21673            'IP6FWD' and
21674            'SRv6'"
21675   parameters:
21676   - "latency"
21677   - "parent"
21678   - "tags"
21679   layout:
21680     title: "srv6-3n-hsw-x520-78b-2t2c-features-ndr"
21681     layout: "plot-latency"
21682
21683 ################################################################################
21684
21685 # Packet Latency - VPP vhost ip4 3n-hsw-x520
21686 - type: "plot"
21687   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21688   algorithm: "plot_latency_error_bars"
21689   output-file-type: ".html"
21690   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr-lat"
21691   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21692   filter: "'NIC_Intel-X520-DA2' and
21693            '64B' and
21694            'NDRPDR' and
21695            'ETH' and
21696            'IP4FWD' and
21697            '1T1C' and
21698            'VHOST_1024' and
21699            not 'VXLAN' and
21700            not 'DOT1Q'"
21701   parameters:
21702   - "latency"
21703   - "parent"
21704   - "tags"
21705   sort:
21706   - "not CFS_OPT"
21707   - "1VM"
21708   - "2VM"
21709   layout:
21710     title: "vhost-ip4-3n-hsw-x520-64b-1t1c-base_and_scale-ndr"
21711     layout: "plot-latency"
21712
21713 - type: "plot"
21714   title: "VPP Latency: vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21715   algorithm: "plot_latency_error_bars"
21716   output-file-type: ".html"
21717   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr-lat"
21718   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21719   filter: "'NIC_Intel-X520-DA2' and
21720            '64B' and
21721            'NDRPDR' and
21722            'ETH' and
21723            'IP4FWD' and
21724            '2T2C' and
21725            'VHOST_1024' and
21726            not 'VXLAN' and
21727            not 'DOT1Q'"
21728   parameters:
21729   - "latency"
21730   - "parent"
21731   - "tags"
21732   sort:
21733   - "not CFS_OPT"
21734   - "1VM"
21735   - "2VM"
21736   layout:
21737     title: "vhost-ip4-3n-hsw-x520-64b-2t2c-base_and_scale-ndr"
21738     layout: "plot-latency"
21739
21740 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base
21741 - type: "plot"
21742   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21743   algorithm: "plot_latency_error_bars"
21744   output-file-type: ".html"
21745   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr-lat"
21746   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21747   filter: "'NIC_Intel-X520-DA2' and
21748            '64B' and
21749            'NDRPDR' and
21750            ('ETH' or 'DOT1Q') and
21751            'BASE' and
21752            '1T1C' and
21753            ('L2BDMACLRN' or 'L2XCFWD') and
21754            'VHOST_1024' and
21755            not 'VXLAN' and
21756            not 'IP4FWD' and
21757            not '2VM'"
21758   parameters:
21759   - "latency"
21760   - "parent"
21761   - "tags"
21762   sort:
21763   - "L2BDMACLRN"
21764   - "L2BDMACLRN"
21765   - "L2BDMACLRN"
21766   - "L2XCFWD"
21767   - "L2XCFWD"
21768   - "L2XCFWD"
21769   layout:
21770     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base_and_features-ndr"
21771     layout: "plot-latency"
21772
21773 - type: "plot"
21774   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21775   algorithm: "plot_latency_error_bars"
21776   output-file-type: ".html"
21777   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr-lat"
21778   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21779   filter: "'NIC_Intel-X520-DA2' and
21780            '64B' and
21781            'NDRPDR' and
21782            ('ETH' or 'DOT1Q') and
21783            'BASE' and
21784            '2T2C' and
21785            ('L2BDMACLRN' or 'L2XCFWD') and
21786            'VHOST_1024' and
21787            not 'VXLAN' and
21788            not 'IP4FWD' and
21789            not '2VM'"
21790   parameters:
21791   - "latency"
21792   - "parent"
21793   - "tags"
21794   sort:
21795   - "L2BDMACLRN"
21796   - "L2BDMACLRN"
21797   - "L2BDMACLRN"
21798   - "L2XCFWD"
21799   - "L2XCFWD"
21800   - "L2XCFWD"
21801   layout:
21802     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base_and_features-ndr"
21803     layout: "plot-latency"
21804
21805 # Packet Latency - VPP vhost l2sw 3n-hsw-x520 - base vm
21806 - type: "plot"
21807   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21808   algorithm: "plot_latency_error_bars"
21809   output-file-type: ".html"
21810   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr-lat"
21811   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21812   filter: "'NIC_Intel-X520-DA2' and
21813            '64B' and
21814            'NDRPDR' and
21815            ('ETH' or 'DOT1Q') and
21816            '1T1C' and
21817            ('L2BDMACLRN' or 'L2XCFWD') and
21818            'VHOST_1024' and
21819            not 'CFS_OPT' and
21820            not 'DOT1Q' and
21821            not 'VXLAN' and
21822            not 'IP4FWD' and
21823            not 'LBOND'"
21824   parameters:
21825   - "latency"
21826   - "parent"
21827   - "tags"
21828 #  sort:
21829 #  - "1VM"
21830 #  - "L2XCFWD"
21831 #  - "1VM"
21832 #  - "L2BDMACLRN"
21833   layout:
21834     title: "vhost-l2sw-3n-hsw-x520-64b-1t1c-base-vm-ndr"
21835     layout: "plot-latency"
21836
21837 - type: "plot"
21838   title: "VPP Latency: vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21839   algorithm: "plot_latency_error_bars"
21840   output-file-type: ".html"
21841   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr-lat"
21842   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21843   filter: "'NIC_Intel-X520-DA2' and
21844            '64B' and
21845            'NDRPDR' and
21846            ('ETH' or 'DOT1Q') and
21847            '2T2C' and
21848            ('L2BDMACLRN' or 'L2XCFWD') and
21849            'VHOST_1024' and
21850            not 'CFS_OPT' and
21851            not 'DOT1Q' and
21852            not 'VXLAN' and
21853            not 'IP4FWD' and
21854            not 'LBOND'"
21855   parameters:
21856   - "latency"
21857   - "parent"
21858   - "tags"
21859 #  sort:
21860 #  - "1VM"
21861 #  - "L2XCFWD"
21862 #  - "1VM"
21863 #  - "L2BDMACLRN"
21864   layout:
21865     title: "vhost-l2sw-3n-hsw-x520-64b-2t2c-base-vm-ndr"
21866     layout: "plot-latency"
21867
21868 # Packet Latency - VPP vhost ip4 3n-hsw-x710
21869 - type: "plot"
21870   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21871   algorithm: "plot_latency_error_bars"
21872   output-file-type: ".html"
21873   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr-lat"
21874   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21875   filter: "'NIC_Intel-X710' and
21876            '64B' and
21877            'NDRPDR' and
21878            'ETH' and
21879            'IP4FWD' and
21880            '1T1C' and
21881            'VHOST_1024' and
21882            not 'VXLAN' and
21883            not 'CFS_OPT' and
21884            not 'DOT1Q'"
21885   parameters:
21886   - "latency"
21887   - "parent"
21888   - "tags"
21889   sort:
21890   - "1VM"
21891   - "2VM"
21892   layout:
21893     title: "vhost-ip4-3n-hsw-x710-64b-1t1c-base_and_scale-ndr"
21894     layout: "plot-latency"
21895
21896 - type: "plot"
21897   title: "VPP Latency: vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21898   algorithm: "plot_latency_error_bars"
21899   output-file-type: ".html"
21900   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr-lat"
21901   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21902   filter: "'NIC_Intel-X710' and
21903            '64B' and
21904            'NDRPDR' and
21905            'ETH' and
21906            'IP4FWD' and
21907            '2T2C' and
21908            'VHOST_1024' and
21909            not 'VXLAN' and
21910            not 'CFS_OPT' and
21911            not 'DOT1Q'"
21912   parameters:
21913   - "latency"
21914   - "parent"
21915   - "tags"
21916   sort:
21917   - "1VM"
21918   - "2VM"
21919   layout:
21920     title: "vhost-ip4-3n-hsw-x710-64b-2t2c-base_and_scale-ndr"
21921     layout: "plot-latency"
21922
21923 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base
21924 - type: "plot"
21925   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21926   algorithm: "plot_latency_error_bars"
21927   output-file-type: ".html"
21928   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr-lat"
21929   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21930   filter: "'NIC_Intel-X710' and
21931            '64B' and
21932            'NDRPDR' and
21933            ('ETH' or 'DOT1Q') and
21934            'BASE' and
21935            '1T1C' and
21936            ('L2BDMACLRN' or 'L2XCFWD') and
21937            'VHOST_1024' and
21938            not 'VXLAN' and
21939            not 'IP4FWD' and
21940            not '2VM'"
21941   parameters:
21942   - "latency"
21943   - "parent"
21944   - "tags"
21945   sort:
21946   - "L2BDMACLRN"
21947   - "L2BDMACLRN"
21948   - "L2BDMACLRN"
21949   - "L2XCFWD"
21950   - "L2XCFWD"
21951   - "L2XCFWD"
21952   layout:
21953     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-ndr"
21954     layout: "plot-latency"
21955
21956 - type: "plot"
21957   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21958   algorithm: "plot_latency_error_bars"
21959   output-file-type: ".html"
21960   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr-lat"
21961   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21962   filter: "'NIC_Intel-X710' and
21963            '64B' and
21964            'NDRPDR' and
21965            ('ETH' or 'DOT1Q') and
21966            'BASE' and
21967            '2T2C' and
21968            ('L2BDMACLRN' or 'L2XCFWD') and
21969            'VHOST_1024' and
21970            not 'VXLAN' and
21971            not 'IP4FWD' and
21972            not '2VM'"
21973   parameters:
21974   - "latency"
21975   - "parent"
21976   - "tags"
21977   sort:
21978   - "L2BDMACLRN"
21979   - "L2BDMACLRN"
21980   - "L2BDMACLRN"
21981   - "L2XCFWD"
21982   - "L2XCFWD"
21983   - "L2XCFWD"
21984   layout:
21985     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-ndr"
21986     layout: "plot-latency"
21987
21988 # Packet Latency - VPP vhost l2sw 3n-hsw-x710 - base vm
21989 - type: "plot"
21990   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21991   algorithm: "plot_latency_error_bars"
21992   output-file-type: ".html"
21993   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr-lat"
21994   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
21995   filter: "'NIC_Intel-X710' and
21996            '64B' and
21997            'NDRPDR' and
21998            ('ETH' or 'DOT1Q') and
21999            '1T1C' and
22000            ('L2BDMACLRN' or 'L2XCFWD') and
22001            'VHOST_1024' and
22002            not 'CFS_OPT' and
22003            not 'VXLAN' and
22004            not 'IP4FWD' and
22005            not 'LBOND'"
22006   parameters:
22007   - "latency"
22008   - "parent"
22009   - "tags"
22010   sort:
22011   - "L2BDMACLRN"
22012   - "L2BDMACLRN"
22013   - "L2BDMACLRN"
22014   - "L2XCFWD"
22015   - "L2XCFWD"
22016   - "L2XCFWD"
22017   layout:
22018     title: "vhost-l2sw-3n-hsw-x710-64b-1t1c-base_and_features-vm-ndr"
22019     layout: "plot-latency"
22020
22021 - type: "plot"
22022   title: "VPP Latency: vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
22023   algorithm: "plot_latency_error_bars"
22024   output-file-type: ".html"
22025   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr-lat"
22026   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22027   filter: "'NIC_Intel-X710' and
22028            '64B' and
22029            'NDRPDR' and
22030            ('ETH' or 'DOT1Q') and
22031            '2T2C' and
22032            ('L2BDMACLRN' or 'L2XCFWD') and
22033            'VHOST_1024' and
22034            not 'CFS_OPT' and
22035            not 'VXLAN' and
22036            not 'IP4FWD' and
22037            not 'LBOND'"
22038   parameters:
22039   - "latency"
22040   - "parent"
22041   - "tags"
22042   sort:
22043   - "L2BDMACLRN"
22044   - "L2BDMACLRN"
22045   - "L2BDMACLRN"
22046   - "L2XCFWD"
22047   - "L2XCFWD"
22048   - "L2XCFWD"
22049   layout:
22050     title: "vhost-l2sw-3n-hsw-x710-64b-2t2c-base_and_features-vm-ndr"
22051     layout: "plot-latency"
22052
22053 # Packet Latency - VPP vhost ip4 3n-skx-x710
22054 - type: "plot"
22055   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22056   algorithm: "plot_latency_error_bars"
22057   output-file-type: ".html"
22058   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22059   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22060   filter: "'NIC_Intel-X710' and
22061            '64B' and
22062            'NDRPDR' and
22063            'ETH' and
22064            'IP4FWD' and
22065            '2T1C' and
22066            'VHOST_1024' and
22067            not 'VXLAN' and
22068            not 'DOT1Q'"
22069   parameters:
22070   - "latency"
22071   - "parent"
22072   - "tags"
22073   sort:
22074   - "1VM"
22075   - "2VM"
22076   layout:
22077     title: "vhost-ip4-3n-skx-x710-64b-2t1c-base_and_scale-ndr"
22078     layout: "plot-latency"
22079
22080 - type: "plot"
22081   title: "VPP Latency: vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22082   algorithm: "plot_latency_error_bars"
22083   output-file-type: ".html"
22084   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22085   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22086   filter: "'NIC_Intel-X710' and
22087            '64B' and
22088            'NDRPDR' and
22089            'ETH' and
22090            'IP4FWD' and
22091            '4T2C' and
22092            'VHOST_1024' and
22093            not 'VXLAN' and
22094            not 'DOT1Q'"
22095   parameters:
22096   - "latency"
22097   - "parent"
22098   - "tags"
22099   sort:
22100   - "1VM"
22101   - "2VM"
22102   layout:
22103     title: "vhost-ip4-3n-skx-x710-64b-4t2c-base_and_scale-ndr"
22104     layout: "plot-latency"
22105
22106 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base
22107 - type: "plot"
22108   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22109   algorithm: "plot_latency_error_bars"
22110   output-file-type: ".html"
22111   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22112   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22113   filter: "'NIC_Intel-X710' and
22114            '64B' and
22115            'NDRPDR' and
22116            ('ETH' or 'DOT1Q') and
22117            'BASE' and
22118            '2T1C' and
22119            ('L2BDMACLRN' or 'L2XCFWD') and
22120            'VHOST_1024' and
22121            not 'VXLAN' and
22122            not 'IP4FWD' and
22123            not '2VM'"
22124   parameters:
22125   - "latency"
22126   - "parent"
22127   - "tags"
22128   sort:
22129   - "L2BDMACLRN"
22130   - "L2BDMACLRN"
22131   - "L2BDMACLRN"
22132   - "L2XCFWD"
22133   - "L2XCFWD"
22134   - "L2XCFWD"
22135   layout:
22136     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-ndr"
22137     layout: "plot-latency"
22138
22139 - type: "plot"
22140   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22141   algorithm: "plot_latency_error_bars"
22142   output-file-type: ".html"
22143   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22144   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22145   filter: "'NIC_Intel-X710' and
22146            '64B' and
22147            'NDRPDR' and
22148            ('ETH' or 'DOT1Q') and
22149            'BASE' and
22150            '4T2C' and
22151            ('L2BDMACLRN' or 'L2XCFWD') and
22152            'VHOST_1024' and
22153            not 'VXLAN' and
22154            not 'IP4FWD' and
22155            not '2VM'"
22156   parameters:
22157   - "latency"
22158   - "parent"
22159   - "tags"
22160   sort:
22161   - "L2BDMACLRN"
22162   - "L2BDMACLRN"
22163   - "L2BDMACLRN"
22164   - "L2XCFWD"
22165   - "L2XCFWD"
22166   - "L2XCFWD"
22167   layout:
22168     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-ndr"
22169     layout: "plot-latency"
22170
22171 # Packet Latency - VPP vhost l2sw 3n-skx-x710 - base vm
22172 - type: "plot"
22173   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22174   algorithm: "plot_latency_error_bars"
22175   output-file-type: ".html"
22176   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr-lat"
22177   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22178   filter: "'NIC_Intel-X710' and
22179            '64B' and
22180            'NDRPDR' and
22181            ('ETH' or 'DOT1Q') and
22182            '2T1C' and
22183            ('L2BDMACLRN' or 'L2XCFWD') and
22184            'VHOST_1024' and
22185            not 'CFS_OPT' and
22186            not 'VXLAN' and
22187            not 'IP4FWD' and
22188            not 'LBOND'"
22189   parameters:
22190   - "latency"
22191   - "parent"
22192   - "tags"
22193   sort:
22194   - "L2BDMACLRN"
22195   - "L2BDMACLRN"
22196   - "L2BDMACLRN"
22197   - "L2XCFWD"
22198   - "L2XCFWD"
22199   - "L2XCFWD"
22200   layout:
22201     title: "vhost-l2sw-3n-skx-x710-64b-2t1c-base_and_features-vm-ndr"
22202     layout: "plot-latency"
22203
22204 - type: "plot"
22205   title: "VPP Latency: vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22206   algorithm: "plot_latency_error_bars"
22207   output-file-type: ".html"
22208   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr-lat"
22209   data: "plot-vpp-throughput-lat-tsa-3n-skx"
22210   filter: "'NIC_Intel-X710' and
22211            '64B' and
22212            'NDRPDR' and
22213            ('ETH' or 'DOT1Q') and
22214            '4T2C' and
22215            ('L2BDMACLRN' or 'L2XCFWD') and
22216            'VHOST_1024' and
22217            not 'CFS_OPT' and
22218            not 'VXLAN' and
22219            not 'IP4FWD' and
22220            not 'LBOND'"
22221   parameters:
22222   - "latency"
22223   - "parent"
22224   - "tags"
22225   sort:
22226   - "L2BDMACLRN"
22227   - "L2BDMACLRN"
22228   - "L2BDMACLRN"
22229   - "L2XCFWD"
22230   - "L2XCFWD"
22231   - "L2XCFWD"
22232   layout:
22233     title: "vhost-l2sw-3n-skx-x710-64b-4t2c-base_and_features-vm-ndr"
22234     layout: "plot-latency"
22235
22236 # Packet Latency - VPP vhost ip4 2n-skx-x710
22237 - type: "plot"
22238   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22239   algorithm: "plot_latency_error_bars"
22240   output-file-type: ".html"
22241   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr-lat"
22242   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22243   filter: "'NIC_Intel-X710' and
22244            '64B' and
22245            'NDRPDR' and
22246            'ETH' and
22247            'IP4FWD' and
22248            '2T1C' and
22249            'VHOST_1024' and
22250            not 'VXLAN' and
22251            not 'NF_DENSITY' and
22252            not 'CFS_OPT' and
22253            not 'DOT1Q'"
22254   parameters:
22255   - "latency"
22256   - "parent"
22257   - "tags"
22258   sort:
22259   - "1VM"
22260   - "2VM"
22261   layout:
22262     title: "vhost-ip4-2n-skx-x710-64b-2t1c-base_and_scale-ndr"
22263     layout: "plot-latency"
22264
22265 - type: "plot"
22266   title: "VPP Latency: vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22267   algorithm: "plot_latency_error_bars"
22268   output-file-type: ".html"
22269   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr-lat"
22270   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22271   filter: "'NIC_Intel-X710' and
22272            '64B' and
22273            'NDRPDR' and
22274            'ETH' and
22275            'IP4FWD' and
22276            '4T2C' and
22277            'VHOST_1024' and
22278            not 'VXLAN' and
22279            not 'NF_DENSITY' and
22280            not 'CFS_OPT' and
22281            not 'DOT1Q'"
22282   parameters:
22283   - "latency"
22284   - "parent"
22285   - "tags"
22286   sort:
22287   - "1VM"
22288   - "2VM"
22289   layout:
22290     title: "vhost-ip4-2n-skx-x710-64b-4t2c-base_and_scale-ndr"
22291     layout: "plot-latency"
22292
22293 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base
22294 - type: "plot"
22295   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22296   algorithm: "plot_latency_error_bars"
22297   output-file-type: ".html"
22298   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr-lat"
22299   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22300   filter: "'NIC_Intel-X710' and
22301            '64B' and
22302            'NDRPDR' and
22303            ('ETH' or 'DOT1Q') and
22304            'BASE' and
22305            '2T1C' and
22306            ('L2BDMACLRN' or 'L2XCFWD') and
22307            'VHOST_1024' and
22308            not 'VXLAN' and
22309            not 'NF_DENSITY' and
22310            not 'IP4FWD' and
22311            not '2VM'"
22312   parameters:
22313   - "latency"
22314   - "parent"
22315   - "tags"
22316 #  sort:
22317 #  - "not CFS_OPT"
22318 #  - "L2XCFWD"
22319 #  - "not CFS_OPT"
22320 #  - "CFS_OPT"
22321   layout:
22322     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base_and_features-ndr"
22323     layout: "plot-latency"
22324
22325 - type: "plot"
22326   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22327   algorithm: "plot_latency_error_bars"
22328   output-file-type: ".html"
22329   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr-lat"
22330   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22331   filter: "'NIC_Intel-X710' and
22332            '64B' and
22333            'NDRPDR' and
22334            ('ETH' or 'DOT1Q') and
22335            'BASE' and
22336            '4T2C' and
22337            ('L2BDMACLRN' or 'L2XCFWD') and
22338            'VHOST_1024' and
22339            not 'VXLAN' and
22340            not 'NF_DENSITY' and
22341            not 'IP4FWD' and
22342            not '2VM'"
22343   parameters:
22344   - "latency"
22345   - "parent"
22346   - "tags"
22347 #  sort:
22348 #  - "not CFS_OPT"
22349 #  - "L2XCFWD"
22350 #  - "not CFS_OPT"
22351 #  - "CFS_OPT"
22352   layout:
22353     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base_and_features-ndr"
22354     layout: "plot-latency"
22355
22356 # Packet Latency - VPP vhost l2sw 2n-skx-x710 - base vm
22357 - type: "plot"
22358   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22359   algorithm: "plot_latency_error_bars"
22360   output-file-type: ".html"
22361   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr-lat"
22362   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22363   filter: "'NIC_Intel-X710' and
22364            '64B' and
22365            'NDRPDR' and
22366            ('ETH' or 'DOT1Q') and
22367            '2T1C' and
22368            ('L2BDMACLRN' or 'L2XCFWD') and
22369            'VHOST_1024' and
22370            not 'CFS_OPT' and
22371            not 'VXLAN' and
22372            not 'NF_DENSITY' and
22373            not 'DOT1Q' and
22374            not 'IP4FWD'"
22375   parameters:
22376   - "latency"
22377   - "parent"
22378   - "tags"
22379 #  sort:
22380 #  - "1VM"
22381 #  - "L2XCFWD"
22382 #  - "1VM"
22383 #  - "L2BDMACLRN"
22384   layout:
22385     title: "vhost-l2sw-2n-skx-x710-64b-2t1c-base-vm-ndr"
22386     layout: "plot-latency"
22387
22388 - type: "plot"
22389   title: "VPP Latency: vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22390   algorithm: "plot_latency_error_bars"
22391   output-file-type: ".html"
22392   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr-lat"
22393   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22394   filter: "'NIC_Intel-X710' and
22395            '64B' and
22396            'NDRPDR' and
22397            ('ETH' or 'DOT1Q') and
22398            '4T2C' and
22399            ('L2BDMACLRN' or 'L2XCFWD') and
22400            'VHOST_1024' and
22401            not 'CFS_OPT' and
22402            not 'VXLAN' and
22403            not 'NF_DENSITY' and
22404            not 'DOT1Q' and
22405            not 'IP4FWD'"
22406   parameters:
22407   - "latency"
22408   - "parent"
22409   - "tags"
22410 #  sort:
22411 #  - "1VM"
22412 #  - "L2XCFWD"
22413 #  - "1VM"
22414 #  - "L2BDMACLRN"
22415   layout:
22416     title: "vhost-l2sw-2n-skx-x710-64b-4t2c-base-vm-ndr"
22417     layout: "plot-latency"
22418
22419 # Packet Latency - VPP vhost ip4 2n-skx-xxv710
22420 - type: "plot"
22421   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22422   algorithm: "plot_latency_error_bars"
22423   output-file-type: ".html"
22424   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr-lat"
22425   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22426   filter: "'NIC_Intel-XXV710' and
22427            '64B' and
22428            'NDRPDR' and
22429            'ETH' and
22430            'IP4FWD' and
22431            '2T1C' and
22432            'VHOST_1024' and
22433            not 'VXLAN' and
22434            not 'CFS_OPT' and
22435            not 'DOT1Q'"
22436   parameters:
22437   - "latency"
22438   - "parent"
22439   - "tags"
22440   sort:
22441   - "not CFS_OPT"
22442   - "1VM"
22443   - "2VM"
22444   layout:
22445     title: "vhost-ip4-2n-skx-xxv710-64b-2t1c-base_and_scale-ndr"
22446     layout: "plot-latency"
22447
22448 - type: "plot"
22449   title: "VPP Latency: vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22450   algorithm: "plot_latency_error_bars"
22451   output-file-type: ".html"
22452   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr-lat"
22453   data: "plot-vpp-throughput-lat-tsa-2n-skx"
22454   filter: "'NIC_Intel-XXV710' and
22455            '64B' and
22456            'NDRPDR' and
22457            'ETH' and
22458            'IP4FWD' and
22459            '4T2C' and
22460            'VHOST_1024' and
22461            not 'VXLAN' and
22462            not 'CFS_OPT' and
22463            not 'DOT1Q'"
22464   parameters:
22465   - "latency"
22466   - "parent"
22467   - "tags"
22468   sort:
22469   - "not CFS_OPT"
22470   - "1VM"
22471   - "2VM"
22472   layout:
22473     title: "vhost-ip4-2n-skx-xxv710-64b-4t2c-base_and_scale-ndr"
22474     layout: "plot-latency"
22475
22476 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base
22477 #- type: "plot"
22478 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22479 #  algorithm: "plot_latency_error_bars"
22480 #  output-file-type: ".html"
22481 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr-lat"
22482 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22483 #  filter: "'NIC_Intel-XXV710' and
22484 #           '64B' and
22485 #           'NDRPDR' and
22486 #           ('ETH' or 'DOT1Q') and
22487 #           'BASE' and
22488 #           '2T1C' and
22489 #           ('L2BDMACLRN' or 'L2XCFWD') and
22490 #           'VHOST_1024' and
22491 #           not 'VXLAN' and
22492 #           not 'IP4FWD' and
22493 #           not '2VM'"
22494 #  parameters:
22495 #  - "latency"
22496 #  - "parent"
22497 #  - "tags"
22498 ##  sort:
22499 ##  - "not CFS_OPT"
22500 ##  - "L2XCFWD"
22501 ##  - "not CFS_OPT"
22502 ##  - "CFS_OPT"
22503 #  layout:
22504 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base_and_features-ndr"
22505 #    layout: "plot-latency"
22506 #
22507 #- type: "plot"
22508 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22509 #  algorithm: "plot_latency_error_bars"
22510 #  output-file-type: ".html"
22511 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr-lat"
22512 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22513 #  filter: "'NIC_Intel-XXV710' and
22514 #           '64B' and
22515 #           'NDRPDR' and
22516 #           ('ETH' or 'DOT1Q') and
22517 #           'BASE' and
22518 #           '4T2C' and
22519 #           ('L2BDMACLRN' or 'L2XCFWD') and
22520 #           'VHOST_1024' and
22521 #           not 'VXLAN' and
22522 #           not 'IP4FWD' and
22523 #           not '2VM'"
22524 #  parameters:
22525 #  - "latency"
22526 #  - "parent"
22527 #  - "tags"
22528 ##  sort:
22529 ##  - "not CFS_OPT"
22530 ##  - "L2XCFWD"
22531 ##  - "not CFS_OPT"
22532 ##  - "CFS_OPT"
22533 #  layout:
22534 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base_and_features-ndr"
22535 #    layout: "plot-latency"
22536 #
22537 ## Packet Latency - VPP vhost l2sw 2n-skx-xxv710 - base vm
22538 #- type: "plot"
22539 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22540 #  algorithm: "plot_latency_error_bars"
22541 #  output-file-type: ".html"
22542 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr-lat"
22543 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22544 #  filter: "'NIC_Intel-XXV710' and
22545 #           '64B' and
22546 #           'NDRPDR' and
22547 #           ('ETH' or 'DOT1Q') and
22548 #           '2T1C' and
22549 #           ('L2BDMACLRN' or 'L2XCFWD') and
22550 #           'VHOST_1024' and
22551 #           not 'CFS_OPT' and
22552 #           not 'VXLAN' and
22553 #           not 'DOT1Q' and
22554 #           not 'IP4FWD'"
22555 #  parameters:
22556 #  - "latency"
22557 #  - "parent"
22558 #  - "tags"
22559 ##  sort:
22560 ##  - "1VM"
22561 ##  - "L2XCFWD"
22562 ##  - "1VM"
22563 ##  - "L2BDMACLRN"
22564 #  layout:
22565 #    title: "vhost-l2sw-2n-skx-xxv710-64b-2t1c-base-vm-ndr"
22566 #    layout: "plot-latency"
22567 #
22568 #- type: "plot"
22569 #  title: "VPP Latency: vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22570 #  algorithm: "plot_latency_error_bars"
22571 #  output-file-type: ".html"
22572 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr-lat"
22573 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
22574 #  filter: "'NIC_Intel-XXV710' and
22575 #           '64B' and
22576 #           'NDRPDR' and
22577 #           ('ETH' or 'DOT1Q') and
22578 #           '4T2C' and
22579 #           ('L2BDMACLRN' or 'L2XCFWD') and
22580 #           'VHOST_1024' and
22581 #           not 'CFS_OPT' and
22582 #           not 'VXLAN' and
22583 #           not 'DOT1Q' and
22584 #           not 'IP4FWD'"
22585 #  parameters:
22586 #  - "latency"
22587 #  - "parent"
22588 #  - "tags"
22589 ##  sort:
22590 ##  - "1VM"
22591 ##  - "L2XCFWD"
22592 ##  - "1VM"
22593 ##  - "L2BDMACLRN"
22594 #  layout:
22595 #    title: "vhost-l2sw-2n-skx-xxv710-64b-4t2c-base-vm-ndr"
22596 #    layout: "plot-latency"
22597
22598 ################################################################################
22599
22600 # Packet Latency - VPP VTS 3n-hsw-x520
22601 - type: "plot"
22602   title: "VPP Latency: vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22603   algorithm: "plot_latency_error_bars"
22604   output-file-type: ".html"
22605   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-1t1c-ndr-lat"
22606   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22607   filter: "'NIC_Intel-X520-DA2' and
22608            '114B' and
22609            'NDRPDR' and
22610            '1T1C' and
22611            'VTS'"
22612   parameters:
22613   - "latency"
22614   - "parent"
22615   - "tags"
22616   layout:
22617     title: "vts-3n-hsw-x520-114b-1t1c-ndr"
22618     layout: "plot-latency"
22619
22620 - type: "plot"
22621   title: "VPP Latency: vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22622   algorithm: "plot_latency_error_bars"
22623   output-file-type: ".html"
22624   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-2t2c-ndr-lat"
22625   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
22626   filter: "'NIC_Intel-X520-DA2' and
22627            '114B' and
22628            'NDRPDR' and
22629            '2T2C' and
22630            'VTS'"
22631   parameters:
22632   - "latency"
22633   - "parent"
22634   - "tags"
22635   layout:
22636     title: "vts-3n-hsw-x520-114b-2t2c-ndr"
22637     layout: "plot-latency"
22638
22639 ################################################################################
22640
22641 # Packet Latency - DPDK l3fwd 3n-hsw-x520
22642 - type: "plot"
22643   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22644   algorithm: "plot_latency_error_bars"
22645   output-file-type: ".html"
22646   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22647   data: "plot-dpdk-throughput-latency-3n-hsw"
22648   filter: "'NIC_Intel-X520-DA2' and
22649            '64B' and
22650            'BASE' and
22651            'NDRPDR' and
22652            '1T1C' and
22653            'IP4FWD'"
22654   parameters:
22655   - "latency"
22656   - "parent"
22657   - "tags"
22658   layout:
22659     title: "l3fwd-3n-hsw-x520-64b-1t1c-base-ndr"
22660     layout: "plot-latency"
22661
22662 - type: "plot"
22663   title: "DPDK Latency: l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22664   algorithm: "plot_latency_error_bars"
22665   output-file-type: ".html"
22666   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22667   data: "plot-dpdk-throughput-latency-3n-hsw"
22668   filter: "'NIC_Intel-X520-DA2' and
22669            '64B' and
22670            'BASE' and
22671            'NDRPDR' and
22672            '2T2C' and
22673            'IP4FWD'"
22674   parameters:
22675   - "latency"
22676   - "parent"
22677   - "tags"
22678   layout:
22679     title: "l3fwd-3n-hsw-x520-64b-2t2c-base-ndr"
22680     layout: "plot-latency"
22681
22682 # Packet Latency - DPDK l3fwd 3n-hsw-x710
22683 - type: "plot"
22684   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22685   algorithm: "plot_latency_error_bars"
22686   output-file-type: ".html"
22687   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22688   data: "plot-dpdk-throughput-latency-3n-hsw"
22689   filter: "'NIC_Intel-X710' and
22690            '64B' and
22691            'BASE' and
22692            'NDRPDR' and
22693            '1T1C' and
22694            'IP4FWD'"
22695   parameters:
22696   - "latency"
22697   - "parent"
22698   - "tags"
22699   layout:
22700     title: "l3fwd-3n-hsw-x710-64b-1t1c-base-ndr"
22701     layout: "plot-latency"
22702
22703 - type: "plot"
22704   title: "DPDK Latency: l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22705   algorithm: "plot_latency_error_bars"
22706   output-file-type: ".html"
22707   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22708   data: "plot-dpdk-throughput-latency-3n-hsw"
22709   filter: "'NIC_Intel-X710' and
22710            '64B' and
22711            'BASE' and
22712            'NDRPDR' and
22713            '2T2C' and
22714            'IP4FWD'"
22715   parameters:
22716   - "latency"
22717   - "parent"
22718   - "tags"
22719   layout:
22720     title: "l3fwd-3n-hsw-x710-64b-2t2c-base-ndr"
22721     layout: "plot-latency"
22722
22723 # Packet Latency - DPDK l3fwd 3n-hsw-xl710
22724 - type: "plot"
22725   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22726   algorithm: "plot_latency_error_bars"
22727   output-file-type: ".html"
22728   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
22729   data: "plot-dpdk-throughput-latency-3n-hsw"
22730   filter: "'NIC_Intel-XL710' and
22731            '64B' and
22732            'BASE' and
22733            'NDRPDR' and
22734            '1T1C' and
22735            'IP4FWD'"
22736   parameters:
22737   - "latency"
22738   - "parent"
22739   - "tags"
22740   layout:
22741     title: "l3fwd-3n-hsw-xl710-64b-1t1c-base-ndr"
22742     layout: "plot-latency"
22743
22744 - type: "plot"
22745   title: "DPDK Latency: l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22746   algorithm: "plot_latency_error_bars"
22747   output-file-type: ".html"
22748   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
22749   data: "plot-dpdk-throughput-latency-3n-hsw"
22750   filter: "'NIC_Intel-XL710' and
22751            '64B' and
22752            'BASE' and
22753            'NDRPDR' and
22754            '2T2C' and
22755            'IP4FWD'"
22756   parameters:
22757   - "latency"
22758   - "parent"
22759   - "tags"
22760   layout:
22761     title: "l3fwd-3n-hsw-xl710-64b-2t2c-base-ndr"
22762     layout: "plot-latency"
22763
22764 # Packet Latency - DPDK l3fwd 3n-skx-x710
22765 - type: "plot"
22766   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22767   algorithm: "plot_latency_error_bars"
22768   output-file-type: ".html"
22769   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-2t1c-base-ndr-lat"
22770   data: "plot-dpdk-throughput-latency-3n-skx"
22771   filter: "'NIC_Intel-X710' and
22772            '64B' and
22773            'BASE' and
22774            'NDRPDR' and
22775            '2T1C' and
22776            'IP4FWD'"
22777   parameters:
22778   - "latency"
22779   - "parent"
22780   - "tags"
22781   layout:
22782     title: "l3fwd-3n-skx-x710-64b-2t1c-base-ndr"
22783     layout: "plot-latency"
22784
22785 - type: "plot"
22786   title: "DPDK Latency: l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22787   algorithm: "plot_latency_error_bars"
22788   output-file-type: ".html"
22789   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-x710-64b-4t2c-base-ndr-lat"
22790   data: "plot-dpdk-throughput-latency-3n-skx"
22791   filter: "'NIC_Intel-X710' and
22792            '64B' and
22793            'BASE' and
22794            'NDRPDR' and
22795            '4T2C' and
22796            'IP4FWD'"
22797   parameters:
22798   - "latency"
22799   - "parent"
22800   - "tags"
22801   layout:
22802     title: "l3fwd-3n-skx-x710-64b-4t2c-base-ndr"
22803     layout: "plot-latency"
22804
22805 # Packet Latency - DPDK l3fwd 3n-skx-xxv710
22806 - type: "plot"
22807   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22808   algorithm: "plot_latency_error_bars"
22809   output-file-type: ".html"
22810   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
22811   data: "plot-dpdk-throughput-latency-3n-skx"
22812   filter: "'NIC_Intel-XXV710' and
22813            '64B' and
22814            'BASE' and
22815            'NDRPDR' and
22816            '2T1C' and
22817            'IP4FWD'"
22818   parameters:
22819   - "latency"
22820   - "parent"
22821   - "tags"
22822   layout:
22823     title: "l3fwd-3n-skx-xxv710-64b-2t1c-base-ndr"
22824     layout: "plot-latency"
22825
22826 - type: "plot"
22827   title: "DPDK Latency: l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22828   algorithm: "plot_latency_error_bars"
22829   output-file-type: ".html"
22830   output-file: "{DIR[STATIC,DPDK]}/l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
22831   data: "plot-dpdk-throughput-latency-3n-skx"
22832   filter: "'NIC_Intel-XXV710' and
22833            '64B' and
22834            'BASE' and
22835            'NDRPDR' and
22836            '4T2C' and
22837            'IP4FWD'"
22838   parameters:
22839   - "latency"
22840   - "parent"
22841   - "tags"
22842   layout:
22843     title: "l3fwd-3n-skx-xxv710-64b-4t2c-base-ndr"
22844     layout: "plot-latency"
22845
22846 # Packet Latency - DPDK l3fwd 2n-skx-x710
22847 - type: "plot"
22848   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22849   algorithm: "plot_latency_error_bars"
22850   output-file-type: ".html"
22851   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-2t1c-base-ndr-lat"
22852   data: "plot-dpdk-throughput-latency-2n-skx"
22853   filter: "'NIC_Intel-X710' and
22854            '64B' and
22855            'BASE' and
22856            'NDRPDR' and
22857            '2T1C' and
22858            'IP4FWD'"
22859   parameters:
22860   - "latency"
22861   - "parent"
22862   - "tags"
22863   layout:
22864     title: "l3fwd-2n-skx-x710-64b-2t1c-base-ndr"
22865     layout: "plot-latency"
22866
22867 - type: "plot"
22868   title: "DPDK Latency: l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22869   algorithm: "plot_latency_error_bars"
22870   output-file-type: ".html"
22871   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-x710-64b-4t2c-base-ndr-lat"
22872   data: "plot-dpdk-throughput-latency-2n-skx"
22873   filter: "'NIC_Intel-X710' and
22874            '64B' and
22875            'BASE' and
22876            'NDRPDR' and
22877            '4T2C' and
22878            'IP4FWD'"
22879   parameters:
22880   - "latency"
22881   - "parent"
22882   - "tags"
22883   layout:
22884     title: "l3fwd-2n-skx-x710-64b-4t2c-base-ndr"
22885     layout: "plot-latency"
22886
22887 # Packet Latency - DPDK l3fwd 2n-skx-xxv710
22888 - type: "plot"
22889   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22890   algorithm: "plot_latency_error_bars"
22891   output-file-type: ".html"
22892   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
22893   data: "plot-dpdk-throughput-latency-2n-skx"
22894   filter: "'NIC_Intel-XXV710' and
22895            '64B' and
22896            'BASE' and
22897            'NDRPDR' and
22898            '2T1C' and
22899            'IP4FWD'"
22900   parameters:
22901   - "latency"
22902   - "parent"
22903   - "tags"
22904   layout:
22905     title: "l3fwd-2n-skx-xxv710-64b-2t1c-base-ndr"
22906     layout: "plot-latency"
22907
22908 - type: "plot"
22909   title: "DPDK Latency: l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22910   algorithm: "plot_latency_error_bars"
22911   output-file-type: ".html"
22912   output-file: "{DIR[STATIC,DPDK]}/l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
22913   data: "plot-dpdk-throughput-latency-2n-skx"
22914   filter: "'NIC_Intel-XXV710' and
22915            '64B' and
22916            'BASE' and
22917            'NDRPDR' and
22918            '4T2C' and
22919            'IP4FWD'"
22920   parameters:
22921   - "latency"
22922   - "parent"
22923   - "tags"
22924   layout:
22925     title: "l3fwd-2n-skx-xxv710-64b-4t2c-base-ndr"
22926     layout: "plot-latency"
22927
22928 ################################################################################
22929
22930 # Packet Latency - DPDK testpmd 3n-hsw-x520
22931 - type: "plot"
22932   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22933   algorithm: "plot_latency_error_bars"
22934   output-file-type: ".html"
22935   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-1t1c-base-ndr-lat"
22936   data: "plot-dpdk-throughput-latency-3n-hsw"
22937   filter: "'NIC_Intel-X520-DA2' and
22938            '64B' and
22939            'BASE' and
22940            'NDRPDR' and
22941            '1T1C' and
22942            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22943   parameters:
22944   - "latency"
22945   - "parent"
22946   - "tags"
22947   layout:
22948     title: "testpmd-3n-hsw-x520-64b-1t1c-base-ndr"
22949     layout: "plot-latency"
22950
22951 - type: "plot"
22952   title: "DPDK Latency: testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22953   algorithm: "plot_latency_error_bars"
22954   output-file-type: ".html"
22955   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x520-64b-2t2c-base-ndr-lat"
22956   data: "plot-dpdk-throughput-latency-3n-hsw"
22957   filter: "'NIC_Intel-X520-DA2' and
22958            '64B' and
22959            'BASE' and
22960            'NDRPDR' and
22961            '2T2C' and
22962            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22963   parameters:
22964   - "latency"
22965   - "parent"
22966   - "tags"
22967   layout:
22968     title: "testpmd-3n-hsw-x520-64b-2t2c-base-ndr"
22969     layout: "plot-latency"
22970
22971 # Packet Latency - DPDK testpmd 3n-hsw-x710
22972 - type: "plot"
22973   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22974   algorithm: "plot_latency_error_bars"
22975   output-file-type: ".html"
22976   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-1t1c-base-ndr-lat"
22977   data: "plot-dpdk-throughput-latency-3n-hsw"
22978   filter: "'NIC_Intel-X710' and
22979            '64B' and
22980            'BASE' and
22981            'NDRPDR' and
22982            '1T1C' and
22983            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
22984   parameters:
22985   - "latency"
22986   - "parent"
22987   - "tags"
22988   layout:
22989     title: "testpmd-3n-hsw-x710-64b-1t1c-base-ndr"
22990     layout: "plot-latency"
22991
22992 - type: "plot"
22993   title: "DPDK Latency: testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22994   algorithm: "plot_latency_error_bars"
22995   output-file-type: ".html"
22996   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-x710-64b-2t2c-base-ndr-lat"
22997   data: "plot-dpdk-throughput-latency-3n-hsw"
22998   filter: "'NIC_Intel-X710' and
22999            '64B' and
23000            'BASE' and
23001            'NDRPDR' and
23002            '2T2C' and
23003            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23004   parameters:
23005   - "latency"
23006   - "parent"
23007   - "tags"
23008   layout:
23009     title: "testpmd-3n-hsw-x710-64b-2t2c-base-ndr"
23010     layout: "plot-latency"
23011
23012 # Packet Latency - DPDK testpmd 3n-hsw-xl710
23013 - type: "plot"
23014   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23015   algorithm: "plot_latency_error_bars"
23016   output-file-type: ".html"
23017   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-1t1c-base-ndr-lat"
23018   data: "plot-dpdk-throughput-latency-3n-hsw"
23019   filter: "'NIC_Intel-XL710' and
23020            '64B' and
23021            'BASE' and
23022            'NDRPDR' and
23023            '1T1C' and
23024            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23025   parameters:
23026   - "latency"
23027   - "parent"
23028   - "tags"
23029   layout:
23030     title: "testpmd-3n-hsw-xl710-64b-1t1c-base-ndr"
23031     layout: "plot-latency"
23032
23033 - type: "plot"
23034   title: "DPDK Latency: testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23035   algorithm: "plot_latency_error_bars"
23036   output-file-type: ".html"
23037   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-hsw-xl710-64b-2t2c-base-ndr-lat"
23038   data: "plot-dpdk-throughput-latency-3n-hsw"
23039   filter: "'NIC_Intel-XL710' and
23040            '64B' and
23041            'BASE' and
23042            'NDRPDR' and
23043            '2T2C' and
23044            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23045   parameters:
23046   - "latency"
23047   - "parent"
23048   - "tags"
23049   layout:
23050     title: "testpmd-3n-hsw-xl710-64b-2t2c-base-ndr"
23051     layout: "plot-latency"
23052
23053 # Packet Latency - DPDK testpmd 3n-skx-x710
23054 - type: "plot"
23055   title: "DPDK Latency: testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23056   algorithm: "plot_latency_error_bars"
23057   output-file-type: ".html"
23058   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-2t1c-base-ndr-lat"
23059   data: "plot-dpdk-throughput-latency-3n-skx"
23060   filter: "'NIC_Intel-X710' and
23061            '64B' and
23062            'BASE' and
23063            'NDRPDR' and
23064            '2T1C' and
23065            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23066   parameters:
23067   - "latency"
23068   - "parent"
23069   - "tags"
23070   layout:
23071     title: "testpmd-3n-skx-x710-64b-2t1c-base-ndr"
23072     layout: "plot-latency"
23073
23074 - type: "plot"
23075   title: "DPDK Latency: testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23076   algorithm: "plot_latency_error_bars"
23077   output-file-type: ".html"
23078   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-x710-64b-4t2c-base-ndr-lat"
23079   data: "plot-dpdk-throughput-latency-3n-skx"
23080   filter: "'NIC_Intel-X710' and
23081            '64B' and
23082            'BASE' and
23083            'NDRPDR' and
23084            '4T2C' and
23085            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23086   parameters:
23087   - "latency"
23088   - "parent"
23089   - "tags"
23090   layout:
23091     title: "testpmd-3n-skx-x710-64b-4t2c-base-ndr"
23092     layout: "plot-latency"
23093
23094 # Packet Latency - DPDK testpmd 3n-skx-xxv710
23095 - type: "plot"
23096   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23097   algorithm: "plot_latency_error_bars"
23098   output-file-type: ".html"
23099   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-2t1c-base-ndr-lat"
23100   data: "plot-dpdk-throughput-latency-3n-skx"
23101   filter: "'NIC_Intel-XXV710' and
23102            '64B' and
23103            'BASE' and
23104            'NDRPDR' and
23105            '2T1C' and
23106            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23107   parameters:
23108   - "latency"
23109   - "parent"
23110   - "tags"
23111   layout:
23112     title: "testpmd-3n-skx-xxv710-64b-2t1c-base-ndr"
23113     layout: "plot-latency"
23114
23115 - type: "plot"
23116   title: "DPDK Latency: testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23117   algorithm: "plot_latency_error_bars"
23118   output-file-type: ".html"
23119   output-file: "{DIR[STATIC,DPDK]}/testpmd-3n-skx-xxv710-64b-4t2c-base-ndr-lat"
23120   data: "plot-dpdk-throughput-latency-3n-skx"
23121   filter: "'NIC_Intel-XXV710' and
23122            '64B' and
23123            'BASE' and
23124            'NDRPDR' and
23125            '4T2C' and
23126            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23127   parameters:
23128   - "latency"
23129   - "parent"
23130   - "tags"
23131   layout:
23132     title: "testpmd-3n-skx-xxv710-64b-4t2c-base-ndr"
23133     layout: "plot-latency"
23134
23135 # Packet Latency - DPDK testpmd 2n-skx-x710
23136 - type: "plot"
23137   title: "DPDK Latency: testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23138   algorithm: "plot_latency_error_bars"
23139   output-file-type: ".html"
23140   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-2t1c-base-ndr-lat"
23141   data: "plot-dpdk-throughput-latency-2n-skx"
23142   filter: "'NIC_Intel-X710' and
23143            '64B' and
23144            'BASE' and
23145            'NDRPDR' and
23146            '2T1C' and
23147            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23148   parameters:
23149   - "latency"
23150   - "parent"
23151   - "tags"
23152   layout:
23153     title: "testpmd-2n-skx-x710-64b-2t1c-base-ndr"
23154     layout: "plot-latency"
23155
23156 - type: "plot"
23157   title: "DPDK Latency: testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23158   algorithm: "plot_latency_error_bars"
23159   output-file-type: ".html"
23160   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-x710-64b-4t2c-base-ndr-lat"
23161   data: "plot-dpdk-throughput-latency-2n-skx"
23162   filter: "'NIC_Intel-X710' and
23163            '64B' and
23164            'BASE' and
23165            'NDRPDR' and
23166            '4T2C' and
23167            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23168   parameters:
23169   - "latency"
23170   - "parent"
23171   - "tags"
23172   layout:
23173     title: "testpmd-2n-skx-x710-64b-4t2c-base-ndr"
23174     layout: "plot-latency"
23175
23176 # Packet Latency - DPDK testpmd 2n-skx-xxv710
23177 - type: "plot"
23178   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23179   algorithm: "plot_latency_error_bars"
23180   output-file-type: ".html"
23181   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-2t1c-base-ndr-lat"
23182   data: "plot-dpdk-throughput-latency-2n-skx"
23183   filter: "'NIC_Intel-XXV710' and
23184            '64B' and
23185            'BASE' and
23186            'NDRPDR' and
23187            '2T1C' and
23188            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23189   parameters:
23190   - "latency"
23191   - "parent"
23192   - "tags"
23193   layout:
23194     title: "testpmd-2n-skx-xxv710-64b-2t1c-base-ndr"
23195     layout: "plot-latency"
23196
23197 - type: "plot"
23198   title: "DPDK Latency: testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23199   algorithm: "plot_latency_error_bars"
23200   output-file-type: ".html"
23201   output-file: "{DIR[STATIC,DPDK]}/testpmd-2n-skx-xxv710-64b-4t2c-base-ndr-lat"
23202   data: "plot-dpdk-throughput-latency-2n-skx"
23203   filter: "'NIC_Intel-XXV710' and
23204            '64B' and
23205            'BASE' and
23206            'NDRPDR' and
23207            '4T2C' and
23208            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH')"
23209   parameters:
23210   - "latency"
23211   - "parent"
23212   - "tags"
23213   layout:
23214     title: "testpmd-2n-skx-xxv710-64b-4t2c-base-ndr"
23215     layout: "plot-latency"
23216
23217 ################################################################################
23218
23219 # Speedup - VPP Container Memif 3n-hsw-x520
23220 - type: "plot"
23221   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23222   algorithm: "plot_throughput_speedup_analysis"
23223   output-file-type: ".html"
23224   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-ndr-tsa"
23225   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23226   filter: "'NIC_Intel-X520-DA2' and
23227            '64B' and
23228            ('BASE' or 'SCALE') and
23229            'NDRPDR' and
23230            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23231            not 'VHOST' and
23232            'MEMIF'"
23233   parameters:
23234   - "throughput"
23235   - "parent"
23236   - "tags"
23237   sort:
23238   - "L2XCFWD"
23239   - "L2XCFWD"
23240   - "L2XCFWD"
23241   - "L2BDMACLRN"
23242   - "L2BDMACLRN"
23243   - "L2BDMACLRN"
23244   - "IP4FWD"
23245   layout:
23246     title: "memif-3n-hsw-x520-64b-base_and_features-ndr"
23247     layout: "plot-throughput-speedup-analysis"
23248
23249 - type: "plot"
23250   title: "Speedup: memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23251   algorithm: "plot_throughput_speedup_analysis"
23252   output-file-type: ".html"
23253   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x520-64b-base_and_features-pdr-tsa"
23254   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23255   filter: "'NIC_Intel-X520-DA2' and
23256            '64B' and
23257            ('BASE' or 'SCALE') and
23258            'NDRPDR' and
23259            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23260            not 'VHOST' and
23261            'MEMIF'"
23262   parameters:
23263   - "throughput"
23264   - "parent"
23265   - "tags"
23266   sort:
23267   - "L2XCFWD"
23268   - "L2XCFWD"
23269   - "L2XCFWD"
23270   - "L2BDMACLRN"
23271   - "L2BDMACLRN"
23272   - "L2BDMACLRN"
23273   - "IP4FWD"
23274   layout:
23275     title: "memif-3n-hsw-x520-64b-base_and_features-pdr"
23276     layout: "plot-throughput-speedup-analysis"
23277
23278 # Speedup - VPP Container Memif 3n-hsw-x710
23279 - type: "plot"
23280   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23281   algorithm: "plot_throughput_speedup_analysis"
23282   output-file-type: ".html"
23283   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-ndr-tsa"
23284   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23285   filter: "'NIC_Intel-X710' and
23286            '64B' and
23287            ('BASE' or 'SCALE') and
23288            'NDRPDR' and
23289            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23290            not 'VHOST' and
23291            'MEMIF'"
23292   parameters:
23293   - "throughput"
23294   - "parent"
23295   - "tags"
23296   sort:
23297   - "L2XCFWD"
23298   - "L2XCFWD"
23299   - "L2XCFWD"
23300   - "L2BDMACLRN"
23301   - "L2BDMACLRN"
23302   - "L2BDMACLRN"
23303   - "IP4FWD"
23304   layout:
23305     title: "memif-3n-hsw-x710-64b-base_and_features-ndr"
23306     layout: "plot-throughput-speedup-analysis"
23307
23308 - type: "plot"
23309   title: "Speedup: memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23310   algorithm: "plot_throughput_speedup_analysis"
23311   output-file-type: ".html"
23312   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-x710-64b-base_and_features-pdr-tsa"
23313   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23314   filter: "'NIC_Intel-X710' and
23315            '64B' and
23316            ('BASE' or 'SCALE') and
23317            'NDRPDR' and
23318            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23319            not 'VHOST' and
23320            'MEMIF'"
23321   parameters:
23322   - "throughput"
23323   - "parent"
23324   - "tags"
23325   sort:
23326   - "L2XCFWD"
23327   - "L2XCFWD"
23328   - "L2XCFWD"
23329   - "L2BDMACLRN"
23330   - "L2BDMACLRN"
23331   - "L2BDMACLRN"
23332   - "IP4FWD"
23333   layout:
23334     title: "memif-3n-hsw-x710-64b-base_and_features-pdr"
23335     layout: "plot-throughput-speedup-analysis"
23336
23337 # Speedup - VPP Container Memif 3n-hsw-xl710
23338 - type: "plot"
23339   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23340   algorithm: "plot_throughput_speedup_analysis"
23341   output-file-type: ".html"
23342   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-ndr-tsa"
23343   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23344   filter: "'NIC_Intel-XL710' and
23345            '64B' and
23346            ('BASE' or 'SCALE') and
23347            'NDRPDR' and
23348            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23349            not 'VHOST' and
23350            'MEMIF'"
23351   parameters:
23352   - "throughput"
23353   - "parent"
23354   - "tags"
23355   sort:
23356   - "L2XCFWD"
23357   - "L2XCFWD"
23358   - "L2XCFWD"
23359   - "L2BDMACLRN"
23360   - "L2BDMACLRN"
23361   - "L2BDMACLRN"
23362   - "IP4FWD"
23363   layout:
23364     title: "memif-3n-hsw-xl710-64b-base_and_features-ndr"
23365     layout: "plot-throughput-speedup-analysis"
23366
23367 - type: "plot"
23368   title: "Speedup: memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23369   algorithm: "plot_throughput_speedup_analysis"
23370   output-file-type: ".html"
23371   output-file: "{DIR[STATIC,VPP]}/memif-3n-hsw-xl710-64b-base_and_features-pdr-tsa"
23372   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23373   filter: "'NIC_Intel-XL710' and
23374            '64B' and
23375            ('BASE' or 'SCALE') and
23376            'NDRPDR' and
23377            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23378            not 'VHOST' and
23379            'MEMIF'"
23380   parameters:
23381   - "throughput"
23382   - "parent"
23383   - "tags"
23384   sort:
23385   - "L2XCFWD"
23386   - "L2XCFWD"
23387   - "L2XCFWD"
23388   - "L2BDMACLRN"
23389   - "L2BDMACLRN"
23390   - "L2BDMACLRN"
23391   - "IP4FWD"
23392   layout:
23393     title: "memif-3n-hsw-xl710-64b-base_and_features-pdr"
23394     layout: "plot-throughput-speedup-analysis"
23395
23396 # Speedup - VPP Container Memif 3n-skx-x710
23397 - type: "plot"
23398   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23399   algorithm: "plot_throughput_speedup_analysis"
23400   output-file-type: ".html"
23401   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-ndr-tsa"
23402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23403   filter: "'NIC_Intel-X710' and
23404            '64B' and
23405            ('BASE' or 'SCALE') and
23406            'NDRPDR' and
23407            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23408            not 'VHOST' and
23409            'MEMIF'"
23410   parameters:
23411   - "throughput"
23412   - "parent"
23413   - "tags"
23414   sort:
23415   - "L2XCFWD"
23416   - "L2XCFWD"
23417   - "L2XCFWD"
23418   - "L2BDMACLRN"
23419   - "L2BDMACLRN"
23420   - "L2BDMACLRN"
23421   - "IP4FWD"
23422   layout:
23423     title: "memif-3n-skx-x710-64b-base_and_features-ndr"
23424     layout: "plot-throughput-speedup-analysis"
23425
23426 - type: "plot"
23427   title: "Speedup: memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23428   algorithm: "plot_throughput_speedup_analysis"
23429   output-file-type: ".html"
23430   output-file: "{DIR[STATIC,VPP]}/memif-3n-skx-x710-64b-base_and_features-pdr-tsa"
23431   data: "plot-vpp-throughput-lat-tsa-3n-skx"
23432   filter: "'NIC_Intel-X710' and
23433            '64B' and
23434            ('BASE' or 'SCALE') and
23435            'NDRPDR' and
23436            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23437            not 'VHOST' and
23438            'MEMIF'"
23439   parameters:
23440   - "throughput"
23441   - "parent"
23442   - "tags"
23443   sort:
23444   - "L2XCFWD"
23445   - "L2XCFWD"
23446   - "L2XCFWD"
23447   - "L2BDMACLRN"
23448   - "L2BDMACLRN"
23449   - "L2BDMACLRN"
23450   - "IP4FWD"
23451   layout:
23452     title: "memif-3n-skx-x710-64b-base_and_features-pdr"
23453     layout: "plot-throughput-speedup-analysis"
23454
23455 # Speedup - VPP Container Memif 2n-skx-x710
23456 - type: "plot"
23457   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23458   algorithm: "plot_throughput_speedup_analysis"
23459   output-file-type: ".html"
23460   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-ndr-tsa"
23461   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23462   filter: "'NIC_Intel-X710' and
23463            '64B' and
23464            ('BASE' or 'SCALE') and
23465            'NDRPDR' and
23466            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23467            not 'VHOST' and
23468            not 'NF_DENSITY' and
23469            'MEMIF'"
23470   parameters:
23471   - "throughput"
23472   - "parent"
23473   - "tags"
23474   sort:
23475   - "L2XCFWD"
23476   - "L2XCFWD"
23477   - "L2XCFWD"
23478   - "L2BDMACLRN"
23479   - "L2BDMACLRN"
23480   - "L2BDMACLRN"
23481   - "IP4FWD"
23482   layout:
23483     title: "memif-2n-skx-x710-64b-base_and_features-ndr"
23484     layout: "plot-throughput-speedup-analysis"
23485
23486 - type: "plot"
23487   title: "Speedup: memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23488   algorithm: "plot_throughput_speedup_analysis"
23489   output-file-type: ".html"
23490   output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-x710-64b-base_and_features-pdr-tsa"
23491   data: "plot-vpp-throughput-lat-tsa-2n-skx"
23492   filter: "'NIC_Intel-X710' and
23493            '64B' and
23494            ('BASE' or 'SCALE') and
23495            'NDRPDR' and
23496            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23497            not 'VHOST' and
23498            not 'NF_DENSITY' and
23499            'MEMIF'"
23500   parameters:
23501   - "throughput"
23502   - "parent"
23503   - "tags"
23504   sort:
23505   - "L2XCFWD"
23506   - "L2XCFWD"
23507   - "L2XCFWD"
23508   - "L2BDMACLRN"
23509   - "L2BDMACLRN"
23510   - "L2BDMACLRN"
23511   - "IP4FWD"
23512   layout:
23513     title: "memif-2n-skx-x710-64b-base_and_features-pdr"
23514     layout: "plot-throughput-speedup-analysis"
23515
23516 ## Speedup - VPP Container Memif 2n-skx-xxv710
23517 #- type: "plot"
23518 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23519 #  algorithm: "plot_throughput_speedup_analysis"
23520 #  output-file-type: ".html"
23521 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
23522 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23523 #  filter: "'NIC_Intel-XXV710' and
23524 #           '64B' and
23525 #           ('BASE' or 'SCALE') and
23526 #           'NDRPDR' and
23527 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23528 #           not 'VHOST' and
23529 #           'MEMIF'"
23530 #  parameters:
23531 #  - "throughput"
23532 #  - "parent"
23533 #  - "tags"
23534 #  sort:
23535 #  - "L2XCFWD"
23536 #  - "L2XCFWD"
23537 #  - "L2XCFWD"
23538 #  - "L2BDMACLRN"
23539 #  - "L2BDMACLRN"
23540 #  - "L2BDMACLRN"
23541 #  - "IP4FWD"
23542 #  layout:
23543 #    title: "memif-2n-skx-xxv710-64b-base_and_features-ndr"
23544 #    layout: "plot-throughput-speedup-analysis"
23545 #
23546 #- type: "plot"
23547 #  title: "Speedup: memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23548 #  algorithm: "plot_throughput_speedup_analysis"
23549 #  output-file-type: ".html"
23550 #  output-file: "{DIR[STATIC,VPP]}/memif-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
23551 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
23552 #  filter: "'NIC_Intel-XXV710' and
23553 #           '64B' and
23554 #           ('BASE' or 'SCALE') and
23555 #           'NDRPDR' and
23556 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH' or 'IP4FWD') and
23557 #           not 'VHOST' and
23558 #           'MEMIF'"
23559 #  parameters:
23560 #  - "throughput"
23561 #  - "parent"
23562 #  - "tags"
23563 #  sort:
23564 #  - "L2XCFWD"
23565 #  - "L2XCFWD"
23566 #  - "L2XCFWD"
23567 #  - "L2BDMACLRN"
23568 #  - "L2BDMACLRN"
23569 #  - "L2BDMACLRN"
23570 #  - "IP4FWD"
23571 #  layout:
23572 #    title: "memif-2n-skx-xxv710-64b-base_and_features-pdr"
23573 #    layout: "plot-throughput-speedup-analysis"
23574
23575 ################################################################################
23576
23577 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2xc
23578 #- type: "plot"
23579 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23580 #  algorithm: "plot_throughput_speedup_analysis"
23581 #  output-file-type: ".html"
23582 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-ndr-tsa"
23583 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23584 #  filter: "'NIC_Intel-X520-DA2' and
23585 #           '64B' and
23586 #           ('BASE' or 'SCALE') and
23587 #           'NDRPDR' and
23588 #           'L2XCFWD' and
23589 #           not 'VHOST' and
23590 #           not 'NF_DENSITY' and
23591 #           'MEMIF'"
23592 #  parameters:
23593 #  - "throughput"
23594 #  - "parent"
23595 #  - "tags"
23596 #  sort:
23597 #  - "1VNF"
23598 #  - "2VNF"
23599 #  - "4VNF"
23600 #  - "2VNF"
23601 #  - "4VNF"
23602 #  layout:
23603 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2xc"
23604 #    layout: "plot-throughput-speedup-analysis"
23605 #
23606 #- type: "plot"
23607 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23608 #  algorithm: "plot_throughput_speedup_analysis"
23609 #  output-file-type: ".html"
23610 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr-tsa"
23611 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23612 #  filter: "'NIC_Intel-X520-DA2' and
23613 #           '64B' and
23614 #           ('BASE' or 'SCALE') and
23615 #           'NDRPDR' and
23616 #           'L2XCFWD' and
23617 #           not 'VHOST' and
23618 #           not 'NF_DENSITY' and
23619 #           'MEMIF'"
23620 #  parameters:
23621 #  - "throughput"
23622 #  - "parent"
23623 #  - "tags"
23624 #  sort:
23625 #  - "1VNF"
23626 #  - "2VNF"
23627 #  - "4VNF"
23628 #  - "2VNF"
23629 #  - "4VNF"
23630 #  layout:
23631 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2xc-pdr"
23632 #    layout: "plot-throughput-speedup-analysis"
23633 #
23634 ## Speedup - VPP Container k8s memif 3n-hsw-x520 - l2bd
23635 #- type: "plot"
23636 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23637 #  algorithm: "plot_throughput_speedup_analysis"
23638 #  output-file-type: ".html"
23639 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-ndr-tsa"
23640 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23641 #  filter: "'NIC_Intel-X520-DA2' and
23642 #           '64B' and
23643 #           ('BASE' or 'SCALE') and
23644 #           'NDRPDR' and
23645 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23646 #           not 'VHOST' and
23647 #           not 'NF_DENSITY' and
23648 #           'MEMIF'"
23649 #  parameters:
23650 #  - "throughput"
23651 #  - "parent"
23652 #  - "tags"
23653 #  sort:
23654 #  - "1VNF"
23655 #  - "2VNF"
23656 #  - "4VNF"
23657 #  - "2VNF"
23658 #  - "4VNF"
23659 #  layout:
23660 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-ndr-l2bd"
23661 #    layout: "plot-throughput-speedup-analysis"
23662 #
23663 #- type: "plot"
23664 #  title: "Speedup: k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23665 #  algorithm: "plot_throughput_speedup_analysis"
23666 #  output-file-type: ".html"
23667 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr-tsa"
23668 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23669 #  filter: "'NIC_Intel-X520-DA2' and
23670 #           '64B' and
23671 #           ('BASE' or 'SCALE') and
23672 #           'NDRPDR' and
23673 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23674 #           not 'VHOST' and
23675 #           not 'NF_DENSITY' and
23676 #           'MEMIF'"
23677 #  parameters:
23678 #  - "throughput"
23679 #  - "parent"
23680 #  - "tags"
23681 #  sort:
23682 #  - "1VNF"
23683 #  - "2VNF"
23684 #  - "4VNF"
23685 #  - "2VNF"
23686 #  - "4VNF"
23687 #  layout:
23688 #    title: "k8s-memif-3n-hsw-x520-64b-base_and_scale-l2bd-pdr"
23689 #    layout: "plot-throughput-speedup-analysis"
23690 #
23691 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2xc
23692 #- type: "plot"
23693 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23694 #  algorithm: "plot_throughput_speedup_analysis"
23695 #  output-file-type: ".html"
23696 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr-tsa"
23697 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23698 #  filter: "'NIC_Intel-X710' and
23699 #           '64B' and
23700 #           ('BASE' or 'SCALE') and
23701 #           'NDRPDR' and
23702 #           'L2XCFWD' and
23703 #           not 'VHOST' and
23704 #           not 'NF_DENSITY' and
23705 #           'MEMIF'"
23706 #  parameters:
23707 #  - "throughput"
23708 #  - "parent"
23709 #  - "tags"
23710 #  sort:
23711 #  - "1VNF"
23712 #  - "2VNF"
23713 #  - "4VNF"
23714 #  - "2VNF"
23715 #  - "4VNF"
23716 #  layout:
23717 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-ndr"
23718 #    layout: "plot-throughput-speedup-analysis"
23719 #
23720 #- type: "plot"
23721 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23722 #  algorithm: "plot_throughput_speedup_analysis"
23723 #  output-file-type: ".html"
23724 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr-tsa"
23725 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23726 #  filter: "'NIC_Intel-X710' and
23727 #           '64B' and
23728 #           ('BASE' or 'SCALE') and
23729 #           'NDRPDR' and
23730 #           'L2XCFWD' and
23731 #           not 'VHOST' and
23732 #           not 'NF_DENSITY' and
23733 #           'MEMIF'"
23734 #  parameters:
23735 #  - "throughput"
23736 #  - "parent"
23737 #  - "tags"
23738 #  sort:
23739 #  - "1VNF"
23740 #  - "2VNF"
23741 #  - "4VNF"
23742 #  - "2VNF"
23743 #  - "4VNF"
23744 #  layout:
23745 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2xc-pdr"
23746 #    layout: "plot-throughput-speedup-analysis"
23747 #
23748 ## Speedup - VPP Container Memif 3n-hsw-x710 - l2bd
23749 #- type: "plot"
23750 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23751 #  algorithm: "plot_throughput_speedup_analysis"
23752 #  output-file-type: ".html"
23753 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr-tsa"
23754 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23755 #  filter: "'NIC_Intel-X710' and
23756 #           '64B' and
23757 #           ('BASE' or 'SCALE') and
23758 #           'NDRPDR' and
23759 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23760 #           not 'VHOST' and
23761 #           not 'NF_DENSITY' and
23762 #           'MEMIF'"
23763 #  parameters:
23764 #  - "throughput"
23765 #  - "parent"
23766 #  - "tags"
23767 #  sort:
23768 #  - "1VNF"
23769 #  - "2VNF"
23770 #  - "4VNF"
23771 #  - "2VNF"
23772 #  - "4VNF"
23773 #  layout:
23774 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-ndr"
23775 #    layout: "plot-throughput-speedup-analysis"
23776 #
23777 #- type: "plot"
23778 #  title: "Speedup: k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23779 #  algorithm: "plot_throughput_speedup_analysis"
23780 #  output-file-type: ".html"
23781 #  output-file: "{DIR[STATIC,VPP]}/k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr-tsa"
23782 #  data: "plot-ligato-throughput-lat-tsa-3n-hsw"
23783 #  filter: "'NIC_Intel-X710' and
23784 #           '64B' and
23785 #           ('BASE' or 'SCALE') and
23786 #           'NDRPDR' and
23787 #           ('L2BDMACSTAT' or 'L2BDMACLRN') and
23788 #           not 'VHOST' and
23789 #           not 'NF_DENSITY' and
23790 #           'MEMIF'"
23791 #  parameters:
23792 #  - "throughput"
23793 #  - "parent"
23794 #  - "tags"
23795 #  sort:
23796 #  - "1VNF"
23797 #  - "2VNF"
23798 #  - "4VNF"
23799 #  - "2VNF"
23800 #  - "4VNF"
23801 #  layout:
23802 #    title: "k8s-memif-3n-hsw-x710-64b-base_and_scale-l2bd-pdr"
23803 #    layout: "plot-throughput-speedup-analysis"
23804
23805 ################################################################################
23806
23807 # Speedup - VPP IPv4 3n-hsw-x520 base and scale
23808 - type: "plot"
23809   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23810   algorithm: "plot_throughput_speedup_analysis"
23811   output-file-type: ".html"
23812   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
23813   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23814   filter: "'NIC_Intel-X520-DA2' and
23815            '64B' and
23816            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23817            'NDRPDR' and
23818            'IP4FWD' and
23819            not 'IPSEC' and
23820            not 'DOT1Q' and
23821            not 'VHOST'"
23822   parameters:
23823   - "throughput"
23824   - "parent"
23825   - "tags"
23826   sort:
23827   - "DOT1Q"
23828   - "IP4BASE"
23829   - "FIB_20K"
23830   - "FIB_200K"
23831   - "FIB_2M"
23832   layout:
23833     title: "ip4-3n-hsw-x520-64b-base_and_scale-ndr"
23834     layout: "plot-throughput-speedup-analysis"
23835
23836 - type: "plot"
23837   title: "Speedup: ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23838   algorithm: "plot_throughput_speedup_analysis"
23839   output-file-type: ".html"
23840   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
23841   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23842   filter: "'NIC_Intel-X520-DA2' and
23843            '64B' and
23844            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
23845            'NDRPDR' and
23846            'IP4FWD' and
23847            not 'IPSEC' and
23848            not 'DOT1Q' and
23849            not 'VHOST'"
23850   parameters:
23851   - "throughput"
23852   - "parent"
23853   - "tags"
23854   sort:
23855   - "DOT1Q"
23856   - "IP4BASE"
23857   - "FIB_20K"
23858   - "FIB_200K"
23859   - "FIB_2M"
23860   layout:
23861     title: "ip4-3n-hsw-x520-64b-base_and_scale-pdr"
23862     layout: "plot-throughput-speedup-analysis"
23863
23864 # Speedup - VPP IPv4 3n-hsw-x520 features
23865 - type: "plot"
23866   title: "Speedup: ip4-3n-hsw-x520-64b-features-ndr-tsa"
23867   algorithm: "plot_throughput_speedup_analysis"
23868   output-file-type: ".html"
23869   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-ndr-tsa"
23870   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23871   filter: "'NIC_Intel-X520-DA2' and
23872            '64B' and
23873            ('IP4BASE' or
23874             'POLICE_MARK' or
23875             'COPWHLIST' or
23876             ('NAT44' and 'BASE') or
23877             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23878            'NDRPDR' and
23879            'IP4FWD' and
23880            not 'IPSEC' and
23881            not 'VHOST'"
23882   parameters:
23883   - "throughput"
23884   - "parent"
23885   - "tags"
23886   sort:
23887   - "DOT1Q"
23888   - "IP4BASE"
23889   - "NAT44"
23890   - "POLICE_MARK"
23891   - "COPWHLIST"
23892   - "IACL"
23893   - "OACL"
23894   layout:
23895     title: "ip4-3n-hsw-x520-64b-features-ndr"
23896     layout: "plot-throughput-speedup-analysis"
23897
23898 - type: "plot"
23899   title: "Speedup: ip4-3n-hsw-x520-64b-features-pdr-tsa"
23900   algorithm: "plot_throughput_speedup_analysis"
23901   output-file-type: ".html"
23902   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-pdr-tsa"
23903   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23904   filter: "'NIC_Intel-X520-DA2' and
23905            '64B' and
23906            ('IP4BASE' or
23907             'POLICE_MARK' or
23908             'COPWHLIST' or
23909             ('NAT44' and 'BASE') or
23910             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
23911            'NDRPDR' and
23912            'IP4FWD' and
23913            not 'IPSEC' and
23914            not 'VHOST'"
23915   parameters:
23916   - "throughput"
23917   - "parent"
23918   - "tags"
23919   sort:
23920   - "DOT1Q"
23921   - "IP4BASE"
23922   - "NAT44"
23923   - "POLICE_MARK"
23924   - "COPWHLIST"
23925   - "IACL"
23926   - "OACL"
23927   layout:
23928     title: "ip4-3n-hsw-x520-64b-features-pdr"
23929     layout: "plot-throughput-speedup-analysis"
23930
23931 # Speedup - VPP IPv4 3n-hsw-x520 features nat44
23932 - type: "plot"
23933   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23934   algorithm: "plot_throughput_speedup_analysis"
23935   output-file-type: ".html"
23936   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-ndr-tsa"
23937   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23938   filter: "'NIC_Intel-X520-DA2' and
23939            '64B' and
23940            'NDRPDR' and
23941            'IP4FWD' and
23942            ('NAT44' or 'IP4BASE') and
23943            not 'DOT1Q' and
23944            not 'IPSEC' and
23945            not 'VHOST'"
23946   parameters:
23947   - "throughput"
23948   - "parent"
23949   - "tags"
23950   sort:
23951   - "IP4BASE"
23952   - "BASE"
23953   - "SRC_USER_10"
23954   - "SRC_USER_100"
23955   - "SRC_USER_1000"
23956   - "SRC_USER_2000"
23957   layout:
23958     title: "ip4-3n-hsw-x520-64b-features-nat44-ndr"
23959     layout: "plot-throughput-speedup-analysis"
23960
23961 - type: "plot"
23962   title: "Speedup: ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23963   algorithm: "plot_throughput_speedup_analysis"
23964   output-file-type: ".html"
23965   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-nat44-pdr-tsa"
23966   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23967   filter: "'NIC_Intel-X520-DA2' and
23968            '64B' and
23969            'NDRPDR' and
23970            'IP4FWD' and
23971            ('NAT44' or 'IP4BASE') and
23972            not 'DOT1Q' and
23973            not 'IPSEC' and
23974            not 'VHOST'"
23975   parameters:
23976   - "throughput"
23977   - "parent"
23978   - "tags"
23979   sort:
23980   - "IP4BASE"
23981   - "BASE"
23982   - "SRC_USER_10"
23983   - "SRC_USER_100"
23984   - "SRC_USER_1000"
23985   - "SRC_USER_2000"
23986   layout:
23987     title: "ip4-3n-hsw-x520-64b-features-nat44-pdr"
23988     layout: "plot-throughput-speedup-analysis"
23989
23990 # Speedup - VPP IPv4 3n-hsw-x520 features iacl
23991 - type: "plot"
23992   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23993   algorithm: "plot_throughput_speedup_analysis"
23994   output-file-type: ".html"
23995   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-ndr-tsa"
23996   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
23997   filter: "'NIC_Intel-X520-DA2' and
23998            '64B' and
23999            'NDRPDR' and
24000            'IP4FWD' and
24001            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24002            not 'IPSEC' and
24003            not 'DOT1Q' and
24004            not 'VHOST'"
24005   parameters:
24006   - "throughput"
24007   - "parent"
24008   - "tags"
24009   sort:
24010   - "IP4BASE"
24011   - "ACL_STATELESS"
24012   - "ACL_STATEFUL"
24013   - "ACL_STATELESS"
24014   - "ACL_STATEFUL"
24015   layout:
24016     title: "ip4-3n-hsw-x520-64b-features-iacl-ndr"
24017     layout: "plot-throughput-speedup-analysis"
24018
24019 - type: "plot"
24020   title: "Speedup: ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24021   algorithm: "plot_throughput_speedup_analysis"
24022   output-file-type: ".html"
24023   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-iacl-pdr-tsa"
24024   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24025   filter: "'NIC_Intel-X520-DA2' and
24026            '64B' and
24027            'NDRPDR' and
24028            'IP4FWD' and
24029            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24030            not 'IPSEC' and
24031            not 'DOT1Q' and
24032            not 'VHOST'"
24033   parameters:
24034   - "throughput"
24035   - "parent"
24036   - "tags"
24037   sort:
24038   - "IP4BASE"
24039   - "ACL_STATELESS"
24040   - "ACL_STATEFUL"
24041   - "ACL_STATELESS"
24042   - "ACL_STATEFUL"
24043   layout:
24044     title: "ip4-3n-hsw-x520-64b-features-iacl-pdr"
24045     layout: "plot-throughput-speedup-analysis"
24046
24047 # Speedup - VPP IPv4 3n-hsw-x520 features oacl
24048 - type: "plot"
24049   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24050   algorithm: "plot_throughput_speedup_analysis"
24051   output-file-type: ".html"
24052   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-ndr-tsa"
24053   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24054   filter: "'NIC_Intel-X520-DA2' and
24055            '64B' and
24056            'NDRPDR' and
24057            'IP4FWD' and
24058            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24059            not 'IPSEC' and
24060            not 'DOT1Q' and
24061            not 'VHOST'"
24062   parameters:
24063   - "throughput"
24064   - "parent"
24065   - "tags"
24066   sort:
24067   - "IP4BASE"
24068   - "ACL_STATELESS"
24069   - "ACL_STATEFUL"
24070   - "ACL_STATELESS"
24071   - "ACL_STATEFUL"
24072   layout:
24073     title: "ip4-3n-hsw-x520-64b-features-oacl-ndr"
24074     layout: "plot-throughput-speedup-analysis"
24075
24076 - type: "plot"
24077   title: "Speedup: ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24078   algorithm: "plot_throughput_speedup_analysis"
24079   output-file-type: ".html"
24080   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x520-64b-features-oacl-pdr-tsa"
24081   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24082   filter: "'NIC_Intel-X520-DA2' and
24083            '64B' and
24084            'NDRPDR' and
24085            'IP4FWD' and
24086            (('OACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24087            not 'IPSEC' and
24088            not 'DOT1Q' and
24089            not 'VHOST'"
24090   parameters:
24091   - "throughput"
24092   - "parent"
24093   - "tags"
24094   sort:
24095   - "IP4BASE"
24096   - "ACL_STATELESS"
24097   - "ACL_STATEFUL"
24098   - "ACL_STATELESS"
24099   - "ACL_STATEFUL"
24100   layout:
24101     title: "ip4-3n-hsw-x520-64b-features-oacl-pdr"
24102     layout: "plot-throughput-speedup-analysis"
24103
24104 # Speedup - VPP IPv4 3n-hsw-x710 base and scale
24105 - type: "plot"
24106   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24107   algorithm: "plot_throughput_speedup_analysis"
24108   output-file-type: ".html"
24109   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24110   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24111   filter: "'NIC_Intel-X710' and
24112            '64B' and
24113            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24114            'NDRPDR' and
24115            'IP4FWD' and
24116            not 'IPSEC' and
24117            not 'DOT1Q' and
24118            not 'VHOST'"
24119   parameters:
24120   - "throughput"
24121   - "parent"
24122   - "tags"
24123   sort:
24124   - "IP4BASE"
24125   - "FIB_20K"
24126   - "FIB_200K"
24127   - "FIB_2M"
24128   layout:
24129     title: "ip4-3n-hsw-x710-64b-base_and_scale-ndr"
24130     layout: "plot-throughput-speedup-analysis"
24131
24132 - type: "plot"
24133   title: "Speedup: ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24134   algorithm: "plot_throughput_speedup_analysis"
24135   output-file-type: ".html"
24136   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24137   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24138   filter: "'NIC_Intel-X710' and
24139            '64B' and
24140            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24141            'NDRPDR' and
24142            'IP4FWD' and
24143            not 'IPSEC' and
24144            not 'DOT1Q' and
24145            not 'VHOST'"
24146   parameters:
24147   - "throughput"
24148   - "parent"
24149   - "tags"
24150   sort:
24151   - "IP4BASE"
24152   - "FIB_20K"
24153   - "FIB_200K"
24154   - "FIB_2M"
24155   layout:
24156     title: "ip4-3n-hsw-x710-64b-base_and_scale-pdr"
24157     layout: "plot-throughput-speedup-analysis"
24158
24159 # Speedup - VPP IPv4 3n-hsw-x710 features
24160 - type: "plot"
24161   title: "Speedup: ip4-3n-hsw-x710-64b-features-ndr-tsa"
24162   algorithm: "plot_throughput_speedup_analysis"
24163   output-file-type: ".html"
24164   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-ndr-tsa"
24165   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24166   filter: "'NIC_Intel-X710' and
24167            '64B' and
24168            ('IP4BASE' or
24169             'POLICE_MARK' or
24170             'COPWHLIST' or
24171             ('NAT44' and 'BASE') or
24172             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24173            'NDRPDR' and
24174            'IP4FWD' and
24175            not 'IPSEC' and
24176            not 'VHOST'"
24177   parameters:
24178   - "throughput"
24179   - "parent"
24180   - "tags"
24181   sort:
24182   - "DOT1Q"
24183   - "IP4BASE"
24184   - "NAT44"
24185   - "POLICE_MARK"
24186   - "COPWHLIST"
24187   - "IACL"
24188   - "OACL"
24189   layout:
24190     title: "ip4-3n-hsw-x710-64b-features-ndr"
24191     layout: "plot-throughput-speedup-analysis"
24192
24193 - type: "plot"
24194   title: "Speedup: ip4-3n-hsw-x710-64b-features-pdr-tsa"
24195   algorithm: "plot_throughput_speedup_analysis"
24196   output-file-type: ".html"
24197   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-pdr-tsa"
24198   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24199   filter: "'NIC_Intel-X710' and
24200            '64B' and
24201            ('IP4BASE' or
24202             'POLICE_MARK' or
24203             'COPWHLIST' or
24204             ('NAT44' and 'BASE') or
24205             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24206            'NDRPDR' and
24207            'IP4FWD' and
24208            not 'IPSEC' and
24209            not 'VHOST'"
24210   parameters:
24211   - "throughput"
24212   - "parent"
24213   - "tags"
24214   sort:
24215   - "DOT1Q"
24216   - "IP4BASE"
24217   - "NAT44"
24218   - "POLICE_MARK"
24219   - "COPWHLIST"
24220   - "IACL"
24221   - "OACL"
24222   layout:
24223     title: "ip4-3n-hsw-x710-64b-features-pdr"
24224     layout: "plot-throughput-speedup-analysis"
24225
24226 # Speedup - VPP IPv4 3n-hsw-x710 features nat44
24227 - type: "plot"
24228   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24229   algorithm: "plot_throughput_speedup_analysis"
24230   output-file-type: ".html"
24231   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-ndr-tsa"
24232   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24233   filter: "'NIC_Intel-X710' and
24234            '64B' and
24235            'NDRPDR' and
24236            'IP4FWD' and
24237            ('NAT44' or 'IP4BASE') and
24238            not 'IPSEC' and
24239            not 'VHOST'"
24240   parameters:
24241   - "throughput"
24242   - "parent"
24243   - "tags"
24244   sort:
24245   - "IP4BASE"
24246   - "BASE"
24247   - "SRC_USER_10"
24248   - "SRC_USER_100"
24249   - "SRC_USER_1000"
24250   - "SRC_USER_2000"
24251   layout:
24252     title: "ip4-3n-hsw-x710-64b-features-nat44-ndr"
24253     layout: "plot-throughput-speedup-analysis"
24254
24255 - type: "plot"
24256   title: "Speedup: ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24257   algorithm: "plot_throughput_speedup_analysis"
24258   output-file-type: ".html"
24259   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-nat44-pdr-tsa"
24260   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24261   filter: "'NIC_Intel-X710' and
24262            '64B' and
24263            'NDRPDR' and
24264            'IP4FWD' and
24265            ('NAT44' or 'IP4BASE') and
24266            not 'IPSEC' and
24267            not 'VHOST'"
24268   parameters:
24269   - "throughput"
24270   - "parent"
24271   - "tags"
24272   sort:
24273   - "IP4BASE"
24274   - "BASE"
24275   - "SRC_USER_10"
24276   - "SRC_USER_100"
24277   - "SRC_USER_1000"
24278   - "SRC_USER_2000"
24279   layout:
24280     title: "ip4-3n-hsw-x710-64b-features-nat44-pdr"
24281     layout: "plot-throughput-speedup-analysis"
24282
24283 # Speedup - VPP IPv4 3n-hsw-x710 features iacl
24284 - type: "plot"
24285   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24286   algorithm: "plot_throughput_speedup_analysis"
24287   output-file-type: ".html"
24288   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-ndr-tsa"
24289   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24290   filter: "'NIC_Intel-X710' and
24291            '64B' and
24292            'NDRPDR' and
24293            'IP4FWD' and
24294            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24295            not 'IPSEC' and
24296            not 'VHOST'"
24297   parameters:
24298   - "throughput"
24299   - "parent"
24300   - "tags"
24301   sort:
24302   - "IP4BASE"
24303   - "ACL_STATELESS"
24304   - "ACL_STATEFUL"
24305   - "ACL_STATELESS"
24306   - "ACL_STATEFUL"
24307   layout:
24308     title: "ip4-3n-hsw-x710-64b-features-iacl-ndr"
24309     layout: "plot-throughput-speedup-analysis"
24310
24311 - type: "plot"
24312   title: "Speedup: ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24313   algorithm: "plot_throughput_speedup_analysis"
24314   output-file-type: ".html"
24315   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-x710-64b-features-iacl-pdr-tsa"
24316   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24317   filter: "'NIC_Intel-X710' and
24318            '64B' and
24319            'NDRPDR' and
24320            'IP4FWD' and
24321            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24322            not 'IPSEC' and
24323            not 'VHOST'"
24324   parameters:
24325   - "throughput"
24326   - "parent"
24327   - "tags"
24328   sort:
24329   - "IP4BASE"
24330   - "ACL_STATELESS"
24331   - "ACL_STATEFUL"
24332   - "ACL_STATELESS"
24333   - "ACL_STATEFUL"
24334   layout:
24335     title: "ip4-3n-hsw-x710-64b-features-iacl-pdr"
24336     layout: "plot-throughput-speedup-analysis"
24337
24338 # Speedup - VPP IPv4 3n-hsw-xl710 base and scale
24339 - type: "plot"
24340   title: "Speedup: ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24341   algorithm: "plot_throughput_speedup_analysis"
24342   output-file-type: ".html"
24343   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-ndr-tsa"
24344   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24345   filter: "'NIC_Intel-XL710' and
24346            '64B' and
24347            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24348            'NDRPDR' and
24349            'IP4FWD' and
24350            not 'IPSEC' and
24351            not 'VHOST'"
24352   parameters:
24353   - "throughput"
24354   - "parent"
24355   - "tags"
24356   sort:
24357   - "IP4BASE"
24358   - "FIB_20K"
24359   - "FIB_200K"
24360   - "FIB_2M"
24361   layout:
24362     title: "ip4-3n-hsw-xl710-64b-base-ndr"
24363     layout: "plot-throughput-speedup-analysis"
24364
24365 - type: "plot"
24366   title: "Speedup: ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24367   algorithm: "plot_throughput_speedup_analysis"
24368   output-file-type: ".html"
24369   output-file: "{DIR[STATIC,VPP]}/ip4-3n-hsw-xl710-64b-base-pdr-tsa"
24370   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24371   filter: "'NIC_Intel-XL710' and
24372            '64B' and
24373            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24374            'NDRPDR' and
24375            'IP4FWD' and
24376            not 'IPSEC' and
24377            not 'VHOST'"
24378   parameters:
24379   - "throughput"
24380   - "parent"
24381   - "tags"
24382   sort:
24383   - "IP4BASE"
24384   - "FIB_20K"
24385   - "FIB_200K"
24386   - "FIB_2M"
24387   layout:
24388     title: "ip4-3n-hsw-xl710-64b-base-pdr"
24389     layout: "plot-throughput-speedup-analysis"
24390
24391 # Speedup - VPP IPv4 3n-skx-x710 base and scale
24392 - type: "plot"
24393   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24394   algorithm: "plot_throughput_speedup_analysis"
24395   output-file-type: ".html"
24396   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
24397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24398   filter: "'NIC_Intel-X710' and
24399            '64B' and
24400            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24401            'NDRPDR' and
24402            'IP4FWD' and
24403            not 'IPSEC' and
24404            not 'DOT1Q' and
24405            not 'VHOST'"
24406   parameters:
24407   - "throughput"
24408   - "parent"
24409   - "tags"
24410   sort:
24411   - "IP4BASE"
24412   - "FIB_20K"
24413   - "FIB_200K"
24414   - "FIB_2M"
24415   layout:
24416     title: "ip4-3n-skx-x710-64b-base_and_scale-ndr"
24417     layout: "plot-throughput-speedup-analysis"
24418
24419 - type: "plot"
24420   title: "Speedup: ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24421   algorithm: "plot_throughput_speedup_analysis"
24422   output-file-type: ".html"
24423   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
24424   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24425   filter: "'NIC_Intel-X710' and
24426            '64B' and
24427            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24428            'NDRPDR' and
24429            'IP4FWD' and
24430            not 'IPSEC' and
24431            not 'DOT1Q' and
24432            not 'VHOST'"
24433   parameters:
24434   - "throughput"
24435   - "parent"
24436   - "tags"
24437   sort:
24438   - "IP4BASE"
24439   - "FIB_20K"
24440   - "FIB_200K"
24441   - "FIB_2M"
24442   layout:
24443     title: "ip4-3n-skx-x710-64b-base_and_scale-pdr"
24444     layout: "plot-throughput-speedup-analysis"
24445
24446 # Speedup - VPP IPv4 3n-skx-x710 features
24447 - type: "plot"
24448   title: "Speedup: ip4-3n-skx-x710-64b-features-ndr-tsa"
24449   algorithm: "plot_throughput_speedup_analysis"
24450   output-file-type: ".html"
24451   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-ndr-tsa"
24452   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24453   filter: "'NIC_Intel-X710' and
24454            '64B' and
24455            ('IP4BASE' or
24456             'POLICE_MARK' or
24457             'COPWHLIST' or
24458             ('NAT44' and 'BASE') or
24459             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24460            'NDRPDR' and
24461            'IP4FWD' and
24462            not 'IPSEC' and
24463            not 'VHOST'"
24464   parameters:
24465   - "throughput"
24466   - "parent"
24467   - "tags"
24468   sort:
24469   - "DOT1Q"
24470   - "IP4BASE"
24471   - "NAT44"
24472   - "POLICE_MARK"
24473   - "COPWHLIST"
24474   - "IACL"
24475   - "OACL"
24476   layout:
24477     title: "ip4-3n-skx-x710-64b-features-ndr"
24478     layout: "plot-throughput-speedup-analysis"
24479
24480 - type: "plot"
24481   title: "Speedup: ip4-3n-skx-x710-64b-features-pdr-tsa"
24482   algorithm: "plot_throughput_speedup_analysis"
24483   output-file-type: ".html"
24484   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-pdr-tsa"
24485   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24486   filter: "'NIC_Intel-X710' and
24487            '64B' and
24488            ('IP4BASE' or
24489             'POLICE_MARK' or
24490             'COPWHLIST' or
24491             ('NAT44' and 'BASE') or
24492             ('ACL_STATELESS' and 'ACL10' and '10K_FLOWS')) and
24493            'NDRPDR' and
24494            'IP4FWD' and
24495            not 'IPSEC' and
24496            not 'VHOST'"
24497   parameters:
24498   - "throughput"
24499   - "parent"
24500   - "tags"
24501   sort:
24502   - "DOT1Q"
24503   - "IP4BASE"
24504   - "NAT44"
24505   - "POLICE_MARK"
24506   - "COPWHLIST"
24507   - "IACL"
24508   - "OACL"
24509   layout:
24510     title: "ip4-3n-skx-x710-64b-features-pdr"
24511     layout: "plot-throughput-speedup-analysis"
24512
24513 # Speedup - VPP IPv4 3n-skx-x710 features nat44
24514 - type: "plot"
24515   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24516   algorithm: "plot_throughput_speedup_analysis"
24517   output-file-type: ".html"
24518   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-ndr-tsa"
24519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24520   filter: "'NIC_Intel-X710' and
24521            '64B' and
24522            'NDRPDR' and
24523            'IP4FWD' and
24524            ('NAT44' or 'IP4BASE') and
24525            not 'IPSEC' and
24526            not 'VHOST'"
24527   parameters:
24528   - "throughput"
24529   - "parent"
24530   - "tags"
24531   sort:
24532   - "IP4BASE"
24533   - "BASE"
24534   - "SRC_USER_10"
24535   - "SRC_USER_100"
24536   - "SRC_USER_1000"
24537   - "SRC_USER_2000"
24538   layout:
24539     title: "ip4-3n-skx-x710-64b-features-nat44-ndr"
24540     layout: "plot-throughput-speedup-analysis"
24541
24542 - type: "plot"
24543   title: "Speedup: ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24544   algorithm: "plot_throughput_speedup_analysis"
24545   output-file-type: ".html"
24546   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-nat44-pdr-tsa"
24547   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24548   filter: "'NIC_Intel-X710' and
24549            '64B' and
24550            'NDRPDR' and
24551            'IP4FWD' and
24552            ('NAT44' or 'IP4BASE') and
24553            not 'IPSEC' and
24554            not 'VHOST'"
24555   parameters:
24556   - "throughput"
24557   - "parent"
24558   - "tags"
24559   sort:
24560   - "IP4BASE"
24561   - "BASE"
24562   - "SRC_USER_10"
24563   - "SRC_USER_100"
24564   - "SRC_USER_1000"
24565   - "SRC_USER_2000"
24566   layout:
24567     title: "ip4-3n-skx-x710-64b-features-nat44-pdr"
24568     layout: "plot-throughput-speedup-analysis"
24569
24570 # Speedup - VPP IPv4 3n-skx-x710 features iacl
24571 - type: "plot"
24572   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24573   algorithm: "plot_throughput_speedup_analysis"
24574   output-file-type: ".html"
24575   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-ndr-tsa"
24576   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24577   filter: "'NIC_Intel-X710' and
24578            '64B' and
24579            'NDRPDR' and
24580            'IP4FWD' and
24581            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24582            not 'IPSEC' and
24583            not 'VHOST'"
24584   parameters:
24585   - "throughput"
24586   - "parent"
24587   - "tags"
24588   sort:
24589   - "IP4BASE"
24590   - "ACL_STATELESS"
24591   - "ACL_STATEFUL"
24592   - "ACL_STATELESS"
24593   - "ACL_STATEFUL"
24594   layout:
24595     title: "ip4-3n-skx-x710-64b-features-iacl-ndr"
24596     layout: "plot-throughput-speedup-analysis"
24597
24598 - type: "plot"
24599   title: "Speedup: ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24600   algorithm: "plot_throughput_speedup_analysis"
24601   output-file-type: ".html"
24602   output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-iacl-pdr-tsa"
24603   data: "plot-vpp-throughput-lat-tsa-3n-skx"
24604   filter: "'NIC_Intel-X710' and
24605            '64B' and
24606            'NDRPDR' and
24607            'IP4FWD' and
24608            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24609            not 'IPSEC' and
24610            not 'VHOST'"
24611   parameters:
24612   - "throughput"
24613   - "parent"
24614   - "tags"
24615   sort:
24616   - "IP4BASE"
24617   - "ACL_STATELESS"
24618   - "ACL_STATEFUL"
24619   - "ACL_STATELESS"
24620   - "ACL_STATEFUL"
24621   layout:
24622     title: "ip4-3n-skx-x710-64b-features-iacl-pdr"
24623     layout: "plot-throughput-speedup-analysis"
24624
24625 ## Speedup - VPP IPv4 3n-skx-x710 features oacl
24626 #- type: "plot"
24627 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24628 #  algorithm: "plot_throughput_speedup_analysis"
24629 #  output-file-type: ".html"
24630 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-ndr-tsa"
24631 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24632 #  filter: "'NIC_Intel-X710' and
24633 #           '64B' and
24634 #           'NDRPDR' and
24635 #           'IP4FWD' and
24636 #           'OACL' and
24637 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24638 #           not 'IPSEC' and
24639 #           not 'VHOST'"
24640 #  parameters:
24641 #  - "throughput"
24642 #  - "parent"
24643 #  - "tags"
24644 #  sort:
24645 #  - "ACL_STATELESS"
24646 #  - "ACL_STATEFUL"
24647 #  - "ACL_STATELESS"
24648 #  - "ACL_STATEFUL"
24649 #  layout:
24650 #    title: "ip4-3n-skx-x710-64b-features-oacl-ndr"
24651 #    layout: "plot-throughput-speedup-analysis"
24652 #
24653 #- type: "plot"
24654 #  title: "Speedup: ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24655 #  algorithm: "plot_throughput_speedup_analysis"
24656 #  output-file-type: ".html"
24657 #  output-file: "{DIR[STATIC,VPP]}/ip4-3n-skx-x710-64b-features-oacl-pdr-tsa"
24658 #  data: "plot-vpp-throughput-lat-tsa-3n-skx"
24659 #  filter: "'NIC_Intel-X710' and
24660 #           '64B' and
24661 #           'NDRPDR' and
24662 #           'IP4FWD' and
24663 #           'OACL' and
24664 #           ('ACL10' or 'ACL50') and '10K_FLOWS' and
24665 #           not 'IPSEC' and
24666 #           not 'VHOST'"
24667 #  parameters:
24668 #  - "throughput"
24669 #  - "parent"
24670 #  - "tags"
24671 #  sort:
24672 #  - "ACL_STATELESS"
24673 #  - "ACL_STATEFUL"
24674 #  - "ACL_STATELESS"
24675 #  - "ACL_STATEFUL"
24676 #  layout:
24677 #    title: "ip4-3n-skx-x710-64b-features-oacl-pdr"
24678 #    layout: "plot-throughput-speedup-analysis"
24679
24680 # Speedup - VPP IPv4 2n-skx-x710 base and scale
24681 - type: "plot"
24682   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24683   algorithm: "plot_throughput_speedup_analysis"
24684   output-file-type: ".html"
24685   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
24686   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24687   filter: "'NIC_Intel-X710' and
24688            '64B' and
24689            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24690            'NDRPDR' and
24691            'IP4FWD' and
24692            not 'IPSEC' and
24693            not 'DOT1Q' and
24694            not 'VHOST'"
24695   parameters:
24696   - "throughput"
24697   - "parent"
24698   - "tags"
24699   sort:
24700   - "IP4BASE"
24701   - "FIB_20K"
24702   - "FIB_200K"
24703   - "FIB_2M"
24704   layout:
24705     title: "ip4-2n-skx-x710-64b-base_and_scale-ndr"
24706     layout: "plot-throughput-speedup-analysis"
24707
24708 - type: "plot"
24709   title: "Speedup: ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24710   algorithm: "plot_throughput_speedup_analysis"
24711   output-file-type: ".html"
24712   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
24713   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24714   filter: "'NIC_Intel-X710' and
24715            '64B' and
24716            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24717            'NDRPDR' and
24718            'IP4FWD' and
24719            not 'IPSEC' and
24720            not 'DOT1Q' and
24721            not 'VHOST'"
24722   parameters:
24723   - "throughput"
24724   - "parent"
24725   - "tags"
24726   sort:
24727   - "IP4BASE"
24728   - "FIB_20K"
24729   - "FIB_200K"
24730   - "FIB_2M"
24731   layout:
24732     title: "ip4-2n-skx-x710-64b-base_and_scale-pdr"
24733     layout: "plot-throughput-speedup-analysis"
24734
24735 # Speedup - VPP IPv4 2n-skx-x710 features iacl
24736 - type: "plot"
24737   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24738   algorithm: "plot_throughput_speedup_analysis"
24739   output-file-type: ".html"
24740   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-ndr-tsa"
24741   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24742   filter: "'NIC_Intel-X710' and
24743            '64B' and
24744            'NDRPDR' and
24745            'IP4FWD' and
24746            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24747            not 'IPSEC' and
24748            not 'VHOST'"
24749   parameters:
24750   - "throughput"
24751   - "parent"
24752   - "tags"
24753   sort:
24754   - "IP4BASE"
24755   - "ACL_STATELESS"
24756   - "ACL_STATEFUL"
24757   - "ACL_STATELESS"
24758   - "ACL_STATEFUL"
24759   layout:
24760     title: "ip4-2n-skx-x710-64b-features-iacl-ndr"
24761     layout: "plot-throughput-speedup-analysis"
24762
24763 - type: "plot"
24764   title: "Speedup: ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24765   algorithm: "plot_throughput_speedup_analysis"
24766   output-file-type: ".html"
24767   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-x710-64b-features-iacl-pdr-tsa"
24768   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24769   filter: "'NIC_Intel-X710' and
24770            '64B' and
24771            'NDRPDR' and
24772            'IP4FWD' and
24773            (('IACL' and ('ACL1' or 'ACL50') and ('10K_FLOWS' or '10k_FLOWS')) or 'IP4BASE') and
24774            not 'IPSEC' and
24775            not 'VHOST'"
24776   parameters:
24777   - "throughput"
24778   - "parent"
24779   - "tags"
24780   sort:
24781   - "IP4BASE"
24782   - "ACL_STATELESS"
24783   - "ACL_STATEFUL"
24784   - "ACL_STATELESS"
24785   - "ACL_STATEFUL"
24786   layout:
24787     title: "ip4-2n-skx-x710-64b-features-iacl-pdr"
24788     layout: "plot-throughput-speedup-analysis"
24789
24790 # Speedup - VPP IPv4 2n-skx-xxv710 base and scale
24791 - type: "plot"
24792   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24793   algorithm: "plot_throughput_speedup_analysis"
24794   output-file-type: ".html"
24795   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
24796   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24797   filter: "'NIC_Intel-XXV710' and
24798            '64B' and
24799            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24800            'NDRPDR' and
24801            'IP4FWD' and
24802            not 'IPSEC' and
24803            not 'DOT1Q' and
24804            not 'VHOST'"
24805   parameters:
24806   - "throughput"
24807   - "parent"
24808   - "tags"
24809   sort:
24810   - "IP4BASE"
24811   - "FIB_20K"
24812   - "FIB_200K"
24813   - "FIB_2M"
24814   layout:
24815     title: "ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
24816     layout: "plot-throughput-speedup-analysis"
24817
24818 - type: "plot"
24819   title: "Speedup: ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24820   algorithm: "plot_throughput_speedup_analysis"
24821   output-file-type: ".html"
24822   output-file: "{DIR[STATIC,VPP]}/ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
24823   data: "plot-vpp-throughput-lat-tsa-2n-skx"
24824   filter: "'NIC_Intel-XXV710' and
24825            '64B' and
24826            ('IP4BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
24827            'NDRPDR' and
24828            'IP4FWD' and
24829            not 'IPSEC' and
24830            not 'DOT1Q' and
24831            not 'VHOST'"
24832   parameters:
24833   - "throughput"
24834   - "parent"
24835   - "tags"
24836   sort:
24837   - "IP4BASE"
24838   - "FIB_20K"
24839   - "FIB_200K"
24840   - "FIB_2M"
24841   layout:
24842     title: "ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
24843     layout: "plot-throughput-speedup-analysis"
24844
24845 ## Speedup - VPP IPv4 2n-dnv-x553 base
24846 #- type: "plot"
24847 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-ndr-tsa"
24848 #  algorithm: "plot_throughput_speedup_analysis"
24849 #  output-file-type: ".html"
24850 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-ndr-tsa"
24851 #  data: "intel-dnv-vpp"
24852 #  filter: "'NIC_Intel-X553' and
24853 #           '64B' and
24854 #           'IP4BASE' and
24855 #           'NDRPDR' and
24856 #           'IP4FWD' and
24857 #           not 'IPSEC' and
24858 #           not 'VHOST'"
24859 #  parameters:
24860 #  - "throughput"
24861 #  - "parent"
24862 #  - "tags"
24863 #  sort:
24864 #  - "IP4BASE"
24865 #  layout:
24866 #    title: "ip4-2n-dnv-x553-64b-base-ndr"
24867 #    layout: "plot-throughput-speedup-analysis"
24868 #
24869 #- type: "plot"
24870 #  title: "Speedup: ip4-2n-dnv-x553-64b-base-pdr-tsa"
24871 #  algorithm: "plot_throughput_speedup_analysis"
24872 #  output-file-type: ".html"
24873 #  output-file: "{DIR[STATIC,VPP]}/ip4-2n-dnv-x553-64b-base-pdr-tsa"
24874 #  data: "intel-dnv-vpp"
24875 #  filter: "'NIC_Intel-X553' and
24876 #           '64B' and
24877 #           'IP4BASE' and
24878 #           'NDRPDR' and
24879 #           'IP4FWD' and
24880 #           not 'IPSEC' and
24881 #           not 'VHOST'"
24882 #  parameters:
24883 #  - "throughput"
24884 #  - "parent"
24885 #  - "tags"
24886 #  sort:
24887 #  - "IP4BASE"
24888 #  layout:
24889 #    title: "ip4-2n-dnv-x553-64b-base-pdr"
24890 #    layout: "plot-throughput-speedup-analysis"
24891
24892 ################################################################################
24893
24894 # Speedup - VPP IPv4 Tunnels 3n-hsw-x520 - features
24895 - type: "plot"
24896   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24897   algorithm: "plot_throughput_speedup_analysis"
24898   output-file-type: ".html"
24899   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-ndr-tsa"
24900   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24901   filter: "'NIC_Intel-X520-DA2' and
24902            '64B' and
24903            'ENCAP' and
24904            'NDRPDR' and
24905            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24906            not 'DOT1Q' and
24907            not 'VHOST' and
24908            not 'IPSECHW'"
24909   parameters:
24910   - "throughput"
24911   - "parent"
24912   - "tags"
24913   sort:
24914   - "IP4BASE"
24915   - "L2BDMACLRN"
24916   - "L2XCFWD"
24917   - "LISP"
24918   layout:
24919     title: "ip4tun-3n-hsw-x520-64b-base_and_features-ndr"
24920     layout: "plot-throughput-speedup-analysis"
24921
24922 - type: "plot"
24923   title: "Speedup: ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24924   algorithm: "plot_throughput_speedup_analysis"
24925   output-file-type: ".html"
24926   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x520-64b-base_and_features-pdr-tsa"
24927   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24928   filter: "'NIC_Intel-X520-DA2' and
24929            '64B' and
24930            'ENCAP' and
24931            'NDRPDR' and
24932            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
24933            not 'DOT1Q' and
24934            not 'VHOST' and
24935            not 'IPSECHW'"
24936   parameters:
24937   - "throughput"
24938   - "parent"
24939   - "tags"
24940   sort:
24941   - "IP4BASE"
24942   - "L2BDMACLRN"
24943   - "L2XCFWD"
24944   - "LISP"
24945   layout:
24946     title: "ip4tun-3n-hsw-x520-64b-base_and_features-pdr"
24947     layout: "plot-throughput-speedup-analysis"
24948
24949 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710
24950 - type: "plot"
24951   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24952   algorithm: "plot_throughput_speedup_analysis"
24953   output-file-type: ".html"
24954   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
24955   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24956   filter: "'NIC_Intel-X710' and
24957            '64B' and
24958            'ENCAP' and
24959            'NDRPDR' and
24960            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24961            not 'VHOST' and
24962            not 'IPSECHW'"
24963   parameters:
24964   - "throughput"
24965   - "parent"
24966   - "tags"
24967   sort:
24968   - "IP4BASE"
24969   - "LISP"
24970   - "VXLAN_1"
24971   - "VXLAN_10"
24972   - "VXLAN_100"
24973   - "VXLAN_1000"
24974   layout:
24975     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-ndr"
24976     layout: "plot-throughput-speedup-analysis"
24977
24978 - type: "plot"
24979   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24980   algorithm: "plot_throughput_speedup_analysis"
24981   output-file-type: ".html"
24982   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
24983   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
24984   filter: "'NIC_Intel-X710' and
24985            '64B' and
24986            'ENCAP' and
24987            'NDRPDR' and
24988            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
24989            not 'VHOST' and
24990            not 'IPSECHW'"
24991   parameters:
24992   - "throughput"
24993   - "parent"
24994   - "tags"
24995   sort:
24996   - "IP4BASE"
24997   - "LISP"
24998   - "VXLAN_1"
24999   - "VXLAN_10"
25000   - "VXLAN_100"
25001   - "VXLAN_1000"
25002   layout:
25003     title: "ip4tun-3n-hsw-x710-64b-base_and_scale-pdr"
25004     layout: "plot-throughput-speedup-analysis"
25005
25006 # Speedup - VPP IPv4 Tunnels 3n-hsw-x710 - features
25007 - type: "plot"
25008   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25009   algorithm: "plot_throughput_speedup_analysis"
25010   output-file-type: ".html"
25011   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-ndr-tsa"
25012   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25013   filter: "'NIC_Intel-X710' and
25014            '64B' and
25015            'ENCAP' and
25016            'NDRPDR' and
25017            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
25018            not 'DOT1Q' and
25019            not 'VHOST' and
25020            not 'IPSECHW'"
25021   parameters:
25022   - "throughput"
25023   - "parent"
25024   - "tags"
25025   sort:
25026   - "IP4BASE"
25027   - "L2BDMACLRN"
25028   - "L2XCFWD"
25029   - "LISP"
25030   layout:
25031     title: "ip4tun-3n-hsw-x710-64b-base_and_features-ndr"
25032     layout: "plot-throughput-speedup-analysis"
25033
25034 - type: "plot"
25035   title: "Speedup: ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25036   algorithm: "plot_throughput_speedup_analysis"
25037   output-file-type: ".html"
25038   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-x710-64b-base_and_features-pdr-tsa"
25039   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25040   filter: "'NIC_Intel-X710' and
25041            '64B' and
25042            'ENCAP' and
25043            'NDRPDR' and
25044            ('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP' or 'IP4BASE') and
25045            not 'DOT1Q' and
25046            not 'VHOST' and
25047            not 'IPSECHW'"
25048   parameters:
25049   - "throughput"
25050   - "parent"
25051   - "tags"
25052   sort:
25053   - "IP4BASE"
25054   - "L2BDMACLRN"
25055   - "L2XCFWD"
25056   - "LISP"
25057   layout:
25058     title: "ip4tun-3n-hsw-x710-64b-base_and_features-pdr"
25059     layout: "plot-throughput-speedup-analysis"
25060
25061 # Speedup - VPP IPv4 Tunnels 3n-skx-x710
25062 - type: "plot"
25063   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25064   algorithm: "plot_throughput_speedup_analysis"
25065   output-file-type: ".html"
25066   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-ndr-tsa"
25067   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25068   filter: "'NIC_Intel-X710' and
25069            '64B' and
25070            'ENCAP' and
25071            'NDRPDR' and
25072            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25073            not 'VHOST' and
25074            not 'IPSECHW'"
25075   parameters:
25076   - "throughput"
25077   - "parent"
25078   - "tags"
25079   sort:
25080   - "IP4BASE"
25081   - "LISP"
25082   - "VXLAN_1"
25083   - "VXLAN_10"
25084   - "VXLAN_100"
25085   - "VXLAN_1000"
25086   layout:
25087     title: "ip4tun-3n-skx-x710-64b-base_and_scale-ndr"
25088     layout: "plot-throughput-speedup-analysis"
25089
25090 - type: "plot"
25091   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25092   algorithm: "plot_throughput_speedup_analysis"
25093   output-file-type: ".html"
25094   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_scale-pdr-tsa"
25095   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25096   filter: "'NIC_Intel-X710' and
25097            '64B' and
25098            'ENCAP' and
25099            'NDRPDR' and
25100            ('VXLAN' or 'LISP' or 'IP4BASE' and not 'DOT1Q') and
25101            not 'VHOST' and
25102            not 'IPSECHW'"
25103   parameters:
25104   - "throughput"
25105   - "parent"
25106   - "tags"
25107   sort:
25108   - "IP4BASE"
25109   - "LISP"
25110   - "VXLAN_1"
25111   - "VXLAN_10"
25112   - "VXLAN_100"
25113   - "VXLAN_1000"
25114   layout:
25115     title: "ip4tun-3n-skx-x710-64b-base_and_scale-pdr"
25116     layout: "plot-throughput-speedup-analysis"
25117
25118 # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - features
25119 - type: "plot"
25120   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25121   algorithm: "plot_throughput_speedup_analysis"
25122   output-file-type: ".html"
25123   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-ndr-tsa"
25124   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25125   filter: "'NIC_Intel-X710' and
25126            '64B' and
25127            'ENCAP' and
25128            'NDRPDR' and
25129            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25130            not 'DOT1Q' and
25131            not 'VHOST' and
25132            not 'IPSECHW'"
25133   parameters:
25134   - "throughput"
25135   - "parent"
25136   - "tags"
25137   sort:
25138   - "IP4BASE"
25139   - "L2BDMACLRN"
25140   - "L2XCFWD"
25141   - "LISP"
25142   layout:
25143     title: "ip4tun-3n-skx-x710-64b-base_and_features-ndr"
25144     layout: "plot-throughput-speedup-analysis"
25145
25146 - type: "plot"
25147   title: "Speedup: ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25148   algorithm: "plot_throughput_speedup_analysis"
25149   output-file-type: ".html"
25150   output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-skx-x710-64b-base_and_features-pdr-tsa"
25151   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25152   filter: "'NIC_Intel-X710' and
25153            '64B' and
25154            'ENCAP' and
25155            'NDRPDR' and
25156            (('VXLAN' and ('L2BDMACLRN' or 'L2XCFWD') or 'LISP') or 'IP4BASE') and
25157            not 'DOT1Q' and
25158            not 'VHOST' and
25159            not 'IPSECHW'"
25160   parameters:
25161   - "throughput"
25162   - "parent"
25163   - "tags"
25164   sort:
25165   - "IP4BASE"
25166   - "L2BDMACLRN"
25167   - "L2XCFWD"
25168   - "LISP"
25169   layout:
25170     title: "ip4tun-3n-skx-x710-64b-base_and_features-pdr"
25171     layout: "plot-throughput-speedup-analysis"
25172
25173 ################################################################################
25174
25175 # Speedup - VPP IPv6 3n-hsw-x520
25176 - type: "plot"
25177   title: "Speedup: ip6-3n-hsw-x520-78b-base-ndr-tsa"
25178   algorithm: "plot_throughput_speedup_analysis"
25179   output-file-type: ".html"
25180   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-ndr-tsa"
25181   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25182   filter: "'NIC_Intel-X520-DA2' and
25183            '78B' and
25184            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25185            'NDRPDR' and
25186            'IP6FWD' and
25187            not 'SRv6' and
25188            not 'IPSEC' and
25189            not 'VHOST'"
25190   parameters:
25191   - "throughput"
25192   - "parent"
25193   - "tags"
25194   sort:
25195   - "IP6BASE"
25196   - "FIB_20K"
25197   - "FIB_200K"
25198   - "FIB_2M"
25199   layout:
25200     title: "ip6-3n-hsw-x520-78b-base-ndr"
25201     layout: "plot-throughput-speedup-analysis"
25202
25203 - type: "plot"
25204   title: "Speedup: ip6-3n-hsw-x520-78b-base-pdr-tsa"
25205   algorithm: "plot_throughput_speedup_analysis"
25206   output-file-type: ".html"
25207   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x520-78b-base-pdr-tsa"
25208   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25209   filter: "'NIC_Intel-X520-DA2' and
25210            '78B' and
25211            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25212            'NDRPDR' and
25213            'IP6FWD' and
25214            not 'SRv6' and
25215            not 'IPSEC' and
25216            not 'VHOST'"
25217   parameters:
25218   - "throughput"
25219   - "parent"
25220   - "tags"
25221   sort:
25222   - "IP6BASE"
25223   - "FIB_20K"
25224   - "FIB_200K"
25225   - "FIB_2M"
25226   layout:
25227     title: "ip6-3n-hsw-x520-78b-base-pdr"
25228     layout: "plot-throughput-speedup-analysis"
25229
25230 # Speedup - VPP IPv6 3n-hsw-x710
25231 - type: "plot"
25232   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25233   algorithm: "plot_throughput_speedup_analysis"
25234   output-file-type: ".html"
25235   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-ndr-tsa"
25236   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25237   filter: "'NIC_Intel-X710' and
25238            '78B' and
25239            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25240            'NDRPDR' and
25241            'IP6FWD' and
25242            not 'SRv6' and
25243            not 'IPSEC' and
25244            not 'VHOST'"
25245   parameters:
25246   - "throughput"
25247   - "parent"
25248   - "tags"
25249   sort:
25250   - "IP6BASE"
25251   - "FIB_20K"
25252   - "FIB_200K"
25253   - "FIB_2M"
25254   layout:
25255     title: "ip6-3n-hsw-x710-78b-base_and_scale-ndr"
25256     layout: "plot-throughput-speedup-analysis"
25257
25258 - type: "plot"
25259   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25260   algorithm: "plot_throughput_speedup_analysis"
25261   output-file-type: ".html"
25262   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_scale-pdr-tsa"
25263   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25264   filter: "'NIC_Intel-X710' and
25265            '78B' and
25266            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25267            'NDRPDR' and
25268            'IP6FWD' and
25269            not 'SRv6' and
25270            not 'IPSEC' and
25271            not 'VHOST'"
25272   parameters:
25273   - "throughput"
25274   - "parent"
25275   - "tags"
25276   sort:
25277   - "IP6BASE"
25278   - "FIB_20K"
25279   - "FIB_200K"
25280   - "FIB_2M"
25281   layout:
25282     title: "ip6-3n-hsw-x710-78b-base_and_scale-pdr"
25283     layout: "plot-throughput-speedup-analysis"
25284
25285 # Speedup - VPP IPv6 3n-hsw-x710 features
25286 - type: "plot"
25287   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25288   algorithm: "plot_throughput_speedup_analysis"
25289   output-file-type: ".html"
25290   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-ndr-tsa"
25291   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25292   filter: "'NIC_Intel-X710' and
25293            '78B' and
25294            ('IP6BASE' or
25295             'POLICE_MARK' or
25296             'COPWHLIST' or
25297             'IACLDST') and
25298            'NDRPDR' and
25299            'IP6FWD' and
25300            not 'SRv6' and
25301            not 'IPSEC' and
25302            not 'VHOST'"
25303   parameters:
25304   - "throughput"
25305   - "parent"
25306   - "tags"
25307   sort:
25308   - "IP6BASE"
25309   - "POLICE_MARK"
25310   - "COPWHLIST"
25311   - "IACLDST"
25312   layout:
25313     title: "ip6-3n-hsw-x710-78b-base_and_features-ndr"
25314     layout: "plot-throughput-speedup-analysis"
25315
25316 - type: "plot"
25317   title: "Speedup: ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25318   algorithm: "plot_throughput_speedup_analysis"
25319   output-file-type: ".html"
25320   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-x710-78b-base_and_features-pdr-tsa"
25321   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25322   filter: "'NIC_Intel-X710' and
25323            '78B' and
25324            ('IP6BASE' or
25325             'POLICE_MARK' or
25326             'COPWHLIST' or
25327             'IACLDST') and
25328            'NDRPDR' and
25329            'IP6FWD' and
25330            not 'SRv6' and
25331            not 'IPSEC' and
25332            not 'VHOST'"
25333   parameters:
25334   - "throughput"
25335   - "parent"
25336   - "tags"
25337   sort:
25338   - "IP6BASE"
25339   - "POLICE_MARK"
25340   - "COPWHLIST"
25341   - "IACLDST"
25342   layout:
25343     title: "ip6-3n-hsw-x710-78b-base_and_features-pdr"
25344     layout: "plot-throughput-speedup-analysis"
25345
25346 # Speedup - VPP IPv6 3n-hsw-xl710
25347 - type: "plot"
25348   title: "Speedup: ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25349   algorithm: "plot_throughput_speedup_analysis"
25350   output-file-type: ".html"
25351   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-ndr-tsa"
25352   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25353   filter: "'NIC_Intel-XL710' and
25354            '78B' and
25355            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25356            'NDRPDR' and
25357            'IP6FWD' and
25358            not 'SRv6' and
25359            not 'IPSEC' and
25360            not 'VHOST'"
25361   parameters:
25362   - "throughput"
25363   - "parent"
25364   - "tags"
25365   sort:
25366   - "IP6BASE"
25367   - "FIB_20K"
25368   - "FIB_200K"
25369   - "FIB_2M"
25370   layout:
25371     title: "ip6-3n-hsw-xl710-78b-base-ndr"
25372     layout: "plot-throughput-speedup-analysis"
25373
25374 - type: "plot"
25375   title: "Speedup: ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25376   algorithm: "plot_throughput_speedup_analysis"
25377   output-file-type: ".html"
25378   output-file: "{DIR[STATIC,VPP]}/ip6-3n-hsw-xl710-78b-base-pdr-tsa"
25379   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25380   filter: "'NIC_Intel-XL710' and
25381            '78B' and
25382            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25383            'NDRPDR' and
25384            'IP6FWD' and
25385            not 'SRv6' and
25386            not 'IPSEC' and
25387            not 'VHOST'"
25388   parameters:
25389   - "throughput"
25390   - "parent"
25391   - "tags"
25392   sort:
25393   - "IP6BASE"
25394   - "FIB_20K"
25395   - "FIB_200K"
25396   - "FIB_2M"
25397   layout:
25398     title: "ip6-3n-hsw-xl710-78b-base-pdr"
25399     layout: "plot-throughput-speedup-analysis"
25400
25401 # Speedup - VPP IPv6 3n-skx-x710
25402 - type: "plot"
25403   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25404   algorithm: "plot_throughput_speedup_analysis"
25405   output-file-type: ".html"
25406   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-ndr-tsa"
25407   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25408   filter: "'NIC_Intel-X710' and
25409            '78B' and
25410            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25411            'NDRPDR' and
25412            'IP6FWD' and
25413            not 'SRv6' and
25414            not 'IPSEC' and
25415            not 'VHOST'"
25416   parameters:
25417   - "throughput"
25418   - "parent"
25419   - "tags"
25420   sort:
25421   - "IP6BASE"
25422   - "FIB_20K"
25423   - "FIB_200K"
25424   - "FIB_2M"
25425   layout:
25426     title: "ip6-3n-skx-x710-78b-base_and_scale-ndr"
25427     layout: "plot-throughput-speedup-analysis"
25428
25429 - type: "plot"
25430   title: "Speedup: ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25431   algorithm: "plot_throughput_speedup_analysis"
25432   output-file-type: ".html"
25433   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_scale-pdr-tsa"
25434   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25435   filter: "'NIC_Intel-X710' and
25436            '78B' and
25437            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25438            'NDRPDR' and
25439            'IP6FWD' and
25440            not 'SRv6' and
25441            not 'IPSEC' and
25442            not 'VHOST'"
25443   parameters:
25444   - "throughput"
25445   - "parent"
25446   - "tags"
25447   sort:
25448   - "IP6BASE"
25449   - "FIB_20K"
25450   - "FIB_200K"
25451   - "FIB_2M"
25452   layout:
25453     title: "ip6-3n-skx-x710-78b-base_and_scale-pdr"
25454     layout: "plot-throughput-speedup-analysis"
25455
25456 # Speedup - VPP IPv6 3n-skx-x710 features
25457 - type: "plot"
25458   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25459   algorithm: "plot_throughput_speedup_analysis"
25460   output-file-type: ".html"
25461   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-ndr-tsa"
25462   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25463   filter: "'NIC_Intel-X710' and
25464            '78B' and
25465            ('IP6BASE' or
25466             'POLICE_MARK' or
25467             'COPWHLIST' or
25468             'IACLDST') and
25469            'NDRPDR' and
25470            'IP6FWD' and
25471            not 'SRv6' and
25472            not 'IPSEC' and
25473            not 'VHOST'"
25474   parameters:
25475   - "throughput"
25476   - "parent"
25477   - "tags"
25478   sort:
25479   - "IP6BASE"
25480   - "POLICE_MARK"
25481   - "COPWHLIST"
25482   - "IACLDST"
25483   layout:
25484     title: "ip6-3n-skx-x710-78b-base_and_features-ndr"
25485     layout: "plot-throughput-speedup-analysis"
25486
25487 - type: "plot"
25488   title: "Speedup: ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25489   algorithm: "plot_throughput_speedup_analysis"
25490   output-file-type: ".html"
25491   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-x710-78b-base_and_features-pdr-tsa"
25492   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25493   filter: "'NIC_Intel-X710' and
25494            '78B' and
25495            ('IP6BASE' or
25496             'POLICE_MARK' or
25497             'COPWHLIST' or
25498             'IACLDST') and
25499            'NDRPDR' and
25500            'IP6FWD' and
25501            not 'SRv6' and
25502            not 'IPSEC' and
25503            not 'VHOST'"
25504   parameters:
25505   - "throughput"
25506   - "parent"
25507   - "tags"
25508   sort:
25509   - "IP6BASE"
25510   - "POLICE_MARK"
25511   - "COPWHLIST"
25512   - "IACLDST"
25513   layout:
25514     title: "ip6-3n-skx-x710-78b-base_and_features-pdr"
25515     layout: "plot-throughput-speedup-analysis"
25516
25517 # Speedup - VPP IPv6 3n-skx-xxv710
25518 - type: "plot"
25519   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25520   algorithm: "plot_throughput_speedup_analysis"
25521   output-file-type: ".html"
25522   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25523   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25524   filter: "'NIC_Intel-XXV710' and
25525            '78B' and
25526            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25527            'NDRPDR' and
25528            'IP6FWD' and
25529            not 'SRv6' and
25530            not 'IPSEC' and
25531            not 'VHOST'"
25532   parameters:
25533   - "throughput"
25534   - "parent"
25535   - "tags"
25536   sort:
25537   - "IP6BASE"
25538   - "FIB_20K"
25539   - "FIB_200K"
25540   - "FIB_2M"
25541   layout:
25542     title: "ip6-3n-skx-xxv710-78b-base_and_scale-ndr"
25543     layout: "plot-throughput-speedup-analysis"
25544
25545 - type: "plot"
25546   title: "Speedup: ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25547   algorithm: "plot_throughput_speedup_analysis"
25548   output-file-type: ".html"
25549   output-file: "{DIR[STATIC,VPP]}/ip6-3n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25550   data: "plot-vpp-throughput-lat-tsa-3n-skx"
25551   filter: "'NIC_Intel-XXV710' and
25552            '78B' and
25553            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25554            'NDRPDR' and
25555            'IP6FWD' and
25556            not 'SRv6' and
25557            not 'IPSEC' and
25558            not 'VHOST'"
25559   parameters:
25560   - "throughput"
25561   - "parent"
25562   - "tags"
25563   sort:
25564   - "IP6BASE"
25565   - "FIB_20K"
25566   - "FIB_200K"
25567   - "FIB_2M"
25568   layout:
25569     title: "ip6-3n-skx-xxv710-78b-base_and_scale-pdr"
25570     layout: "plot-throughput-speedup-analysis"
25571
25572 # Speedup - VPP IPv6 2n-skx-x710
25573 - type: "plot"
25574   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25575   algorithm: "plot_throughput_speedup_analysis"
25576   output-file-type: ".html"
25577   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-ndr-tsa"
25578   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25579   filter: "'NIC_Intel-X710' and
25580            '78B' and
25581            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25582            'NDRPDR' and
25583            'IP6FWD' and
25584            not 'SRv6' and
25585            not 'IPSEC' and
25586            not 'VHOST'"
25587   parameters:
25588   - "throughput"
25589   - "parent"
25590   - "tags"
25591   sort:
25592   - "IP6BASE"
25593   - "FIB_20K"
25594   - "FIB_200K"
25595   - "FIB_2M"
25596   layout:
25597     title: "ip6-2n-skx-x710-78b-base_and_scale-ndr"
25598     layout: "plot-throughput-speedup-analysis"
25599
25600 - type: "plot"
25601   title: "Speedup: ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25602   algorithm: "plot_throughput_speedup_analysis"
25603   output-file-type: ".html"
25604   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-x710-78b-base_and_scale-pdr-tsa"
25605   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25606   filter: "'NIC_Intel-X710' and
25607            '78B' and
25608            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25609            'NDRPDR' and
25610            'IP6FWD' and
25611            not 'SRv6' and
25612            not 'IPSEC' and
25613            not 'VHOST'"
25614   parameters:
25615   - "throughput"
25616   - "parent"
25617   - "tags"
25618   sort:
25619   - "IP6BASE"
25620   - "FIB_20K"
25621   - "FIB_200K"
25622   - "FIB_2M"
25623   layout:
25624     title: "ip6-2n-skx-x710-78b-base_and_scale-pdr"
25625     layout: "plot-throughput-speedup-analysis"
25626
25627 # Speedup - VPP IPv6 2n-skx-xxv710
25628 - type: "plot"
25629   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25630   algorithm: "plot_throughput_speedup_analysis"
25631   output-file-type: ".html"
25632   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-ndr-tsa"
25633   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25634   filter: "'NIC_Intel-XXV710' and
25635            '78B' and
25636            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25637            'NDRPDR' and
25638            'IP6FWD' and
25639            not 'SRv6' and
25640            not 'IPSEC' and
25641            not 'VHOST'"
25642   parameters:
25643   - "throughput"
25644   - "parent"
25645   - "tags"
25646   sort:
25647   - "IP6BASE"
25648   - "FIB_20K"
25649   - "FIB_200K"
25650   - "FIB_2M"
25651   layout:
25652     title: "ip6-2n-skx-xxv710-78b-base_and_scale-ndr"
25653     layout: "plot-throughput-speedup-analysis"
25654
25655 - type: "plot"
25656   title: "Speedup: ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25657   algorithm: "plot_throughput_speedup_analysis"
25658   output-file-type: ".html"
25659   output-file: "{DIR[STATIC,VPP]}/ip6-2n-skx-xxv710-78b-base_and_scale-pdr-tsa"
25660   data: "plot-vpp-throughput-lat-tsa-2n-skx"
25661   filter: "'NIC_Intel-XXV710' and
25662            '78B' and
25663            ('IP6BASE' or 'FIB_20K' or 'FIB_200K' or 'FIB_2M') and
25664            'NDRPDR' and
25665            'IP6FWD' and
25666            not 'SRv6' and
25667            not 'IPSEC' and
25668            not 'VHOST'"
25669   parameters:
25670   - "throughput"
25671   - "parent"
25672   - "tags"
25673   sort:
25674   - "IP6BASE"
25675   - "FIB_20K"
25676   - "FIB_200K"
25677   - "FIB_2M"
25678   layout:
25679     title: "ip6-2n-skx-xxv710-78b-base_and_scale-pdr"
25680     layout: "plot-throughput-speedup-analysis"
25681
25682 ## Speedup - VPP IPv6 2n-dnv-x553 base
25683 #- type: "plot"
25684 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-ndr-tsa"
25685 #  algorithm: "plot_throughput_speedup_analysis"
25686 #  output-file-type: ".html"
25687 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-ndr-tsa"
25688 #  data: "intel-dnv-vpp"
25689 #  filter: "'NIC_Intel-X553' and
25690 #           '78B' and
25691 #           'IP6BASE' and
25692 #           'NDRPDR' and
25693 #           'IP6FWD' and
25694 #           not 'SRv6' and
25695 #           not 'IPSEC' and
25696 #           not 'VHOST'"
25697 #  parameters:
25698 #  - "throughput"
25699 #  - "parent"
25700 #  - "tags"
25701 #  sort:
25702 #  - "IP6BASE"
25703 #  layout:
25704 #    title: "ip6-2n-dnv-x553-78b-base-ndr"
25705 #    layout: "plot-throughput-speedup-analysis"
25706 #
25707 #- type: "plot"
25708 #  title: "Speedup: ip6-2n-dnv-x553-78b-base-pdr-tsa"
25709 #  algorithm: "plot_throughput_speedup_analysis"
25710 #  output-file-type: ".html"
25711 #  output-file: "{DIR[STATIC,VPP]}/ip6-2n-dnv-x553-78b-base-pdr-tsa"
25712 #  data: "intel-dnv-vpp"
25713 #  filter: "'NIC_Intel-X553' and
25714 #           '78B' and
25715 #           'IP6BASE' and
25716 #           'NDRPDR' and
25717 #           'IP6FWD' and
25718 #           not 'SRv6' and
25719 #           not 'IPSEC' and
25720 #           not 'VHOST'"
25721 #  parameters:
25722 #  - "throughput"
25723 #  - "parent"
25724 #  - "tags"
25725 #  sort:
25726 #  - "IP6BASE"
25727 #  layout:
25728 #    title: "ip6-2n-dnv-x553-78b-base-pdr"
25729 #    layout: "plot-throughput-speedup-analysis"
25730
25731 ################################################################################
25732
25733 # Speedup - VPP IPv6 tunnels 3n-hsw-x520
25734 - type: "plot"
25735   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25736   algorithm: "plot_throughput_speedup_analysis"
25737   output-file-type: ".html"
25738   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-ndr-tsa"
25739   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25740   filter: "'NIC_Intel-X520-DA2' and
25741            '78B' and
25742            'ENCAP' and
25743            'NDRPDR' and
25744            'LISP' and
25745            not 'VHOST'"
25746   parameters:
25747   - "throughput"
25748   - "parent"
25749   - "tags"
25750   sort:
25751   - "IP4UNRLAY"
25752   - "IP6UNRLAY"
25753   layout:
25754     title: "ip6tun-3n-hsw-x520-78b-base-ndr"
25755     layout: "plot-throughput-speedup-analysis"
25756
25757 - type: "plot"
25758   title: "Speedup: ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25759   algorithm: "plot_throughput_speedup_analysis"
25760   output-file-type: ".html"
25761   output-file: "{DIR[STATIC,VPP]}/ip6tun-3n-hsw-x520-78b-base-pdr-tsa"
25762   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25763   filter: "'NIC_Intel-X520-DA2' and
25764            '78B' and
25765            'ENCAP' and
25766            'NDRPDR' and
25767            'LISP' and
25768            not 'VHOST'"
25769   parameters:
25770   - "throughput"
25771   - "parent"
25772   - "tags"
25773   sort:
25774   - "IP4UNRLAY"
25775   - "IP6UNRLAY"
25776   layout:
25777     title: "ip6tun-3n-hsw-x520-78b-base-pdr"
25778     layout: "plot-throughput-speedup-analysis"
25779
25780 ################################################################################
25781
25782 # Speedup - VPP IPSec 3n-hsw-xl710 base
25783 - type: "plot"
25784   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25785   algorithm: "plot_throughput_speedup_analysis"
25786   output-file-type: ".html"
25787   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-ndr-tsa"
25788   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25789   filter: "'NIC_Intel-XL710' and
25790            '64B' and
25791            'IP4FWD' and
25792            'NDRPDR' and
25793            'BASE' and
25794            'IPSECHW' and
25795            not 'VHOST'"
25796   parameters:
25797   - "throughput"
25798   - "parent"
25799   - "tags"
25800   layout:
25801     title: "ipsec-3n-hsw-xl710-64b-base-ndr"
25802     layout: "plot-throughput-speedup-analysis"
25803
25804 - type: "plot"
25805   title: "Speedup: ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25806   algorithm: "plot_throughput_speedup_analysis"
25807   output-file-type: ".html"
25808   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-base-pdr-tsa"
25809   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25810   filter: "'NIC_Intel-XL710' and
25811            '64B' and
25812            'IP4FWD' and
25813            'NDRPDR' and
25814            'BASE' and
25815            'IPSECHW' and
25816            not 'VHOST'"
25817   parameters:
25818   - "throughput"
25819   - "parent"
25820   - "tags"
25821   layout:
25822     title: "ipsec-3n-hsw-xl710-64b-base-pdr"
25823     layout: "plot-throughput-speedup-analysis"
25824
25825 # Speedup - VPP IPSec 3n-hsw-xl710 scale
25826 - type: "plot"
25827   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25828   algorithm: "plot_throughput_speedup_analysis"
25829   output-file-type: ".html"
25830   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-ndr-tsa"
25831   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25832   filter: "'NIC_Intel-XL710' and
25833            '64B' and
25834            'IP4FWD' and
25835            'NDRPDR' and
25836            'SCALE' and
25837            'IPSECHW' and
25838            not 'VHOST'"
25839   parameters:
25840   - "throughput"
25841   - "parent"
25842   - "tags"
25843   layout:
25844     title: "ipsec-3n-hsw-xl710-64b-scale-ndr"
25845     layout: "plot-throughput-speedup-analysis"
25846
25847 - type: "plot"
25848   title: "Speedup: ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25849   algorithm: "plot_throughput_speedup_analysis"
25850   output-file-type: ".html"
25851   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-scale-pdr-tsa"
25852   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25853   filter: "'NIC_Intel-XL710' and
25854            '64B' and
25855            'IP4FWD' and
25856            'NDRPDR' and
25857            'SCALE' and
25858            'IPSECHW' and
25859            not 'VHOST'"
25860   parameters:
25861   - "throughput"
25862   - "parent"
25863   - "tags"
25864   layout:
25865     title: "ipsec-3n-hsw-xl710-64b-scale-pdr"
25866     layout: "plot-throughput-speedup-analysis"
25867
25868 # Speedup - VPP IPSec 3n-hsw-xl710 sw
25869 - type: "plot"
25870   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25871   algorithm: "plot_throughput_speedup_analysis"
25872   output-file-type: ".html"
25873   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-ndr-tsa"
25874   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25875   filter: "'NIC_Intel-XL710' and
25876            '64B' and
25877            'IP4FWD' and
25878            'NDRPDR' and
25879            'IPSECSW' and
25880            not 'VHOST'"
25881   parameters:
25882   - "throughput"
25883   - "parent"
25884   - "tags"
25885   layout:
25886     title: "ipsec-3n-hsw-xl710-64b-sw-ndr"
25887     layout: "plot-throughput-speedup-analysis"
25888
25889 - type: "plot"
25890   title: "Speedup: ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25891   algorithm: "plot_throughput_speedup_analysis"
25892   output-file-type: ".html"
25893   output-file: "{DIR[STATIC,VPP]}/ipsec-3n-hsw-xl710-64b-sw-pdr-tsa"
25894   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25895   filter: "'NIC_Intel-XL710' and
25896            '64B' and
25897            'IP4FWD' and
25898            'NDRPDR' and
25899            'IPSECSW' and
25900            not 'VHOST'"
25901   parameters:
25902   - "throughput"
25903   - "parent"
25904   - "tags"
25905   layout:
25906     title: "ipsec-3n-hsw-xl710-64b-sw-pdr"
25907     layout: "plot-throughput-speedup-analysis"
25908
25909 ################################################################################
25910
25911 # Speedup - VPP SRv6 3n-hsw-x520
25912 - type: "plot"
25913   title: "Speedup: srv6-3n-hsw-x520-78b-features-ndr-tsa"
25914   algorithm: "plot_throughput_speedup_analysis"
25915   output-file-type: ".html"
25916   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-ndr-tsa"
25917   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25918   filter: "'NIC_Intel-X520-DA2' and
25919            '78B' and
25920            'FEATURE' and
25921            'NDRPDR' and
25922            'IP6FWD' and
25923            'SRv6'"
25924   parameters:
25925   - "throughput"
25926   - "parent"
25927   - "tags"
25928   layout:
25929     title: "srv6-3n-hsw-x520-78b-features-ndr"
25930     layout: "plot-throughput-speedup-analysis"
25931
25932 - type: "plot"
25933   title: "Speedup: srv6-3n-hsw-x520-78b-features-pdr-tsa"
25934   algorithm: "plot_throughput_speedup_analysis"
25935   output-file-type: ".html"
25936   output-file: "{DIR[STATIC,VPP]}/srv6-3n-hsw-x520-78b-features-pdr-tsa"
25937   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25938   filter: "'NIC_Intel-X520-DA2' and
25939            '78B' and
25940            'FEATURE' and
25941            'NDRPDR' and
25942            'IP6FWD' and
25943            'SRv6'"
25944   parameters:
25945   - "throughput"
25946   - "parent"
25947   - "tags"
25948   layout:
25949     title: "srv6-3n-hsw-x520-78b-features-pdr"
25950     layout: "plot-throughput-speedup-analysis"
25951
25952 ################################################################################
25953
25954 # Speedup - VPP L2 3n-hsw-x520 base and scale
25955 - type: "plot"
25956   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25957   algorithm: "plot_throughput_speedup_analysis"
25958   output-file-type: ".html"
25959   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
25960   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25961   filter: "'NIC_Intel-X520-DA2' and
25962            '64B' and
25963            ('BASE' or 'SCALE') and
25964            'NDRPDR' and
25965            'ETH' and
25966            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25967            not 'VHOST' and
25968            not 'MEMIF'"
25969   parameters:
25970   - "throughput"
25971   - "parent"
25972   - "tags"
25973   sort:
25974   - "L2XCFWD"
25975   - "L2PATCH"
25976   - "L2BDMACLRN"
25977   - "FIB_10K"
25978   - "FIB_100K"
25979   - "FIB_1M"
25980   layout:
25981     title: "l2sw-3n-hsw-x520-64b-base_and_scale-ndr"
25982     layout: "plot-throughput-speedup-analysis"
25983
25984 - type: "plot"
25985   title: "Speedup: l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25986   algorithm: "plot_throughput_speedup_analysis"
25987   output-file-type: ".html"
25988   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
25989   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
25990   filter: "'NIC_Intel-X520-DA2' and
25991            '64B' and
25992            ('BASE' or 'SCALE') and
25993            'NDRPDR' and
25994            'ETH' and
25995            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
25996            not 'VHOST' and
25997            not 'MEMIF'"
25998   parameters:
25999   - "throughput"
26000   - "parent"
26001   - "tags"
26002   sort:
26003   - "L2XCFWD"
26004   - "L2PATCH"
26005   - "L2BDMACLRN"
26006   - "FIB_10K"
26007   - "FIB_100K"
26008   - "FIB_1M"
26009   layout:
26010     title: "l2sw-3n-hsw-x520-64b-base_and_scale-pdr"
26011     layout: "plot-throughput-speedup-analysis"
26012
26013 # Speedup - VPP L2 3n-hsw-x520 features
26014 - type: "plot"
26015   title: "Speedup: l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26016   algorithm: "plot_throughput_speedup_analysis"
26017   output-file-type: ".html"
26018   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-ndr-tsa"
26019   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26020   filter: "'NIC_Intel-X520-DA2' and
26021            '64B' and
26022            'NDRPDR' and
26023            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26024            not 'ACL' and
26025            not 'VHOST' and
26026            not 'MEMIF'"
26027   parameters:
26028   - "throughput"
26029   - "parent"
26030   - "tags"
26031   sort:
26032   - "L2XCBASE"    # l2xcbase
26033   - "L2BDBASE"    # l2bdbase
26034   - "L2XCFWD"     # dot1q-l2xcbase
26035   - "L2BDMACLRN"  # dot1q-l2bdbase
26036   layout:
26037     title: "l2sw-3n-hsw-x520-64b-features-ndr"
26038     layout: "plot-throughput-speedup-analysis"
26039
26040 - type: "plot"
26041   title: "Speedup: l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26042   algorithm: "plot_throughput_speedup_analysis"
26043   output-file-type: ".html"
26044   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-pdr-tsa"
26045   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26046   filter: "'NIC_Intel-X520-DA2' and
26047            '64B' and
26048            'NDRPDR' and
26049            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26050            not 'ACL' and
26051            not 'VHOST' and
26052            not 'MEMIF'"
26053   parameters:
26054   - "throughput"
26055   - "parent"
26056   - "tags"
26057   sort:
26058   - "L2XCBASE"    # l2xcbase
26059   - "L2BDBASE"    # l2bdbase
26060   - "L2XCFWD"     # dot1q-l2xcbase
26061   - "L2BDMACLRN"  # dot1q-l2bdbase
26062   layout:
26063     title: "l2sw-3n-hsw-x520-64b-features-pdr"
26064     layout: "plot-throughput-speedup-analysis"
26065
26066 # Speedup - VPP L2 3n-hsw-x520 features-iacl
26067 - type: "plot"
26068   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26069   algorithm: "plot_throughput_speedup_analysis"
26070   output-file-type: ".html"
26071   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-ndr-tsa"
26072   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26073   filter: "'NIC_Intel-X520-DA2' and
26074            'NDRPDR' and
26075            '64B' and
26076            'FEATURE' and
26077            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26078            'IACL' and
26079            ('ACL1' or 'ACL50') and
26080            ('10K_FLOWS' or '10k_FLOWS') and
26081            not 'MACIP' and
26082            not 'VHOST' and
26083            not 'MEMIF'"
26084   parameters:
26085   - "throughput"
26086   - "parent"
26087   - "tags"
26088   layout:
26089     title: "l2sw-3n-hsw-x520-64b-features-iacl-ndr"
26090     layout: "plot-throughput-speedup-analysis"
26091
26092 - type: "plot"
26093   title: "Speedup: l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26094   algorithm: "plot_throughput_speedup_analysis"
26095   output-file-type: ".html"
26096   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-iacl-pdr-tsa"
26097   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26098   filter: "'NIC_Intel-X520-DA2' and
26099            'NDRPDR' and
26100            '64B' and
26101            'FEATURE' and
26102            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26103            'IACL' and
26104            ('ACL1' or 'ACL50') and
26105            ('10K_FLOWS' or '10k_FLOWS') and
26106            not 'MACIP' and
26107            not 'VHOST' and
26108            not 'MEMIF'"
26109   parameters:
26110   - "throughput"
26111   - "parent"
26112   - "tags"
26113   layout:
26114     title: "l2sw-3n-hsw-x520-64b-features-iacl-pdr"
26115     layout: "plot-throughput-speedup-analysis"
26116
26117 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26118 - type: "plot"
26119   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26120   algorithm: "plot_throughput_speedup_analysis"
26121   output-file-type: ".html"
26122   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26123   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26124   filter: "'NIC_Intel-X520-DA2' and
26125            'NDRPDR' and
26126            '64B' and
26127            'FEATURE' and
26128            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26129            'OACL' and
26130            ('ACL1' or 'ACL50') and
26131            ('10K_FLOWS' or '10k_FLOWS') and
26132            not 'MACIP' and
26133            not 'VHOST' and
26134            not 'MEMIF'"
26135   parameters:
26136   - "throughput"
26137   - "parent"
26138   - "tags"
26139   layout:
26140     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26141     layout: "plot-throughput-speedup-analysis"
26142
26143 - type: "plot"
26144   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26145   algorithm: "plot_throughput_speedup_analysis"
26146   output-file-type: ".html"
26147   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26148   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26149   filter: "'NIC_Intel-X520-DA2' and
26150            'NDRPDR' and
26151            '64B' and
26152            'FEATURE' and
26153            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26154            'OACL' and
26155            ('ACL1' or 'ACL50') and
26156            ('10K_FLOWS' or '10k_FLOWS') and
26157            not 'MACIP' and
26158            not 'VHOST' and
26159            not 'MEMIF'"
26160   parameters:
26161   - "throughput"
26162   - "parent"
26163   - "tags"
26164   layout:
26165     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26166     layout: "plot-throughput-speedup-analysis"
26167
26168 # Speedup - VPP L2 3n-hsw-x520 features-oacl
26169 - type: "plot"
26170   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26171   algorithm: "plot_throughput_speedup_analysis"
26172   output-file-type: ".html"
26173   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-ndr-tsa"
26174   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26175   filter: "'NIC_Intel-X520-DA2' and
26176            'NDRPDR' and
26177            '64B' and
26178            'FEATURE' and
26179            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26180            'OACL' and
26181            ('ACL1' or 'ACL50') and
26182            ('10K_FLOWS' or '10k_FLOWS') and
26183            not 'MACIP' and
26184            not 'VHOST' and
26185            not 'MEMIF'"
26186   parameters:
26187   - "throughput"
26188   - "parent"
26189   - "tags"
26190   layout:
26191     title: "l2sw-3n-hsw-x520-64b-features-oacl-ndr"
26192     layout: "plot-throughput-speedup-analysis"
26193
26194 - type: "plot"
26195   title: "Speedup: l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26196   algorithm: "plot_throughput_speedup_analysis"
26197   output-file-type: ".html"
26198   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-oacl-pdr-tsa"
26199   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26200   filter: "'NIC_Intel-X520-DA2' and
26201            'NDRPDR' and
26202            '64B' and
26203            'FEATURE' and
26204            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26205            'OACL' and
26206            ('ACL1' or 'ACL50') and
26207            ('10K_FLOWS' or '10k_FLOWS') and
26208            not 'MACIP' and
26209            not 'VHOST' and
26210            not 'MEMIF'"
26211   parameters:
26212   - "throughput"
26213   - "parent"
26214   - "tags"
26215   layout:
26216     title: "l2sw-3n-hsw-x520-64b-features-oacl-pdr"
26217     layout: "plot-throughput-speedup-analysis"
26218
26219 # Speedup - VPP L2 3n-hsw-x520 features-macip
26220 - type: "plot"
26221   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26222   algorithm: "plot_throughput_speedup_analysis"
26223   output-file-type: ".html"
26224   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-ndr-tsa"
26225   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26226   filter: "'NIC_Intel-X520-DA2' and
26227            'NDRPDR' and
26228            '64B' and
26229            'FEATURE' and
26230            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26231            'MACIP' and
26232            ('ACL1' or 'ACL50') and
26233            ('10K_FLOWS' or '10k_FLOWS') and
26234            not 'VHOST' and
26235            not 'MEMIF'"
26236   parameters:
26237   - "throughput"
26238   - "parent"
26239   - "tags"
26240   layout:
26241     title: "l2sw-3n-hsw-x520-64b-features-macip-ndr"
26242     layout: "plot-throughput-speedup-analysis"
26243
26244 - type: "plot"
26245   title: "Speedup: l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26246   algorithm: "plot_throughput_speedup_analysis"
26247   output-file-type: ".html"
26248   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x520-64b-features-macip-pdr-tsa"
26249   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26250   filter: "'NIC_Intel-X520-DA2' and
26251            'NDRPDR' and
26252            '64B' and
26253            'FEATURE' and
26254            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26255            'MACIP' and
26256            ('ACL1' or 'ACL50') and
26257            ('10K_FLOWS' or '10k_FLOWS') and
26258            not 'VHOST' and
26259            not 'MEMIF'"
26260   parameters:
26261   - "throughput"
26262   - "parent"
26263   - "tags"
26264   layout:
26265     title: "l2sw-3n-hsw-x520-64b-features-macip-pdr"
26266     layout: "plot-throughput-speedup-analysis"
26267
26268 # Speedup - VPP L2 3n-hsw-x710 base and scale
26269 - type: "plot"
26270   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26271   algorithm: "plot_throughput_speedup_analysis"
26272   output-file-type: ".html"
26273   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
26274   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26275   filter: "'NIC_Intel-X710' and
26276            '64B' and
26277            ('BASE' or 'SCALE') and
26278            'NDRPDR' and
26279            'ETH' and
26280            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26281            not 'VHOST' and
26282            not 'MEMIF' and
26283            not 'DRV_AVF'"
26284   parameters:
26285   - "throughput"
26286   - "parent"
26287   - "tags"
26288   sort:
26289   - "L2PATCH"
26290   - "L2XCFWD"
26291   - "L2BDMACLRN"
26292   - "FIB_10K"
26293   - "FIB_100K"
26294   - "FIB_1M"
26295   layout:
26296     title: "l2sw-3n-hsw-x710-64b-base_and_scale-ndr"
26297     layout: "plot-throughput-speedup-analysis"
26298
26299 - type: "plot"
26300   title: "Speedup: l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26301   algorithm: "plot_throughput_speedup_analysis"
26302   output-file-type: ".html"
26303   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
26304   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26305   filter: "'NIC_Intel-X710' and
26306            '64B' and
26307            ('BASE' or 'SCALE') and
26308            'NDRPDR' and
26309            'ETH' and
26310            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26311            not 'VHOST' and
26312            not 'MEMIF' and
26313            not 'DRV_AVF'"
26314   parameters:
26315   - "throughput"
26316   - "parent"
26317   - "tags"
26318   sort:
26319   - "L2PATCH"
26320   - "L2XCFWD"
26321   - "L2BDMACLRN"
26322   - "FIB_10K"
26323   - "FIB_100K"
26324   - "FIB_1M"
26325   layout:
26326     title: "l2sw-3n-hsw-x710-64b-base_and_scale-pdr"
26327     layout: "plot-throughput-speedup-analysis"
26328
26329 # Speedup - VPP L2 3n-hsw-x710 features
26330 - type: "plot"
26331   title: "Speedup: l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26332   algorithm: "plot_throughput_speedup_analysis"
26333   output-file-type: ".html"
26334   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-ndr-tsa"
26335   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26336   filter: "'NIC_Intel-X710' and
26337            '64B' and
26338            'NDRPDR' and
26339            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26340            not 'ACL' and
26341            not 'VHOST' and
26342            not 'L2OVRLAY' and
26343            not 'MEMIF'"
26344   parameters:
26345   - "throughput"
26346   - "parent"
26347   - "tags"
26348   sort:
26349   - "L2XCBASE"    # l2xcbase
26350   - "L2BDBASE"    # l2bdbase
26351   - "L2XCFWD"     # dot1q-l2xcbase
26352   - "L2BDMACLRN"  # dot1q-l2bdbase
26353   layout:
26354     title: "l2sw-3n-hsw-x710-64b-features-ndr"
26355     layout: "plot-throughput-speedup-analysis"
26356
26357 - type: "plot"
26358   title: "Speedup: l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26359   algorithm: "plot_throughput_speedup_analysis"
26360   output-file-type: ".html"
26361   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-pdr-tsa"
26362   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26363   filter: "'NIC_Intel-X710' and
26364            '64B' and
26365            'NDRPDR' and
26366            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26367            not 'ACL' and
26368            not 'VHOST' and
26369            not 'L2OVRLAY' and
26370            not 'MEMIF'"
26371   parameters:
26372   - "throughput"
26373   - "parent"
26374   - "tags"
26375   sort:
26376   - "L2XCBASE"    # l2xcbase
26377   - "L2BDBASE"    # l2bdbase
26378   - "L2XCFWD"     # dot1q-l2xcbase
26379   - "L2BDMACLRN"  # dot1q-l2bdbase
26380   layout:
26381     title: "l2sw-3n-hsw-x710-64b-features-pdr"
26382     layout: "plot-throughput-speedup-analysis"
26383
26384 # Speedup - VPP L2 3n-hsw-x710 features-iacl
26385 - type: "plot"
26386   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26387   algorithm: "plot_throughput_speedup_analysis"
26388   output-file-type: ".html"
26389   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-ndr-tsa"
26390   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26391   filter: "'NIC_Intel-X710' and
26392            'NDRPDR' and
26393            '64B' and
26394            'FEATURE' and
26395            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26396            'IACL' and
26397            ('ACL1' or 'ACL50') and
26398            ('10K_FLOWS' or '10k_FLOWS') and
26399            not 'MACIP' and
26400            not 'VHOST' and
26401            not 'MEMIF'"
26402   parameters:
26403   - "throughput"
26404   - "parent"
26405   - "tags"
26406   layout:
26407     title: "l2sw-3n-hsw-x710-64b-features-iacl-ndr"
26408     layout: "plot-throughput-speedup-analysis"
26409
26410 - type: "plot"
26411   title: "Speedup: l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26412   algorithm: "plot_throughput_speedup_analysis"
26413   output-file-type: ".html"
26414   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-x710-64b-features-iacl-pdr-tsa"
26415   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26416   filter: "'NIC_Intel-X710' and
26417            'NDRPDR' and
26418            '64B' and
26419            'FEATURE' and
26420            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26421            'IACL' and
26422            ('ACL1' or 'ACL50') and
26423            ('10K_FLOWS' or '10k_FLOWS') and
26424            not 'MACIP' and
26425            not 'VHOST' and
26426            not 'MEMIF'"
26427   parameters:
26428   - "throughput"
26429   - "parent"
26430   - "tags"
26431   layout:
26432     title: "l2sw-3n-hsw-x710-64b-features-iacl-pdr"
26433     layout: "plot-throughput-speedup-analysis"
26434
26435 # Speedup - VPP L2 3n-hsw-xl710 base and scale
26436 - type: "plot"
26437   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26438   algorithm: "plot_throughput_speedup_analysis"
26439   output-file-type: ".html"
26440   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-ndr-tsa"
26441   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26442   filter: "'NIC_Intel-XL710' and
26443            '64B' and
26444            'BASE' and
26445            'NDRPDR' and
26446            'ETH' and
26447            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26448            not 'VHOST' and
26449            not 'MEMIF'"
26450   parameters:
26451   - "throughput"
26452   - "parent"
26453   - "tags"
26454   sort:
26455   - "L2PATCH"
26456   - "L2XCFWD"
26457   - "L2BDMACLRN"
26458   layout:
26459     title: "l2sw-3n-hsw-xl710-64b-base-ndr"
26460     layout: "plot-throughput-speedup-analysis"
26461
26462 - type: "plot"
26463   title: "Speedup: l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26464   algorithm: "plot_throughput_speedup_analysis"
26465   output-file-type: ".html"
26466   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-hsw-xl710-64b-base-pdr-tsa"
26467   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26468   filter: "'NIC_Intel-XL710' and
26469            '64B' and
26470            'BASE' and
26471            'NDRPDR' and
26472            'ETH' and
26473            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26474            not 'VHOST' and
26475            not 'MEMIF'"
26476   parameters:
26477   - "throughput"
26478   - "parent"
26479   - "tags"
26480   sort:
26481   - "L2PATCH"
26482   - "L2XCFWD"
26483   - "L2BDMACLRN"
26484   layout:
26485     title: "l2sw-3n-hsw-xl710-64b-base-pdr"
26486     layout: "plot-throughput-speedup-analysis"
26487
26488 # Speedup - VPP L2 3n-skx-x710 base and scale
26489 - type: "plot"
26490   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26491   algorithm: "plot_throughput_speedup_analysis"
26492   output-file-type: ".html"
26493   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-ndr-tsa"
26494   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26495   filter: "'NIC_Intel-X710' and
26496            '64B' and
26497            ('BASE' or 'SCALE') and
26498            'NDRPDR' and
26499            'ETH' and
26500            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26501            not 'VHOST' and
26502            not 'DRV_AVF' and
26503            not 'MEMIF'"
26504   parameters:
26505   - "throughput"
26506   - "parent"
26507   - "tags"
26508   sort:
26509   - "L2PATCH"
26510   - "L2XCBASE"
26511   - "BASE"
26512   - "FIB_10K"
26513   - "FIB_100K"
26514   - "FIB_1M"
26515   layout:
26516     title: "l2sw-3n-skx-x710-64b-base_and_scale-ndr"
26517     layout: "plot-throughput-speedup-analysis"
26518
26519 - type: "plot"
26520   title: "Speedup: l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26521   algorithm: "plot_throughput_speedup_analysis"
26522   output-file-type: ".html"
26523   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-base_and_scale-pdr-tsa"
26524   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26525   filter: "'NIC_Intel-X710' and
26526            '64B' and
26527            ('BASE' or 'SCALE') and
26528            'NDRPDR' and
26529            'ETH' and
26530            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26531            not 'VHOST' and
26532            not 'DRV_AVF' and
26533            not 'MEMIF'"
26534   parameters:
26535   - "throughput"
26536   - "parent"
26537   - "tags"
26538   sort:
26539   - "L2PATCH"
26540   - "L2XCBASE"
26541   - "BASE"
26542   - "FIB_10K"
26543   - "FIB_100K"
26544   - "FIB_1M"
26545   layout:
26546     title: "l2sw-3n-skx-x710-64b-base_and_scale-pdr"
26547     layout: "plot-throughput-speedup-analysis"
26548
26549 # Speedup - VPP L2 3n-skx-x710 features
26550 - type: "plot"
26551   title: "Speedup: l2sw-3n-skx-x710-64b-features-ndr-tsa"
26552   algorithm: "plot_throughput_speedup_analysis"
26553   output-file-type: ".html"
26554   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-ndr-tsa"
26555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26556   filter: "'NIC_Intel-X710' and
26557            '64B' and
26558            'NDRPDR' and
26559            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26560            not 'ACL' and
26561            not 'VHOST' and
26562            not 'DRV_AVF' and
26563            not 'L2OVRLAY' and
26564            not 'MEMIF'"
26565   parameters:
26566   - "throughput"
26567   - "parent"
26568   - "tags"
26569   sort:
26570   - "L2XCBASE"    # l2xcbase
26571   - "L2BDBASE"    # l2bdbase
26572   - "L2XCFWD"     # dot1q-l2xcbase
26573   - "L2BDMACLRN"  # dot1q-l2bdbase
26574   layout:
26575     title: "l2sw-3n-skx-x710-64b-features-ndr"
26576     layout: "plot-throughput-speedup-analysis"
26577
26578 - type: "plot"
26579   title: "Speedup: l2sw-3n-skx-x710-64b-features-pdr-tsa"
26580   algorithm: "plot_throughput_speedup_analysis"
26581   output-file-type: ".html"
26582   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-pdr-tsa"
26583   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26584   filter: "'NIC_Intel-X710' and
26585            '64B' and
26586            'NDRPDR' and
26587            (('L2BDMACLRN' and ('L2BDBASE' or 'DOT1Q')) or ('L2XCFWD' and ('L2XCBASE' or 'DOT1Q'))) and
26588            not 'ACL' and
26589            not 'VHOST' and
26590            not 'DRV_AVF' and
26591            not 'L2OVRLAY' and
26592            not 'MEMIF'"
26593   parameters:
26594   - "throughput"
26595   - "parent"
26596   - "tags"
26597   sort:
26598   - "L2XCBASE"    # l2xcbase
26599   - "L2BDBASE"    # l2bdbase
26600   - "L2XCFWD"     # dot1q-l2xcbase
26601   - "L2BDMACLRN"  # dot1q-l2bdbase
26602   layout:
26603     title: "l2sw-3n-skx-x710-64b-features-pdr"
26604     layout: "plot-throughput-speedup-analysis"
26605
26606 # Speedup - VPP L2 3n-skx-x710 features-iacl
26607 - type: "plot"
26608   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26609   algorithm: "plot_throughput_speedup_analysis"
26610   output-file-type: ".html"
26611   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-ndr-tsa"
26612   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26613   filter: "'NIC_Intel-X710' and
26614            'NDRPDR' and
26615            '64B' and
26616            'FEATURE' and
26617            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26618            'IACL' and
26619            ('ACL1' or 'ACL50') and
26620            ('10K_FLOWS' or '10k_FLOWS') and
26621            not 'MACIP' and
26622            not 'VHOST' and
26623            not 'MEMIF'"
26624   parameters:
26625   - "throughput"
26626   - "parent"
26627   - "tags"
26628   layout:
26629     title: "l2sw-3n-skx-x710-64b-features-iacl-ndr"
26630     layout: "plot-throughput-speedup-analysis"
26631
26632 - type: "plot"
26633   title: "Speedup: l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26634   algorithm: "plot_throughput_speedup_analysis"
26635   output-file-type: ".html"
26636   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-x710-64b-features-iacl-pdr-tsa"
26637   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26638   filter: "'NIC_Intel-X710' and
26639            'NDRPDR' and
26640            '64B' and
26641            'FEATURE' and
26642            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD') and
26643            'IACL' and
26644            ('ACL1' or 'ACL50') and
26645            ('10K_FLOWS' or '10k_FLOWS') and
26646            not 'MACIP' and
26647            not 'VHOST' and
26648            not 'MEMIF'"
26649   parameters:
26650   - "throughput"
26651   - "parent"
26652   - "tags"
26653   layout:
26654     title: "l2sw-3n-skx-x710-64b-features-iacl-pdr"
26655     layout: "plot-throughput-speedup-analysis"
26656
26657 # Speedup - VPP L2 3n-skx-xxv710 base and scale
26658 - type: "plot"
26659   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26660   algorithm: "plot_throughput_speedup_analysis"
26661   output-file-type: ".html"
26662   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26663   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26664   filter: "'NIC_Intel-XXV710' and
26665            '64B' and
26666            ('BASE' or 'SCALE') and
26667            'NDRPDR' and
26668            'ETH' and
26669            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26670            not 'DRV_AVF' and
26671            not 'VHOST' and
26672            not 'MEMIF'"
26673   parameters:
26674   - "throughput"
26675   - "parent"
26676   - "tags"
26677 #  sort:
26678 #  - "L2PATCH"
26679 #  - "L2PATCH"
26680 #  - "L2XCBASE"
26681 #  - "L2BDMACLRN"
26682   layout:
26683     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-ndr"
26684     layout: "plot-throughput-speedup-analysis"
26685
26686 - type: "plot"
26687   title: "Speedup: l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26688   algorithm: "plot_throughput_speedup_analysis"
26689   output-file-type: ".html"
26690   output-file: "{DIR[STATIC,VPP]}/l2sw-3n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26691   data: "plot-vpp-throughput-lat-tsa-3n-skx"
26692   filter: "'NIC_Intel-XXV710' and
26693            '64B' and
26694            ('BASE' or 'SCALE') and
26695            'NDRPDR' and
26696            'ETH' and
26697            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26698            not 'DRV_AVF' and
26699            not 'VHOST' and
26700            not 'MEMIF'"
26701   parameters:
26702   - "throughput"
26703   - "parent"
26704   - "tags"
26705 #  sort:
26706 #  - "L2PATCH"
26707 #  - "L2PATCH"
26708 #  - "L2XCBASE"
26709 #  - "L2BDMACLRN"
26710   layout:
26711     title: "l2sw-3n-skx-xxv710-64b-base_and_scale-pdr"
26712     layout: "plot-throughput-speedup-analysis"
26713
26714 # Speedup - VPP L2 2n-skx-x710 base and scale
26715 - type: "plot"
26716   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26717   algorithm: "plot_throughput_speedup_analysis"
26718   output-file-type: ".html"
26719   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-ndr-tsa"
26720   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26721   filter: "'NIC_Intel-X710' and
26722            '64B' and
26723            ('BASE' or 'SCALE') and
26724            'NDRPDR' and
26725            'ETH' and
26726            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26727            not 'VHOST' and
26728            not 'MEMIF'"
26729   parameters:
26730   - "throughput"
26731   - "parent"
26732   - "tags"
26733   sort:
26734   - "L2PATCH"
26735   - "L2XCBASE"
26736   - "BASE"
26737   - "FIB_10K"
26738   - "FIB_100K"
26739   - "FIB_1M"
26740   layout:
26741     title: "l2sw-2n-skx-x710-64b-base_and_scale-ndr"
26742     layout: "plot-throughput-speedup-analysis"
26743
26744 - type: "plot"
26745   title: "Speedup: l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26746   algorithm: "plot_throughput_speedup_analysis"
26747   output-file-type: ".html"
26748   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-x710-64b-base_and_scale-pdr-tsa"
26749   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26750   filter: "'NIC_Intel-X710' and
26751            '64B' and
26752            ('BASE' or 'SCALE') and
26753            'NDRPDR' and
26754            'ETH' and
26755            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26756            not 'VHOST' and
26757            not 'MEMIF'"
26758   parameters:
26759   - "throughput"
26760   - "parent"
26761   - "tags"
26762   sort:
26763   - "L2PATCH"
26764   - "L2XCBASE"
26765   - "BASE"
26766   - "FIB_10K"
26767   - "FIB_100K"
26768   - "FIB_1M"
26769   layout:
26770     title: "l2sw-2n-skx-x710-64b-base_and_scale-pdr"
26771     layout: "plot-throughput-speedup-analysis"
26772
26773 # Speedup - VPP L2 2n-skx-xxv710 base and scale
26774 - type: "plot"
26775   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26776   algorithm: "plot_throughput_speedup_analysis"
26777   output-file-type: ".html"
26778   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
26779   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26780   filter: "'NIC_Intel-XXV710' and
26781            '64B' and
26782            ('BASE' or 'SCALE') and
26783            'NDRPDR' and
26784            'ETH' and
26785            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26786            not 'VHOST' and
26787            not 'MEMIF'"
26788   parameters:
26789   - "throughput"
26790   - "parent"
26791   - "tags"
26792   sort:
26793   - "L2PATCH"
26794   - "L2XCBASE"
26795   - "BASE"
26796   - "FIB_10K"
26797   - "FIB_100K"
26798   - "FIB_1M"
26799   layout:
26800     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-ndr"
26801     layout: "plot-throughput-speedup-analysis"
26802
26803 - type: "plot"
26804   title: "Speedup: l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26805   algorithm: "plot_throughput_speedup_analysis"
26806   output-file-type: ".html"
26807   output-file: "{DIR[STATIC,VPP]}/l2sw-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
26808   data: "plot-vpp-throughput-lat-tsa-2n-skx"
26809   filter: "'NIC_Intel-XXV710' and
26810            '64B' and
26811            ('BASE' or 'SCALE') and
26812            'NDRPDR' and
26813            'ETH' and
26814            ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26815            not 'VHOST' and
26816            not 'MEMIF'"
26817   parameters:
26818   - "throughput"
26819   - "parent"
26820   - "tags"
26821   sort:
26822   - "L2PATCH"
26823   - "L2XCBASE"
26824   - "BASE"
26825   - "FIB_10K"
26826   - "FIB_100K"
26827   - "FIB_1M"
26828   layout:
26829     title: "l2sw-2n-skx-xxv710-64b-base_and_scale-pdr"
26830     layout: "plot-throughput-speedup-analysis"
26831
26832 ## Speedup - VPP L2 2n-dnv-x553 base
26833 #- type: "plot"
26834 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26835 #  algorithm: "plot_throughput_speedup_analysis"
26836 #  output-file-type: ".html"
26837 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-ndr-tsa"
26838 #  data: "intel-dnv-vpp"
26839 #  filter: "'NIC_Intel-X553' and
26840 #           '64B' and
26841 #           ('BASE' or 'SCALE') and
26842 #           'NDRPDR' and
26843 #           'ETH' and
26844 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26845 #           not 'VHOST' and
26846 #           not 'MEMIF'"
26847 #  parameters:
26848 #  - "throughput"
26849 #  - "parent"
26850 #  - "tags"
26851 #  sort:
26852 #  - "L2XCBASE"
26853 #  - "L2BDMACLRN"
26854 #  - "L2PATCH"
26855 #  layout:
26856 #    title: "l2sw-2n-dnv-x553-64b-base-ndr"
26857 #    layout: "plot-throughput-speedup-analysis"
26858 #
26859 #- type: "plot"
26860 #  title: "Speedup: l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26861 #  algorithm: "plot_throughput_speedup_analysis"
26862 #  output-file-type: ".html"
26863 #  output-file: "{DIR[STATIC,VPP]}/l2sw-2n-dnv-x553-64b-base-pdr-tsa"
26864 #  data: "intel-dnv-vpp"
26865 #  filter: "'NIC_Intel-X553' and
26866 #           '64B' and
26867 #           ('BASE' or 'SCALE') and
26868 #           'NDRPDR' and
26869 #           'ETH' and
26870 #           ('L2BDMACSTAT' or 'L2BDMACLRN' or 'L2XCFWD' or 'L2PATCH') and
26871 #           not 'VHOST' and
26872 #           not 'MEMIF'"
26873 #  parameters:
26874 #  - "throughput"
26875 #  - "parent"
26876 #  - "tags"
26877 #  sort:
26878 #  - "L2XCBASE"
26879 #  - "L2BDMACLRN"
26880 #  - "L2PATCH"
26881 #  layout:
26882 #    title: "l2sw-2n-dnv-x553-64b-base-pdr"
26883 #    layout: "plot-throughput-speedup-analysis"
26884
26885 ################################################################################
26886
26887 # Packet Speedup - VPP vhost ip4 3n-hsw-x520
26888 - type: "plot"
26889   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26890   algorithm: "plot_throughput_speedup_analysis"
26891   output-file-type: ".html"
26892   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr-tsa"
26893   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26894   filter: "'NIC_Intel-X520-DA2' and
26895            '64B' and
26896            'NDRPDR' and
26897            'ETH' and
26898            'IP4FWD' and
26899            'VHOST_1024' and
26900            not 'VXLAN' and
26901            not 'DOT1Q'"
26902   parameters:
26903   - "throughput"
26904   - "parent"
26905   - "tags"
26906   sort:
26907   - "not CFS_OPT"
26908   - "1VM"
26909   - "2VM"
26910   layout:
26911     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-ndr"
26912     layout: "plot-throughput-speedup-analysis"
26913
26914 - type: "plot"
26915   title: "VPP Speedup: vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26916   algorithm: "plot_throughput_speedup_analysis"
26917   output-file-type: ".html"
26918   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr-tsa"
26919   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26920   filter: "'NIC_Intel-X520-DA2' and
26921            '64B' and
26922            'NDRPDR' and
26923            'ETH' and
26924            'IP4FWD' and
26925            'VHOST_1024' and
26926            not 'VXLAN' and
26927            not 'DOT1Q'"
26928   parameters:
26929   - "throughput"
26930   - "parent"
26931   - "tags"
26932   sort:
26933   - "not CFS_OPT"
26934   - "1VM"
26935   - "2VM"
26936   layout:
26937     title: "vhost-ip4-3n-hsw-x520-64b-base_and_scale-pdr"
26938     layout: "plot-throughput-speedup-analysis"
26939
26940 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base
26941 - type: "plot"
26942   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26943   algorithm: "plot_throughput_speedup_analysis"
26944   output-file-type: ".html"
26945   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr-tsa"
26946   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26947   filter: "'NIC_Intel-X520-DA2' and
26948            '64B' and
26949            'NDRPDR' and
26950            ('ETH' or 'DOT1Q') and
26951            'BASE' and
26952            ('L2BDMACLRN' or 'L2XCFWD') and
26953            'VHOST_1024' and
26954            not 'VXLAN' and
26955            not 'IP4FWD' and
26956            not '2VM'"
26957   parameters:
26958   - "throughput"
26959   - "parent"
26960   - "tags"
26961   sort:
26962   - "L2BDMACLRN"
26963   - "L2BDMACLRN"
26964   - "L2BDMACLRN"
26965   - "L2XCFWD"
26966   - "L2XCFWD"
26967   - "L2XCFWD"
26968   layout:
26969     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-ndr"
26970     layout: "plot-throughput-speedup-analysis"
26971
26972 - type: "plot"
26973   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26974   algorithm: "plot_throughput_speedup_analysis"
26975   output-file-type: ".html"
26976   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr-tsa"
26977   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
26978   filter: "'NIC_Intel-X520-DA2' and
26979            '64B' and
26980            'NDRPDR' and
26981            ('ETH' or 'DOT1Q') and
26982            'BASE' and
26983            ('L2BDMACLRN' or 'L2XCFWD') and
26984            'VHOST_1024' and
26985            not 'VXLAN' and
26986            not 'IP4FWD' and
26987            not '2VM'"
26988   parameters:
26989   - "throughput"
26990   - "parent"
26991   - "tags"
26992   sort:
26993   - "L2BDMACLRN"
26994   - "L2BDMACLRN"
26995   - "L2BDMACLRN"
26996   - "L2XCFWD"
26997   - "L2XCFWD"
26998   - "L2XCFWD"
26999   layout:
27000     title: "vhost-l2sw-3n-hsw-x520-64b-base_and_features-pdr"
27001     layout: "plot-throughput-speedup-analysis"
27002
27003 # Packet Speedup - VPP vhost l2sw 3n-hsw-x520 - base vm
27004 - type: "plot"
27005   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27006   algorithm: "plot_throughput_speedup_analysis"
27007   output-file-type: ".html"
27008   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr-tsa"
27009   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27010   filter: "'NIC_Intel-X520-DA2' and
27011            '64B' and
27012            'NDRPDR' and
27013            ('ETH' or 'DOT1Q') and
27014            ('L2BDMACLRN' or 'L2XCFWD') and
27015            'VHOST_1024' and
27016            not 'CFS_OPT' and
27017            not 'DOT1Q' and
27018            not 'VXLAN' and
27019            not 'IP4FWD' and
27020            not 'LBOND'"
27021   parameters:
27022   - "throughput"
27023   - "parent"
27024   - "tags"
27025 #  sort:
27026 #  - "1VM"
27027 #  - "L2XCFWD"
27028 #  - "1VM"
27029 #  - "L2BDMACLRN"
27030   layout:
27031     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-ndr"
27032     layout: "plot-throughput-speedup-analysis"
27033
27034 - type: "plot"
27035   title: "VPP Speedup: vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27036   algorithm: "plot_throughput_speedup_analysis"
27037   output-file-type: ".html"
27038   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr-tsa"
27039   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27040   filter: "'NIC_Intel-X520-DA2' and
27041            '64B' and
27042            'NDRPDR' and
27043            ('ETH' or 'DOT1Q') and
27044            ('L2BDMACLRN' or 'L2XCFWD') and
27045            'VHOST_1024' and
27046            not 'CFS_OPT' and
27047            not 'DOT1Q' and
27048            not 'VXLAN' and
27049            not 'IP4FWD' and
27050            not 'LBOND'"
27051   parameters:
27052   - "throughput"
27053   - "parent"
27054   - "tags"
27055 #  sort:
27056 #  - "1VM"
27057 #  - "L2XCFWD"
27058 #  - "1VM"
27059 #  - "L2BDMACLRN"
27060   layout:
27061     title: "vhost-l2sw-3n-hsw-x520-64b-base-vm-pdr"
27062     layout: "plot-throughput-speedup-analysis"
27063
27064 # Packet Speedup - VPP vhost ip4 3n-hsw-x710
27065 - type: "plot"
27066   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27067   algorithm: "plot_throughput_speedup_analysis"
27068   output-file-type: ".html"
27069   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr-tsa"
27070   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27071   filter: "'NIC_Intel-X710' and
27072            '64B' and
27073            'NDRPDR' and
27074            'ETH' and
27075            'IP4FWD' and
27076            'VHOST_1024' and
27077            not 'VXLAN' and
27078            not 'CFS_OPT' and
27079            not 'DOT1Q'"
27080   parameters:
27081   - "throughput"
27082   - "parent"
27083   - "tags"
27084   sort:
27085   - "1VM"
27086   - "2VM"
27087   layout:
27088     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-ndr"
27089     layout: "plot-throughput-speedup-analysis"
27090
27091 - type: "plot"
27092   title: "VPP Speedup: vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27093   algorithm: "plot_throughput_speedup_analysis"
27094   output-file-type: ".html"
27095   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr-tsa"
27096   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27097   filter: "'NIC_Intel-X710' and
27098            '64B' and
27099            'NDRPDR' and
27100            'ETH' and
27101            'IP4FWD' and
27102            'VHOST_1024' and
27103            not 'VXLAN' and
27104            not 'CFS_OPT' and
27105            not 'DOT1Q'"
27106   parameters:
27107   - "throughput"
27108   - "parent"
27109   - "tags"
27110   sort:
27111   - "1VM"
27112   - "2VM"
27113   layout:
27114     title: "vhost-ip4-3n-hsw-x710-64b-base_and_scale-pdr"
27115     layout: "plot-throughput-speedup-analysis"
27116
27117 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base
27118 - type: "plot"
27119   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27120   algorithm: "plot_throughput_speedup_analysis"
27121   output-file-type: ".html"
27122   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr-tsa"
27123   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27124   filter: "'NIC_Intel-X710' and
27125            '64B' and
27126            'NDRPDR' and
27127            ('ETH' or 'DOT1Q') and
27128            'BASE' and
27129            ('L2BDMACLRN' or 'L2XCFWD') and
27130            'VHOST_1024' and
27131            not 'VXLAN' and
27132            not 'IP4FWD' and
27133            not '2VM'"
27134   parameters:
27135   - "throughput"
27136   - "parent"
27137   - "tags"
27138   sort:
27139   - "L2BDMACLRN"
27140   - "L2BDMACLRN"
27141   - "L2BDMACLRN"
27142   - "L2XCFWD"
27143   - "L2XCFWD"
27144   - "L2XCFWD"
27145   layout:
27146     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-ndr"
27147     layout: "plot-throughput-speedup-analysis"
27148
27149 - type: "plot"
27150   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27151   algorithm: "plot_throughput_speedup_analysis"
27152   output-file-type: ".html"
27153   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr-tsa"
27154   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27155   filter: "'NIC_Intel-X710' and
27156            '64B' and
27157            'NDRPDR' and
27158            ('ETH' or 'DOT1Q') and
27159            'BASE' and
27160            ('L2BDMACLRN' or 'L2XCFWD') and
27161            'VHOST_1024' and
27162            not 'VXLAN' and
27163            not 'IP4FWD' and
27164            not '2VM'"
27165   parameters:
27166   - "throughput"
27167   - "parent"
27168   - "tags"
27169   sort:
27170   - "L2BDMACLRN"
27171   - "L2BDMACLRN"
27172   - "L2BDMACLRN"
27173   - "L2XCFWD"
27174   - "L2XCFWD"
27175   - "L2XCFWD"
27176   layout:
27177     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-pdr"
27178     layout: "plot-throughput-speedup-analysis"
27179
27180 # Packet Speedup - VPP vhost l2sw 3n-hsw-x710 - base vm
27181 - type: "plot"
27182   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27183   algorithm: "plot_throughput_speedup_analysis"
27184   output-file-type: ".html"
27185   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr-tsa"
27186   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27187   filter: "'NIC_Intel-X710' and
27188            '64B' and
27189            'NDRPDR' and
27190            ('ETH' or 'DOT1Q') and
27191            ('L2BDMACLRN' or 'L2XCFWD') and
27192            'VHOST_1024' and
27193            not 'CFS_OPT' and
27194            not 'VXLAN' and
27195            not 'IP4FWD' and
27196            not 'LBOND'"
27197   parameters:
27198   - "throughput"
27199   - "parent"
27200   - "tags"
27201   sort:
27202   - "L2BDMACLRN"
27203   - "L2BDMACLRN"
27204   - "L2BDMACLRN"
27205   - "L2XCFWD"
27206   - "L2XCFWD"
27207   - "L2XCFWD"
27208   layout:
27209     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-ndr"
27210     layout: "plot-throughput-speedup-analysis"
27211
27212 - type: "plot"
27213   title: "VPP Speedup: vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27214   algorithm: "plot_throughput_speedup_analysis"
27215   output-file-type: ".html"
27216   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr-tsa"
27217   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27218   filter: "'NIC_Intel-X710' and
27219            '64B' and
27220            'NDRPDR' and
27221            ('ETH' or 'DOT1Q') and
27222            ('L2BDMACLRN' or 'L2XCFWD') and
27223            'VHOST_1024' and
27224            not 'CFS_OPT' and
27225            not 'VXLAN' and
27226            not 'IP4FWD' and
27227            not 'LBOND'"
27228   parameters:
27229   - "throughput"
27230   - "parent"
27231   - "tags"
27232   sort:
27233   - "L2BDMACLRN"
27234   - "L2BDMACLRN"
27235   - "L2BDMACLRN"
27236   - "L2XCFWD"
27237   - "L2XCFWD"
27238   - "L2XCFWD"
27239   layout:
27240     title: "vhost-l2sw-3n-hsw-x710-64b-base_and_features-vm-pdr"
27241     layout: "plot-throughput-speedup-analysis"
27242
27243 # Packet Speedup - VPP vhost ip4 3n-skx-x710
27244 - type: "plot"
27245   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27246   algorithm: "plot_throughput_speedup_analysis"
27247   output-file-type: ".html"
27248   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr-tsa"
27249   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27250   filter: "'NIC_Intel-X710' and
27251            '64B' and
27252            'NDRPDR' and
27253            'ETH' and
27254            'IP4FWD' and
27255            'VHOST_1024' and
27256            not 'VXLAN' and
27257            not 'DOT1Q'"
27258   parameters:
27259   - "throughput"
27260   - "parent"
27261   - "tags"
27262   sort:
27263   - "1VM"
27264   - "2VM"
27265   layout:
27266     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-ndr"
27267     layout: "plot-throughput-speedup-analysis"
27268
27269 - type: "plot"
27270   title: "VPP Speedup: vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27271   algorithm: "plot_throughput_speedup_analysis"
27272   output-file-type: ".html"
27273   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr-tsa"
27274   data: "plot-vpp-throughput-lat-tsa-3n-skx"
27275   filter: "'NIC_Intel-X710' and
27276            '64B' and
27277            'NDRPDR' and
27278            'ETH' and
27279            'IP4FWD' and
27280            'VHOST_1024' and
27281            not 'VXLAN' and
27282            not 'DOT1Q'"
27283   parameters:
27284   - "throughput"
27285   - "parent"
27286   - "tags"
27287   sort:
27288   - "1VM"
27289   - "2VM"
27290   layout:
27291     title: "vhost-ip4-3n-skx-x710-64b-base_and_scale-pdr"
27292     layout: "plot-throughput-speedup-analysis"
27293
27294 # Packet Speedup - VPP vhost ip4 2n-skx-x710
27295 - type: "plot"
27296   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27297   algorithm: "plot_throughput_speedup_analysis"
27298   output-file-type: ".html"
27299   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr-tsa"
27300   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27301   filter: "'NIC_Intel-X710' and
27302            '64B' and
27303            'NDRPDR' and
27304            'ETH' and
27305            'IP4FWD' and
27306            'VHOST_1024' and
27307            not 'VXLAN' and
27308            not 'NF_DENSITY' and
27309            not 'CFS_OPT' and
27310            not 'DOT1Q'"
27311   parameters:
27312   - "throughput"
27313   - "parent"
27314   - "tags"
27315   sort:
27316   - "1VM"
27317   - "2VM"
27318   layout:
27319     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-ndr"
27320     layout: "plot-throughput-speedup-analysis"
27321
27322 - type: "plot"
27323   title: "VPP Speedup: vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27324   algorithm: "plot_throughput_speedup_analysis"
27325   output-file-type: ".html"
27326   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr-tsa"
27327   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27328   filter: "'NIC_Intel-X710' and
27329            '64B' and
27330            'NDRPDR' and
27331            'ETH' and
27332            'IP4FWD' and
27333            'VHOST_1024' and
27334            not 'VXLAN' and
27335            not 'NF_DENSITY' and
27336            not 'CFS_OPT' and
27337            not 'DOT1Q'"
27338   parameters:
27339   - "throughput"
27340   - "parent"
27341   - "tags"
27342   sort:
27343   - "1VM"
27344   - "2VM"
27345   layout:
27346     title: "vhost-ip4-2n-skx-x710-64b-base_and_scale-pdr"
27347     layout: "plot-throughput-speedup-analysis"
27348
27349 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base
27350 - type: "plot"
27351   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27352   algorithm: "plot_throughput_speedup_analysis"
27353   output-file-type: ".html"
27354   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr-tsa"
27355   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27356   filter: "'NIC_Intel-X710' and
27357            '64B' and
27358            'NDRPDR' and
27359            ('ETH' or 'DOT1Q') and
27360            'BASE' and
27361            ('L2BDMACLRN' or 'L2XCFWD') and
27362            'VHOST_1024' and
27363            not 'VXLAN' and
27364            not 'NF_DENSITY' and
27365            not 'IP4FWD' and
27366            not '2VM'"
27367   parameters:
27368   - "throughput"
27369   - "parent"
27370   - "tags"
27371 #  sort:
27372 #  - "not CFS_OPT"
27373 #  - "L2XCFWD"
27374 #  - "not CFS_OPT"
27375 #  - "CFS_OPT"
27376   layout:
27377     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-ndr"
27378     layout: "plot-throughput-speedup-analysis"
27379
27380 - type: "plot"
27381   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27382   algorithm: "plot_throughput_speedup_analysis"
27383   output-file-type: ".html"
27384   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr-tsa"
27385   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27386   filter: "'NIC_Intel-X710' and
27387            '64B' and
27388            'NDRPDR' and
27389            ('ETH' or 'DOT1Q') and
27390            'BASE' and
27391            ('L2BDMACLRN' or 'L2XCFWD') and
27392            'VHOST_1024' and
27393            not 'VXLAN' and
27394            not 'NF_DENSITY' and
27395            not 'IP4FWD' and
27396            not '2VM'"
27397   parameters:
27398   - "throughput"
27399   - "parent"
27400   - "tags"
27401 #  sort:
27402 #  - "not CFS_OPT"
27403 #  - "L2XCFWD"
27404 #  - "not CFS_OPT"
27405 #  - "CFS_OPT"
27406   layout:
27407     title: "vhost-l2sw-2n-skx-x710-64b-base_and_features-pdr"
27408     layout: "plot-throughput-speedup-analysis"
27409
27410 # Packet Speedup - VPP vhost l2sw 2n-skx-x710 - base vm
27411 - type: "plot"
27412   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27413   algorithm: "plot_throughput_speedup_analysis"
27414   output-file-type: ".html"
27415   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-ndr-tsa"
27416   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27417   filter: "'NIC_Intel-X710' and
27418            '64B' and
27419            'NDRPDR' and
27420            ('ETH' or 'DOT1Q') and
27421            ('L2BDMACLRN' or 'L2XCFWD') and
27422            'VHOST_1024' and
27423            not 'CFS_OPT' and
27424            not 'VXLAN' and
27425            not 'NF_DENSITY' and
27426            not 'DOT1Q' and
27427            not 'IP4FWD'"
27428   parameters:
27429   - "throughput"
27430   - "parent"
27431   - "tags"
27432 #  sort:
27433 #  - "1VM"
27434 #  - "L2XCFWD"
27435 #  - "1VM"
27436 #  - "L2BDMACLRN"
27437   layout:
27438     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-ndr"
27439     layout: "plot-throughput-speedup-analysis"
27440
27441 - type: "plot"
27442   title: "VPP Speedup: vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27443   algorithm: "plot_throughput_speedup_analysis"
27444   output-file-type: ".html"
27445   output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-x710-64b-base-vm-pdr-tsa"
27446   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27447   filter: "'NIC_Intel-X710' and
27448            '64B' and
27449            'NDRPDR' and
27450            ('ETH' or 'DOT1Q') and
27451            ('L2BDMACLRN' or 'L2XCFWD') and
27452            'VHOST_1024' and
27453            not 'CFS_OPT' and
27454            not 'VXLAN' and
27455            not 'NF_DENSITY' and
27456            not 'DOT1Q' and
27457            not 'IP4FWD'"
27458   parameters:
27459   - "throughput"
27460   - "parent"
27461   - "tags"
27462 #  sort:
27463 #  - "1VM"
27464 #  - "L2XCFWD"
27465 #  - "1VM"
27466 #  - "L2BDMACLRN"
27467   layout:
27468     title: "vhost-l2sw-2n-skx-x710-64b-base-vm-pdr"
27469     layout: "plot-throughput-speedup-analysis"
27470
27471 # Packet Speedup - VPP vhost ip4 2n-skx-xxv710
27472 - type: "plot"
27473   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27474   algorithm: "plot_throughput_speedup_analysis"
27475   output-file-type: ".html"
27476   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr-tsa"
27477   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27478   filter: "'NIC_Intel-XXV710' and
27479            '64B' and
27480            'NDRPDR' and
27481            'ETH' and
27482            'IP4FWD' and
27483            'VHOST_1024' and
27484            not 'VXLAN' and
27485            not 'CFS_OPT' and
27486            not 'DOT1Q'"
27487   parameters:
27488   - "throughput"
27489   - "parent"
27490   - "tags"
27491   sort:
27492   - "not CFS_OPT"
27493   - "1VM"
27494   - "2VM"
27495   layout:
27496     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-ndr"
27497     layout: "plot-throughput-speedup-analysis"
27498
27499 - type: "plot"
27500   title: "VPP Speedup: vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27501   algorithm: "plot_throughput_speedup_analysis"
27502   output-file-type: ".html"
27503   output-file: "{DIR[STATIC,VPP]}/vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr-tsa"
27504   data: "plot-vpp-throughput-lat-tsa-2n-skx"
27505   filter: "'NIC_Intel-XXV710' and
27506            '64B' and
27507            'NDRPDR' and
27508            'ETH' and
27509            'IP4FWD' and
27510            'VHOST_1024' and
27511            not 'VXLAN' and
27512            not 'CFS_OPT' and
27513            not 'DOT1Q'"
27514   parameters:
27515   - "throughput"
27516   - "parent"
27517   - "tags"
27518   sort:
27519   - "not CFS_OPT"
27520   - "1VM"
27521   - "2VM"
27522   layout:
27523     title: "vhost-ip4-2n-skx-xxv710-64b-base_and_scale-pdr"
27524     layout: "plot-throughput-speedup-analysis"
27525
27526 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base
27527 #- type: "plot"
27528 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27529 #  algorithm: "plot_throughput_speedup_analysis"
27530 #  output-file-type: ".html"
27531 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr-tsa"
27532 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27533 #  filter: "'NIC_Intel-XXV710' and
27534 #           '64B' and
27535 #           'NDRPDR' and
27536 #           ('ETH' or 'DOT1Q') and
27537 #           'BASE' and
27538 #           ('L2BDMACLRN' or 'L2XCFWD') and
27539 #           'VHOST_1024' and
27540 #           not 'VXLAN' and
27541 #           not 'IP4FWD' and
27542 #           not '2VM'"
27543 #  parameters:
27544 #  - "throughput"
27545 #  - "parent"
27546 #  - "tags"
27547 ##  sort:
27548 ##  - "not CFS_OPT"
27549 ##  - "L2XCFWD"
27550 ##  - "not CFS_OPT"
27551 ##  - "CFS_OPT"
27552 #  layout:
27553 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-ndr"
27554 #    layout: "plot-throughput-speedup-analysis"
27555 #
27556 #- type: "plot"
27557 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27558 #  algorithm: "plot_throughput_speedup_analysis"
27559 #  output-file-type: ".html"
27560 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr-tsa"
27561 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27562 #  filter: "'NIC_Intel-XXV710' and
27563 #           '64B' and
27564 #           'NDRPDR' and
27565 #           ('ETH' or 'DOT1Q') and
27566 #           'BASE' and
27567 #           ('L2BDMACLRN' or 'L2XCFWD') and
27568 #           'VHOST_1024' and
27569 #           not 'VXLAN' and
27570 #           not 'IP4FWD' and
27571 #           not '2VM'"
27572 #  parameters:
27573 #  - "throughput"
27574 #  - "parent"
27575 #  - "tags"
27576 ##  sort:
27577 ##  - "not CFS_OPT"
27578 ##  - "L2XCFWD"
27579 ##  - "not CFS_OPT"
27580 ##  - "CFS_OPT"
27581 #  layout:
27582 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base_and_features-pdr"
27583 #    layout: "plot-throughput-speedup-analysis"
27584 #
27585 ## Packet Speedup - VPP vhost l2sw 2n-skx-xxv710 - base vm
27586 #- type: "plot"
27587 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27588 #  algorithm: "plot_throughput_speedup_analysis"
27589 #  output-file-type: ".html"
27590 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr-tsa"
27591 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27592 #  filter: "'NIC_Intel-XXV710' and
27593 #           '64B' and
27594 #           'NDRPDR' and
27595 #           ('ETH' or 'DOT1Q') and
27596 #           ('L2BDMACLRN' or 'L2XCFWD') and
27597 #           'VHOST_1024' and
27598 #           not 'CFS_OPT' and
27599 #           not 'VXLAN' and
27600 #           not 'DOT1Q' and
27601 #           not 'IP4FWD'"
27602 #  parameters:
27603 #  - "throughput"
27604 #  - "parent"
27605 #  - "tags"
27606 ##  sort:
27607 ##  - "1VM"
27608 ##  - "L2XCFWD"
27609 ##  - "1VM"
27610 ##  - "L2BDMACLRN"
27611 #  layout:
27612 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-ndr"
27613 #    layout: "plot-throughput-speedup-analysis"
27614 #
27615 #- type: "plot"
27616 #  title: "VPP Speedup: vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27617 #  algorithm: "plot_throughput_speedup_analysis"
27618 #  output-file-type: ".html"
27619 #  output-file: "{DIR[STATIC,VPP]}/vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr-tsa"
27620 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
27621 #  filter: "'NIC_Intel-XXV710' and
27622 #           '64B' and
27623 #           'NDRPDR' and
27624 #           ('ETH' or 'DOT1Q') and
27625 #           ('L2BDMACLRN' or 'L2XCFWD') and
27626 #           'VHOST_1024' and
27627 #           not 'CFS_OPT' and
27628 #           not 'VXLAN' and
27629 #           not 'DOT1Q' and
27630 #           not 'IP4FWD'"
27631 #  parameters:
27632 #  - "throughput"
27633 #  - "parent"
27634 #  - "tags"
27635 ##  sort:
27636 ##  - "1VM"
27637 ##  - "L2XCFWD"
27638 ##  - "1VM"
27639 ##  - "L2BDMACLRN"
27640 #  layout:
27641 #    title: "vhost-l2sw-2n-skx-xxv710-64b-base-vm-pdr"
27642 #    layout: "plot-throughput-speedup-analysis"
27643
27644 ################################################################################
27645
27646 # Speedup - VPP vts 3n-hsw-x520
27647 - type: "plot"
27648   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27649   algorithm: "plot_throughput_speedup_analysis"
27650   output-file-type: ".html"
27651   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-ndr-tsa"
27652   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27653   filter: "'NIC_Intel-X520-DA2' and
27654            '114B' and
27655            'NDRPDR' and
27656            'VTS'"
27657   parameters:
27658   - "throughput"
27659   - "parent"
27660   - "tags"
27661   layout:
27662     title: "vts-3n-hsw-x520-114b-base_and_scale-ndr"
27663     layout: "plot-throughput-speedup-analysis"
27664
27665 - type: "plot"
27666   title: "VPP Speedup: vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27667   algorithm: "plot_throughput_speedup_analysis"
27668   output-file-type: ".html"
27669   output-file: "{DIR[STATIC,VPP]}/vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27670   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
27671   filter: "'NIC_Intel-X520-DA2' and
27672            '114B' and
27673            'NDRPDR' and
27674            'VTS'"
27675   parameters:
27676   - "throughput"
27677   - "parent"
27678   - "tags"
27679   layout:
27680     title: "vts-3n-hsw-x520-114b-base_and_scale-pdr-tsa"
27681     layout: "plot-throughput-speedup-analysis"